Search found 37 matches

by SBSA_DW2
Tue May 25, 2010 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output to MQ Series
Replies: 1
Views: 1110

XML Output to MQ Series

Hi I have the following setup on a parallel job: SEQ ---> TFM ---> XML OUTPUT The XML OUTPUT creates multiple XML files when the trigger column changes. This is good. I then add the MQ stage: SEQ ---> TFM ---> XML OUTPUT ---> MQ When the job is run and the recipient of the Q reads the data, the &quo...
by SBSA_DW2
Fri May 21, 2010 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sending files to MQ
Replies: 6
Views: 3626

Thanks for that advice. I tried the Folder stage and unfortunately it did not work sending the zipped file.
by SBSA_DW2
Thu Apr 15, 2010 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sending files to MQ
Replies: 6
Views: 3626

Sending files to MQ

Well, after searching for related topics I found this http://www.dsxchange.com/viewtopic.php?p=361392#361392 I want to send a zip file to MQ but am struggling to define the source to the MQ stage. If it's a compressed file, what do I specify in the sequential stage for the metadata? (original file i...
by SBSA_DW2
Tue Apr 13, 2010 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml as binary
Replies: 9
Views: 3892

You could always zip the XML. That would be binary. :wink: Man am I glad I found this! :D I want to send a zip file to MQ but am struggling to define the source to the MQ stage. If it's a compressed file, what do I specify in the sequential stage for the metadata? (original file is XML, but larger ...
by SBSA_DW2
Wed Mar 24, 2010 6:08 am
Forum: General
Topic: Comments within code
Replies: 9
Views: 2210

Comments within code

Hi guys I was asked today if it was possible to comment within a constraint or derivation. The answer is of course no, but wouldn't it be nice to have /*comments inside the constraint or derivation */? How are you guys going about documenting complex derivations/constraints at the moment? Is the ann...
by SBSA_DW2
Wed Mar 03, 2010 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing view into Datastage
Replies: 1
Views: 854

Importing view into Datastage

when importing the table defintion of a view where does the metadata come from? I ask because while importing the view definition column lengths far exceeded the column length on the table. The CAST being done within the view is also not as wide. Does Datastage go down to table level via the view de...
by SBSA_DW2
Tue Dec 22, 2009 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete multipel table definition categories
Replies: 5
Views: 1963

nope.. multi-category does not work. mutliple definitions in a category does though :(
seems its going to be a manual process.
by SBSA_DW2
Tue Dec 22, 2009 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete multipel table definition categories
Replies: 5
Views: 1963

thanks - but the multi-select as per windows is not working, unless i'm mistaken.
i'll try again..
by SBSA_DW2
Tue Dec 22, 2009 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete multipel table definition categories
Replies: 5
Views: 1963

Delete multipel table definition categories

Hi Over time our development environment table definition area has become quite messy, is there a way to delete multiple categories at once using for example command line utilities? On this point, what strategies do you guys follow (ones that work), to keeping the table definition house in order? th...
by SBSA_DW2
Thu Dec 17, 2009 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC stage loading Oracle funny characters
Replies: 4
Views: 1446

RESOLVED - turned out the dsenv and lib links weren't set up properly.
by SBSA_DW2
Tue Dec 15, 2009 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error executing view data command while reading from table
Replies: 9
Views: 7986

orchoracle link...

Just researching an error i am getting: "Error loading "orchoracle": Could not load "orchoracle": Could not load module" In the previous response the reference to: probably you do not have the link for orchoracle in your library path $DSHOME/../PXEngine/lib I have check...
by SBSA_DW2
Mon Nov 30, 2009 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC stage loading Oracle funny characters
Replies: 4
Views: 1446

thanks Craig I'm not sure on the character set but the data is viewed fine via TOAD. the plot thickens.. We have now created a Server version of the job on the same server, used the same ODBC settings and the data reads fine. This is a workable workaround but now the question.. what is the differenc...
by SBSA_DW2
Fri Nov 27, 2009 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC stage loading Oracle funny characters
Replies: 4
Views: 1446

ODBC stage loading Oracle funny characters

Hi Guys Today a colleague asked me to look into a job for her that (1) takes a flat file and loads using ODBC stage into an oracle database. This works fine, 100%, no errors, no warnings just the green green icons of success. The ODBC stage uses a defined DSN in the .odbc.ini file. 2 columns in the ...
by SBSA_DW2
Thu Nov 19, 2009 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best Practice When Reading a File
Replies: 1
Views: 768

Best Practice When Reading a File

Hi Had an interesting discussion today with a colleague around the best practice when reading a file that includes header, detail and trailer records. The question was "when i use 3 output links from the source file and pass each through a FILTER stage, am I reading the file 3 times?" I su...