Hey all, need a little expert advice. I haven't used SQL Server all that much, so I'm hoping this is a simple fix. I've built a workflow that copies data from some Access DB tables and loads it into a SQL Server that is located on the same machine. I'm using the scheduler, also on the same local machine, to run this overnight, but I keep getting this error:
"Error SQLDriverConnect: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open database "EOLUS" requested by the login. The login failed.[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed."
The workflow runs fine when I do it manually. Ideas?