Hi Guys,
I keep coming across a minor issue and was wondering whether someone could give me some tips.
If you can imagine that there is a Report Form that I wish to debug or trace through. I highlight the part of coding that I would like to inspect and then colon run the Report Form from the Thin Client (which shows on the App Server). As I am tracing through and have discovered something, I then decide to terminate or sometimes even exit debugging. However, the system exits debug mode but locks and/or freezes the Thin Client and the only way I can completely exit the Thin Client is if I restart the App Server. I don’t mind restarting the App Server as long as I am the only person using it but if my colleagues or clients are using it, then the last thing I want to do is request them every time that this happens.
I was wondering whether there is some sort of script that I could write and execute that will kick me off the Thin Client. For example, when I view the monitor, the system identifies my PC name – so JADE must be storing the session somewhere. Is it not possible to run a script to kick me (or a specific user) off the App Server without the need of restarting it? I've tried kicking myself using a script that looks at LoginControl and AtachedUser but this doesn't solve the issue.
Thanks,
Mashy
P.S. Our system was jetted into JADE from Linc and so our reports are created as a subclass of AppLincReportForm – just in case this helps you to understand our system a little.