Search found 185 matches

by denzilsyb
Wed Nov 17, 2004 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RAM / swap usage
Replies: 13
Views: 9648

hallo all It's either a bug in the Folder stage, or that one of the ulimit settings is too small. Will investigate further Monday and post results. I just ran into an error on the folder stage as well. The job is: FOLDER -> TFM -> SEQ The error i get is: DataStage Job 355 Phantom 17015 Program "...
by denzilsyb
Sun Oct 31, 2004 10:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Design of job question
Replies: 3
Views: 1589

rasi wrote: Create the multi-instance job which will read from sequential file and write into 8 sequential files based on the constraint.
Siva, Vincent. I am going to give this a shot and will post the results. This is much better than creating 8 individual jobs!
by denzilsyb
Sat Oct 30, 2004 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Design of job question
Replies: 3
Views: 1589

Design of job question

Hi guys If I have a CFF source file as stream input to a Transformer (TFM) and have 8 destination SEQ files based on a contsraint in the TFM, how would performance differ should I rewrite the job to have the source file stream into a TFM1, and from there have two 3 outputs, 2 constrained (to SEQ fil...
by denzilsyb
Thu Oct 28, 2004 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORACLE9i issue
Replies: 19
Views: 8800

kcbland wrote: Sorry You Bought A Slow Engine
:D
that has to be the first time I saw that! But luckily we have the stats to prove this is not the case.
by denzilsyb
Thu Oct 28, 2004 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORACLE9i issue
Replies: 19
Views: 8800

Re: ORACLE9i issue

ogmios wrote: Anyway 40 million rows in 5 hours is about 2222 rows per second, which is pretty good for DataStage :wink:
But if they were using a real data warehouse database, this value would be much higher. :idea: Sybase IQ. :idea: "and he will persist until all are converted"
by denzilsyb
Thu Oct 28, 2004 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsprcd starts, but not the rest of the services
Replies: 4
Views: 2025

Ken

We are back up again. It was, as suggested, the dsenv file.

Is there any reason though that

Code: Select all

ps -ef | grep uv
will not show any uv processes running? I am sure this used to be the case with DS6.0 - i.e. uv??? would be shown to run.

thanks
by denzilsyb
Thu Oct 28, 2004 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsprcd starts, but not the rest of the services
Replies: 4
Views: 2025

Hi Ken while waiting for response, i did somem checking and founf the following in the $DSHOME: dsenv.errs.041028.124048 inside is the following: /udd001/app/dsadm/Ascential/DataStage/DSEngine/sample/ds.rc: etlprd01:#=etlprd01:#: not found /udd001/app/dsadm/Ascential/DataStage/DSEngine/sample/ds.rc:...
by denzilsyb
Thu Oct 28, 2004 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsprcd starts, but not the rest of the services
Replies: 4
Views: 2025

dsprcd starts, but not the rest of the services

Hallo all Perhaps you guys can offer advice before I go the re-install route (well, thats after Ascential contacts me!) This morning we edited the dsenv file to add parameters for the oracle 9 plug in. To enable the plug in, we need to restart the services. Because of previous experiences I neglecte...
by denzilsyb
Tue Oct 26, 2004 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencer process
Replies: 3
Views: 1011

Job Sequencer process

Hallo all If we have a MASTERCONTROL (Sequencer) controlling a series of JOBSEQUENCERS which in turn control individual jobs, we sit with the following problem: If an individual job fails, the JOBSEQUENCER finishes OK and the MASTERCONTROL that sms's us says that all the jobs are finished OK. which ...
by denzilsyb
Tue Oct 19, 2004 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64 bit HASH files
Replies: 3
Views: 1963

Hi Tom

I will take your suggestion and play with the concept. Is there a major decrease in performance when using 64 bit HASH files?
by denzilsyb
Tue Oct 19, 2004 2:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64 bit HASH files
Replies: 3
Views: 1963

64 bit HASH files

Hi guys I went through the following 2 processes: for SOLARIS (64bit OS): change uvconfig file parameter from 64BIT_FILES 0 to 64BIT_FILES 1 stopped DS services started DS services Is DS going to automatically create 64 bit HASH files from now on? I did exactly the same for my windows 2000 professio...
by denzilsyb
Mon Oct 04, 2004 1:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate variable output records per input record
Replies: 12
Views: 4500

kduke wrote: Another solution is to create a table of days or use a day dimension table. Join this input table to the new day table and count how many records you get by month.
thats a good idea. i just looked at the output again - its not that simple for a server job design! phew!
by denzilsyb
Mon Oct 04, 2004 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate variable output records per input record
Replies: 12
Views: 4500

Why do you want to use basic to do this? Design a server job and use a SEQuential stage to read your INPUT and pass the data through a transformer to the OUTPUT SEQ stage. Within the transformer you can do whatever you want with the data. You would probably end up using Iconv/Oconv and Trimb. but, i...
by denzilsyb
Mon Oct 04, 2004 11:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Corrupt project
Replies: 1
Views: 1102

it seems the project has been protected by someone other than you. How are you connecting to the project? Are you an administrator on the server? If so, log onto DS Administrator and unprotect the project. You might want to reconsider the access to the project. Have a look at the security options av...
by denzilsyb
Fri Oct 01, 2004 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copy a record
Replies: 1
Views: 781

how about adding @INROWNUM as part of the key to the void hash file and thereby you will keep the duplicate record, plus where it lies in the sequential file: key1 | key2 (rownum) | rest | of | the | record ------------------------------------------------- -1 | 10234 | 111 | 22 | 33 | 44444 -1 | 103...