Results 1 to 5 of 5
-
06-02-2011, 12:17 AM #1
Some database of MS SQL Server can't be backed up using TDP for database
Dear everyone
I have installed TDP for SQL on my SQL Server . The TDP backup goes well with 8/10 database . Only 2 database GVSIS GVSIS_DEV can't be backed up , the problem seem come from MSSQP , but i can manually backup them using MSSQL Backup ultilitiy
Does any one has any advice ?Code:04/20/2011 17:00:47 ============== Log file pruned using log retention period of 60 day(s) 04/20/2011 17:00:47 ============== No log entries pruned 04/20/2011 17:00:47 ========================================================================= 04/20/2011 17:00:47 ========================================================================= 04/20/2011 17:00:47 Request : FULL BACKUP 04/20/2011 17:00:47 Database Input List : * 04/20/2011 17:00:47 Group Input List : - 04/20/2011 17:00:47 File Input List : - 04/20/2011 17:00:47 Number of Buffers : 3 04/20/2011 17:00:47 Buffer Size : 1024 04/20/2011 17:00:47 Number of SQL Buffers : 0 04/20/2011 17:00:47 SQL Buffer Size : 1024 04/20/2011 17:00:47 Number of Stripes specified : 1 04/20/2011 17:00:47 Estimate : - 04/20/2011 17:00:47 Truncate Log? : - 04/20/2011 17:00:47 Wait for Tape Mounts? : Yes 04/20/2011 17:00:47 TSM Options File : C:\Program Files\Tivoli\TSM\TDPSql\dsm.opt 04/20/2011 17:00:47 TSM Nodename Override : - 04/20/2011 17:00:47 Sqlserver : GVLHCMHOSQL01\PRODUCT 04/20/2011 17:00:47 04/20/2011 17:00:47 Backup of SQL Database GVSIS will not be attempted. 04/20/2011 17:00:47 ACO5422E Received the following from the MS SQL server: 04/20/2011 17:00:47 Specified cast is not valid. (HRESULT:0x80004002) 04/20/2011 17:00:47 Backup of SQL Database GVSIS_DEV will not be attempted. 04/20/2011 17:00:47 ACO5422E Received the following from the MS SQL server: 04/20/2011 17:00:47 Specified cast is not valid. (HRESULT:0x80004002)
Thanks and Best Regards
-
06-02-2011, 11:44 AM #2
Looks to be a DB structural integrity issue. You probably need to audit/fix the bad table(s) or record(s).
This person had the same issues> http://adsm.org/forum/showthread.php...P-MSSQL-backup
-
The Following User Says Thank You to chad_small For This Useful Post:
hungng89 (05-18-2012)
-
06-02-2011, 07:29 PM #3
Dear all
As we can backup all remain database to TSM Server , the issue can only come from MSSQL
database setting include : Access Right , Structural , Configuration, Database Logical Files setting.
After doing a health check on your Microsoft SQL Server , i can clarified the issue root cause come
from Page Verify Configuration
Issue root cause:
================================================== ===========================
Database page verify method on Microsoft SQL Server Database GVSIS
and GVSIS_DEV is Torn page detection. Torn page detection does not
completely fix a DB structural integrity issue.
================================================== ===========================
Setting changed:
================================================== ===========================
Page verify configuration changed from Torn page detection to Checksum
================================================== ===========================
Thanks and Best Regards.
-
12-21-2011, 08:57 AM #4Newcomer
- Join Date
- Dec 2011
- Posts
- 1
- Thanks
- 0
- Thanked 2 Times in 1 Post
Hello hungng89,
I think solutions are
TDP - Put QUERYOPTIMIZATION 0 in tdpsql.cfg (Configuration file by default) or SQL - sp_dboption 'MyTroubleDatabase', 'autoclose', 'FALSE'
for each affected database.
Rgds
-
-
05-14-2012, 04:23 AM #5Member
- Join Date
- Jul 2008
- Location
- Italy
- Posts
- 39
- Thanks
- 2
- Thanked 1 Time in 1 Post
Thanks eric06! I had the same problem, and your solution solved it.
This was also referenced here:
http://www-01.ibm.com/support/docvie...id=swg1IC79581
-
The Following User Says Thank You to Moebius For This Useful Post:
hungng89 (05-18-2012)
Similar Threads
-
TDP for SQL Server - restoring Database to another server
By director_den in forum Restore / Recovery DiscussionReplies: 2Last Post: 09-30-2011, 06:44 AM -
Number of SAN-Backed Database Directories for 6.2 Server
By Tiger22 in forum TSM ServerReplies: 9Last Post: 02-22-2011, 05:04 PM -
SQL server Database backup is getting Failed on one Database
By radhar in forum TDP/Application Layer BackupReplies: 7Last Post: 07-01-2010, 11:41 AM -
TDP SQL on cluster unable to backup SQL Database
By sailesh in forum Backup / Archive DiscussionReplies: 8Last Post: 07-12-2007, 05:43 AM -
Restoring a SQL database with TSM SQL server TDP v5.1.5.0
By gavinring in forum TDP/Application Layer BackupReplies: 1Last Post: 07-15-2004, 04:36 AM


Reply With Quote
