Posts: 6
Threads: 4
Joined: Oct 2010
Reputation:
0
01-09-2012, 01:22 PM
Hi,
I have automated one of the process which should run for more than 2 hrs.
But as per my company policy, system gets locked down after 10 min if there is no manual intervention.
Because of this policy, my script gets hanged after 10 min.
How to overcome this issue without changing this policy?
Regards,
Ramkumar
Posts: 426
Threads: 4
Joined: Aug 2011
Reputation:
0
01-09-2012, 01:46 PM
Hi,
Rules are meant to be broken. I can provide u an exe which will disable the lock for ur PC and scripts will run fine.If u need then let me know.
Regards,
Sankalp
[/quote]
Posts: 159
Threads: 0
Joined: Mar 2009
Reputation:
0
01-09-2012, 03:04 PM
@SShukla
Not the proper solution if your script is hacking in any company's security policy and you might be violating company's rules for doing that.
@Ramkumarad
Prepare a script, which will do the button click, like say you are pressing space bar or any number and loop it for every 10 minutes, this will ensure unlocking the computer.
Also Put this VB Script in your function file or framewor which will run parallely with your script.
This should resolve your issue.
Posts: 426
Threads: 4
Joined: Aug 2011
Reputation:
0
01-09-2012, 03:26 PM
@Tarik: If u are making ur script to press any button or spacebar or enter then I think it will effect the application in flow also and this approach is something that I had never seen in any framework.Not sure whether this is a correct soluntion.
@Ramkumarad: I 2 have same policy in my company but according to need policies can be modified also depending upon the nature of work.Go head and talk to ur manager regarding this.
Regards,
Sankalp