Search found 15603 matches

by ArndW
Wed Oct 26, 2005 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7.5x2 installation problem on windows 2003
Replies: 11
Views: 3088

if you go to a DOS (command shell) window can you 'telnet {hostname}'? If you cannot -> Have you rebooted since the install and which DS processes are running (if any)? If you can successfully login (give your userid, password and use the account 'UV' and exit using the command 'QUIT') then post tha...
by ArndW
Wed Oct 26, 2005 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7.5x2 installation problem on windows 2003
Replies: 11
Views: 3088

Do you get the same message if you use the IP address instead of host name? Is this as part of the installation or after the install completed?
by ArndW
Wed Oct 26, 2005 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File update
Replies: 5
Views: 1487

Loobian,

you can control whether the hashed file used in a lookup is loaded to memory or not, and can also control the locking for updates.
by ArndW
Wed Oct 26, 2005 3:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File update
Replies: 5
Views: 1487

Hello Loobian, hashed file keys are unique; so every time you do a write to the hashed file with the same key the system does an update of all columns and overwrites the old data. This is the way that the system works and it cannot be changed, so in your case you would have to add another column wit...
by ArndW
Wed Oct 26, 2005 1:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create static hash files and what it is???
Replies: 5
Views: 2715

One of the options in the hashed file stage lets you not only create the file but also specify what type to create - dynamic or one of the static types. In the Hashed file stage you also can specify a path to the hashed file location or the option of putting it in the project directory. The differen...
by ArndW
Tue Oct 25, 2005 12:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: List of environment variables
Replies: 13
Views: 4402

vUser and DSJobName are not DataStage environment variables.
by ArndW
Tue Oct 25, 2005 11:14 am
Forum: Site/Forum
Topic: Write a Book!
Replies: 40
Views: 20404

Can Ascential/IBM actually legally prevent screenshots from being used? I had no idea that they could be "coprighted" as such; just that there are restrictions on the use (i.e. using them to pretend to be the author or having the same icons and screen in a competing product). There go all my plans o...
by ArndW
Tue Oct 25, 2005 10:38 am
Forum: Site/Forum
Topic: Write a Book!
Replies: 40
Views: 20404

Funny thread - I've been toying with the idea of getting a "DataStage for Dummies" book out. The publisher wants a guaranteed minimum sales figure far in excess of the number of DS users out there though, so it would remain a niche player. The problem is really not putting together a good book (whic...
by ArndW
Tue Oct 25, 2005 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage and Progress Database
Replies: 4
Views: 1165

Mimi, the Progress documentation will tell you. I looked at what was on the WWW and it only shows their ODBC driver to access external sources, not the opposite direction. There is no "progress file stage" that can write directly to this system, so it will have to be some type of pull mechanism from...
by ArndW
Tue Oct 25, 2005 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Replace the "bad" data with the '*" c
Replies: 5
Views: 1113

I wrote a 1-liner with your code, replacing "Input Link" with my routine variable and it worked as expected. If you cut-and-pasted your original line then you have a problem with the embedded blank between Input and Link.
by ArndW
Tue Oct 25, 2005 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read caching disabled, file size exceeds cache
Replies: 8
Views: 1873

I didn't know that DB/2 also used a 'heap' - normally when I see that word I know it's happening on the DS side of things. If this does pan out to be a database error I'll have learned something new & important :!:
by ArndW
Tue Oct 25, 2005 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding date conversion into dd/mm/yyyy
Replies: 8
Views: 2126

Hello Asoka, this is a common type of transformation; but before anyone can suggest an answer you must tell us what the target database is going to be. You can also look up the documentation for the ICONV and OCONV functions and the "D" conversion code and also use the search facility shown above to...
by ArndW
Tue Oct 25, 2005 9:35 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Stored Procedure Stage in RTI jobs
Replies: 1
Views: 1710

When a job fails it always prints out some sort of an error message. What is it in your case?
by ArndW
Tue Oct 25, 2005 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read caching disabled, file size exceeds cache
Replies: 8
Views: 1873

I think in this case you are running out of disk space in DS. If you change your load method to upsert it will be a lot slower but I am fairly certain it will run to completion. If it does run correctly, then you need to look on the DS server and find some more space. Also, is your filesize limited ...
by ArndW
Tue Oct 25, 2005 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Long compile times under USS
Replies: 7
Views: 2398

The problem is (almost) the same on busy PX sites - the last one I was at had similar wait times for compilation of jobs with transform stages. I think the approach DS takes is the same in both implementations, so hopefully by making the compile quicker on native unix it will also speed up the virtu...