20
DUMP failed in database %.*s: error occurred executing RPC.
When a dump database command is processed, the Backup Server scans for allocated pages to determine what pages to dump. It begins this scan as soon as it receives an RPC (remote procedure call). Error 3211 is raised when an Adaptive Server RPC to the Backup Server returns an error.
Error 3211 occurs with the following states:
State |
Meaning |
---|---|
1 |
An error occurred in the RPC stream. |
2 |
The RPC itself returned an error. |
Check the Adaptive Server and Backup Server error logs to determine the cause of the error being sent.
Test the connection between the Backup Server and the Adaptive Server. Log into the Adaptive Server using isql and type:
1> execute <backupserver>...sp_ps 2> go
Where <backupserver> is the name of your Backup Server. This command sp_ps on the Backup Server.
If you need to call Technical Support, have the information on hand that is listed in “Reporting errors”.
All versions