Hello,
Long ago I defined an sql backup for a clustered sql server ( 2 nodes).
Now for some reason I have a problem with the client the sql backup is not working, I get status 239.
here is a sample of the error log :
TIMESTAMP 20131211113740
MASTERSERVER MSTIN
CLIENT PVCSQLR2
INSTANCE PVCSQL2
DATABASE DBA
OPERATION BACKUP
OBJECTTYPE DATABASE
OPTION INCREMENTAL
STATUS 239
INFO Server Status: the specified client does not exist in the specified policy
INFO Error in VxBSACreateObject: 3.
INFO System detected error, operation aborted.
INFO Error in GetCommand: 0x80770004.
INFO An abort request is preventing anything except termination actions.
ENDOPER TRUE
The Virtual Client name is pvcsql2, pvcsqlr2 is one of the nodes, the active one.
Here is the backup script:
OPERATION BACKUP
DATABASE $ALL
SQLHOST "PVCSQL2"
NBSERVER "MSTIN"
MAXTRANSFERSIZE 6
BLOCKSIZE 7
BROWSECLIENT "PVCSQL2"
RESTARTTYPE AUTO
RESTARTWAITSECONDS 60
NUMBUFS 2
NUMRESTARTS 3
SQLCOMPRESSION TRUE
ENDOPER TRUE
Please advice, What do you think the problem is ?
Thanks in advance