Search found 15603 matches

by ArndW
Thu Mar 23, 2006 6:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Open the Jobs in DataStage Designer
Replies: 7
Views: 2842

Is this PC on another network? Can you go to a DOS windown and either ping or tracert or telnet to the server machine?
by ArndW
Thu Mar 23, 2006 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Deduping
Replies: 16
Views: 3356

Yes , I have specified three columns as key columns . The duplicate records are DOYLESTOWN}PA}18901}ADDR_DIM DOYLESTOWN}PA}18901}ADDR_DIM The first 3 columns are specified as key columns. Hashed files are unable to have duplicate keys; so either you have embedded spaces or undisplayed characters in...
by ArndW
Thu Mar 23, 2006 5:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to process 3 sequential files sequentially
Replies: 5
Views: 1085

You haven't been very clear about exactly what your problem is, but here's a guess at 2 possible answers:

1. use "cat" to concatenate all 3 files to one file and process that one.
2. Use a loop in a sequence to call a job, passing each file name as a parameter to the job
by ArndW
Thu Mar 23, 2006 5:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query on DataStage Repository
Replies: 10
Views: 26269

Umberto, you can connect using ODBC "localuv"
by ArndW
Thu Mar 23, 2006 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Deduping
Replies: 16
Views: 3356

Archana, a hashed file key is unique. If you specified all 3 key columns when you wrote to the hashed file you cannot have duplicates. Are you certain you specified all 3 columns as keys for the hashed file? If you are certain, could you show an example of a duplicate record?
by ArndW
Thu Mar 23, 2006 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32 for a column in Parallel Job
Replies: 15
Views: 4799

Vincent - so am I, now that you've said it. I was waiting for a long weekend for me to go through the docs again and I was worried I'd have to link something external into PX in order to get some of the questions right. Phew, now I don't have to worry about that part.
by ArndW
Thu Mar 23, 2006 2:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

Since this problem was caused by inadvertantly doing something that shouldn't have been done in the first place and many of the steps touched upon in this thred have the potential of breaking not only a single project but the whole installation I would not feel comfortable describing all these steps...
by ArndW
Thu Mar 23, 2006 2:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference in key management functions
Replies: 7
Views: 2416

OK, but keep your posts less complex to answer. Your original post needs a lot of time to answer, you posted about 8 different questions at the same time - we are volunteers here. The difference between the normal KeyMgtGetNextValue and KeyMgtGetNextValueConcurrent is that the first routine is meant...
by ArndW
Thu Mar 23, 2006 2:05 am
Forum: Site/Forum
Topic: Congratz Arnd!!!
Replies: 4
Views: 2198

Thanks - I'll be happy to reach 5K and retire happy.
by ArndW
Thu Mar 23, 2006 2:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need these Differences
Replies: 9
Views: 2062

I just assumed that "Batch" was something outside of DS. I agree with what Ken stated - it was great to program your own batch inside of DS because there were no other options. I still use that portion occasionally to manually start one job from the before-part of another. At 7.5 the rich sequence p...
by ArndW
Wed Mar 22, 2006 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference in key management functions
Replies: 7
Views: 2416

Correct, nobody is answering (so far). Part of the reason that I am not interested in doing is that you mixed questions and statements and said you have "doubts". Another part is that the source code is available for you to do your own research. For example - could the difference between "KeyMgtGetN...
by ArndW
Wed Mar 22, 2006 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need these Differences
Replies: 9
Views: 2062

I still don't know where to draw a link between batch jobs and sequences. A batch job is external to DataStage and a Sequence is internal to DataStage. It's like asking what the differences are between a shell script and an executable in UNIX- they both have an area where their functionalities overl...
by ArndW
Wed Mar 22, 2006 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need these Differences
Replies: 9
Views: 2062

I wish I knew what a job batch was. Could you narrow that part down a bit?
by ArndW
Wed Mar 22, 2006 11:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert New Rows BETWEEN existing Rows
Replies: 3
Views: 759

Write a job that loads your to-be-included file contents to a hashed file, using a key 'B':@INROWNUM as the key and just one column with your contents. In the same job read your source file and write to the same hashed file using the key 'A':@INROWNUM until you hit your trigger "Harry" and then chan...
by ArndW
Wed Mar 22, 2006 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid column name
Replies: 12
Views: 4774

Your metadata for the table in the Manager does not match your actual table. reload the table's metadata from the database and use that.