Search found 32 matches

by tsktsk123
Mon Oct 06, 2008 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject record with NULL from src loads to a mandatory column
Replies: 2
Views: 1459

Reject record with NULL from src loads to a mandatory column

Hi, I like to know if there is a way to drop the record if it comes as NULL from source and we load this record to a column which is defined as mandatory. Currently if the data type is number it loads 0 to that column though it comes as NULL from source. Appreciate any help on this. regards, senthil...
by tsktsk123
Thu Sep 25, 2008 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import of modified table structure
Replies: 1
Views: 1229

Import of modified table structure

Hi, can someone help me to understand is there way we can avoid losing of the mapping when we import the new table structure in oracle stage. In our project they made some table level change, so we have updated the table structures by importing the modified structure but we lost whatever mapping we ...
by tsktsk123
Tue Sep 23, 2008 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BUfferOperator error
Replies: 4
Views: 4697

Hi, we checked Scratchdisk space and it is not full, Not sure how to check buffer pools??
by tsktsk123
Tue Sep 23, 2008 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BUfferOperator error
Replies: 4
Views: 4697

APT_BUfferOperator error

From past few days one of the job which was running fine before is getting aborted with the below msg buffer(11),1: APT_BufferOperator: Add block to queue failed. This means that your buffer filesystems all ran out of file space, or that some other system error occurred. Please ensure that you have ...
by tsktsk123
Wed Aug 27, 2008 4:21 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Loading XML message to MQ Queue
Replies: 1
Views: 2927

Loading XML message to MQ Queue

I created a job to load XML soap message to the queue. I am extracting data from the table by using Oracle Stage, Using Transformer Stage I am defaulting value for few columns that are not coming from the source table. I have used XML Output stage to convert it to XML message per row. I have used MQ...
by tsktsk123
Wed Jul 02, 2008 4:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default integer values comes as '0'
Replies: 2
Views: 1861

ArndW wrote:If your integer column is set to be NULLable then it will pass on null values correctly. ...
thanks for your input, the issue is resolved.
by tsktsk123
Tue Jul 01, 2008 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default integer values comes as '0'
Replies: 2
Views: 1861

Default integer values comes as '0'

Hi, I like to know how we can pass the default value as NULL if some integer column comes as NULL from source. Currently when we load value to an integer column, it get loaded with '0' if the source value comes as NULL. The only option i could see now is to check for spaces(blank) using trim functio...
by tsktsk123
Fri Jun 06, 2008 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert option issue
Replies: 9
Views: 3294

keshav0307 wrote:try using this query:

INSERT
INTO
<Schema_Name>.REF_SAP_GL
(X,Y,Z)
VALUES
( :X, :Y, :Z).
thanks, it worked :) after appending the schema name.
by tsktsk123
Thu Jun 05, 2008 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert option issue
Replies: 9
Views: 3294

ArndW wrote:"u" is not a valid English word, try using "you".

If you activate a reject link and output that to a file, what is the SQL error code you get? ...
I am getting the same error message after activating the reject link
by tsktsk123
Thu Jun 05, 2008 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert option issue
Replies: 9
Views: 3294

ArndW wrote:Are you writing to the same Oracle instance? ...
Yes, I am writing to same oracle database, but to a different schema.

Let me know if u need any other details.
by tsktsk123
Thu Jun 05, 2008 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert option issue
Replies: 9
Views: 3294

Upsert option issue

Hi, We are getting the following error message when we run the job in system test. We are not experiencing any issue in development enviorment and the same job runs fine in development enviroment. The only difference between development and system test is the version no. Development version is 7.5.1...
by tsktsk123
Fri May 16, 2008 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joiner condition
Replies: 3
Views: 1581

Thanks for the reply, is there any option in 7.5 using which we can implement this range lookup. One option is to use joiner/lookup and use a filter to apply the conditions. I like to know if there is any other option.
by tsktsk123
Thu May 15, 2008 2:03 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Webservices
Replies: 8
Views: 6427

Thank you very much Ernie for your valuable input.
by tsktsk123
Wed May 14, 2008 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joiner condition
Replies: 3
Views: 1581

Joiner condition

hi, I like to know if there is a way in which i can apply a condition in joiner stage. We need to pass the date from source and get corresponding value from lookup stage based on date between start and end date. Start and End date are the columns in lookup table(oracle stage). Similarly like to know...
by tsktsk123
Wed May 14, 2008 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate row issue in transformer
Replies: 1
Views: 1055

Hi,

I tried using a remove duplicates stage to pull only the last row, it works, can anyone help me is there any other efficient way to doing this the entire logic?

regards,
senthil