Search found 15603 matches
- Thu Jan 05, 2006 2:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UVOpen Unable to Open File Hash File Error
- Replies: 12
- Views: 3008
Both those values are very small and should be raised immediately to improve performance, if nothing else. These numbers are not per-process but per-system so if you have more than a couple of jobs running at the same time they will quickly consume your available resources. Since you've stated that ...
- Thu Jan 05, 2006 2:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Incremental Aggregation loading
- Replies: 4
- Views: 943
Ravij, it is very important when posing sweeping questions like this to explain what you've already tried, otherwise we will assume that you haven't tried anything and are just looking for an easy answer. The concept of incrementatl aggregation is a relatively new one. Much, if not most, of the code...
- Thu Jan 05, 2006 2:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running sequence multiple times with different parameters
- Replies: 6
- Views: 1510
khron, you won't need to split the job into multiple transformers - since if you initiate the run of a job you control whether the calling process waits for that job to complete or continues on without waiting. As I stated in my first mail, I don't have access to DS right now; but with just a little...
- Thu Jan 05, 2006 2:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UVOpen Unable to Open File Hash File Error
- Replies: 12
- Views: 3008
I re-read your original post, originally I just remembered your statement "it happens every time I run..." but then I saw that it was different places in the same sequence. This leads me to look at a system-level restriction with the number of concurrent files that can be open at any given time. If ...
- Thu Jan 05, 2006 2:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UVOpen Unable to Open File Hash File Error
- Replies: 12
- Views: 3008
- Thu Jan 05, 2006 2:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is it possible to have two Instances of 7.5.1 on one box
- Replies: 17
- Views: 3955
Ray, the site I am at has not only numerous machines but also several instances of DS on many of them. Although originally intended for temporary use during migration, they work out quite well. They are almost a 24x7 operation and "bouncing" a DS instance can take days to arrange, with more instance...
- Thu Jan 05, 2006 2:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running sequence multiple times with different parameters
- Replies: 6
- Views: 1510
There are three basic approaches that you might take, the first one is the simplest for you: a) write a shell or awk script to read and parse the .CSV file into the parameter and then use the dsjob command line call to your DataStage job and pass the parameters to it. b) write a DataStage job that r...
- Thu Jan 05, 2006 2:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UVOpen Unable to Open File Hash File Error
- Replies: 12
- Views: 3008
The first likely cause is access rights - if another user created this hashed file and the umask wasn't set correctly, the userid you try to read/write to the file might not have sufficient UNIX permissions on the hashed file (if it is a type 30 Dynamic file, the path shown will be a directory under...
- Wed Jan 04, 2006 5:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warnings in change capture stage
- Replies: 3
- Views: 912
- Wed Jan 04, 2006 5:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best practise
- Replies: 4
- Views: 1039
Akrzy, see - progress already with Ray's response. Here's my 2-pence worth: The PX configuration specifies scratch devices. These are true scratch devices in that they won't be needed after a job finishes or aborts. So why use relatively expensive (in terms of I/O time) RAID constructs on them. If y...
- Wed Jan 04, 2006 4:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is it possible to have two Instances of 7.5.1 on one box
- Replies: 17
- Views: 3955
- Wed Jan 04, 2006 1:19 pm
- Forum: Site/Forum
- Topic: Grid Computing - donate spare CPU cycles to research
- Replies: 17
- Views: 6772
The DataStagers Team grid computing still only has 6 members out of the over 10,000 available DSXchangers - but we are cranking away at research and already have logged a cumulative 70 days of computing time and are ranked as team #3,404 . You can run this grid computing program as a screen saver or...
- Wed Jan 04, 2006 1:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: could not start Datastage telnet service on local computer
- Replies: 19
- Views: 5475
You can link to pictures using the " [url={urlpath}]Name[/url] " syntax if you can put your screenshot .jpg or .gif file somewhere accessible to the rest of the world. You might be getting the Windows TELNET server error message because the service isn't started - have you tried restarting our DataS...
- Wed Jan 04, 2006 1:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: could not start Datastage telnet service on local computer
- Replies: 19
- Views: 5475
- Wed Jan 04, 2006 12:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is it possible to have two Instances of 7.5.1 on one box
- Replies: 17
- Views: 3955
If the "logical host" is a distinct machine, with it's own IP address and nodename and it's own instance of UNIX then it should work. Basically the DataStage engine will use a reserved block of shared memory and communication ports, so if you wish multiple instances on the same machine you need to d...