Search found 22 matches

by joffijoy
Tue Sep 11, 2007 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xpath Expressions in XML output stage
Replies: 6
Views: 5528

Re: Xpath Expressions in XML output stage

Hi, I am trying to generate a XML file with the data coming from a database table. Input columns are status,last_name. The structure of my XML file should be like this: <Exchange> <User> <Attribute name=" status "> <value> Active </value> </Attribute> <Attribute name=" last_name &quo...
by joffijoy
Tue Sep 11, 2007 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abend : XML output stage to MQ plug in
Replies: 5
Views: 7698

Abend : XML output stage to MQ plug in

Hi, I have a need to implement the following process: Read XML from MQ( MQ Plug in) --> XML Transformer stage -->XML input stage -->Couple of look up stages --> XML Output stage --> write to MQ(MQ Plug in) The issue I am having is when give MQ plug-in as Output from XML output stage I get the errors...
by joffijoy
Fri Aug 24, 2007 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing CRM(vendor LexisNexis Interface) data from DS EE
Replies: 2
Views: 1244

Cost and Worth of Siebel Pack

Given the fact that CRM DB is on Oracle, an Oracle enterprise stage can be used to access the database. In our project, the front end is a siebel DB on oracle. We use Siebel packs to access the database, which gives additional advs like capturing delta records at source, accessing buisness componen...
by joffijoy
Fri Aug 10, 2007 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restarting Jobs after DataStage re-start
Replies: 6
Views: 2324

I'm not certain as I'm currently not on an AIX system, but isn't the uv.rc installed in /etc/rc/rc.d directory? ... ArndW, I have ds.rc in /etc. can I place my start script in ds.rc? at .... exit 0 ### REFER TO INSTALLATION NOTES ### ### PLACE USER DEFINED PROCESSES BELOW THIS MARKER ### ### DO NOT...
by joffijoy
Fri Aug 10, 2007 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restarting Jobs after DataStage re-start
Replies: 6
Views: 2324

ArndW wrote:I'm not certain as I'm currently not on an AIX system, but isn't the uv.rc installed in /etc/rc/rc.d directory? ...
What does uv.rc do? Thank you, Joffi.
by joffijoy
Wed Aug 08, 2007 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restarting Jobs after DataStage re-start
Replies: 6
Views: 2324

I am running in "AIX Version 5.3"
by joffijoy
Wed Aug 08, 2007 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restarting Jobs after DataStage re-start
Replies: 6
Views: 2324

Restarting Jobs after DataStage re-start

Hi, I have a requirement to re-start couple of Jobs when ever DataStage is recycled( stop and Start). Some of these jobs are infinite loop ( 1-99999) where in which jobs wait for a file to appear and process it and waits again. These are kept in a unix script file called '~/dsadm/Autostart/restart.s...