Search found 4992 matches
- Thu Aug 24, 2006 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hash Partitioning on columns with same values
- Replies: 4
- Views: 1182
- Wed Aug 23, 2006 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MS SQL Server Load stage equivalent in PX in UNIX??
- Replies: 7
- Views: 2840
I don't know why the Dynamic stage can't read and write on a Unix platform, it's just ODBC. As for bulk loading, you have to have the command line utilities and since those are Windoze based, you need to manually handle calling it locally on the database server. Beware the marketing gimmick about to...
- Wed Aug 23, 2006 3:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete a category from command line
- Replies: 15
- Views: 4710
- Wed Aug 23, 2006 3:02 pm
- Forum: Site/Forum
- Topic: Ken Hits 4000
- Replies: 17
- Views: 8797
- Wed Aug 23, 2006 2:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stop the job after 1 read row
- Replies: 8
- Views: 2048
HASH-->XFM--->SEQ means ALL rows output from the HASHed file to get to the XFM to be thrown away. Split the jobs if your logic is messy. As for the first row out of the hashed file, how do you qualify the first row? By order written into the file? Sorry, hashed data is randomized throughout the file...
- Wed Aug 23, 2006 2:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strange Problem - Join Performance Inconsistencies
- Replies: 9
- Views: 3120
- Wed Aug 23, 2006 2:06 pm
- Forum: Site/Forum
- Topic: Ken Hits 4000
- Replies: 17
- Views: 8797
- Wed Aug 23, 2006 7:50 am
- Forum: Site/Forum
- Topic: Ken Hits 4000
- Replies: 17
- Views: 8797
- Wed Aug 23, 2006 7:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stop Job
- Replies: 6
- Views: 1733
You need to know if the job threads are still active, because the status hasn't changed on the Director screen. Telnet to the DS server and login. Use DS.TOOLS to check the processes in a job and see if any are listed. These will have to be killed if the job doesn't die using Director. Then, you'll ...
- Wed Aug 23, 2006 6:54 am
- Forum: Site/Forum
- Topic: Ken Hits 4000
- Replies: 17
- Views: 8797
- Tue Aug 22, 2006 4:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transfering a file from Windows to UNIX and loading metadata
- Replies: 8
- Views: 1979
It appears you need to correct set the file format in the stage as fixed-width. Then, prepare for misery as PX expects PERFECTLY datatyped data. You cannot have NULLs in non-nullable fields. You must edit each column's metadata and make sure all datatyping/nullability is handled. You must explicity ...
- Tue Aug 22, 2006 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiple links to the same file in one job
- Replies: 6
- Views: 1526
- Tue Aug 22, 2006 3:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transfering a file from Windows to UNIX and loading metadata
- Replies: 8
- Views: 1979
- Tue Aug 22, 2006 3:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing to Oracle Table is slow
- Replies: 8
- Views: 2289
- Tue Aug 22, 2006 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Parameters Vs Environment variables
- Replies: 8
- Views: 7465
Re: Job Parameters Vs Environment variables
Oh yes! I have the luxury of version 7.5.1, so View Data is not a problem with $PROJDEF. Yeah but it sucks if your desired directories are not the current project defaults. You have to keep overriding the $PROJDEF fr every stinking parameter if you can't change the project defaults. It's a pain if ...