Search found 53125 matches
- Fri Jan 05, 2007 2:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HASH.HELP stops
- Replies: 4
- Views: 1282
Re: HASH.HELP stops
'Program HASH.HELP stopped'. Any reason that this is happening? Probably. Report it to your support provider. I have certainly used HASH.HELP on hashed files with more rows than 45 million, but they were small rows. I suspect that some kind of arithmetic overflow has occurred within the HASH.HELP p...
- Fri Jan 05, 2007 1:59 pm
- Forum: General
- Topic: Paralell jobs an parameters
- Replies: 1
- Views: 1540
Welcome aboard. Server and parallel jobs are different products (parallel jobs formerly known as "Orchestrate" from Torrent Systems before they were acquired). Little inconsistencies are thus to be expected. If this causes you grief, raise an enhancement request to get it altered. You will be requir...
- Fri Jan 05, 2007 2:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem using ODBC connection
- Replies: 7
- Views: 6184
- Thu Jan 04, 2007 11:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How parallel jobs execute at runtime wrt DS Engine?
- Replies: 6
- Views: 1751
One process (the "conductor") reads the generated OSH and the configuration file (referred to be the APT_CONFIG_FILE environment variable) and, from these, composes the score. The conductor process then organizes for one process (the "section leader") to be started on each processing node mentioned ...
- Thu Jan 04, 2007 11:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What are the px and como directories in DS PX/EE editions
- Replies: 6
- Views: 1714
- Thu Jan 04, 2007 11:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: performance tuning
- Replies: 2
- Views: 842
- Thu Jan 04, 2007 11:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Limit the number of records
- Replies: 4
- Views: 1962
- Thu Jan 04, 2007 6:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What are the px and como directories in DS PX/EE editions
- Replies: 6
- Views: 1714
- Thu Jan 04, 2007 6:46 pm
- Forum: General
- Topic: dynamically passing tablename
- Replies: 8
- Views: 4862
Job1 selects the table name from wherever it is stored, and loads the table name into its (the job's) user status area via a routine that invokes DSSetUserStatus(), picking up the input table name from the input link. The job sequence reads Job1's user status via $UserStatus activity variable and us...
- Thu Jan 04, 2007 4:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ExecCommand output value
- Replies: 44
- Views: 10563
- Thu Jan 04, 2007 4:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Whats does this mean?
- Replies: 13
- Views: 3660
- Thu Jan 04, 2007 4:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Client ip or name on which DS client is opened
- Replies: 15
- Views: 3258
SELECT @ID FMT '60L' FROM DS_LICENSE; Each connected client obtains a licence seat; the licensing is partly managed through the DS_LICENSE table, the key to which includes the client machine's MAC address, its hostname and the process ID on the server of its agent dsapi_slave process. You can also ...
- Thu Jan 04, 2007 4:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Whats does this mean?
- Replies: 13
- Views: 3660
- Thu Jan 04, 2007 4:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deriving different Levels
- Replies: 17
- Views: 4705
Nice try, but BASIC is not recommended for parallel jobs. Also, how well does the "solution" handle an arbitrary number of levels? Yes, it CAN be done in BASIC, but that's not the point. A strategy needs to be found whereby an abitrary number of recursive queries (against the target table, as popula...
- Thu Jan 04, 2007 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Funnel Stage
- Replies: 5
- Views: 2297
Go away from DataStage for a short while. Get yourself a whiteboard or some paper, and sketch out exactly what has to happen; that is, what columns have to come from where, and what the layout of the final text file has to be. This will clarify your thought processes so that you can come up with an ...