Search found 24 matches

by amitendra_amit
Tue Dec 26, 2006 3:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert VARCHAR to Date
Replies: 5
Views: 2620

Convert VARCHAR to Date

Hai, I'm trying to convert VARCHAR(40) data from an Oracle DB source on windows to date data format for an oracle output table. My Source Column is (Start Date -(mm/dd/yyyy) ) Datatype : Varchar Target Datatype is (Agg_Start Date) -(dd-mon-yyyy)) Datatype: Date. I have tried this format : OConv(ICon...
by amitendra_amit
Fri Nov 10, 2006 2:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 6
Views: 2098

OCI has fetched truncated data

Hi,

One of our job is throwing waring with message
"OCI has fetched truncated data".

Any idea why this error is coming.

Cheers
by amitendra_amit
Tue Nov 07, 2006 4:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete the records from a table.
Replies: 2
Views: 910

Delete the records from a table.

Hi,

I am very new to this tool.

I want to delete some records of a table using DataStage.

Please suggest me some effective way to do it.

Cheers
by amitendra_amit
Tue Oct 17, 2006 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to create new jobs or copy existing jobs
Replies: 6
Views: 1899

Any idea how can I clear log of all the jobs in a project?
by amitendra_amit
Tue Oct 17, 2006 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to create new jobs or copy existing jobs
Replies: 6
Views: 1899

kcbland wrote:If the job logs also were corrupted, mass compiling often fixes that problem as well. ...
Hey Ken,

How can we do mass compiling ...?
by amitendra_amit
Fri Oct 13, 2006 1:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to compile the jobs.
Replies: 1
Views: 1001

Unable to compile the jobs.

Hi , We developed some jobs couple of days back. Now if I open all the jobs some are giving error : "Cannot open executable job file RT_CONFIG2646." I tried to develop new jobs there I am getting error : "Write error on DS_Temp record 'P\ErrorTest.Transformer_CA.DSLink162',status()-2(...
by amitendra_amit
Tue Oct 10, 2006 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Subroutine failed to complete successfully(30107)
Replies: 2
Views: 2958

Subroutine failed to complete successfully(30107)

Hi ,

While compiling some of the jobs we are getting following error :

Error caling subroutine :DSR_Job (Action=5);check DataStage is set up correctly in project mgt_dev
(Subroutine failed to complete successfully(30107))

Any idea what is causing this error ?

Cheers
by amitendra_amit
Sat Jul 29, 2006 2:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Catch Duplicate rows
Replies: 12
Views: 7046

Re: Catch Duplicate rows

The group by solution is not working..... My problem is I have catch duplicates depending upon the values of two column and if 2 rows are matching then I have two catch both rows not one. Like a,b a,b x,y y,x c,d c,d in this case I have to catch a,b a,b c,d c,d Please help me in solving this. Thanks
by amitendra_amit
Fri Jul 28, 2006 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Catch Duplicate rows
Replies: 12
Views: 7046

Catch Duplicate rows

Hi All, I am new to DataStage and struck on one problem.I am unable to find any solution using help provided by datastage. I am using an oca stage as source.I have to catch the duplicate records and put those duplicate records in sequential file. The records are in this format: Col1 Col2 Col3 x y z ...