Transformer_0: Internal error: function 'row_to_external()'

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Rajender
Participant
Posts: 24
Joined: Wed Mar 31, 2004 6:10 am

Transformer_0: Internal error: function 'row_to_external()'

Post by Rajender »

Hi Gurus,

I have simple job,

Sequential file-->to-->Hash file--> transformer-->FTP job

This job used to run regularly and suddenly we have the fallowing error
"Transformer_0: Internal error: function 'row_to_external()' failed"

Can any one plz help me with this?

Many Thanks
Raj
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Check for the data, if Null or any ^M is been passed.
Last edited by kumar_s on Fri Oct 20, 2006 12:29 am, edited 1 time in total.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Rajender
Participant
Posts: 24
Joined: Wed Mar 31, 2004 6:10 am

Post by Rajender »

Kumar i'm using server job not PX, i have no null values in my input stream.

Thanks
Raj
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

row_to_external() should refert to the ftp interface. Try to write it in to a sequential file. And check if there is any thing unexpected. Later try to ftp the same file from command prompt and check if you find any difficulty in that.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What derivations are you using in the Transformer? Does this error occur in every row? Use the debugger or stage tracing to figure out what's happening.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply