When I run a process sometime in my test environment, the system remains in Not Responding Status for a long time. What can I do to end the session as it's taking too long.
*This post is locked for comments
I have the same question (0)

When I run a process sometime in my test environment, the system remains in Not Responding Status for a long time. What can I do to end the session as it's taking too long.
*This post is locked for comments
I have the same question (0)Without additional details, here are a couple of generic recommendations, which all require staff with technical background in AX and SQL:
1) Do not run the process that causes problems
2) Use monitoring tools with AX Trace Parser, SQL Server Activity Monitor, or sp_axwho stored procedure on the AX database, or SQL Query Profiler to record and analyze what is happening (database locks? Not enough resources? Bad code? Not up-to-date AX by cumulative updated and hotfixes?)
3) If the issue is reproducible, use the AX Debugger to check what is taking time