Search found 42189 matches

by chulett
Mon Aug 24, 2009 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warnings: No row was found for FETCH, UPDATE or DELETE
Replies: 4
Views: 1552

Best to pre-qualify your work with a lookup so you don't tell it to update or delete non-existent records. This is DB2, is it not?
by chulett
Mon Aug 24, 2009 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Engine Log files
Replies: 4
Views: 3939

There's no such thing as far as I know, it doesn't seem to maintain a log like that. I believe you can create a file called "errorlog" in the DSEngine directory and it will log certain problems there but it doesn't track the kind of 'activities' you are looking for from what I remember.
by chulett
Mon Aug 24, 2009 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error during writing to a FTP stage
Replies: 4
Views: 1722

Is the user it executes under different between the manual and scheduled runs?
by chulett
Mon Aug 24, 2009 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To identify whch job uses the corresponding hashed files.
Replies: 4
Views: 1441

Or that. :wink:

Thanks Phil, I'll have to give that a go later on a spare dsx I have hanging around.
by chulett
Mon Aug 24, 2009 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in using Dynamic RDBMS stage
Replies: 9
Views: 3031

:wink:

Or some sort of bulk load process, unless that is what the DB2 API stage is already doing for you.
by chulett
Mon Aug 24, 2009 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: repository jobs
Replies: 2
Views: 1128

"You" assigned a metadata repository database when the product was installed, typically Oracle or DB2. The actual XMETA database tables are not published and the only "correct way" of accessing this information is via the client tools that ship with the product.
by chulett
Mon Aug 24, 2009 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in using Dynamic RDBMS stage
Replies: 9
Views: 3031

ps. DRS stage <> speed up the process.
by chulett
Mon Aug 24, 2009 5:51 am
Forum: General
Topic: How to differentiate a Job from a Job Sequence in script
Replies: 22
Views: 10933

You have to start from either $DSHOME or a Project directory to avoid that question... which should always be answered 'NO' by the way.
by chulett
Mon Aug 24, 2009 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Job problem
Replies: 3
Views: 1237

You need to see if those "modules" it couldn't load actually still exist and where they are and then ensure your paths in the $DSHOME/dsenv file are still correct.
by chulett
Mon Aug 24, 2009 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: This item has no design time information
Replies: 3
Views: 994

Probably. A search would reveal other possibilities.
by chulett
Mon Aug 24, 2009 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aborting job due to diskspace
Replies: 1
Views: 886

Exactly. Take it to your DBA.
by chulett
Mon Aug 24, 2009 5:44 am
Forum: General
Topic: How to find more info about locking process
Replies: 10
Views: 3121

Right, I understand you have a workaround and I'll wager this 'ETL solution' you inherited is way more complex than it really needs to be. Problem is without seeing the big picture or having access to all that code it would be difficult for anyone on this side of the glass to really pinpoint the iss...
by chulett
Mon Aug 24, 2009 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation of job very slow
Replies: 3
Views: 1665

Can you describe your server hardware and setup / architecture plus where all of the 8.x components are installed? Co-located or separate servers? I'm thinking hardware or network related. :?
by chulett
Mon Aug 24, 2009 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transformer condition
Replies: 4
Views: 1759

No, but you can add new fields in the transformer to carry the column names and populate them 'manually' since you know what they are at design time.
by chulett
Mon Aug 24, 2009 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To identify whch job uses the corresponding hashed files.
Replies: 4
Views: 1441

Chuck Smith publishes a free 'tool' on his website that would help with this. A search here for OLETYPE might turn up a query you could modify to do this as well.