Search found 5 matches

by roshanp_21
Tue Feb 01, 2005 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Segmentation fault(coredump)
Replies: 2
Views: 1956

[quote="Eric"]Have the server resources changed? Mabybe you only see the problem now due to machine resources being used by another process?[/quote] We usually have a lot of process running at the same time. I was able to reproduce this error on our development box. Appraently it was a bug...
by roshanp_21
Mon Jan 31, 2005 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to view the character symbolize end-of-row
Replies: 2
Views: 1495

One best way to identify end of row character is to open the file in textpad or other similar application that will help you identify the end of row charater.
by roshanp_21
Mon Jan 31, 2005 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Segmentation fault(coredump)
Replies: 2
Views: 1956

Segmentation fault(coredump)

Contents of phantom output file => RT_SC767/OshExecuter.sh[16]: 3842258 Segmentation fault(coredump). I have the above error after I run the parallel datastage job. The original job is a row generator with 6 DB2 stages that have a user defined delete statement. This job worked fine for a year but no...
by roshanp_21
Wed Feb 04, 2004 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating Data question
Replies: 2
Views: 1638

How about adding simple constraint... NotIsnull(field 5) AND field 4 > 0 And you are correct about the constraints they accept statments as mentioned above only. You can use the same contraint statement as above for your second condition. I don't think you will need two transformers for the validati...
by roshanp_21
Thu Nov 06, 2003 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning message about nullable source
Replies: 9
Views: 4885

Warning message about nullable source

Converting nullable source to non-nullable result. Tired chaning all the columns to nullable still did not work.