Search found 42189 matches

by chulett
Sun Jun 21, 2009 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator Stage
Replies: 14
Views: 3540

Re: Surrogate Key Generator Stage

Wave is new feature in 8.00 and hence all jobs need to be wave aware :? You do realize how singularly unhelpful posting something like this without any explanation is, yes? The only way posted this would help would be if you also included a description of what a "wave" is and some clue ho...
by chulett
Sun Jun 21, 2009 7:50 am
Forum: General
Topic: check that 'dbx' and 'sed' are installed and on your PATH
Replies: 7
Views: 10472

True... it looks like some flavor of an assertion error but didn't explicitly say so. :?
by chulett
Sun Jun 21, 2009 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Testing in Manager
Replies: 3
Views: 1210

Right, any defined there are only instantiated when a job runs. Log into your server and issue the SET command to get a list of all of the variables you can 'Test' for.
by chulett
Sun Jun 21, 2009 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Compilation Error
Replies: 6
Views: 3158

True... but this actually is one where they mentioned the fact that they installed the compiler, hence my comment.
by chulett
Sun Jun 21, 2009 7:41 am
Forum: General
Topic: check that 'dbx' and 'sed' are installed and on your PATH
Replies: 7
Views: 10472

OK... any chance you searched the forums before posting? The messages you've bolded have been seen here many times.
by chulett
Sun Jun 21, 2009 7:40 am
Forum: General
Topic: Sequence generator
Replies: 2
Views: 1146

You don't use @INROWNUM as the actual sequence number but rather the offset from a starting point. That starting point is passed in as a job parameter and is the maximum value currently in use in your target that you look up before the job starts. Then simply add @INROWNUM to that job parameter.
by chulett
Sun Jun 21, 2009 7:35 am
Forum: General
Topic: Batch jobs
Replies: 2
Views: 1022

Is that a question or a statement? :?
by chulett
Sat Jun 20, 2009 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Compilation Error
Replies: 6
Views: 3158

Yup, that's practically always the case with these kind of posts.
by chulett
Sat Jun 20, 2009 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What should be the Before clause in Teradata Mload?
Replies: 9
Views: 2463

That is why you have a DBA supporting you, ask them. Or wait for someone here who may know Teradata to stumble across this post. I, for one, do not.
by chulett
Sat Jun 20, 2009 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job getting aborted abruptly
Replies: 12
Views: 7564

anu123 wrote:ERROR: Cannot find any process numbers for stages in job 'Job Name'
You got this when in Cleanup Resources? If it was right when it started, it can be ignored - continue on, switch it to all processes and find your culprit.
by chulett
Sat Jun 20, 2009 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to create new project
Replies: 27
Views: 8187

Did you try searching for "Some users will not have access to this schema"? I got several matches, including resolved ones.
by chulett
Sat Jun 20, 2009 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Testing in Manager
Replies: 3
Views: 1210

Probably, but you've have to give us a clue what 'environment variable' you are testing for first.
by chulett
Fri Jun 19, 2009 6:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Could not find DateGenericToTimeStamp routine
Replies: 5
Views: 1536

Not strange at all. :wink:

Any routine that is reference by a transform is trumped by that transform's definition and thus only shows up in that list. You'll need to check under the 'DS Transforms' link instead when trying to use it in a job.
by chulett
Fri Jun 19, 2009 4:28 pm
Forum: IBM QualityStage
Topic: Recovering deleted Jobs
Replies: 6
Views: 1834

So... planning on backing up from now on? :P
by chulett
Fri Jun 19, 2009 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error - Job Aborts
Replies: 8
Views: 5179

Probably best to post it plus ~10 lines on either side, wrapped in code tags.