Specified Database Not Found -- dbbackup -
08-18-2011
, 05:35 PM
Hello,
I am using Sybase ASA 9.0.0.1108 on a Windows 7 Professional SP1.
When running the following line in a batch file, I receive a "Specified database not found" error message:
dbbackup -c "eng=MyDatabaseSvc;dbn=SampleDb;uid=ABC;pwd=12345; " -x -y- o .\Backup\LogFile.txt .\Backup
I initially created a service (MyDatabaseSvc) and connected to the database(database name=SampleDb; database filename=demolive.db) in Sybase Central. I tried disconnecting the database, stopping the service, creating an ODBC DSN to the database. Nothing would make the message go away.
The Backup Database utility within Sybase Central works flawlessly.
I launch Sybase Central and "Run As Administrator". Same goes for the batchfile.
Am I missing something? What can I do to get the batch file to run?
Regards. |