Search found 42189 matches

by chulett
Wed May 25, 2005 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connection was refused
Replies: 3
Views: 1500

Actually, the most common and likely cause I've seen is the DSEngine is running along just fine but the 'connection deamon' dsrpcd is not. As noted, grep for the process on your DataStage server. If it's not there, search the forum for messages with dsrpcd or uvrpcd (the old name but the advice stil...
by chulett
Wed May 25, 2005 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file and routine
Replies: 7
Views: 1327

Check the from hash file as soon as you read it by using a peek stage. Now you're mixing your products. Server has Hash files but no Peek stage. EE/PX is vice-versa - no Hash but does have the Peek stage. In Server, if you are not sure for some reason what's in a hash file (and you don't feel comfo...
by chulett
Wed May 25, 2005 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass a value that changes in a parameter
Replies: 4
Views: 1205

Then you've got a couple of options at the very least... 1) Write a job control 'wrapper' in BASIC that computes the current month from the system date and then runs the job in question. Because it's running it, it is also in charge of setting the parameter values, including the one that uses the va...
by chulett
Tue May 24, 2005 9:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to export by Category
Replies: 3
Views: 991

From what I recall, there can't be anyone else connected to the project when you do this. So... no running jobs, no developers on, etc.

It's a popular topic in the forum, searching should turn up the syntax if you are unsure of the where or how of it.
by chulett
Tue May 24, 2005 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to export by Category
Replies: 3
Views: 991

Rebuild the Repository indexes for that project.
by chulett
Tue May 24, 2005 8:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Aborts:Job control process (pid 28001) has failed
Replies: 5
Views: 1596

Re: Sequence Aborts:Job control process (pid 28001) has fail

thebird wrote:I have 2 jobs in the sequence, which are called through a generic routine.

You might want to explain what a "generic routine" is and the code behind it. Why not use Job Activity stages?
by chulett
Tue May 24, 2005 8:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to run dimension jobs in parallel with sequencer
Replies: 8
Views: 1464

So... no job picture? :cry:
by chulett
Tue May 24, 2005 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to run dimension jobs in parallel with sequencer
Replies: 8
Views: 1464

I think there is an issue with Routine Activity stages that may cause serial execution when you expect it to run the jobs in parallel. Not anywhere where I check or confirm/deny this. However, it would help to get a picture of the OP's sequencer job, including the RA stages so we can see how everyth...
by chulett
Tue May 24, 2005 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client-side backups using " dscmdexport"
Replies: 15
Views: 3231

That's fine. Just wanted people to understand that while WinZip does have a command line option, it is only available if you actually own a registered copy. If you are still "evaluating" it after all these years, then you are out of luck. :wink:
by chulett
Tue May 24, 2005 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restricting rows retried when viewing data
Replies: 4
Views: 1069

Depends on what you mean by "files". For sequential files, the answer in Server is no. And yes, that does imply that in EE/PX jobs the answer is yes. For "queries" via a DBMS type stage, the answer is you need to handle that yourself in the query - you need to do the limiting in the database. Otherw...
by chulett
Mon May 23, 2005 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Export Command
Replies: 7
Views: 1832

You can't. :cry:
by chulett
Sun May 22, 2005 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving DBMS error messages
Replies: 3
Views: 1334

Thomas, you might want to explain what "work the way I want" means. And some samples of what you've tried so far so we don't go over old ground. Or you get too many 'search the forum' replies. I'm assuming you are talking about capturing these DBMS rejects after the job completes from the job's log....
by chulett
Sat May 21, 2005 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: is there any wrong in routine
Replies: 16
Views: 3517

Listen to? Sure, you betcha. Give myself completely over to the dark side? Nah. I think Ray was just getting deep in the weeds on that one, pointing out the facts as to how expressions are resolved and not advocating non-use unless required. I agree with you - and I'm sure Ray does too - use the par...
by chulett
Fri May 20, 2005 9:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: is there any wrong in routine
Replies: 16
Views: 3517

The first schtick was just in reference to this statement of yours: Is almost always true because the () are in the wrong place. The () should always protect the or like: Emphasis added by yours truly. The rest is in reference to this (somewhat) recent post where Ray explained that DataStage BASIC t...
by chulett
Fri May 20, 2005 9:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: is there any wrong in routine
Replies: 16
Views: 3517

Which part did I lose you on, Kim?