Skip to Content
0
Apr 16, 2018 at 03:53 PM

SAP IQ 16 backup progress

300 Views

Hi

I have a script now that backs up Sybase IQ 16 full or incremental. However, I want to script archiving off the backup within a few minutes of completion.

Any ideas how to detect when the backup is finished via script. I've looked at SAP note:

2285840 - How To Determine Backup Progress in SAP IQ but its not much help. The trouble is that I need to halt the script while the '

BACKUP DATABASE ... statement is executing. I don't think this statement is 'syncronous'. In other words, the script won't stop when this statement executes ... any following statement will be executed while the backup is in progress.

Any ideas?

Mike