Search found 42189 matches

by chulett
Wed Jun 18, 2008 6:03 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: how to fetch last row record
Replies: 3
Views: 2795

Hmmm... somehow I'm guessing this isn't a TX question. Please repost it in the proper forum and then people will be happy to answer it.
by chulett
Wed Jun 18, 2008 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml input stage AIX
Replies: 8
Views: 2771

I'm asuming you mean 'over' 49MB. Try using the 'URL/Filepath' option in the XML Input stage with only the first column declared in the Folder. Remove the second one that passes in the full contents of the file, let the XML Input stage do that.
by chulett
Wed Jun 18, 2008 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup condition
Replies: 3
Views: 1131

Welcome. :D Your Key Expression would simply be the column EFFDT so that it is passed to the ODBC lookup, everything critical is setup there. I'd suggest you first let the ODBC stage generate the SQL so you can see the syntax and then modify it. It will produce SQL for an equi-join and you'll need t...
by chulett
Wed Jun 18, 2008 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command not working
Replies: 13
Views: 4568

Apparently not. :wink:

I'm assuming that, at the very least, dsjob was hosed up by your actions. Simple enough to check. Compare the output of these commands from DEV and PROD:

Code: Select all

cd $DSHOME/bin
file dsjob
ls -l dsjob

And then - as noted - if dsjob was affected, what else might have been?
by chulett
Wed Jun 18, 2008 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to read multiple files with same pattern
Replies: 3
Views: 1507

Just to confirm, yes - the advice you got from Minhajuddin was PX specific, so not at all applicable to Server.

ps. I would try 'type' rather than 'copy'.
by chulett
Wed Jun 18, 2008 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server function to extract a particular string
Replies: 8
Views: 1860

How about:

Code: Select all

Ans=Output<14>

Assuming I counted correctly.
by chulett
Tue Jun 17, 2008 7:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer
Replies: 3
Views: 1092

Or if they need to run in a serial fashion:

Code: Select all

Job1 --OK--> Job2 --OK--> Job3
by chulett
Tue Jun 17, 2008 7:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer
Replies: 3
Views: 1092

All that requires in the use of 'OK (Conditional)' triggers between jobs.
by chulett
Tue Jun 17, 2008 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join to Hash File
Replies: 9
Views: 2680

And typically indexes created as well, else it will be slow as the proverbial dog. Guess I should have been more pedantic and specified a hashed file stage 'join'.
by chulett
Tue Jun 17, 2008 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command not working
Replies: 13
Views: 4568

Can you explain what this "bad copy/paste" was all about? Have you destroyed / overwritten any of the bin components? :?
by chulett
Tue Jun 17, 2008 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error ORACLE ENTERPRISE STAGE
Replies: 3
Views: 1483

Yes, the grants needed are specific to the Oracle Enterprise stage because of how it operates. There are several "sys" grants you will need, all are documented.
by chulett
Tue Jun 17, 2008 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error ORACLE ENTERPRISE STAGE
Replies: 3
Views: 1483

Sorry, but I'm curious which part of the message is unclear? The Enterprise Stage is documented as requiring certain unique privileges to be able to operate, privileges that your user does not have.
by chulett
Tue Jun 17, 2008 1:22 pm
Forum: Site/Forum
Topic: Problems Searching Forum?
Replies: 3
Views: 3654

Interesting... I pretty much stick with Exact Match searches, but did run a couple of All Terms ones and you seem to be correct. The results don't go back very far. :?
by chulett
Tue Jun 17, 2008 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Lock
Replies: 7
Views: 1530

There ya go.
by chulett
Tue Jun 17, 2008 12:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Lock
Replies: 7
Views: 1530

Truncate the table once in a separate step, then do your inserts. ODBC really limits your options there, AFAIK you'll need another job for this. Perhaps another link will work, constrained to @OUTROWNUM = 1? :?