SQL batch file with BATCHSIZE being ignored
I have a customer running a SQL environment on Windows 2008 with 7.5.0.6 client (unsupported, yes) into a 7.7.3 master server which sends backups on their way any available media server and onto a DataDomain (disk) appliance.
A batchfile on the Windows host is configured as follows:
OPERATION BACKUP
DATABASE $ALL
EXCLUDE Conversion_XX
EXCLUDE Conversion_YY
EXCLUDE Conversion_ZZ
EXCLUDE dpa_repository
EXCLUDE DBA
EXCLUDE master
EXCLUDE msdb
EXCLUDE tempdb
SQLHOST "CLUSTERNAME"
BROWSECLIENT "NODENAME2"
NBSERVER "NBUMASTER"
MAXTRANSFERSIZE 6
BLOCKSIZE 7
BATCHSIZE 20
STRIPES 1
POLICY PTC_DB_SQL_BACKUP003
NBSCHED Daily
OBJECTTYPE TRXLOG
NUMBUFS 1
ENDOPER TRUE
... and is being called from within SQL as expected. Backups complete successfully and are recoverable. So, that's good.
Here's what's weird: the databases continue to peel off the SQL host one at a time, even though BATCHSIZE is set to 20.
I've advised our customer to request an upgrade of that 7.5.0.6 client to 7.7.2, but I've meanwhile searched through this forum as well as Veritas' KB articles without finding anything that indicates this to be a bug.
Has anyone else experienced this ?
Thanks!
ty
- Put BATCHSIZE at the top.
I don't have access to manuals right now, but I seem to remember that it has to be the 1st line. Like in this example:
https://www.veritas.com/support/en_US/article.id-SF930853700_nbu_sql_web