/
How can I find out who is logged into Jiwa - version 7.01.00 and higher?
How can I find out who is logged into Jiwa - version 7.01.00 and higher?
Question
Is there a way to find out which users are logged into Jiwa?
Answer
SQL skills are required
A working knowledge of SQL Management Studio is required to complete this task
Run the following script to identify users logged into which database.
SELECT sys.sysdatabases.name [database name], hostname, program_name FROM sys.sysprocesses JOIN sys.sysdatabases ON sys.sysdatabases.dbid = sys.sysprocesses.dbid WHERE program_name like 'Jiwa Financials%'
In this example of running the query, Ken is logged into the database JiwaDemo-721SR2 and Admin and Ann are logged into Demo-721SR2
, multiple selections available,
Related content
Jiwa 7.02.01.00 Service Release 6
Jiwa 7.02.01.00 Service Release 6
More like this
Jiwa 7 User Guide
Jiwa 7 User Guide
More like this
Jiwa 8 User Guide
Jiwa 8 User Guide
More like this
Jiwa 7 Installation Guide
Jiwa 7 Installation Guide
More like this
Jiwa REST API Service won't start
Jiwa REST API Service won't start
More like this
How to use Jiwa Helpdesk
How to use Jiwa Helpdesk
More like this