Page 1 of 1

How to determine who is logged onto TM1 server in PA

Posted: Fri Mar 25, 2022 5:29 pm
by Emixam
Hi,

With the good old Architect, we can simply right click -> Server Manager -> Select Client and see who is connected. For some reason I feel like there is a discrepancy between the users I'm seeing in Architect vs Workspace/Administration.. Am I crazy ? Which one is good ?

Most of our users are only using Pax.

Thanks and have a good day !

Re: How to determine who is logged onto TM1 server in PA

Posted: Mon Mar 28, 2022 6:51 am
by orlando
Hi Emixam,

you could use the "good old TM1Top" or you use the "Status" column in the }ClientProperties cube.

Best regards
orlando

Re: How to determine who is logged onto TM1 server in PA

Posted: Wed Mar 30, 2022 6:34 pm
by gtonkin
You could use the REST API to give you what you need e.g.

Code: Select all

{{protocol}}://{{serverName}}/tm1/api/{{dbName}}/api/v1/Users?$top=5&$filter=IsActive
Using a JSON converter in Excel could also allow you to write the results to a sheet.

Passing a the following will give you sessions and associated threads:

Code: Select all

{{protocol}}://{{serverName}}/tm1/api/{{dbName}}/api/v1/Sessions?$expand=Threads
Above assumes PAOC - tweak for local.