Search found 15603 matches
- Fri Jan 19, 2007 10:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserted value too large for column, row rejected.
- Replies: 8
- Views: 7483
- Fri Jan 19, 2007 10:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiler Logs
- Replies: 8
- Views: 3085
or go to the UNIX command line with the same userid and set your dsenv environment variables and enter the command opt/SUNWspro/bin/CC -KPIC -O -I/opt/dsSoftware/Ascential/DataStage/PXEngine/include -dalign -O -PIC -library=iostream -c /datastage/Projects/DataStageTest/RT_BP78.O/V0S20_UpdateLoadDate...
- Fri Jan 19, 2007 10:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error in job sequencer
- Replies: 4
- Views: 942
- Fri Jan 19, 2007 7:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: fast dsx
- Replies: 4
- Views: 866
Fernando, I think I would create a complete export .DSX file with all the jobs, then remove all non-parallel jobs from the export file - either by writing a DS job to do this or a macro in my favorite text editor ( EMACS , since I can barely call up and exit VI ) In the .DSX export file each job sta...
- Fri Jan 19, 2007 4:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance with 7.1r2
- Replies: 8
- Views: 1588
- Fri Jan 19, 2007 4:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine to connect to DB2
- Replies: 14
- Views: 6824
add a line like
to your job to see what your error is.
Code: Select all
IF ErrorCode THEN CALL DSLogWarn('Error "':ScreenIO:'" returned from DB2 call','')to your job to see what your error is.
- Fri Jan 19, 2007 4:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiler Logs
- Replies: 8
- Views: 3085
- Fri Jan 19, 2007 4:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence status
- Replies: 4
- Views: 1504
- Fri Jan 19, 2007 4:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File Full warning
- Replies: 17
- Views: 4270
- Fri Jan 19, 2007 4:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Write to dataset on [fd 19] failed: Error 0
- Replies: 3
- Views: 1424
If your OS supports files larger than 2Gb and you set the process limits to not cap files at 2Gb then you will not hit this problem. What settings do you actually have at present for the "file size"? Using a sequential file instead of a data set while keeping the 2Gb limit will actually let you stor...
- Fri Jan 19, 2007 4:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance with 7.1r2
- Replies: 8
- Views: 1588
- Thu Jan 18, 2007 7:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Jobs Migration from one platfrom to Another
- Replies: 3
- Views: 1042
Since the Operating System is a virtual machine layer between the application and the hardware, it is more appropriate to ignore the actual hardware and concentrate on the OS. If you are staying in the UNIX world or even staying within the HP-UX implementation then the steps you have illustrated are...
- Thu Jan 18, 2007 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auto Archving of Logs
- Replies: 7
- Views: 1396
- Thu Jan 18, 2007 5:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FILE SET CREATION PROBLEM
- Replies: 3
- Views: 913
- Wed Jan 17, 2007 10:41 am
- Forum: General
- Topic: Input buferring
- Replies: 8
- Views: 2869