Search found 6797 matches

by DSguru2B
Wed Nov 22, 2006 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Character When copying file...
Replies: 17
Views: 4665

You are correct Craig. It is control Z. I dont know about dos but in unix it is control z (^Z).
by DSguru2B
Wed Nov 22, 2006 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check Byte Data
Replies: 2
Views: 890

Look at the ICONV conversion code MCD. Thats what you need.
by DSguru2B
Wed Nov 22, 2006 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserted value too large for column, row rejected.
Replies: 8
Views: 2846

Well just go to the transformer, look the bottom half where the metadata is visible. Examine both input and output visually. You will be able to see which column has a bigger length and is being mapped to a column with lesses length.
by DSguru2B
Wed Nov 22, 2006 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Character When copying file...
Replies: 17
Views: 4665

Ok. Did some testing. Go to the Seq. File -> outputs tab -> columns. Scroll right to the "Incomplete Column" property and select replace. What replace does is it replaces it with NULL. This was atleast your job wont abort. You can then handle this particular row from not being passed on in the trans...
by DSguru2B
Wed Nov 22, 2006 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Character When copying file...
Replies: 17
Views: 4665

So what you are trying to say is, when you are picking up the original ftp'd file, there is no box present, but when you copy it a different folder it magically shows up???
How are you copying the file? Is via datastage job or through some other mechanism?
by DSguru2B
Wed Nov 22, 2006 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc connection
Replies: 1
Views: 862

Did'nt you get a similar problem resolved here?
by DSguru2B
Wed Nov 22, 2006 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Character When copying file...
Replies: 17
Views: 4665

True.
As i mentioned, if it appears at the end of record then MCP conversion code can be used. If it appears in a new line, datastage will treat it as a new record with all the columns missing and hence scream.
by DSguru2B
Wed Nov 22, 2006 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator stage performance
Replies: 24
Views: 8751

Excuse my ignorance. I keep thinking px aggregator works the same way as server. I just double checked and cannot find any place where you can specify the incoming data's sort order.
by DSguru2B
Wed Nov 22, 2006 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Character When copying file...
Replies: 17
Views: 4665

where are you copying it from and where to. I use to see that character when i would ftp a file from mainframe to windows in ascii format. But if it was ndm'd (ftp'd) directly to a unix server, that 'box' wouldnt show up. Does this box appear at the end of the last character or after the last row on...
by DSguru2B
Wed Nov 22, 2006 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator stage performance
Replies: 24
Views: 8751

I think thats what you are missing, letting the aggregator know that the data is sorted on the specific fields. Just sorting wont help. You will have to inform the aggregator that it is sorted.
by DSguru2B
Tue Nov 21, 2006 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating a report using a Datastage tool
Replies: 11
Views: 2764

Yup, his memory is razor sharp.
Craig, let us in on your secret :wink:
by DSguru2B
Tue Nov 21, 2006 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup failing
Replies: 2
Views: 778

Duplicate Post
Another thread is opened here
by DSguru2B
Tue Nov 21, 2006 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup failing though data exists
Replies: 5
Views: 794

Trim it. When your re-enter it manually you are omitting the blank spaces. Thats why this behaviour.
Try trimming the incoming data and then perform the lookup.
by DSguru2B
Tue Nov 21, 2006 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling of a Job
Replies: 15
Views: 4170

Here's what i found on google.
http://post.doit.wisc.edu/library/techlib/manuals/adoclib/aixprob/msgdnref/err0481.htm

Scroll down for the error code.
by DSguru2B
Tue Nov 21, 2006 10:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Sort stage
Replies: 4
Views: 1071

I dont think thats whats happening in the OP's case. I think its more like a datatype problem. beaditya might be expecting a numeric sort on a char field or viceversa.
Even i try not to use the sort stage. I usually adhere to the unix sort. Much faster.