Search found 42189 matches

by chulett
Thu Jun 19, 2008 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Named pipes example
Replies: 4
Views: 1413

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
by chulett
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.
by chulett
Thu Jun 19, 2008 6:17 am
Forum: General
Topic: Error. Create hash-file
Replies: 3
Views: 1016

If you need any help making the actual changes required for this, let us know.
by chulett
Thu Jun 19, 2008 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml input stage AIX
Replies: 8
Views: 2771

And? Works now?
by chulett
Thu Jun 19, 2008 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copying a hashed file
Replies: 4
Views: 911

I usually tar'em up first and then move the tar file, it picks up everything automagically. :wink:
by chulett
Thu Jun 19, 2008 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file
Replies: 7
Views: 1537

by chulett
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

It's not Version Control per se, it's the fact that they are Read Only by default after promotion. Use the Multi-Job Compiler option in the Manager to recompile them. I don't see the point, however, as they should only need to be Reset, not Recompiled but whatever. :?
by chulett
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...
by chulett
Thu Jun 19, 2008 5:53 am
Forum: General
Topic: Error. Create hash-file
Replies: 3
Views: 1016

Maybe.

First off - Welcome. :D

A mantra here: Search is your friend. An Exact Match search for "Unable to allocate Type 30 descriptor, table is full" will reveal all.
by chulett
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 ...
by chulett
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

I was being sarcastic. And did you not see Ray's reply? You 'schedule' it by having an Operator perform the function on a regular basis.
by chulett
Wed Jun 18, 2008 10:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OBJ files
Replies: 4
Views: 1270

Arnd basically said there is no such thing in DataStage. Where did you hear of them, in what context?
by chulett
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

No problem. Please mark the thread as Resolved when you get a chance.
by chulett
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 ...
by chulett
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...