Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Users make may end a terminal server session or turn off their computer without logging out of Jiwa.  This can leave the user logged in and consuming a Jiwa licence.

Step-by-step guide

title
Warning

SQL skills are required

A working knowledge of SQL Management Studio is required to complete this task

Run the following script to identify the session to be ended

SELECT

...

sys.sysdatabases.name

...

[database

...

name],

...

hostname,

...

program_name,

...

sysprocesses.spid
FROM

...

sys.sysprocesses
JOIN

...

sys.sysdatabases

...

ON

...

sys.sysdatabases.dbid

...

=

...

sys.sysprocesses.dbid
WHERE

...

program_name

...

like

...

'Jiwa

...

Financials%'

...


ORDER

...

BY

...

[database

...

name]

...

desc

From the resulting list, identify the relevant session to end.Image Removed

...

In this example session 66 is to be ended.  Run the following

KILL

...

66

Filter by label
showLabelsfalse
max5
spacesJ7UG
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "access" , "login" ) and type = "page" and space = "J7UG"
labelslogin access


Page Properties
hiddentrue


Related issues