May 8, 2020 at 5:29 pm
Hola a todos, mi nombre es james sabogal , soy nuevo en sql-server, pues en mi empresa trabajamos con informix.
En estos momento me encuentro en proceso de migrar datos de informix a sql-server.
Al intentar cargar una tabla desde informix, me genera los siguientes errores:
* Error 0xc020901c: Data Flow Task 1: There was an error with Source - gestion_cliente.Outputs[OLE DB Source Output].Columns[nombre]
* on Source - gestion_cliente.Outputs[OLE DB Source Output]. The column status returned was: "The value could not be converted because
* of a potential loss of data.".
(SQL Server Import and Export Wizard)
* Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.
* The "Source - gestion_cliente.Outputs[OLE DB Source Output].Columns[nombre]" failed because error code 0xC0209072 occurred,
* and the error row disposition on "Source - gestion_cliente.Outputs[OLE DB Source Output].Columns[nombre]" 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.
(SQL Server Import and Export Wizard)
* Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.
* The PrimeOutput method on Source - gestion_cliente returned error code 0xC0209029.
* The component returned a failure code when the pipeline engine called PrimeOutput().
* The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.
* There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)
Agradezco si alguien me puede ayudar o guiar para solucionar este inconveniente.
May 9, 2020 at 6:10 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
May 9, 2020 at 9:42 pm
You would probably get a faster response if you did your own translation to English.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2020 at 2:00 am
Bueno, la única información que tenemos es que hay una "pérdida potencial de datos", tal vez el valor de origen es demasiado largo para el destino?
-------------------------------------------------------------------------------------------------------------------------------------
Please follow Best Practices For Posting On Forums to receive quicker and higher quality responses
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply