insert to sqlserver

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ratna
Participant
Posts: 16
Joined: Mon Aug 13, 2007 3:33 am

insert to sqlserver

Post by ratna »

Dear all,

i have a problem here.
i made a job..
oracle stage - transformer - Dynamic RDBMS

all i want to do is transfer the data from oracle to sqlserver.. but i dont know why, the data inserted to sqlserver always truncated..

like : 'John' will become 'Joh'

I put a peek stage before the Dynamic RDBMS stage, and the data in the peek stage were fine (not truncated).

Anybody know whats wrong?

Thanks
kausmone
Participant
Posts: 39
Joined: Fri Sep 21, 2007 1:47 am
Location: Prague

Post by kausmone »

Ratna,

Can you give more details please? Is this happening for all columns or for only one particular column etc? I am assuming that you have already checked and confirmed that the datatype of the source (Oracle) and the target (SQL Server) is the same for the column(s) that are showing this behavior...

-kaus
Ultramundane
Participant
Posts: 407
Joined: Mon Jun 27, 2005 8:54 am
Location: Walker, Michigan
Contact:

Re: insert to sqlserver

Post by Ultramundane »

ratna wrote:Dear all,

i have a problem here.
i made a job..
oracle stage - transformer - Dynamic RDBMS

all i want to do is transfer the data from oracle to sqlserver.. but i dont know why, the data inserted to sqlserver always truncated..

like : 'John' will become 'Joh'

I put a peek stage before the Dynamic RDBMS stage, and the data in the peek stage were fine (not truncated).

Anybody know whats wrong?

Thanks
We encountered a similar issue in 7.5.1 and 7.5.2 which was resolved via Ecase 74157
Ultramundane
Participant
Posts: 407
Joined: Mon Jun 27, 2005 8:54 am
Location: Walker, Michigan
Contact:

Re: insert to sqlserver

Post by Ultramundane »

ratna wrote:Dear all,

i have a problem here.
i made a job..
oracle stage - transformer - Dynamic RDBMS

all i want to do is transfer the data from oracle to sqlserver.. but i dont know why, the data inserted to sqlserver always truncated..

like : 'John' will become 'Joh'

I put a peek stage before the Dynamic RDBMS stage, and the data in the peek stage were fine (not truncated).

Anybody know whats wrong?

Thanks
We encountered a similar issue in 7.5.1 and 7.5.2 which was resolved via Ecase 74157
ratna
Participant
Posts: 16
Joined: Mon Aug 13, 2007 3:33 am

Post by ratna »

kausmone, this happened to every column.. and yes, datatype of the source and the target column are the same..

And Ultramundane, i dont understand.. what is Ecase 74157?

Thanks all for replying...
Ultramundane
Participant
Posts: 407
Joined: Mon Jun 27, 2005 8:54 am
Location: Walker, Michigan
Contact:

Post by Ultramundane »

ratna wrote:kausmone, this happened to every column.. and yes, datatype of the source and the target column are the same..

And Ultramundane, i dont understand.. what is Ecase 74157?

Thanks all for replying...
Ecase 74157 references a bug fix created by IBM. If you would like to get the fix from IBM you should contact them and request the fix.
Post Reply