- Posts: 15
- Thank you received: 0
Error to use a Transformation in a Package
11 years 5 months ago #4955
by unifscm
Error to use a Transformation in a Package was created by unifscm
When I use a data transformation in a package don't work properly.
But when I use the same transformation stand alone, work OK.
The transformacion insert a File to CLOB Field of Oracle Database Table
Whem I use the Transformacion in the Package send the error :
Information 09/04/2012 09:30:45 p.m. Starting Transformation...
Information 09/04/2012 09:30:45 p.m. Map Name: Subir CLOB
Information 09/04/2012 09:30:45 p.m. Author:
Information 09/04/2012 09:30:45 p.m. Version:
Information 09/04/2012 09:30:45 p.m. Description:
Information 09/04/2012 09:30:45 p.m. Preparing Writers...
Information 09/04/2012 09:30:45 p.m. Writer: {},Writer { } Is Ready
Value '"nombre","fecha","nombre","cant","ivta_siva"
Finaly Write at the end.
"CAJA CRISTAL EARL GREY SUPERIOR","2012-04-03 17:58:43.707","ADMINISTRADORA DE RESTAURANTES FUSION- A","1","66249"
' is too long for field ARCHIVO
The file has 700 Kb.
When I use transformation Stand Alone, log is:
Information 09/04/2012 09:47:35 p.m. Starting Transformation...
Information 09/04/2012 09:47:35 p.m. Map Name: Subir CLOB
Information 09/04/2012 09:47:35 p.m. Author:
Information 09/04/2012 09:47:35 p.m. Version:
Information 09/04/2012 09:47:35 p.m. Description:
Information 09/04/2012 09:47:35 p.m. Preparing Writers...
Information 09/04/2012 09:47:35 p.m. Writer: {},Target table has blobs using array insert, BatchSize=1
Writer { } Is Ready
Inserted : 1 Record(s)
Updated : 0 Record(s)
Deleted : 0 Record(s)
Errors : 0
But when I use the same transformation stand alone, work OK.
The transformacion insert a File to CLOB Field of Oracle Database Table
Whem I use the Transformacion in the Package send the error :
Information 09/04/2012 09:30:45 p.m. Starting Transformation...
Information 09/04/2012 09:30:45 p.m. Map Name: Subir CLOB
Information 09/04/2012 09:30:45 p.m. Author:
Information 09/04/2012 09:30:45 p.m. Version:
Information 09/04/2012 09:30:45 p.m. Description:
Information 09/04/2012 09:30:45 p.m. Preparing Writers...
Information 09/04/2012 09:30:45 p.m. Writer: {},
Finaly Write at the end.
"CAJA CRISTAL EARL GREY SUPERIOR","2012-04-03 17:58:43.707","ADMINISTRADORA DE RESTAURANTES FUSION- A","1","66249"
' is too long for field ARCHIVO
The file has 700 Kb.
When I use transformation Stand Alone, log is:
Information 09/04/2012 09:47:35 p.m. Starting Transformation...
Information 09/04/2012 09:47:35 p.m. Map Name: Subir CLOB
Information 09/04/2012 09:47:35 p.m. Author:
Information 09/04/2012 09:47:35 p.m. Version:
Information 09/04/2012 09:47:35 p.m. Description:
Information 09/04/2012 09:47:35 p.m. Preparing Writers...
Information 09/04/2012 09:47:35 p.m. Writer: {},
Please Log in or Create an account to join the conversation.
11 years 5 months ago #4957
by admin
Mike
ETL Architect
Replied by admin on topic Re: Error to use a Transformation in a Package
We will help you of course.
Before running the transformation from the package have you saved it?
Mike
Before running the transformation from the package have you saved it?
Mike
Mike
ETL Architect
Please Log in or Create an account to join the conversation.
11 years 5 months ago #4958
by unifscm
Replied by unifscm on topic Re: Error to use a Transformation in a Package
Yes, it has been saved.
I even tried to exit of the program and then to start again but I have the same result.
Thanks
Jorge
I even tried to exit of the program and then to start again but I have the same result.
Thanks
Jorge
Please Log in or Create an account to join the conversation.
11 years 5 months ago #4959
by admin
Mike
ETL Architect
Replied by admin on topic Re: Error to use a Transformation in a Package
In thins case can you provide us with table creation script and backup of the repository please
Mike
Mike
Mike
ETL Architect
Please Log in or Create an account to join the conversation.
11 years 5 months ago #4960
by admin
Mike
ETL Architect
Replied by admin on topic Re: Error to use a Transformation in a Package
Tested everything myself and it is working fine
Using oracle 11g.
Once data is loaded we always recommend exporting the files back just to make sure that everything is fine.
I would also recommend using blobs instead of clobs.
You may want to load different kind of files later.
Mike
Using oracle 11g.
Once data is loaded we always recommend exporting the files back just to make sure that everything is fine.
I would also recommend using blobs instead of clobs.
You may want to load different kind of files later.
Mike
Mike
ETL Architect
Please Log in or Create an account to join the conversation.
11 years 5 months ago #4971
by admin
Mike
ETL Architect
Replied by admin on topic Re: Error to use a Transformation in a Package
We have reproduced the problem and looking at what can be done about it
Mike
Mike
Mike
ETL Architect
Please Log in or Create an account to join the conversation.