Let’s say I have a process which connect to a database using windows authentication. (So I can’t use any other user, but that one, my user does not have permissions on the database)
I have the credentials of the service account with access to the database. I am unsure how should I configure the robot in UiPath in the modern way.
-
Option 1
Robot Account - but how I will debug / code because only unattended robot is created for this type of account
-
Option 2
User with attended and unattended robot enabled.
What is the “right” way to use same service account in attended for development/debug and same time in unattended mode? Is it ok to use the “User” tab, even if the service account does not impersonate any user?