cancel
Showing results for 
Search instead for 
Did you mean: 

Login Agent

ReemAlSa_di
Level 4
Hi all, 

I have a login agent on my production environment that should be used to login into the production VM ahead of running the main process.

The scenario will be as follows:
1. log in to the VM
2. Run our main process

we have a process that checks on the queue, once it has rows inside, we have a scheduler that runs every minute to run the main process.

now if I want to run the login process from the login agent ahead of our main process, how should I schedule it?
1 BEST ANSWER

Best Answers

JuhoVihonen
Level 3

Hi

Depending on your case, will you logout the machine after every run or would you like to run the login only once? If you would like to run it only once, I would suggest you to modify the login process so, that it logs in only if required. Otherwise it would just skip it and continue to main process.

View answer in original post

1 REPLY 1

JuhoVihonen
Level 3

Hi

Depending on your case, will you logout the machine after every run or would you like to run the login only once? If you would like to run it only once, I would suggest you to modify the login process so, that it logs in only if required. Otherwise it would just skip it and continue to main process.