![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Why not ask the Citrix admins to fix this setting for you, instead of coming up with a dailywtf-style solution? |
#3
| |||
| |||
|
|
Consequently I have to wake up and hit "Enter" every 30 minutes or so. |
#4
| |||
| |||
|
|
I've got a production app that runs under Citrix. Due to various problems, a two-hour batch job that the app runs has tb initiated manually in the wee hours of the morning instead of being run by a simple .CMD file that starts the Access app in a "Overnight Batch" mode. Problem is that the Citrix admins enforce a 40-or-so-minute timeout on inactive sessions - and the session performing the batch job in question looks inactive to Citrix. So if I VPN/RemoteDesktop in, open up the Citrix-deployed app, kick off the process and then just go back to sleep; the Citrix timeout kicks in, the whole session gets flushed, and the batch job never finishes what it has to do. Consequently I have to wake up and hit "Enter" every 30 minutes or so. I was thinking that maybe I could write a little MS Access app tb run on the same PC than I'm VPN/RemoteDesktopping into that would just keep looping and send a MouseOver or a KeyDown or something to the Citrix window in time to avoid the inactivity timeout and I could go back to getting a decent night's sleep. I know from SendKeys(), but don't have a clue on how to find that Citrix sesh's window and push the keystroke or whatever into it. Can anybody offer up a clue? |
#5
| |||
| |||
|
|
I've got a production app that runs under Citrix. Due to various problems, a two-hour batch job that the app runs has tb initiated manually in the wee hours of the morning instead of being run by a simple .CMD file that starts the Access app in a "Overnight Batch" mode. Problem is that the Citrix admins enforce a 40-or-so-minute timeout on inactive sessions - and the session performing the batch job in question looks inactive to Citrix. So if I VPN/RemoteDesktop in, open up the Citrix-deployed app, kick off the process and then just go back to sleep; the Citrix timeout kicks in, the whole session gets flushed, and the batch job never finishes what it has to do. |
|
Consequently I have to wake up and hit "Enter" every 30 minutes or so. I was thinking that maybe I could write a little MS Access app tb run on the same PC than I'm VPN/RemoteDesktopping into that would just keep looping and send a MouseOver or a KeyDown or something to the Citrix window in time to avoid the inactivity timeout and I could go back to getting a decent night's sleep. I know from SendKeys(), but don't have a clue on how to find that Citrix sesh's window and push the keystroke or whatever into it. Can anybody offer up a clue? |
#6
| |||
| |||
|
|
Consequently I have to wake up and hit "Enter" every 30 minutes or so. There was a hilarious DailyTWF.com posting on this topic. The manager brought in a electrically operated baby's rocking chair and put the optical mouse in it. And they let it run 24x7. The frightening thing to me is the idea that if you presented management with the choice of doing this right or buying a baby's rocking chair for Pete to put his mouse on, I know *exactly* which one management would choose. |
#7
| |||
| |||
|
|
Perhaps you could periodically halt the routine temporarily and do something which would defer the timeout (write and delete a record to a temp table to update the ldb?). |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
I'm having a similar problem. Because of compliance rules developed outside my company, we have implemented a 15 minute time out on the citrix connections. In reality, the rule states that the user is required to retype their password in order to regain access to the application(s) they are running. That's really what I would like to implement, but our IT staff hasn't found a way to do this yet so we have the timeout which ends all applications to which they are connected. What I would really like is.... If a user is connected to a database via MS Access and Crystal Reports and a 3rd application and they walk away to get coffee, when they come back to their desk 20 minutes later, I'd like for them to just be able to type their password and have their everything where it was when they walked away (similar to the Lock Computer option on windows). If anyone knows of how to do this, I'd be very grateful! Thanks! *** Sent via Developersdex http://www.developersdex.com *** |
#10
| |||
| |||
|
|
I'm having a similar problem. Because of compliance rules developed outside my company, we have implemented a 15 minute time out on the citrix connections. In reality, the rule states that the user is required to retype their password in order to regain access to the application(s) they are running. That's really what I would like to implement, but our IT staff hasn't found a way to do this yet so we have the timeout which ends all applications to which they are connected. |
|
What I would really like is.... If a user is connected to a database via MS Access and Crystal Reports and a 3rd application and they walk away to get coffee, when they come back to their desk 20 minutes later, I'd like for them to just be able to type their password and have their everything where it was when they walked away (similar to the Lock Computer option on windows). If anyone knows of how to do this, I'd be very grateful! |
![]() |
| Thread Tools | |
| Display Modes | |
| |