Search found 42189 matches

by chulett
Tue Sep 08, 2009 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: istool not able find
Replies: 8
Views: 1617

And while the tool is free the patch is one million dollars. :wink:
by chulett
Tue Sep 08, 2009 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Dataset
Replies: 3
Views: 2604

arun_im4u wrote:Resolved.
Excellent. Then please mark the post the same by using the big button at the top of the page.
by chulett
Tue Sep 08, 2009 11:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete the duplicates from Database
Replies: 8
Views: 3190

Does it have to be a job? You can do this in SQL... and I'd suggest you save the unique records in a new table and then rename (if possible) rather than all of those deletes if the number to save is smaller than the number to get rid of.
by chulett
Tue Sep 08, 2009 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Purging Job Logs - Query regarding Code being used
Replies: 12
Views: 5034

Me again. :wink: Thought it might be worth mentioning that while the category can be just that in the versions prior to 8 it needs to be fully qualified for 8. So for a category called 'Fred' you'd need to specify it as follows: 7.x: Fred 8.x: \Jobs\Fred And I'm pretty sure this code will only work ...
by chulett
Tue Sep 08, 2009 10:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Purging Job Logs - Query regarding Code being used
Replies: 12
Views: 5034

That... works ok? Seems to me that the auto purge read is too late being after the 'clear' and that you'd need to read it first, then clear and then lastly write it back out, but perhaps I'm missing something. :? Or does this work because it is version 8? I vaguely recall something about a fundament...
by chulett
Tue Sep 08, 2009 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: istool not able find
Replies: 8
Views: 1617

I believe that was introduced in the 8.1 release, which is why you can't find it. A search here for "istool" should confirm or deny that.
by chulett
Tue Sep 08, 2009 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ulimit error
Replies: 5
Views: 3429

Right, you have to check the job's environment not your command line environment even if they are 'the same user'. You'll see they are (or can be) different.
by chulett
Tue Sep 08, 2009 10:24 am
Forum: General
Topic: dsjob command syntax to import multiple jobs on the server
Replies: 3
Views: 1990

And if your exports are in mulitple files, you could script something to iterate through them and do a series of individual imports automagically. Or you could just cat them together and do one import.
by chulett
Tue Sep 08, 2009 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to open RT_STATUS...file - when server load is heavy
Replies: 10
Views: 6120

In other words, a hashed file.
by chulett
Tue Sep 08, 2009 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Encrypted Password Environment variable
Replies: 7
Views: 2311

As who said, you done what? Switched to using $PROJDEF?
by chulett
Tue Sep 08, 2009 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Purging Job Logs - Query regarding Code being used
Replies: 12
Views: 5034

For the record, that job is part of the "Utility" suite of jobs supplied with the "KBA Job Control Utilities" and have been around for... well, forever. I know you said you used a Parallel job and I don't know if that really makes any difference but I've always had them as Server...
by chulett
Tue Sep 08, 2009 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reset a job automatically
Replies: 1
Views: 920

You can't reset a job 'after job' as it actually hasn't finished yet. Why do you think you need to do this? Your job control should reset before running, not after. IMHO.
by chulett
Tue Sep 08, 2009 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while executing ls -1 command in execute command
Replies: 3
Views: 1023

That just builds a single column of output, if you want a comma delimited list you need to try using the 'm' option from what I recall.
by chulett
Tue Sep 08, 2009 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Encrypted Password Environment variable
Replies: 7
Views: 2311

What 7.x version? Earlier ones required a recompile in that situation but later ones fixed that issue.
by chulett
Tue Sep 08, 2009 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: METASTAGE_LOC_INFO in TTTVW type *FILE not found
Replies: 2
Views: 2042

Search here for METASTAGE_LOC_INFO and see if any of the previous conversations help.