Search found 77 matches

by subrat
Fri Aug 01, 2008 12:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation error (transformer stage)
Replies: 3
Views: 1317

Compilation error (transformer stage)

Hi, While compiling a job, i am getting below error on transformer stage:- ---------------------------------------- Compiling: Source = 'RT_BP843/JOB.1339953180.DT.1482146347.TRANS2', Object = 'RT_BP843.O/JOB.1339953180.DT.1482146347.TRANS2' **********************************************************...
by subrat
Tue Jul 29, 2008 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Target table error
Replies: 1
Views: 737

Target table error

Hi, I have a simple load job which loading into a WH table. But continuously i am getting error like "job abort because of time out or table deadlock". I have make sure that the array size and transaction size are correct in target table. But still job is failing... Any suggestion will gre...
by subrat
Mon Jul 28, 2008 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file
Replies: 1
Views: 644

Configuration file

Hi, I was going through the DS devloper guide. Here one thing mentioned like "As a rule of thumb, it is recommended that you create one processing node for every two CPUs in an SMP". How can i assure this by looking into configuration file? Moreover if fastname is the indicates the physica...
by subrat
Mon Jul 28, 2008 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS nodes vs partion
Replies: 2
Views: 995

DS nodes vs partion

Hi,

Is number of nodes equals to number partition in DS. if both are same then how? Bit confused...

Thanks
by subrat
Wed Jul 02, 2008 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container name
Replies: 15
Views: 6102

Hi Ray, Could you please let me know the condition you used in the inline view after SELECT JOBNO FROM DS_JOBS WHERE NAME = '<<Job name&g ... Thanks Subrat Could you please paste the code once more as i am not a premier customer now(likely to be a soon). or you can email me Premium memberships i...
by subrat
Wed Jul 02, 2008 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container name
Replies: 15
Views: 6102

Hi Ray, Could you please let me know the condition you used in the inline view after SELECT JOBNO FROM DS_JOBS WHERE NAME = '<<Job name&g ... Thanks Subrat Could you please paste the code once more as i am not a premier customer now(likely to be a soon). or you can email me Premium memberships i...
by subrat
Wed Jul 02, 2008 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container name
Replies: 15
Views: 6102

Hi Ray, Could you please paste the code once more as i am not a premier customer now(likely to be a soon). or you can email me... in subrat.ksatpathy@gmail.com Moreover it seems i need to pass jobname manually everytime in the query. As i have already list of job names can i do it in a better way in...
by subrat
Wed Jul 02, 2008 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container name
Replies: 15
Views: 6102

Thats correct Craig,

But not sure how to take only the word having end with '.'
I mean how to implement same in BASIC.
(As that is my container)

chulett wrote:Looks to me like you can take that list and look for stage names with a 'dot' in them, the portion before the dot seems to be the Container name. ...
by subrat
Wed Jul 02, 2008 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container name
Replies: 15
Views: 6102

Thats correct Craig,

But not sure how to take only the word having end with '.'
(As that is my container)

chulett wrote:Looks to me like you can take that list and look for stage names with a 'dot' in them, the portion before the dot seems to be the Container name. ...
by subrat
Tue Jul 01, 2008 10:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container name
Replies: 15
Views: 6102

Thanks Ray and Craig for your valuable suggestion.. I am getting the whole list of stages(including the container) through the DSJ.STAGELIST or DSJ.FULLSTAGELIST in comma delimited form. Could you please suggest if i can retirve only the container name from this list. any orther alternative... Below...
by subrat
Tue Jul 01, 2008 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container name
Replies: 15
Views: 6102

Hi, controllerList=DSGetStageInfo (JobHandle,<StageName>,DSJ.FULLSTAGELIST) I am using the DSJ.FULLSTAGELIST above but not sure about the 2nd argument. Can anyone focus some light on it.(i am looking for the container for each job).... Thanks Subrat Try it and let us know. You can not use DSJ.STAGEL...
by subrat
Tue Jul 01, 2008 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container name
Replies: 15
Views: 6102

Container name

Hi,

I want to retrive the conatiner name from a list of job name (if it is being used in the job)

Can i do it through DSGetJobInfo. If yes please do let me know how to proceeds..

Thanks
Subrat
by subrat
Tue Jul 01, 2008 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetJobInfo
Replies: 10
Views: 4190

Thanks Ray. Now it is working.... I have one more question.. I have some 1000 DS Jobs. I hav created a simple job where it will take these 1000 jobs in sequential file and in Transformaer of the job i have used the above routine to get the corresponding sequence which will be come in my output seque...
by subrat
Mon Jun 30, 2008 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetJobInfo
Replies: 10
Views: 4190

Thanks for the replay. I used the " controllerList=DSGetJobInfo(JobHandle,DSJ.DSJobController)" as well but getting the same output (-1/0 etcc...) Seeking ur suggestion STAGENAME will not retun the sequence name. if you can get the newest event id for and then this command ./dsjob -logdeta...
by subrat
Mon Jun 30, 2008 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetJobInfo
Replies: 10
Views: 4190

DSGetJobInfo

Hi, Requirement: To get Sequence name(output) corresponding to Job name(input) through below routine. $include DSINCLUDE JOBCONTROL.H JobName=Arg1 JobHandle = DSAttachJob ("JobName", DSJ.DSJ.ERRFATAL) controllerList=DSGetJobInfo(JobHandle, DSJ.STAGENAME) ErrCode=DSDetachJob(JobHandle) Ans=...