Problema SSIS 2008
Publicado por Mikel (1 intervención) el 17/11/2009 17:35:14
Hola,
He creado un proyecto .dtsx en el que como los datos de una tabla(que tiene como datos un ntext y 2 int ), cambio el tipo de ntext a nstring a traves de un "data conversion" y despues el nstring trato te dividirlo en varias columnas a traves de un "derivied column". Para ello utilizo esta sintaxis :
SUBSTRING([Data Conversion].Path,FINDSTRING([Data Conversion].Path,"municipalityId=",1),3)
Pero me da error en el derivied column al ejecutar, en el k me pone:
-[Derived Column [87]] Error: An error occurred while evaluating the function.
-[Derived Column [87]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Derived Column" (87)" failed because error code 0xC0049067 occurred, and the error row disposition on "output column "IdMunip" (97)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
-[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Derived Column" (87) failed with error code 0xC0209029 while processing input "Derived Column Input" (88). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
Alguien puede ayudarme??
Un saludo y gracias
He creado un proyecto .dtsx en el que como los datos de una tabla(que tiene como datos un ntext y 2 int ), cambio el tipo de ntext a nstring a traves de un "data conversion" y despues el nstring trato te dividirlo en varias columnas a traves de un "derivied column". Para ello utilizo esta sintaxis :
SUBSTRING([Data Conversion].Path,FINDSTRING([Data Conversion].Path,"municipalityId=",1),3)
Pero me da error en el derivied column al ejecutar, en el k me pone:
-[Derived Column [87]] Error: An error occurred while evaluating the function.
-[Derived Column [87]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Derived Column" (87)" failed because error code 0xC0049067 occurred, and the error row disposition on "output column "IdMunip" (97)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
-[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Derived Column" (87) failed with error code 0xC0209029 while processing input "Derived Column Input" (88). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
Alguien puede ayudarme??
Un saludo y gracias
Valora esta pregunta


0