Search found 8 matches

by Mohanram
Fri Dec 28, 2007 10:15 am
Forum: General
Topic: Multiple Instances of a server Job.
Replies: 9
Views: 4389

I have a multiple instance batch job for that i need to create variable InstanceName or Number.so how can i do that. Any suggestions.
by Mohanram
Fri Dec 28, 2007 7:11 am
Forum: General
Topic: Multiple Instances of a server Job.
Replies: 9
Views: 4389

as i have said,we are not created any invocation Ids separately for the job.We cant guess how many instances of the jobs should be triggered.so we are not gone into that.When i invoke MYJOB,how i will come to know about FirstInstance(Myjob.FirstJobName).just what i am doing right now is Running Job ...
by Mohanram
Fri Dec 28, 2007 6:41 am
Forum: General
Topic: Multiple Instances of a server Job.
Replies: 9
Views: 4389

Multiple Instances of a server Job.

I have a server job which should execute as multiple instances.So i have enabled the Multiple instances check box from job properties of the same.This mutiple instance job is inturn invoked from some other job using the following routine. * Reset the Job before Run hJob1 = DSAttachJob(JobName, DSJ.E...
by Mohanram
Thu Mar 22, 2007 6:27 am
Forum: General
Topic: "Abnormal termination of stage J1PduXfm..T detected&quo
Replies: 3
Views: 2249

Hi ray, Below is the log message can u please tell me what shall I do in the next step. From previous run DataStage Job 4674 Phantom 14945 Job Aborted after Fatal Error logged. Program "DSD.WriteLog": Line 239, Abort. Attempting to Cleanup after ABORT raised in stage J0Bsm..JobControl Data...
by Mohanram
Thu Mar 22, 2007 4:20 am
Forum: General
Topic: "Abnormal termination of stage J1PduXfm..T detected&quo
Replies: 3
Views: 2249

"Abnormal termination of stage J1PduXfm..T detected&quo

Hi all, When I am trying to run the job from top sequencer it starts executing initially but As the execution proceeds Job gets Aborted saying ""Abnormal termination of stage J1PduXfm..T detected". So please suggest any Idea regading this issue to solve. I agree there must be some loa...
by Mohanram
Tue Mar 06, 2007 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 8
Views: 3062

Re: Date Conversion

HI ,
Try it using iconv and Oconv function..
ex:if the date is 2007032 which represents 2007-02-01
use the below mentioned function in the transformation stage


OCONV(ICONV('2007032','DYD[4,3]'),'D-YMD[4,2,2]')
by Mohanram
Fri Feb 16, 2007 4:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we call procedure (for Truncating Table )from OraBulk
Replies: 9
Views: 3243

Thanks for the suggestion
But what I want is Can we call a procedure in Orabulk Stage .WE DONT HAVE TRUNCATE PRIVILAGE.All we want to do is to create a store procedure and call the procedure in the stage

We can even create table in OraBulk Stage By making
'insertion mode=TRUNCATE'
by Mohanram
Fri Feb 16, 2007 1:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we call procedure (for Truncating Table )from OraBulk
Replies: 9
Views: 3243

Can we call procedure (for Truncating Table )from OraBulk

Hi all,

Can we call procedure (for Truncating Table )from OraBulk Stage? If so Please let me know how to implement it.