Search found 250 matches

by thebird
Fri May 06, 2005 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aborting a Job based on number of rejects.
Replies: 9
Views: 5169

Hi,

What I would really like to know is whether there is a function call like the DSJobLogFatal in server edition, here.

The threshold value is to be passed through a parameter, but how is the job made to abort?

Regards,

Thebird.
by thebird
Fri May 06, 2005 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage
Replies: 9
Views: 5485

Hi, My input and output are both strings. The exact statements that I entered was : 1)Latitude:string = NullToValue (Latitude,"NULL") 2)Latitude=NullToValue (Latitude,"NULL") 3)Latitude=NullToValue("NULL") I also tried NullToZero in the above staments, inside the Modify...
by thebird
Fri May 06, 2005 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage
Replies: 9
Views: 5485

Hi,

I want to avoid the use of a transformer. Thats why I was trying to use a modify stage. Use of transformer I think impacts the efficiency.

Regards,

Thebird.
by thebird
Fri May 06, 2005 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aborting a Job based on number of rejects.
Replies: 9
Views: 5169

Aborting a Job based on number of rejects.

Hi, I need to abort my job as soon the number of rejected records equals a threshold value which is passed as a parameter to the job. Can this be done? There are different levels of validations that need to be performed and at each validation stage there can be rejects which are collected in a rejec...
by thebird
Thu May 05, 2005 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Broken Pipe.
Replies: 1
Views: 3031

Error : Broken Pipe.

Hi, The job that I am trying to run is getting aborted. The job log shows one warning : APT_CombinedOperatorController(1),0: /bin/echo: Broken pipe Followed by 3 fatal errors : 1. APT_CombinedOperatorController(1),0: Operator terminated abnormally: received signal SIGSEGV 2.main_program: Unexpected ...
by thebird
Mon Mar 21, 2005 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using BAPI stage (SAP Pack)
Replies: 5
Views: 4235

Using BAPI stage (SAP Pack)

Hi, I have flat files, from which the data has to be posted into SAP R/3. The data has to be posted as IDoc. I am using the Ascential SAP pack for this purpose. I have to get a particular data (Accounting Period) from the R/3 system, before the posting. I would like to know if there is there a way t...
by thebird
Mon Mar 21, 2005 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using IDOC Load Stage and BAPI Stage in SAP Pack.
Replies: 1
Views: 1013

Using IDOC Load Stage and BAPI Stage in SAP Pack.

Hi, I have flat files, from which the data has to be posted into SAP R/3. The data has to be posted as IDoc. I am using the Ascential SAP pack for this purpose. I have to get a particular data (Accounting Period) from the R/3 system. Can I call a BAPI function BAPI_COMPANYCODE_GET_PERIOD from DataSt...
by thebird
Thu Feb 24, 2005 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BAI2 validation.
Replies: 5
Views: 2966

Hi Arnd, SAP takes in BAI format, so that is why we need the output from datastage to be in this format. but how do we do a validation on for a BAI file from dataStage? yeah, i was indeed asking for the metadata definition. Can you help me? thanx arnd Hello TheBird, first of all, you need to look in...
by thebird
Thu Feb 24, 2005 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BAI2 validation.
Replies: 5
Views: 2966

Hi Ray, I am kind of new to this. BAI2 is a file format used by banks to transfer their data. We are getting bank data in BAI2 format via FTP and after validation we are to use the SAP pack to deliver the output from DataStage in BAI2 format to SAP. I am sorry to have said that we were using a windo...
by thebird
Wed Feb 23, 2005 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BAI2 validation.
Replies: 5
Views: 2966

BAI2 validation.

Hi,

I have a situation where I have input coming in as BAI2 file,about 60 of them.These are to validated against certain conditions and then output to SAP in BAI2 format again, using Parallel jobs.

Can anybody pls help me regarding this.

Thanks.