Unattended bot issue

Hi Everyone,

I have created the bot to type the data in CMD and i have published to cloud , then I have given trigger timings on every morning 5am …when system is in active /On mode it is working fine but when it comes to sleep/lock bot is able to open CMD but not able to type in CMD.

Can anyone please suggest the solution for above mentioned query?

Thanks,
Praveen

Hi @praveenchintu374

Is this an Unattended bot?

If so, you should be able to set up the credentials to log in and then run the automation. If you are using an attended license that can happen depending on the version you are using.

I hope that happens.

1 Like

@praveenchintu374

Ideally the vm should be logged out and bot would log into it…

Yea when the machine is locked or in sleep it would fail as the ui interaction is not possible

So make sure you logout before the bot run so that bot logs in and tried to perform the actions

Cheers

1 Like

Thanks Joel for the response,
Yeah it’s an unattended bot but windows credentials is already configured.

Thanks,
Praveen Kumar M

Thanks @Anil_G,

I’ll try this and let you know if its working

Cheers🍾

1 Like

If the problem is just typing the text in your CMD prompt you can also check if you can create a command file like a BAT file and just run it from UiPath.