By Ian Johnston - 3/25/2013
When I try to point a BO in the mapper to SQL server to use a view I get a message cannot open database event id 3. The message shows the connection string and it appears correct. I can run the application and it connects to the database and works fine.
Any ideas?
|
By StrataFrame Team - 3/25/2013
Does it give you any more information about why it cannot open the database? Like invalid login, or anything like that?
|
By Ian Johnston - 3/25/2013
It is saying invalid login for SBS02\ian, that is my login and it seems to work for the application.
|
By StrataFrame Team - 3/25/2013
Is the database name right? It will give you the "invalid login" error when you try to log into a database that does not exist...
|