SSIS - SQL Server Integration Services - Error Ejecutando ssis en un SQL AGENT (JOB)

 
Vista:

Error Ejecutando ssis en un SQL AGENT (JOB)

Publicado por Cesar (2 intervenciones) el 30/10/2012 19:54:34
Hola Gente

necesito de su ayuda , ya que tengo varios dias con este problema y no he logrado resolverlo,

cree un job para ejecutar un ssis packge pero al momento de ejecutar el job me marca el siguiente error.



Message
Executed as user: TRANSNETWORK\shernandez. Microsoft (R) SQL Server Execute Package Utility Version 10.50.2500.0 for 32-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 1:45:17 PM Error: 2012-10-30 13:45:17.50 Code: 0xC0011007 Source: {0BC6516F-674D-4613-977E-F43100963696} Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted. End Error Error: 2012-10-30 13:45:17.51 Code: 0xC0011002 Source: {0BC6516F-674D-4613-977E-F43100963696} Description: Failed to open package file "C:\manifiesto\Package.dtsx" due to error 0x80070003 "The system cannot find the path specified.". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format. End Error Could not load package "C:\manifiesto\Package.dtsx" because of error 0xC0011002. Description: Failed to open package file "C:\manifiesto\Package.dtsx" due to error 0x80070003 "The system cannot find the path specified.". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format. Source: {0BC6516F-674D-4613-977E-F43100963696} Started: 1:45:17 PM Finished: 1:45:17 PM Elapsed: 0.218 seconds. The package could not be found. The step failed.



he intentado todo pero no logro resolverlo alguien podra ayudarme.

aclaro que el ssis funciona a la perfeccion si lo ejecuto desde el visual pero solo en el job falla.
saludos.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

Error Ejecutando ssis en un SQL AGENT (JOB)

Publicado por tonci korsano (1 intervención) el 30/10/2012 23:01:47
mira esta parte del error:

Description: Failed to open package file "C:\manifiesto\Package.dtsx" due to error 0x80070003 "The system cannot find the path specified.".

tu estas seguro que en la maquina donde esta ese sql agent y sql server, esta el archivo "C:\manifiesto\Package.dtsx"

no sera que lo renombraron o borraron o cambiaron de lugar en el disco c:

no sera que ya no esta en el disco c: si no en otro disco

chao,

tonci korsano
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

Error Ejecutando ssis en un SQL AGENT (JOB)

Publicado por cesar (2 intervenciones) el 31/10/2012 19:58:43
efectivamente no estaba en la ruta del server cambie esa parte y funciono muchas gracias por la ayuda
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

Error Ejecutando ssis en un SQL AGENT (JOB)

Publicado por Anlly Escobar (1 intervención) el 12/09/2018 18:49:36
Hola Tonci Korsano, queria preguntarte si sabes por qué me esta saliendo este error al igual que ha cesar en ssis me funciona a la perfección

ERROR

Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 14.0.2002.14 for 64-bit Copyright (C) 2017 Microsoft. All rights reserved. Started: 11:32:38 a. m. Error: 2018-09-12 11:32:38.27 Code: 0xC0011007 Source: {17B6416E-4052-4AD2-9CE2-96473850720D} Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted. End Error Error: 2018-09-12 11:32:38.27 Code: 0xC0011002 Source: {17B6416E-4052-4AD2-9CE2-96473850720D} Description: Failed to open package file "C:\Users\Anlly\Desktop\educacion.dtsx" due to error 0x80070005 "Acceso denegado.". This occurs when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of specifying an incorrect file name when calling LoadPackage or the specified XML file has an incorrect format. End Error Could not load package "C:\Users\Anlly\Desktop\educacion.dtsx" because of error 0xC0011002. Description: Failed to open package file "C:\Users\Anlly\Desktop\educacion.dtsx" due to error 0x80070005 "Acceso denegado.". This occurs when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of specifying an incorrect file name when calling LoadPackage or the specified XML file has an incorrect format. Source: {17B6416E-4052-4AD2-9CE2-96473850720D} Started: 11:32:38 a. m. Finished: 11:32:38 a. m. Elapsed: 0.032 seconds. The package could not be found.

Gracias.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar