Search found 13 matches

by branimir.kostic
Wed Mar 23, 2005 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue...Hashfiles and sequential File
Replies: 6
Views: 2812

Our Windows 2003 Server has a Raid-System. Raid 1 for the System Disk (where DataStage is installed to) and Raid 5 for the Hashfiles. Under Raid 5 there are 5 Disks with each 180 GB acting under a 1 Logical Disk. Its a little bit weird...with 100.000 I have great performance, but with 200.000 it see...
by branimir.kostic
Wed Mar 23, 2005 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue...Hashfiles and sequential File
Replies: 6
Views: 2812

Performance Issue...Hashfiles and sequential File

Hello everybody, I almost despaire of performing my DataStage Jobs. In some jobs i have to use Hashfiles because of Duplicate Keys, but writing or reading in Hashfiles crashes our performance. At the beginning it works very good (about 600 - 1000 rows/sec) but after some time the performance is decr...
by branimir.kostic
Thu Mar 17, 2005 4:49 am
Forum: General
Topic: automatic clearing job logs by routine?
Replies: 4
Views: 3002

Hi Ray, thank you for your reply. In normal case there shouldnt be any warnings or in some cases only a few ones. But after fixing activities I got in a few jobs a huge amount of warnings which makes it sometimes unpossible to open the job logs and it is also very uncomfortable to purge every log ma...
by branimir.kostic
Thu Mar 17, 2005 4:03 am
Forum: General
Topic: automatic clearing job logs by routine?
Replies: 4
Views: 3002

automatic clearing job logs by routine?

Hello, is there any way to delete all job logs in a project by a command, routine or something like this? We have several jobs creating job logs over 1 GB (in case of warnings). Before restarting the jobs I want to clear the logs but it is hard to do it manually and the provided auto purge does not ...
by branimir.kostic
Mon Jan 31, 2005 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom 2844: Nonnumeric data when numeric required
Replies: 1
Views: 2243

Phantom 2844: Nonnumeric data when numeric required

Hello, i got the following phantom-error message when started a job. I tried to figure out the problem but till yet i havent found any approach. Can you help me? Where in my job is the mistake? DataStage Job 516 Phantom 2844 Program "JOB.657285897.DT.1351835990.TRANS1": Line 598, Nonnumeri...
by branimir.kostic
Wed Dec 01, 2004 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Hashfile possible?
Replies: 8
Views: 4143

Thanks for your fast reply!

It is a pathed hashfile with a pointer (set by "SETFILE"), so IT works :D

Good idea with the "dummy join"
by branimir.kostic
Wed Dec 01, 2004 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Hashfile possible?
Replies: 8
Views: 4143

Sorting Hashfile possible?

Hello everybody, I hope you can help me. In my job I use a hashfile as source which have to be sorted at the beginning without using a Sort-Stage. My question is now, is it possible to sort a hashfile via command defined as "Before Job Routine"? I found a command like SORT.ITEM, but it doe...
by branimir.kostic
Sat Nov 20, 2004 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Lookup
Replies: 16
Views: 10415

Does this mean that if I set a pointer via SETFILE, DataStage is not able to delete the hashed file created in a directory?

How do you realize the import of Universe File Definitions if you specified it to a specific directory?

Because this was the reason of fooling in the database :wink:
by branimir.kostic
Fri Nov 19, 2004 2:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Lookup
Replies: 16
Views: 10415

Sorry, but i have to fool in the database because DataStage is not able to delete his own hashfile or just clear the data, although I have checked the options offered by DataStage ("Create File" / "Clear before writing" / "Delete file before Creating"). All this options...
by branimir.kostic
Thu Nov 18, 2004 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Lookup
Replies: 16
Views: 10415

Thanks, it works :D
Wow, DataStage is much more complex than Informatica PowerCenter :lol:
by branimir.kostic
Thu Nov 18, 2004 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can not delete a hashfile
Replies: 1
Views: 1093

Can not delete a hashfile

Hello everybody, i created a job which writes to a hashfile specified to a directory. After the job-run (hashfile was created) I tried to set a pointer to this hashfile like this: SET.FILE D:\HASHFILES\hash_RIS_to_vertrZURIS hash_RIS_to_vertrZURIS OVERWRITING Now I want to delete the hashfile with i...
by branimir.kostic
Thu Nov 18, 2004 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Lookup
Replies: 16
Views: 10415

Thanks for your reply. Within DataStage I created the hashfile hash_POLIZZ1 to the directory path D:\Hashfiles. Via command (SET.FILE D:\Hashfiles\hash_POLIZZ1 hash_POLIZZ1 OVERWRITING) I pointed the file to VOC. Because of a new requirement (new columns have to be added to the specified hashfile) i...
by branimir.kostic
Wed Nov 17, 2004 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Lookup
Replies: 16
Views: 10415

What is a UV Stage. I have a similiar problem. I want to get multiple rows from a lookup against a hash file (analog to ODBC Stage). How can i solve it?

Thanks for your reply

Regards