No time for a full answer, but I get the impression you're not familiar with named pipes so thought something like this might help:
http://en.wikipedia.org/wiki/Named_pipe
Search found 42189 matches
- Thu Jun 19, 2008 7:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Named pipes example
- Replies: 4
- Views: 1413
- Thu Jun 19, 2008 6:20 am
- Forum: General
- Topic: Dynamic Hash file options!
- Replies: 4
- Views: 2037
Wasn't all that hard to find where it had moved to:
http://www.openqm.org/downloads/dynamic_files.pdf
Realize that this is a technical paper from a completely different product.
http://www.openqm.org/downloads/dynamic_files.pdf
Realize that this is a technical paper from a completely different product.
- Thu Jun 19, 2008 6:17 am
- Forum: General
- Topic: Error. Create hash-file
- Replies: 3
- Views: 1016
- Thu Jun 19, 2008 6:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: xml input stage AIX
- Replies: 8
- Views: 2771
- Thu Jun 19, 2008 6:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Copying a hashed file
- Replies: 4
- Views: 911
- Thu Jun 19, 2008 6:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file
- Replies: 7
- Views: 1537
- Thu Jun 19, 2008 6:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage version control
- Replies: 1
- Views: 1714
- Thu Jun 19, 2008 5:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Notification to Multiple Recipients
- Replies: 2
- Views: 2435
Sure, and the conversations on the subject are out there. You need to determine delimiter does work on your system. It could be a space, a comma, a semi-colon... one of those should work. Or a combination, for example you may need a space after the comma or you may specifically need to exclude the s...
- Thu Jun 19, 2008 5:53 am
- Forum: General
- Topic: Error. Create hash-file
- Replies: 3
- Views: 1016
- Thu Jun 19, 2008 5:51 am
- Forum: General
- Topic: Is Datastage compliant with Oracle RAC?
- Replies: 6
- Views: 3142
Hmmm... I'm not sure anything like DataStage needs to explicitly support or be 'compliant' with Real Application Clusters, it should be transparent to it. There's still only one physical database, it's just that there's multiple logical instances of it running and Oracle is deciding who / what runs ...
- Wed Jun 18, 2008 11:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tool to export jobs without their related shared container
- Replies: 15
- Views: 5667
- Wed Jun 18, 2008 10:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OBJ files
- Replies: 4
- Views: 1270
- Wed Jun 18, 2008 9:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: performance issue with reading from hash file via routine
- Replies: 6
- Views: 1653
- Wed Jun 18, 2008 7:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: performance issue with reading from hash file via routine
- Replies: 6
- Views: 1653
Ok. Do you realize you don't need any kind of special routine to do this? Simply put two hashed file stages on the canvas, attached to the same transformer, referencing the same hashed filename. One is a reference link, the other an output link. When the lookup fails, write the record to the output ...
- Wed Jun 18, 2008 6:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle table load rejected
- Replies: 5
- Views: 1493
ORA-1403 - "no data found". Usually more of a PL/SQL than a SQL error. You may want to ask your DBA about it. Oracle errors are easy to find online and there's a manual for them as well. Assuming your Oracle environment is properly setup you can also do "oerr" from the command line: oerr ORA 1403 01...