Search found 42189 matches

by chulett
Mon Apr 20, 2009 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we simultaneously load a table using db2 stage in PX
Replies: 1
Views: 954

The answer is "it depends". Probably best to talk to your DBA and get their opinion on the matter.
by chulett
Mon Apr 20, 2009 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clearing job logs in director for multiple instance of a job
Replies: 4
Views: 1855

There's still only one log for the job but the Director will create multiple 'views' into it, one for each invocation id. If you look at the log for the main job, you'll see all of the log messages for all invocations there, jumbled together. There are a number of posts here on how to remove those i...
by chulett
Mon Apr 20, 2009 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: file failure
Replies: 5
Views: 1252

Your metadata is incorrect and it's saying it can't find the record delimiter you said would be there. As noted, correct that.
by chulett
Mon Apr 20, 2009 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle table creation by DS: column order?
Replies: 15
Views: 4095

When you check the DDL in the OE stage, the CREATE TABLE statement it will use, does it show them in the 'proper' order there? How are you checking the actual table itself? I ask because tools like Toad can show you the columns in different orders, so just want to make sure it's not a 'viewer' issue.
by chulett
Mon Apr 20, 2009 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup not working
Replies: 8
Views: 1597

Stop quoting yourself. And something is different between the two or both would be working. Do both jobs process the same data? Perhaps the second one needs more 'conditions' to handle it properly.
by chulett
Mon Apr 20, 2009 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg odbc stored procedure
Replies: 5
Views: 1408

OK. Have you tried using the Stored Procedure stage rather than ODBC? Also, read the docs on the SP stage for the rules it needs to follow to work with DataStage.
by chulett
Mon Apr 20, 2009 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: couldn't set locale correctly
Replies: 5
Views: 1412

That's it, eh? Not seen that before. Do any other warnings or errors come with it or just that is what is logged? Also, how often is 'often'? Do the jobs / times of occurance have anything in common? :?
by chulett
Mon Apr 20, 2009 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows failure. Can I still recover DS Server ?
Replies: 6
Views: 1586

Sorry, adding more stuffs while you were replying.

See if what I added makes sense.
by chulett
Mon Apr 20, 2009 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows failure. Can I still recover DS Server ?
Replies: 6
Views: 1586

Do you have a backup of the "Projects" directory where the jobs live? Or a copy saved somewhere of full exports of all projects? One of those two will be needed to recover if they were on the rebuilt C: drive. Actually... you can't simply copy DataStage from one drive to another and expect...
by chulett
Sun Apr 19, 2009 9:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 7.5.2 vs 7.5.3
Replies: 1
Views: 841

No, minor releases are not ones you see 'performance benefits' in, typically they are bug fixes with perhaps minor new functionality. Assuming you are on maintenance, you can order the upgrade at no extra cost and the 'readme' will list the changes from the previous releases.
by chulett
Sun Apr 19, 2009 9:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job execution order
Replies: 6
Views: 1550

Stroed in Datasatge perepective? Hmmm... basically in the RT_BPnnn directory, which is where the code the compiler generates goes. Probably other places as well, never really had a need to get all that intimate with the gory details of how things are stored in the DataStage perspective, as you put it.
by chulett
Sun Apr 19, 2009 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle table creation by DS: column order?
Replies: 15
Views: 4095

What stage? Using the OCI stage on the Server side, the order always matches the column order if the stage is generating the DDL, but it sounds like that may not be the case on the PX side.
by chulett
Sun Apr 19, 2009 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Ver 7.5.2 with 4 Quad Core CPU
Replies: 9
Views: 3088

sysmq wrote:My apologies. I send it by mistake due to an error on my browser.
I know, just mess'n with ya, hence the smilie. We see plenty of double posts here, just not all that many 47 minutes apart. Couldn't resist.
by chulett
Sun Apr 19, 2009 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job execution order
Replies: 6
Views: 1550

Yup, 'IPC stages and settings' is a game changer here. :wink: On the debugger front, it can certainly be enlightening to step through a job. You just need one breakpoint to get that initial stoppage, after that you can step through the job one link at a time without worrying about needing more break...
by chulett
Sun Apr 19, 2009 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implement logic
Replies: 1
Views: 686

I am confused in this as well. Sounds like all you need to do is to set your lookup to 'Continue' and then substitute 'kkk' if the result is found to be null... a.k.a. not found. Yes? :?