Search found 42189 matches

by chulett
Wed May 21, 2008 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable schema name for SQL Builder generate code
Replies: 8
Views: 1704

So? Any of this help?
by chulett
Wed May 21, 2008 7:54 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Generate data stage jobs?
Replies: 3
Views: 2976

I said Pee X, not Tee X. :?
by chulett
Wed May 21, 2008 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage scheduler not showing scheduled jobs
Replies: 8
Views: 4024

Hmmm... all you should need is your user in the 'at.allow' and 'cron.allow' files. I don't recall ever having to have an SA worry about permissions on the core files.
by chulett
Wed May 21, 2008 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored_Procedure_0,0: Operator terminated abnormally: receiv
Replies: 6
Views: 4523

One simple 'solution' would be to use an Oracle stage for this, insert it directly. Why futz with a stored procedure just to insert a single record to a table? :?

If it is meant to be reusable across jobs, put it in a Shared Container.
by chulett
Wed May 21, 2008 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Post
Replies: 1
Views: 774

He was speaking of the PX transformer stage, not the Server object.
by chulett
Wed May 21, 2008 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Big file process with Aggregator stage - New big problem !
Replies: 12
Views: 4548

Define 'load'. Are there any transformations involved? All inserts? Insert / update / delete?

As noted, I'd probably opt for letting the database perform the aggregation for the second load.
by chulett
Wed May 21, 2008 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting multiple rows to single row!!
Replies: 2
Views: 900

Always four? Stage variables can solve this rather easily if that's the case.
by chulett
Wed May 21, 2008 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using environment varaible in the job paramter
Replies: 6
Views: 2308

Your 'invalid character' is the #, which means your parameter is not being recognized and evaluated. This is because a parameter cannot resolve another parameter inline.
by chulett
Wed May 21, 2008 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Same code works in TEST but not in Production.
Replies: 2
Views: 866

Not sure how anyone can help with that little information. When something works on its own but not from a Sequence job, the first suspect would be the parameters being passed. Another thing to check is to Reset the aborted job (it does abort, yes?) and see if you get a 'From previous run...' message...
by chulett
Wed May 21, 2008 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job reads its own link counts
Replies: 12
Views: 5537

Re: Job reads its own link counts

Was it relying on the fact that with a small row count, the first Transformer process will have finished reading the file before the second Transformer gets around to processing the first row? There's really no such phenomena going on. Unless you have row buffering turned on, then a single record w...
by chulett
Wed May 21, 2008 6:40 am
Forum: General
Topic: The replacement for Version Control in Information Server
Replies: 13
Views: 5731

Guess they didn't want an acronym you would pronounce as 'Scummy'. :wink:

I would imagine it would need to change again before it goes out the door, as SCCS is a well established beastie in its' own right. :?
by chulett
Wed May 21, 2008 6:32 am
Forum: General
Topic: Removing missing or null warnings
Replies: 11
Views: 2900

Ah... that explains the abbreviated error message, me thinks. I screwed up yesterday and generated several of my own, writing to a hashed file with a null key - those are a wee bit more verbose and obvious as to the source: Job..Stage.Link: ds_uvput() - Write failed for record id '<Missing o...
by chulett
Wed May 21, 2008 6:25 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Generate data stage jobs?
Replies: 5
Views: 3627

While waiting (and waiting) for this to post, noticed the forum I had ended up in. Since this really doesn't have anything to do with RTI...

Moderator, please do the needful and move this to the PX forum.

Tanks. :wink:
by chulett
Wed May 21, 2008 6:21 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Generate data stage jobs?
Replies: 5
Views: 3627

Wow. While I have been involved in generating fixed design jobs based on variable metadata, I can't imagine being able to do this based on the whim of 'different users needs at runtime'. And I don't see how 'user needs' play all that much into the ETL world. Who would these users be? What kind of ne...
by chulett
Tue May 20, 2008 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage scheduler not showing scheduled jobs
Replies: 8
Views: 4024

Then it sounds like you need to involve your support provider. :?

ps. The 'datastage job scheduler' *is* cron (and at) on a UNIX server, the Director is just an interface to it.