Author |
Topic |
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-02-10 : 23:24:22
|
Hi Experts,After issuing the statement,BACKUP LOG CDPCENTRAL WITH TRUNCATE_ONLYThe transaction which are going till then have stopped.Transaction will generate through the Maintenance plan and I have recreated the Maintenance plan for securing the Transaction Log generation, but is not working.Normally transactions log will generate for every 15 min Duration.Can Any one help in this regard. |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-02-10 : 23:33:28
|
In addition to the above the error generated asMessageExecuted as user: Server01\SQLProdAdmin. Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 3:30:00 PM DTExec: The package execution returned DTSER_FAILURE (1). Started: 3:30:00 PM Finished: 3:30:03 PM Elapsed: 2.75 seconds. The package execution failed. The step failed.Please advise me this happened ever since I have issued on T-SQL as BACKUP LOG CDPCENTRAL WITH TRUNCATE_ONLY |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-11 : 08:38:41
|
Your question is not clear.What actually happened? You have broken the log chain with that statement.You won't be able to restore transaction log backup taken after that point. |
 |
|
heavymind
Posting Yak Master
115 Posts |
Posted - 2009-02-11 : 08:48:31
|
What do you mean under generating transactions through maintenance plan?running backup log with truncate_only you broke transaction log chain but it should not have broken maintenance plans execution...Thanks, VadymMCITP DBA 2005/2008Chief DBA at http://www.db-staff.com |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-02-11 : 15:24:39
|
This command executed BACKUP LOG CDPCENTRAL WITH TRUNCATE_ONLYon the transaction log File.Then onwards no transaction log for 15 minutes were generating.I have several times created the Maintenance plans but of no use.The error Message:Executed as user: Server01\SQLProdAdmin. Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 3:30:00 PM DTExec: The package execution returned DTSER_FAILURE (1). Started: 3:30:00 PM Finished: 3:30:03 PM Elapsed: 2.75 seconds. The package execution failed. The step failed.Please advise as it is now imminent to enable it.Many thanks |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-02-11 : 18:27:46
|
Thanks TkIzerI have done exactly on taking the whole Server databases backed up and re started the Maintenance plan for Transaction logs which will do for every 15 minutest duration.Error:Executed as user: Server01\SQLProdAdmin. Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 10:15:00 PM DTExec: The package execution returned DTSER_FAILURE (1). Started: 10:15:00 PM Finished: 10:17:75 PM Elapsed: 2.75 seconds. The package execution failed. The step failed.I have executed using under Master sp_configure 'allow updates', 0reconfigurebut still giving this problem.Im getting nervous as all my options have gone.please Advise me. |
 |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-02-11 : 22:45:32
|
Can anyone help me in this regard.Its urgent for me.As TKizer Pointed out: doing the BACKUP LOG CDPCENTRAL WITH TRUNCATE_ONLY then took Full Backup then started the Maintenance Plan for transaction Log.As I have done the Full Backup of the entire Server databases and restarted the Maintenance Plan for transaction log entries to go for every 15 minutes duration.I have done also didsp_configure 'allow updates', '0'RECONFIGURESame errorExecuted as user: Server01\SQLProdAdmin. Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 10:15:00 PM DTExec: The package execution returned DTSER_FAILURE (1). Started: 10:15:00 PM Finished: 10:17:75 PM Elapsed: 2.75 seconds. The package execution failed. The step failedPlease someone throw their Expertise as where I am lacking to do.many Thanks for all of you took part in this problem |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-11 : 22:54:28
|
quote: Originally posted by pdset Can anyone help me in this regard.Its urgent for me.As TKizer Pointed out: doing the BACKUP LOG CDPCENTRAL WITH TRUNCATE_ONLY then took Full Backup then started the Maintenance Plan for transaction Log.As I have done the Full Backup of the entire Server databases and restarted the Maintenance Plan for transaction log entries to go for every 15 minutes duration.Can you start all over again? I have done also didsp_configure 'allow updates', '0'RECONFIGUREWhy are you doing this? You don't need this .Same errorExecuted as user: Server01\SQLProdAdmin. Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 10:15:00 PM DTExec: The package execution returned DTSER_FAILURE (1). Started: 10:15:00 PM Finished: 10:17:75 PM Elapsed: 2.75 seconds. The package execution failed. The step failedPlease someone throw their Expertise as where I am lacking to do.many Thanks for all of you took part in this problem
|
 |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-02-11 : 23:00:48
