December 4, 2009 at 6:02 am
I am in 2005 shop and running the backup through Maintenance plans but tonight I got this error
Executing query "BACKUP DATABASE [crs5_oltp] TO DISK = N'\\de1clcr".: 100% complete End Progress DTExec: The package execution returned DTSER_FAILURE (1).
December 4, 2009 at 6:08 am
MAK-1128556 (12/4/2009)
I am in 2005 shop and running the backup through Maintenance plans but tonight I got this errorExecuting query "BACKUP DATABASE [crs5_oltp] TO DISK = N'\\de1clcr".: 100% complete End Progress DTExec: The package execution returned DTSER_FAILURE (1).
Hi,
For more detail check the sql server errorlog & OS
Also Under the management--> Right click the maintenance plan -->View history
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
December 4, 2009 at 6:11 am
An exception occurred while executing a Transact-SQL statement or batch.
December 4, 2009 at 6:15 am
MAK-1128556 (12/4/2009)
An exception occurred while executing a Transact-SQL statement or batch.
MAK
Post the result
select @@version
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
December 4, 2009 at 6:17 am
Check the MS link
http://support.microsoft.com/kb/914779
Edit:Post the correct link
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
December 4, 2009 at 6:18 am
Microsoft SQL Server 2005 - 9.00.4035.00 (Intel X86) Nov 24 2008 13:01:59 Copyright (c) 1988-2005 Microsoft Corporation Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 2)
my job was working before, but today I got an error
December 4, 2009 at 6:21 am
Thanks Muthukkumaran,
what can I do now, link didn't give me any information
December 4, 2009 at 6:25 am
Hi,
Check the job owner and try to run the job manually.
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
December 4, 2009 at 6:28 am
My job was working fine with svcAdm account, but today I got the error with same account
December 4, 2009 at 7:33 am
Have you tried recreating the plan? If it's a simple maintenance plan backup, recreating will only take a few minutes. If you have, do you get the same error?
December 4, 2009 at 7:34 am
Unfortunately, we can't see what you see and you aren't giving us enough information to really help. Please provide the FULL error message(s) you have received.
December 4, 2009 at 7:38 am
Lynn Pettis (12/4/2009)
Unfortunately, we can't see what you see and you aren't giving us enough information to really help. Please provide the FULL error message(s) you have received.S,I agree with Lynn
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
December 4, 2009 at 8:18 am
my new job work fine.
this particulare job give us a error, there is any way we find out the cause of this error
December 4, 2009 at 8:20 am
see the error message
Message
Executed as user: PCA\svcSQLAdm. Microsoft (R) SQL Server Execute Package Utility Version 9.00.4035.00 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 1:49:28 AM Progress: 2009-12-04 01:49:31.63 Source: {E0B03A3D-1533-406E-9885-70B44C0D693D} Executing query "DECLARE @GUID UNIQUEIDENTIFIER EXECUTE msdb..sp".: 100% complete End Progress Progress: 2009-12-04 01:49:31.80 Source: Maintenance Cleanup Task Executing query "EXECUTE master.dbo.xp_delete_file 0,N'\\de1clcrsql".: 100% complete End Progress Progress: 2009-12-04 06:39:05.02 Source: Back Up Database Task Executing query "BACKUP DATABASE [databasename] TO DISK = N'\\de1clcr".: 100% complete End Progress DTExec: The package execution returned DTSER_FAILURE (1). Started: 1:49:28 AM Finished: 6:39:06 AM Elapsed: 17378.3 seconds. The package execution failed. The step failed.
December 4, 2009 at 8:21 am
see the error message
Message
Executed as user: PCA\svcSQLAdm. Microsoft (R) SQL Server Execute Package Utility Version 9.00.4035.00 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 1:49:28 AM Progress: 2009-12-04 01:49:31.63 Source: {E0B03A3D-1533-406E-9885-70B44C0D693D} Executing query "DECLARE @GUID UNIQUEIDENTIFIER EXECUTE msdb..sp".: 100% complete End Progress Progress: 2009-12-04 01:49:31.80 Source: Maintenance Cleanup Task Executing query "EXECUTE master.dbo.xp_delete_file 0,N'\\de1clcrsql".: 100% complete End Progress Progress: 2009-12-04 06:39:05.02 Source: Back Up Database Task Executing query "BACKUP DATABASE [database name] TO DISK = N'\\de1clcr".: 100% complete End Progress DTExec: The package execution returned DTSER_FAILURE (1). Started: 1:49:28 AM Finished: 6:39:06 AM Elapsed: 17378.3 seconds. The package execution failed. The step failed.
Viewing 15 posts - 1 through 15 (of 19 total)
You must be logged in to reply to this topic. Login to reply