Search found 15603 matches
- Thu Aug 04, 2005 6:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "Device Busy" during read of sequential files
- Replies: 3
- Views: 1023
"Device Busy" during read of sequential files
We have promoted some jobs from the dev through test environments with no issues, but on the production system (with even more memory/CPUs) using higher data volumes we are getting a somewhat sporadic problem while running a job which reads about 8 sequential files; this occurs in different location...
- Thu Aug 04, 2005 6:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Determination if the Hash File Size has increased.
- Replies: 11
- Views: 3423
- Thu Aug 04, 2005 5:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Determination if the Hash File Size has increased.
- Replies: 11
- Views: 3423
- Thu Aug 04, 2005 4:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Determination if the Hash File Size has increased.
- Replies: 11
- Views: 3423
ANALYZE.FILE is a standard verb in the VOC, if it is missing then you have removed this (and perhaps other) VOC entries - which might cause problems in DataStage; the VOCabulary file is the crucial file from which everything is ultimately done; you should be very wary of modifying this file. If you ...
- Thu Aug 04, 2005 4:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage log file
- Replies: 2
- Views: 931
The logs are stored in internal HASHed files that you cannot read directly. The best method to get the logs from the system is to use the "dsjob" command options, start off with "logsum" (log summary) and work your way to more detail and to that level of detail that you wish. You can also search the...
- Thu Aug 04, 2005 1:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup not functioning as expected
- Replies: 5
- Views: 954
- Thu Aug 04, 2005 1:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Px design approach question - fishing for better ideas
- Replies: 11
- Views: 3453
- Thu Aug 04, 2005 12:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how do we replace " character with "" in betw
- Replies: 6
- Views: 1626
- Thu Aug 04, 2005 12:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup not functioning as expected
- Replies: 5
- Views: 954
Morning Clarcombe, your 2-charactervalue-in-a-3-char-field is going to be padded with either a space or some other value. Hash files are always varchar, so the third option exists with the field having been trimmed when you created it. This, of course, depends upon how you created the hashed file. I...
- Wed Aug 03, 2005 11:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ampersand symbol in the filename
- Replies: 4
- Views: 1474
- Wed Aug 03, 2005 11:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Px design approach question - fishing for better ideas
- Replies: 11
- Views: 3453
Px design approach question - fishing for better ideas
I have a requirement that has me taking about 400 DB/2 tables and loading them into Oracle tables with the same table names and column names. The datatypes are being changed (different date handling, some trims, nulls modified, etc.) according to rules based on the datatypes and not on the column na...
- Tue Aug 02, 2005 6:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get the List of Jobs in a text file
- Replies: 13
- Views: 3706
Sunshine, the advice you got so far will work as listed; you have changed this (from an external call into a TCL one) so it won't work and the message clearly states the syntax error. The concept in UNIX and DOS of using a ">" to redirect output does not work in the TCL environment. If you really wi...
- Tue Aug 02, 2005 5:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get the List of Jobs in a text file
- Replies: 13
- Views: 3706
In my environment (UNIX) I used
successfully.
That should give you enough to get it working.
Code: Select all
$DSHOME/bin/uvsh "select * from DS_JOBS" > /tmp/deletemeplease.txtsuccessfully.
That should give you enough to get it working.
- Tue Aug 02, 2005 4:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get the List of Jobs in a text file
- Replies: 13
- Views: 3706
- Mon Aug 01, 2005 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: De-encrypting parameters
- Replies: 8
- Views: 1994