Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
horse
Starting Member
5 Posts |
Posted - 2005-01-18 : 08:48:38
|
| I had all kinds of problems with a 80004005 error when moving a database from one server to another. I now get a different error but can't find out what is causing it.The DSN connection is fine so I don't understand. Any ideas how to solves this problem : - Microsoft OLE DB Provider for ODBC Drivers error '80040e4d' [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '*******'. |
|
|
Bustaz Kool
Master Smack Fu Yak Hacker
1834 Posts |
Posted - 2005-01-18 : 15:18:48
|
| The DSN used to connect to the Commerce database is misconfigured to use Windows NT security instead of SQL Server standard security. See http://support.microsoft.com/default.aspx?scid=kb;en-us;222828 for details.HTH=================================================================Scriptures, n. The sacred books of our holy religion, as distinguished from the false and profane writings on which all other faiths are based.-Ambrose Bierce, writer (1842-1914) [The Devil's Dictionary] |
 |
|
|
|
|
|