Search found 42189 matches

by chulett
Mon Oct 19, 2015 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: use user defined configuration file
Replies: 14
Views: 7973

Then it would seem your configuration file itself could be the source of the problem, perhaps you should post it? Not sure how much people could help not knowing your topology, but worth a shot.
by chulett
Mon Oct 19, 2015 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load Zero Byte File
Replies: 2
Views: 1632

Re: Load Zero Byte File

If the Input file is zero byte none of the record will be uploaded into the database. Rather than saying "none of the record will be uploaded" it would be more correct to note that there is no record to be uploaded. Another option - check the file size before processing it. When it has da...
by chulett
Thu Oct 15, 2015 9:51 am
Forum: General
Topic: Execute Command Actvivty
Replies: 8
Views: 3106

True... the WFF stage with a wait time of zero simply does an existence check.
by chulett
Thu Oct 15, 2015 6:55 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Foriegn key analysis-Referential Integrity Detail Report
Replies: 3
Views: 4193

How about we ask this question in the proper forum?

<moved>
by chulett
Thu Oct 15, 2015 6:45 am
Forum: General
Topic: Execute Command Actvivty
Replies: 8
Views: 3106

First off your "$file" is a relative path and I suspect you meant to use an absolute one - i.e. one that starts with a slash. Never mind that you technically should pass the path to the file as an argument and then set file=$1 and lastly pass back a status like 0 or a 1 rather than just th...
by chulett
Wed Oct 14, 2015 3:54 pm
Forum: Site/Forum
Topic: New forum category for Information Server Administration
Replies: 4
Views: 9903

Not that I know anything with any degree of certainty but I don't believe the current site will be changing. As in ever. From what I recall, there have been plans in the works for a new version of the site but no idea what ever became (or will become) of that. Perhaps there. Or here. Who the heck kn...
by chulett
Wed Oct 14, 2015 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating Multiple files in 11.3 by using sequential file
Replies: 7
Views: 2612

Seems like you should enable the Exclude Partition String property.
by chulett
Wed Oct 14, 2015 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file
Replies: 2
Views: 3881

<moved to the Server forum>

There's no Copy stage in Server jobs, other than that - correct.
by chulett
Tue Oct 13, 2015 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Validation with ODBC and File
Replies: 4
Views: 1357

You haven't stated what your join criteria is. I'm guessing that if your date is part of it then you could consider a join failure to mean "not equal". Otherwise, yes... simply compare them in a transformer. Is all you need to know is if they are equal or not equal? If so, then the string ...
by chulett
Tue Oct 13, 2015 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Validation with ODBC and File
Replies: 4
Views: 1357

Either make sure they're all in the same string format or convert them to a date first. StringToDate() comes to mind for the latter. After that, just... compare them.
by chulett
Tue Oct 13, 2015 7:13 am
Forum: General
Topic: Applying patch on engine tier is taking too much time
Replies: 5
Views: 2479

arvind_ds wrote:Don't know why it is behaving differently at different times.
Involve your SysAdmin. What flavor of UNIX is this, by the way? Wondering if you have some kind of a journaled filesystem, I've seen behavior similar to that with them before...
by chulett
Mon Oct 12, 2015 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping Date values in Transformers
Replies: 9
Views: 3788

Yeah, yeah, whatever.

:P
by chulett
Mon Oct 12, 2015 9:09 am
Forum: General
Topic: How to see logs in Unix for DataStage 8.7
Replies: 2
Views: 1504

To round this out, there are several "log" functions available as part of dsjob so best to read the documentation on the Command Line Interface.