Issues using -ad to append logs to a DB using DBEng or DBSrv version 10.0.1.4051 -
08-16-2012
, 04:56 AM
We have a customer trying to append multiple logs in one folder to a DB. When we use the following command line:
"C:\Program Files\SQL Anywhere 10\win32\dbeng10.exe" -c 1600M -x none "G:\LiveDB\XXX.db" -ad "I:\DRLogsOnly\TestAuto2"
we receive the following error:
"Illegal character in Database Alias"
When the same entries are made in the GUI of DBEng then no error is dispayed and the job wil lrun correctly. Is there anything we are missing that iscausing this as we would ideally need this to run from an automated scriptbut this does not seem possible. |