I have set up a SQL Server on an EC2 instance that is NOT on a domain.
I need the SQL Server Agent to run SSIS scripts, do back ups, send DB Mail, . I have set up a sql server user with read / write db permissions, and tried to follow the instructions here
After doing some research the Job needs to run on a Proxy, which requires a Credential. When I try to create a new credential I click on the elipsis next to Identity and I get the error
"The program cannot open the required dialog box because it cannot determine whether the computer named 'BLAHBLAHBLAH' is joined to a domain. Close this message and try again."
To be clear I only need the account to run SSIS jobs, back ups and send the occasional mail.
What am I doing wrong?
Thanks