Search found 4 matches

by mgarg24
Thu May 21, 2009 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MLoad Custom Delimiter Problem
Replies: 1
Views: 1364

MLoad Custom Delimiter Problem

Hi, we have source as sequential file with ^| as delimiter and Target is teradata loaded using Mload stage. I am trying to load the data with data format "VARTEXT" and Delimiter as ^|. while loading received error message as "UTY4016 Data item too large for field END_DT in vartext rec...
by mgarg24
Wed Jan 14, 2009 6:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter for XML Output File Path
Replies: 6
Views: 3439

Specify a dummy file name in the xml output stage: say(temp_xml) and in the After job subroutine call mv command with the parameters values so as to rename dummy file with the parameterized value.
by mgarg24
Fri Jan 09, 2009 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accented char problem in XML output stage
Replies: 5
Views: 5088

Thanks Everyone,

I got a workaround for this issue. We are converting input file present in "ISO-8859-1" format to "UTF-8" format using unix command and then passing the file to datastage to create XML file.
by mgarg24
Tue Jan 06, 2009 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accented char problem in XML output stage
Replies: 5
Views: 5088

Thanks Ray ...

I checked it out after disabling operator combination. This error is coming from XML Output Stage.

I am fetching files possessing "ISO-8859-1" characterset and writing it into a different unix box with "UTF-8" characterset.

Regards,
Manish