|
Sodeep ThanksCan you please advise me what is to be done now.Still the same |
 |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-02-11 : 23:55:33
|
Should I execute below command on T-SQL under Master Database only or all other databases on the server?BACKUP LOG CDPCENTRAL WITH TRUNCATE_ONLY;then took Full Backup of All databases on the server;then start the Maintenance Plan for transaction Log as follows:Remove the Old Maintenance Plan (Transaction Log 15 Minute Duration);Create afresh New Maintenance Plan for Transaction log and execute it from the SQL Server Agent folder.(I Have Just done as above but no relief)Please Advise me.Many Thanks |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-02-12 : 01:17:30
|
Thanks Tkizer for knowing wher I went wrong exactly.I really appreciate your patience replies for my botheration.This what I have done:I did Run a full backup; (For All databases, including System Level)then manually run BACKUP LOG command as BACKUP LOG CDPCENTRAL WITH TRUNCATE_ONLY under Master Database in the T-SQL;the error:Executed as user: Server01\SQLProdAdmin. Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 5:40:00 PM DTExec: The package execution returned DTSER_FAILURE (1). Started: 5:40:00 PM Finished: 5:42:75 PM Elapsed: 2.75 seconds. The package execution failed. The step failedPlease Guide me in the following:(May you suggest I should run backup log Command for each and every database in the instance after taking all backups?)Should I recreate (on delete the existing maintenance plans)the Maintenance Plans again at this stage?many thanks |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-02-12 : 17:37:41
|
Hello TKizerThis is the sample output when after taking full backup of all the databases then on executing the 'backup log' for each database and the sample is given for you.Processed 7 pages for database 'BAIRNSDALE', file 'BAIRNSDALE_log' on file 1.BACKUP LOG successfully processed 7 pages in 0.173 seconds (0.295 MB/sec).Should I recreate the Maintenance plans after backing up log and pull the log transactions.Thanks for your advise. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-02-12 : 18:38:47
|
Thanks Tkizer.I have recreated the Maintenance plans but saying some thing not coming with this particular error relates to:DTExec: The package execution returned DTSER_FAILURE (1).Some one has suggested me with doing when Maintenance plans giving above error, then sp_configure 'allow updates',0RECONFIGUREStill the same.MessageExecuted as user: DHSV0\SQLProdAdmin. Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 10:32:03 AM DTExec: The package execution returned DTSER_FAILURE (1). Started: 10:32:03 AM Finished: 10:32:06 AM Elapsed: 2.453 seconds. The package execution failed. The step failed.Do I Need to correct anything within the maintenance plans setup?Can some one still help me. |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-12 : 18:44:50
|
Why don't you create fresh new Maintenance plan and try with database with you have just done Tran Log backup. What service packs do you have in your server? |
 |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-02-12 : 19:15:45
|
Thanks Sodeep.I do have SP2 2005.90.3042I have created new Maintenance plan for capturing the Transaction Logs and interval mentioned as 15 minutes duration.but Still the same Error |
 |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-02-12 : 19:26:32
|
Sodeep,I have setup with the log report:ERROR:Microsoft (R) SQL Server Execute Package UtilityVersion 9.00.3042.00 for 64-bitCopyright (C) Microsoft Corp 1984-2005. All rights reserved.Started: 11:19:28 AMDTExec: The package execution returned DTSER_FAILURE (1).Started: 11:19:28 AMFinished: 11:19:31 AMElapsed: 2.484 secondsThis is the outputPlease advise me |
 |
|
Next Page
|