Search found 39 matches

by raghav_ds
Wed Nov 09, 2011 4:08 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: MQ Connector Usage in an always-on Job
Replies: 16
Views: 22731

some information on dlopen() method I found in internet: The function dlopen() loads the dynamic library file named by the null-terminated string filename and returns an opaque "handle" for the dynamic library. If filename is NULL, then the returned handle is for the main program. If filen...
by raghav_ds
Tue Nov 08, 2011 6:45 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: MQ Connector Usage in an always-on Job
Replies: 16
Views: 22731

Initially, we tried the option of logging the messages to a database. Now we are trying to implement, the full functionality which reads the message from an MQ, writes to a db2 table and then deletes the message from the source queue and also send a succesful message on a different queue if the mess...
by raghav_ds
Thu Oct 27, 2011 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COmpilation Error in DataStage
Replies: 8
Views: 7500

I have added the parameters in "Build" tab of Transformer.
by raghav_ds
Wed Oct 26, 2011 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COmpilation Error in DataStage
Replies: 8
Views: 7500

The following setting are done at Project level. APT_COMPILEOPT=-O -q64 -c APT_LINKOPT = -G -q64 I have added the $APT_COMPILEOPT environment variable to the specific Job Parameters and assigned the value as follows. APT_COMPILEOPT=-O 0 -q64 -c The Job has compiled successfully and as per my knowled...
by raghav_ds
Wed Oct 26, 2011 11:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COmpilation Error in DataStage
Replies: 8
Views: 7500

Other Jobs are compiling properly in the project. I am getting this error only for one job and that job was running succesfully last week.
by raghav_ds
Wed Oct 26, 2011 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COmpilation Error in DataStage
Replies: 8
Views: 7500

This Job was working fine till last week and I have made few metadata changes and that I am getting the above compilation error. My Job is reading 47 different record types and I guess it might be a memory issue because of the large volume and operators. Total number of columns read from the CFF sta...
by raghav_ds
Wed Oct 26, 2011 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COmpilation Error in DataStage
Replies: 8
Views: 7500

These are the values I have tried for compiling the Job.

APT_COMPILEOPT=-O -q64 -c
APT_LINKOPT = -G -q64

The Job is showing the same error. I am trying to analyze what different values I can give.
by raghav_ds
Tue Oct 25, 2011 8:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COmpilation Error in DataStage
Replies: 8
Views: 7500

Thanks James. I will use your suggestions.
by raghav_ds
Wed Oct 12, 2011 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP a file to Mainframe
Replies: 6
Views: 5953

Thank you for your inputs Franklin.
by raghav_ds
Wed Oct 12, 2011 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP a file to Mainframe
Replies: 6
Views: 5953

Thank You Franklin. I was searching for some options at FTP Enterprise stage and now since it is not possible with FTP stage. I am thinking of the following options: 1) Write to a common file and Mainframe has to consume it and write in the format they wish. (It has to be agreed by Mainframe team) 2...
by raghav_ds
Wed Oct 12, 2011 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP a file to Mainframe
Replies: 6
Views: 5953

We are planning to ftp a file that has date parameter in its name. This will create a fresh file everyday on Mainframe. Does that mean the cataloging at Mainframe side should run everyday before we transfer the file from DataStage.
by raghav_ds
Wed Oct 12, 2011 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP a file to Mainframe
Replies: 6
Views: 5953

FTP a file to Mainframe

I am trying to ftp a trigger file to Mainframe system using a ftp enterprise stage. The file is having only one column in DataStage and the length of the column is 10 characters. I haved used different format combinations and tried to ftp the files. 1) Set Record length as "fixed" and no r...
by raghav_ds
Mon Oct 10, 2011 12:26 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: MQ Connector Usage in an always-on Job
Replies: 16
Views: 22731

Hi Ernie, In our scenario, DataStage is trying to read the message, store the message and delete the message from the queue once it is read and send a response message (success/failure). As per my understanding, failure can happen in three cases. 1) DataStage environment down 2) Database is down 3) ...
by raghav_ds
Sun Oct 09, 2011 10:23 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: MQ Connector Usage in an always-on Job
Replies: 16
Views: 22731

I am working on sending a reply message for the incoming request. My exact requirement is as follows: Read the incoming requests in an "alwaya-on" Job and store the request in a database. If the message is stored succesfully in the database then send a message succesfully. If the message i...
by raghav_ds
Tue Oct 04, 2011 12:18 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: web service transformer and XML Input in Parallel Mode
Replies: 4
Views: 4695

Yes. I have selected the default option of forcing players to sequential mode.

Thanks Ray.