Search found 15603 matches

by ArndW
Mon Jul 10, 2006 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Its very urgent!!Please reply
Replies: 28
Views: 12093

Let us assume you can have 1, 2 or 3 days difference. In you transform stage have one output link with the constraint DaysDiff<2 , one with Day sDiff<3 and another with DaysDiff<4 . Each of these three links go to a link collector. When you have 2 days difference, the first two constraints will prod...
by ArndW
Mon Jul 10, 2006 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvconfig - DS Tuning ?
Replies: 2
Views: 1390

Pramod, I am surprised that the parameters you have chosen, since they are not the usual suspects when it comes to job tuning. If you use a lot of hashed files then you should increase your UVCONFIG values for MFILES and T30FILES (double or triple them). This will increase the rotating file pool and...
by ArndW
Sun Jul 09, 2006 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Install DataStage on RED HAT 4 32/64 bit
Replies: 7
Views: 1765

Noam,

I'm sorry but I have to admit that I don't recall.
by ArndW
Sat Jul 08, 2006 3:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Supress extra Carriage returns
Replies: 21
Views: 4172

Kris, I can't see which line in the code you posted might be causing the invalid datatype error. The line number that the compiler thinks is at fault is often not correct, this is due to a limitation in the compiler (this problem has been around since over 20 years!). If you've done this much work a...
by ArndW
Sat Jul 08, 2006 3:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop in DS7.1
Replies: 38
Views: 9090

...I dont understand why there are so many features missing in DS7.1... :D I've never looked at software improvements that way, I prefer to view it as "look at all the nice things they put in the new version that we didn't have before". It's like wondering why those people at Ford were so silly as ...
by ArndW
Sat Jul 08, 2006 3:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Large hashed file
Replies: 2
Views: 1034

Pedro, setting the uvconfig value for 64 bit files to 1 means that any and all files created thereafter are going to be 64bit. This will mean that all of the hundreds of small hashed files that make up your projects and jobs are going to be use the bigger file pointers that are slower. It is general...
by ArndW
Sat Jul 08, 2006 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error running sequence
Replies: 6
Views: 1567

The error is not in your sequence, but in one the PX jobs which it calls. Can you isolate that job? Can you run any PX jobs at all? If not, then the error message is most likely accurate and you need to look at the setup on your remote (presumably the database) machine. Can you rsh as that user to t...
by ArndW
Sat Jul 08, 2006 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Job selection issue
Replies: 3
Views: 1241

Where are you doing your "select"? Are you selecting the job in the Designer while making a sequence, or in the display screen of the Director or Manager?
by ArndW
Fri Jul 07, 2006 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with Import Orchestrate Schema - Oracle 10g
Replies: 6
Views: 1376

Andy,

libraries are still missing. If you run a job and look at the first output in the director log it will display the processes' ENVironment. The LIBPATH should contain a path to your Oracle libraries as lstsaur has already noticed.
by ArndW
Fri Jul 07, 2006 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC vs Native Informix Stage Performance
Replies: 3
Views: 1559

The ODBC access to Informix in server has always been faster. It seems that the ODBC drivers were written by what is now DirectConnect using very fast and efficient APIs that surpassed the performance of the direct informix drivers. I was not aware that this also applied to the PX calls and am more ...
by ArndW
Fri Jul 07, 2006 11:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with special characters
Replies: 6
Views: 3334

You haven't stated where your data is coming from. Is it a text file or a database? DataStage will not just strip one character from this string; so I would use a hex display editor if the source is a flat file or the substring functions in your query language directly to make 100% of the field leng...
by ArndW
Fri Jul 07, 2006 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Its very urgent!!Please reply
Replies: 28
Views: 12093

If your maximum number of days difference is some manageable amount (i.e. about one month), then you can have a transform or switch stage and use the value you calculate for days to specify output rows, then later on in the job collect those rows back to a single stream. This is the simplest way of ...
by ArndW
Fri Jul 07, 2006 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OPENPATH (Directory file list) and Encoding problems
Replies: 13
Views: 4363

Good Job! I didn't want to recommend changing you DS settings since I dind't know what else might be affected, but I'm glad you solved it by yourself!
by ArndW
Fri Jul 07, 2006 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with Import Orchestrate Schema - Oracle 10g
Replies: 6
Views: 1376

Most likely the entry is missing in the dsenv shell script.

Can you check your dsenv file and ensure that the LIBPATH includes the ..../PXEngine/lib directory?
by ArndW
Fri Jul 07, 2006 5:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shell script convert to Windows script
Replies: 1
Views: 590

the windows scripting language for .BAT files is quite primitive and doesn't offer even close to the functionality of shell scripts in UNIX. I think that you might be best served by installing something like MKS Toolkit which will let you run unix scripts within Windows.