Search found 44 matches

by sharma
Fri Sep 12, 2008 12:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS error while running the DS job
Replies: 1
Views: 1037

DS error while running the DS job

I am getting below mentioned error while running the DS sequence that runs several jobs: main_program: Fatal Error: There are irreconcilable constraints on the number of partitions of an operator: parallel APT_DBExportOperator in ORDER_NW_roe. The number of partitions is already constrained to 4, bu...
by sharma
Fri Aug 29, 2008 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case sensitive String
Replies: 3
Views: 1367

Thank you very much.

I got it!!
by sharma
Fri Aug 29, 2008 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case sensitive String
Replies: 3
Views: 1367

Case sensitive String

Hi All, I am doing certain validation in Data stage transformer. I need to check whether the value in the input string is case sensitive or not. Actually in one of our validation, we have to reject the input string if it is in the Lower case. Can you please tell me how can i do that. Is there any fu...
by sharma
Wed May 21, 2008 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input buffer overrun error
Replies: 3
Views: 1610

I m using sequential file and trying to process volume of data using transformer and inserting the processed data into various datasets.

But it is giving me this error "buffer overrun"
by sharma
Tue May 20, 2008 9:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input buffer overrun error
Replies: 3
Views: 1610

Input buffer overrun error

Hi, My DS job aborts with an error " Input buffer overrun at field "desk_rcvd_ts" " when i am trying to run my Parallel job. What exactly is that error and how i goona fix it?? When i ran the job for the first time on the volume of data ,it ran fine. Now i am trying to run it aga...
by sharma
Mon Apr 14, 2008 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts when run with Node 2 or more
Replies: 5
Views: 1135

I truned off the operator combination and again ran the job on 3.5 million records. Again in the end it aborts with the below erroe message. order_nw_stg,0: ERROR: Attribute 'c0' not found order_nw_stg,0: Failure during execution of operator logic. There is nothing as 'c0' in my Job.I checked again ...
by sharma
Sat Apr 12, 2008 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Control character or Unprintable character in string
Replies: 10
Views: 3030

chr() is also there in parallel jobs but ascii() function is not there in parallel jobs.

But i am not sure how to check for an control character within a string using chr() function.
by sharma
Fri Apr 11, 2008 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Control character or Unprintable character in string
Replies: 10
Views: 3030

ALNum() function checks only for alpha numeric character in the string.

But i actually wanna check .... whatever string i am using should have ASCII characters between 32 and 127.If any of the character is outside this range,it should reject that string.
by sharma
Fri Apr 11, 2008 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts when run with Node 2 or more
Replies: 5
Views: 1135

Job aborts when run with Node 2 or more

Hi, I am running a job that process 3.5 millions rows ,reading from a file and after processing inserting to DB tables. When i run that Job with Node 1 then its is running fine but when i try to run it either by Node2 or Node 4 then it aborts with an error message: Message: APT_CombinedOperatorContr...
by sharma
Fri Apr 11, 2008 12:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Control character or Unprintable character in string
Replies: 10
Views: 3030

Control character or Unprintable character in string

Hi,

I want to check whether the string contain control character /Unprintable character in it.

How do i check in the transformer stage .

Is there any function is there to check the same??

Can i check by their Ascii values ??? But how in DS.

Regards
~Nirmal
by sharma
Sun Dec 30, 2007 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to check about the valid format of the timestamp ??
Replies: 5
Views: 2395

But cant we use IsValid function to validate the format of timestamp??
Also i want to check this in the transformer stage ( I mean if the timestamp is of valid formet specified by me then fine otherwise reject the record.
by sharma
Fri Dec 28, 2007 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to check about the valid format of the timestamp ??
Replies: 5
Views: 2395

Actually its a string like "20071229000000" and before converting this string into timestamp field by StringToTimestamp() function,i want to validate that this should be in "yyyymmddhhnnss" format otherwise reject that record.

So how do i do that?
by sharma
Fri Dec 28, 2007 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to check about the valid format of the timestamp ??
Replies: 5
Views: 2395

How to check about the valid format of the timestamp ??

Hi, I want to check whether the timestamp field is of valid format specified by the user or not. Eg. How to check whether user_ts is of format yyyymmddhhnnss in transformer stage. I used IsValid() function but this function always return false in my case. Can somebdy tell me how to use IsValid() fun...
by sharma
Mon Dec 24, 2007 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Column Import Stage
Replies: 5
Views: 10358

Datastage Column Import Stage

I have created a simple job using Column Import stage to imports data from a single column and outputs it to one or more columns. I used Sequential file to read data,Column Import Stage to import data from 1 column to multiple column and Target database. But when i run the job it gives me an error:&...