Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.ms-sqlserver > #1786

Error message from backup of ReportServerTempDB database

Newsgroups comp.databases.ms-sqlserver
Date 2014-08-10 04:30 -0700
Message-ID <05ec6b01-d17d-45f8-8849-ffb0108c8b44@googlegroups.com> (permalink)
Subject Error message from backup of ReportServerTempDB database
From DavidGr <tanyadavidg@gmail.com>

Show all headers | View raw


I created a subplan of a maintenance plan to backup the ReportServerTempDB database.
I run the backup as a step in an Sql Server job.
The run of the database backup subplan fails with the error:
"DTExec: Could not set \Package\ReportServerTempDB full backup.Disable value to False." 
and the step does not run.

The command line I use in the step is:
"/SQL "Maintenance Plans\BCK - Weekly Backup" /SERVER "GVIA-SQL"  /CHECKPOINTING OFF /SET "\Package\ReportServerTempDB full backup.Disable";False /REPORTING E"

which I copied from commands I copied form other databases I set up.

Does anyone know how I could change the command lime in order to backup the database ?

Thanks
David

Back to comp.databases.ms-sqlserver | Previous | Next | Find similar


Thread

Error message from backup of ReportServerTempDB database DavidGr <tanyadavidg@gmail.com> - 2014-08-10 04:30 -0700

csiph-web