Search found 6 matches

by nikita.bandekar
Tue Oct 15, 2019 5:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Do not want null value records to be rejected by Lookup Stg
Replies: 5
Views: 5252

ray.wurlod wrote:Use a conditional lookup with an IsNotNull() condition on the lookup key in the stream input, and mark the Condition Failed rule Continue. ...
This worked like a charm!! :D
Thank you guys for your help :)
by nikita.bandekar
Sun Oct 13, 2019 7:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Do not want null value records to be rejected by Lookup Stg
Replies: 5
Views: 5252

Do not want null value records to be rejected by Lookup Stg

I have a lookup stage which has input records with null values. Basically I want the lookup stage to Reject records when there are unmatched records but continue when there are null values on the key. My input columns and receiving columns are nullable and Lookup Failure is set to 'Reject' Not sure ...
by nikita.bandekar
Wed May 08, 2019 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting column data into Columns and performing count
Replies: 3
Views: 3374

Converting column data into Columns and performing count

Hi , I am a newbie to datastage and stuck on this job since yesterday :( Can someone help me with this My data after transforming looks like below: JobId Status ------------------ 7859 Success 7859 Fail 7859 Success 7859 Success I want my output data to look like: JobId Success Fail ----------------...
by nikita.bandekar
Tue May 07, 2019 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Querying bulk load status(Salesforce Connector) in Datastage
Replies: 3
Views: 3295

Hey Craig,

Yes you were right!! It was running on 4 nodes. Changed it to 1 and its working fine now.
Thank you so much :D
by nikita.bandekar
Mon May 06, 2019 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Querying bulk load status(Salesforce Connector) in Datastage
Replies: 3
Views: 3295

I checked with a different Job id. Again the records are x4 times.
I noticed in SalesForce that there multiple logins when i executed the job.
I believe its logging in multiple times, getting the job id and returning me the records.
by nikita.bandekar
Mon May 06, 2019 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Querying bulk load status(Salesforce Connector) in Datastage
Replies: 3
Views: 3295

Querying bulk load status(Salesforce Connector) in Datastage

I have a question regarding Querying bulk load status (Salesforce Connector) in IBM Infosphere Datatstage. The query job is returning me duplicate records of my Salesoforce job. Basically returning records x4 times as there are total 4 batches in my job. I have 13 records (4 batches) processed in my...