Search found 15603 matches

by ArndW
Thu Aug 09, 2007 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: URGENT: COMPILATION PROBLEM
Replies: 3
Views: 1264

Hello Jorge and welcome to DSXChange. It would seem that you havne't read the FAQ as requested, and thus have missed that most of the experienced posters get very bothered when people request or demand "ASAP" or "IMMEDIATE" help to their "URGENT" problems. I, for one, put any urgent requests at the ...
by ArndW
Thu Aug 09, 2007 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to open RT_LOG996 file
Replies: 9
Views: 4598

If you have RT_LOGnnnn Type 30 hashed files that are not directories containing exactly 3 files - DATA.30, OVER.30 and .Type30 they are corrupt. There are various ways to recover; fortunately log files can be cleaned up and removed without affecting other things. The simplest approach is to export t...
by ArndW
Thu Aug 09, 2007 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Datasets are stored?
Replies: 12
Views: 3749

No, the 'key' attribute has no effect in DataSets.
by ArndW
Thu Aug 09, 2007 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim function in a User Variable Activity
Replies: 7
Views: 3368

Why did you post in the PX forum, then?

Hint - go to the manager, create a new routine and enter the text Ans = Trim(oconv(date(), 'DMD[2,2]')," ","A") and compile then run it. You'll find out what that statement actually does.
by ArndW
Thu Aug 09, 2007 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control Process (pid=xxx) failed
Replies: 10
Views: 4127

That's an easy one - It has failed.

Without supplying more information there is no additional analysis possible.

This is like me asking you what is wrong with my motorcycle because I have a blinking light in the console.
by ArndW
Thu Aug 09, 2007 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot view data in Sequential stage
Replies: 8
Views: 2456

Are you sure you are writing to a sequential file stage - the posted log shows a peek stage.
by ArndW
Wed Aug 08, 2007 9:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing and reading a hash file in same stage problem
Replies: 18
Views: 3053

Is it reproduceable now? Do other jobs use that hashed file as well and could be affecting the contents?
by ArndW
Wed Aug 08, 2007 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing and reading a hash file in same stage problem
Replies: 18
Views: 3053

Also, do you re-create the hashed file each run or append to it? Is the error visible on each run or just occasionally? Do other jobs use the same hashed file? If you turn off buffering on the write does the error remain?
by ArndW
Wed Aug 08, 2007 9:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing and reading a hash file in same stage problem
Replies: 18
Views: 3053

Do you have a SELECT on your hashed file read or any warnings in the log file?
by ArndW
Wed Aug 08, 2007 9:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieving MINimum value from a list of columns
Replies: 9
Views: 2431

One of the conditions here is that the finished application be ready for distributed processing, so that precludes BASIC stages. I was hoping that I'd missed some glaringly obvious solution. I've now got an ugly amount of stage variables doing the comparisons and will probably leave that instead of ...
by ArndW
Wed Aug 08, 2007 8:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieving MINimum value from a list of columns
Replies: 9
Views: 2431

No, not with the large amount of data going through per day; this job needs to remain a PX one and putting basic transform stages in isn't an option in this case.
by ArndW
Wed Aug 08, 2007 8:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing and reading a hash file in same stage problem
Replies: 18
Views: 3053

How many rows went "into" the OCI stage - perhaps you are getting insert errors due to constraints. Add a reject link in the job to ensure that this isn't causing your dropped records.
by ArndW
Wed Aug 08, 2007 7:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to remove header and footer in Source Sequential File
Replies: 6
Views: 1846

You can tell the stage to ignore the first line (state that it contains the column names). If the footer has a different format you can split the logic in a transform stage and use the @INROWNUM stage variable to determine if the record count is correct.
by ArndW
Wed Aug 08, 2007 7:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieving MINimum value from a list of columns
Replies: 9
Views: 2431

Retrieving MINimum value from a list of columns

I have a job where I have about 20 columns containing timestamp values. I would like to output on column which contains the lowest value from those 20 columns. The only function I could find is the MIN() function, which operates on numbers. If I put the result of a derivation "Min(Min(Min...))) into...
by ArndW
Wed Aug 08, 2007 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing IS on Solaris
Replies: 2
Views: 723

Is this happening on the Windows client or the UNIX server? Where are you seeing the message? This is to the loopback IP address, if on the windows client do you have TCP/IP installed (i.e. try a "ping localhost" or "ping 127.0.0.1")