Hello @all,
does anyone faces issues with cross dumping a database from a newer ASE Version like SP122 or ASE16 to SP110 or older?
The following statement i tried:
dump database xyz to 'xyz' at xyz
go
and got this error message:
WARNING: In order to LOAD the xyz database, the ASE must run in single-user mode. If the xyz database dump uses multiple volumes, you must execute sp_volchanged on another ASE at LOAD time in order to signal volume changes.
Backup Server: 4.171.1.1: The current value of 'reserved pages threshold' is 85%.
Backup Server: 4.171.1.2: The current value of 'allocated pages threshold' is 40%.
Backup Server: 4.171.1.5: The current value of 'parallel scan' is 2.
Backup Server session id is: 21. Use this value when executing the 'sp_volchanged' system stored procedure after fulfilling any volume change request from the Backup Server.
Backup Server: 1.67.2.16: Backup Server Internal Error in function 'fatoi'. Please contact Sybase Technical Support
Msg 8009, Level 16, State 1: Server 'xyz', Line 1: Error encountered by Backup Server. Please refer to Backup Server messages for details.
Despite the error message i can log on with isql to the remote backup server or can execute statements like remote_bs...sp_who. Also the opposite direction to dump a database works without any issues.
Please let me know if somebody knows a workaround for that problem.
Thanks in advance!
Best regards,
Patrick