Pega Service Account Credentials

We are setting up our SQL Server access in our solution to use a Windows Service Account instead of the user’s login account. How do I run Pega under the service account? Is that possible?

@ScottC37 If you’re using the RPA Service, you can set the bot to use a different user than the one logged-in to Windows. If you are manually (or launching runtime in another way), then you can use Run As to start Runtime as a different user.

@ThomasSasnett I was able to use the runas command.

Thanks.