Search found 230 matches

by sb_akarmarkar
Thu Jun 15, 2006 12:43 am
Forum: General
Topic: Job Searching Facility
Replies: 7
Views: 3048

Use SELECT * FROM DS_JOBS WHERE NAME LIKE Jobname ... in Datastage Adminstrator command.. this is the only option


Thanks,
Anupam
by sb_akarmarkar
Thu Jun 15, 2006 12:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Instance
Replies: 3
Views: 1282

Go to Job Properties and check allow multiple instance and run job same job with diffrent inovacation ids......


Thanks,
Anupam
by sb_akarmarkar
Wed Jun 14, 2006 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find Max Sequence Number from a record
Replies: 13
Views: 5833

Hi Guys You totally misunderstood me. I will try to rephrase the whole thing. I have an Oracle table with 36 columns.(like code1, code2, code3,.....,code36) So each record might have 36 codes. But there is an exception here , if 001 is found in any of the codes the remaining codes are NULLS. So my ...
by sb_akarmarkar
Wed Jun 14, 2006 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find Max Sequence Number from a record
Replies: 13
Views: 5833

Ahh, I see what you are trying to do; I thought you had misplaced the FIELD() parameters. Unfortunately the delimiter for both forms needs to be a single character, so this won't work. ... I tried with "001" delimiter and it is working here ... so i dont think it should be single characte...
by sb_akarmarkar
Wed Jun 14, 2006 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find Max Sequence Number from a record
Replies: 13
Views: 5833

ArndW wrote:Anupam - what does the subfunction InLink.Field["001",1,1] do? This is not a legal substring expression. ...
string [ delimiter, instance, fields ]



Thanks,
Anupam
by sb_akarmarkar
Wed Jun 14, 2006 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find Max Sequence Number from a record
Replies: 13
Views: 5833

Try this Dcount(InLink.Field["001",1,1], "|") too


Thanks,
Anupam
by sb_akarmarkar
Wed Jun 14, 2006 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: load two diff text files using single sequential file stage
Replies: 23
Views: 5832

i have 2 instances of the same job but i m unable to run them simultaniously. I'm lost... why the heck not? That's the whole point of these kind of jobs - so you can run the same job multiple times at the same time. Highlight the main job in the Director, click 'Run', supply a unique Invocation ID ...
by sb_akarmarkar
Wed Jun 14, 2006 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Issue
Replies: 17
Views: 5103

Is that sequence having option check as automatically handle activity that fail...if any activity fails it aborts sequence with that error....


Thanks,
Anupam
by sb_akarmarkar
Wed Jun 14, 2006 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid casting
Replies: 2
Views: 1142

I dont have experince with MS Access but i think .. You need to convert varchar date you are getting into Date/time datatype of MS Access....
I think convert function my help you...


Thanks,
Anupam
by sb_akarmarkar
Wed Jun 14, 2006 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: load two diff text files using single sequential file stage
Replies: 23
Views: 5832

hey ArndW , I told earlier that i dont want to run it in sequence and so u suggested me the multiple instances and now i have 2 instances of the same job but i m unable to run them simultaniously. thak you. I think better to go with one job with 2 link from one sequential file stage to one target s...
by sb_akarmarkar
Wed Jun 14, 2006 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: load two diff text files using single sequential file stage
Replies: 23
Views: 5832

ArndW, I have created 2 job invocation's in DS Director ,in job status it shows me myjob Validated OK myjob.invo1 Validated OK (parameter is file1's path) myjob.invo2 Validated OK (parameter is file2's path) now i want to run these 2 invocations . If i click on one of these then only run is active ...
by sb_akarmarkar
Wed Jun 14, 2006 12:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: load two diff text files using single sequential file stage
Replies: 23
Views: 5832

Take two link from flat file with diffrent file name to target with same name it will execute sequntailly one after another.


Thanks,
Anupam
by sb_akarmarkar
Mon Jun 12, 2006 3:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: check lines amount with total amount
Replies: 4
Views: 1836

Use stage variable to calulate ......................


Thanks,
Anupam
by sb_akarmarkar
Mon Jun 12, 2006 2:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 9i timestamp(6) feature and error ORA-01830
Replies: 11
Views: 7500

Target data type must be timestamp ....
Use TO_TIMESTAMP(:1,'YYYY-MM-DD HH24:MI:SS:FF')


Thanks,
Anupam
by sb_akarmarkar
Wed Jun 07, 2006 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to find out howmany records were processed and rejected
Replies: 35
Views: 8348

loveojha2 wrote: It won't, until you have designed it that way, I have tried with exactly what you mentioned the result is all zeroes for all the link counts.
Try to get Just before target stage, Just plan it ..............

Thnaks,
Anupam