Search found 4992 matches
- Wed May 10, 2006 3:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while installing DS EE on AIX
- Replies: 6
- Views: 1872
Welcome aboard. Reading your installation instructions will help you greatly. You've probably missed most of the important steps to do prior to an installation, such as verifying and adjusting kernel parameters, installing/verifying your compiler, and setting up the appropriate installation userid a...
- Wed May 10, 2006 3:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DELETE NEWLINE
- Replies: 6
- Views: 2281
- Wed May 10, 2006 9:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call .exe file thru DataStage
- Replies: 10
- Views: 5557
I suggest putting some "mile marker" actions into the bat script, such as creating a file right before running the exe to see if the your bat script even gets to that point. DS can run any command line program as long as that program doesn't attempt any GUI i/o or such. If the program has those acti...
- Wed May 10, 2006 9:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inverse Hash File Lookup?
- Replies: 7
- Views: 2314
See Arnd's reply, or simply check if any of the matching key column values in the hashed lookup are not null. To achieve the effect of an "inner join" you need to use a constraint that verifies if the lookup row is present. An "outer join" doesn't require a constraint, DS is ambivalent to whether th...
- Wed May 10, 2006 9:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: stored procedure in before subroutine
- Replies: 13
- Views: 3647
Yes, but your underlying problem is that you're trying to run a stored procedure to "DO SOMETHING" and need help. We appreciate your trying to organize your postings :D , but now you have 3 threads for your same issue. I'm trying to answer and guide you and I have to juggle 3 threads with folks addi...
- Wed May 10, 2006 9:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need guide for STP stage (stored procedure stage)
- Replies: 1
- Views: 774
- Wed May 10, 2006 9:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handling Referential constraints in oracle stage
- Replies: 2
- Views: 960
- Wed May 10, 2006 9:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Suggestions needed to improve the performance(Hashedfile)
- Replies: 26
- Views: 7404
Take your delta data set, scan it and build a distinct list of natural keys. Bulk load those keys into a work table in your target database. Inner join that work table to your target table and spool the row (natural and surrogate keys, or ideally the entire row) out to your hashed file. It will be p...
- Wed May 10, 2006 8:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: stored procedure in before subroutine
- Replies: 13
- Views: 3647
- Wed May 10, 2006 8:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Windows Script
- Replies: 4
- Views: 951
- Wed May 10, 2006 8:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with plugin metadata definition
- Replies: 4
- Views: 1297
- Wed May 10, 2006 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Windows Script
- Replies: 4
- Views: 951
- Tue May 09, 2006 4:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call .exe file thru DataStage
- Replies: 10
- Views: 5557
Then the path (which you have not shared) must be the problem. From your Batch job, use the DSLogInfo to log the command you are trying to execute. Maybe even do a "dir" command with DSExecute first on the file to see if the path resolves to the physical .bat file. Log the screen output from the dir...
- Tue May 09, 2006 2:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetLinkInfo - with Link Variables
- Replies: 5
- Views: 2309
It's considered a BEST PRACTICE to always have a Transformer between two Passive stages, because DS automatically puts one there when compiling the job. Since you're going to have one, you might as well design it that way from the beginning. What you're seeing is the effect of not having two physica...
- Tue May 09, 2006 2:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call .exe file thru DataStage
- Replies: 10
- Views: 5557