
January 1st, 2005, 08:06 AM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Export Data/Login Problem
Hi all,
To warn you, I'm a complete newbie to programming.  I inherited a Coldfusion application at work (development was outsourced to external developers) and I'm trying to install a login function. I've been trying to back-up the database of the application. My web host doesn't allow direct access to our database, and they recommended that I use the DTS "Export Data" function. When I run the Wizard, I get an error message saying:
"[Microsoft][ODBC SQL Server Driver][SQL Server]The login 'database owner' does not exist."
My login details were all correct. I Googled the message, and I found someone who solved the issue on another message board. Their post said:
Quote: | A few objects that other developers had added didn't have all the correct user details in them which caused problems. (ie not referencing them all by user.object). |
Again, I am a complete noob. How can I fix this problem, or is there any way I can circumvent it to backup my database?
Thanks for any help. 
|