RE: Activity Detail window freezes up, locks up, and doesn't print
what exactly are you looking for?
Are you just trying to find what the user has open and what they're working on, or what user is logged in, or what resource might be locked?
I would just view all this data in SQL, I find it easier to view it. Granted that's as long as you have access to it.
I would just check the following tables in Dynamics:
Dynamics.dbo.Activity -- User logon
Dynamics.dbo.SY00800 -- Active user window and report
Dynamics.dbo.SY00801 -- Active user process
Tempdb..dex_session & dex_lock -- orphaned sql logins after Activity table is cleared
I might have the description of the following tables off by a little but it's how I remember them.