Search found 166 matches

by major
Fri Sep 17, 2010 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Implementing stored procudure
Replies: 4
Views: 2322

Implementing stored procudure

Hi all, I have a below requirement , can you please suggest me how best to achieve this 1.I have one oracle table which will contain some columns (daily refresh) 2.I need to read the values from the the above table and pass them to an SP. 3 Need to execute the sp with those values as params. 4.Get t...
by major
Tue Sep 07, 2010 5:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to read a Payload xml
Replies: 5
Views: 2796

Thanks guys,

thanks Arun for your example
by major
Fri Sep 03, 2010 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Error
Replies: 4
Views: 1658

Got it guys,

I have copied the code content and created a new user defined routine , now I can do compile and its working perfectly.
I used Multi-Job compiler in vain

Thanks for your suggestions.

Thanks
by major
Fri Sep 03, 2010 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Error
Replies: 4
Views: 1658

ray.wurlod wrote:Can you make sure that the routine is compiled?
Ray,

Actually DSSendMailAttachmentTester is a by-default routine "save" and "compile" buttons are disabled , the only thing i can do is "test"

Thanks,
by major
Fri Sep 03, 2010 5:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Error
Replies: 4
Views: 1658

Email Error

Hi all, I am trying to use the email attachment notification routine which is available in Routines\Built-in\Utilities\ DSSendMailAttachmentTester When i try to test that routine i am getting the below error Program "TSTDSSendMailAttachmentTester.B": Line 3, Unable to open the operating sy...
by major
Thu Sep 02, 2010 12:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp Format
Replies: 5
Views: 3169

Thanks guys.. :D
by major
Wed Sep 01, 2010 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp Format
Replies: 5
Views: 3169

Ray,

Actually I need a 12 hour clock with AM/PM

Thanks,
by major
Wed Sep 01, 2010 3:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp Format
Replies: 5
Views: 3169

Timestamp Format

Hi all, I need timestamp in below format MM/DD/YYYY HH:MM:SS AM/PM Currently I am using below function OCONV(DATE(),"D/MDY[2,2,4]") :" " : UPCASE(OCONV(TIME(),"MTHS")) Is there any better way to do it as the function I'm using is appending seconds with AM/PM Eg:-01/01/2...
by major
Mon Aug 30, 2010 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejected rows in Oracle
Replies: 12
Views: 5212

chulett wrote:Don't confuse the two - transaction size and array size are two different things
Got it Chulett

And guys finally setting transaction size to 1 solved my issue.

Thanks,
by major
Sat Aug 28, 2010 12:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejected rows in Oracle
Replies: 12
Views: 5212

Sorry guys i am off for few days. i am not sure whether i set the transactions array size to 1 or not.
Will check that on this Monday and update you

Thanks
by major
Wed Aug 25, 2010 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejected rows in Oracle
Replies: 12
Views: 5212

Chulett,

Tried that option also by making sure Reject is the last link , but of no use.

Thanks
by major
Wed Aug 25, 2010 3:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejected rows in Oracle
Replies: 12
Views: 5212

Hi Guys,

But my input doesn't contain any null values and my rejected data is due to 'Unique key violation' constraint defined on the Oracle table.

Thanks,
by major
Tue Aug 24, 2010 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Frequent scheduling of Server Job
Replies: 3
Views: 2746

I don't 'see' any harm in your approach.

Thanks,
by major
Tue Aug 24, 2010 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejected rows in Oracle
Replies: 12
Views: 5212

Capturing rejected rows in Oracle

Hi, I am trying to insert data in a Oracle db using Oracle OCI stage. I need to capture the records which failed to insert in the table. So I have created a new link and marked the link as rejected and in transformer i have put a constraint like oracletable_linkname.REJECTED on the rejected link. bu...
by major
Mon Aug 23, 2010 1:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to read a Payload xml
Replies: 5
Views: 2796

Hi Sreeni,

But i need to distinguish the columns , how can i do that

Thanks