Search found 199 matches

by karry450
Tue May 19, 2009 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to load subroutine.
Replies: 1
Views: 1565

Unable to load subroutine.

Hi friends, Im getting this error can anyone help me how to look in unix for the detailed error DataStage Job 108 Phantom 6175 Program "DSD.RUN": Line 2157, Variable previously undefined. Zero length string used. Subroutine "DSU.GetFileDate" called with 4 arguments, 2 were expect...
by karry450
Mon May 04, 2009 2:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trunc(Date)
Replies: 1
Views: 1114

Trunc(Date)

Hi Friends, I have a source date column which is of YYYY-MM-DD HH24:MI:SS , I want to load in the target in the form of YYYY-MM-DD I have used below queries. But then TO_CHAR(trunc(DATE), 'YYYY-MM-DD HH24:MI:SS') for this query at my source side it is still giving YYYY-MM-DD HH24:MI:SS and for this ...
by karry450
Mon Apr 27, 2009 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Procedure calling.
Replies: 3
Views: 1741

Procedure calling.

Hi Friends,


I am writing flat file to oracle using Bul Loader in DS , I want to call a procedure with date parameters after the load happens.

But the bulk loader doesnt seem to have any option to call after SQL.

Could any one please suggest me

Thanks
Karthik
by karry450
Thu Apr 16, 2009 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reconciliation Error
Replies: 2
Views: 969

Reconciliation Error

Hi Friends,

Im getting 1 row from input( source) and I m having 11 hashfile lookups in the job and my ouput is only 1 row. in my server job writing to flat file from oracle.

But Im getting reconciliation error as

In rows as 11
out rows as 1

can anyone please help me.

Thanks
Karthik
by karry450
Wed Mar 04, 2009 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MERGE STATEMENT in datastage?
Replies: 9
Views: 8013

MERGE STATEMENT in datastage?

Sainath.Srinivasan wrote:Craig,

I also do not have Premium but assume you are referring to placeholders for binding variables.

Karthik,

Can you provide the full error with associated ora code.
hi

I am not getting an ora code error Im only getting

Invalid SQL SELECT statement was entered
by karry450
Wed Mar 04, 2009 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MERGE STATEMENT in datastage?
Replies: 9
Views: 8013

MERGE STATEMENT in datastage?

Yes, you can but it does get a little 'tricky' and you need to understand all of the rules the stage enforces. Since you (more than likely) don't have a good way to bind the columns in the stage unles ... Hi Chulett can you please help me in detail. I dont have subcription at this moment and I am u...
by karry450
Wed Mar 04, 2009 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MERGE STATEMENT in datastage?
Replies: 9
Views: 8013

MERGE STATEMENT in datastage?

Hi

Can anyone help me if we can use merge statement in userdefined sql tab in datastage server jobs?

Im getting this error

Invalid SQL SELECT statement was entered

but the same MERGE statement is getting executed at database end.

Thanks
Karthik
by karry450
Fri Dec 05, 2008 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Certification
Replies: 1
Views: 908

Datastage Certification

Hi There,

I need some info regarding Datastage Server Edition certification.

Is there any exam/certification for Datastage server Edition, If yes can anyone provide me the links to take up exam in India.


And also can anyone post me the material/topics to cover for exam please

Thanks
Karthik
by karry450
Wed Oct 08, 2008 1:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error Code
Replies: 3
Views: 4426

Internal Error Code

Hi friends,


I am trying to extract some records to flat file from database Oracle using datastage server edition.

I am getting the following error

ORA-00600: internal error code, arguments: [ktspNextL1:4], [], [], [], [], [], [], []

Can anyone help me regarding the same.

Thanks
Karthik
by karry450
Mon Sep 22, 2008 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Manual Bulk Loader
Replies: 2
Views: 1329

Manual Bulk Loader

Hi There,

we are using Oracle Bulk Loader(Manual)for inserting data into Target, we have written a routine for the same.

But facing some problem can anyone help me.

The error Im getting is

LRM-00112: multiple values not allowed for parameter 'userid'


Thanks
by karry450
Tue Sep 16, 2008 12:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reconciliation Error
Replies: 1
Views: 883

Reconciliation Error

Hi there, Can anyone plz help me regarding the below error My source is orace and Im having lookup table also as an oracle writing it to flat file My source is giving 131 rows as outpu and lookup table is also giving 131 rows as output and hence Inrows are becoming 262 and out rows= 131 Im getting t...
by karry450
Mon Jul 14, 2008 3:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date convert to number
Replies: 4
Views: 1206

Date convert to number

ray.wurlod wrote:It this question any different from the one in this post? ...
Yes this is totally different.

Can anyone please help me.
by karry450
Mon Jul 14, 2008 3:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date convert to number
Replies: 4
Views: 1206

Date convert to number

Hi all,

Can anyone help me in converting


Todays date minus 04/05/2008(dd/mm/yyyy)
or

sysdate minus my date (dd/mm/yyyy)

and my output would be a number

Thanks
by karry450
Mon Jul 14, 2008 2:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Extraction.
Replies: 2
Views: 1251

Date Extraction.

Hi Friends

I have Timestamp in the format as 12/07/2008 04:00:15, I want to extract just the date part as 12/07/2008.

Do we have anyfunction to do in datastage server jobs.

Can anyone help

thanks.
by karry450
Tue Jul 08, 2008 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CONVERSION & CALCULATION
Replies: 1
Views: 947

CONVERSION & CALCULATION

Hi Friends,


I am having a Date as DATE 1 in the format of 2008-60-09 00:00:00 which is YYYY-MM-DD hh:mm:ss
Now I have to do

(DATE1 minus SYSTEMDATE) + 1

can anyone help me in conversion.
Thanks