Search found 53125 matches
- Wed Sep 06, 2006 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage installation
- Replies: 3
- Views: 979
- Wed Sep 06, 2006 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IDOC load error
- Replies: 3
- Views: 1885
- Wed Sep 06, 2006 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage
- Replies: 3
- Views: 1012
Is there some significance of (241)? Arnd is right that it's too long a routine for anyone to assay without payment. But we can help you to address any issues you have in creating it yourself. Research OpenSeq, WriteSeq and CloseSeq as mechanisms for working with text files. Search the forum for a u...
- Wed Sep 06, 2006 4:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transfer problem with FTP stage
- Replies: 5
- Views: 1160
- Wed Sep 06, 2006 4:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: scratch space
- Replies: 6
- Views: 2490
You could create a shell script that periodically executes du -s pathname on the scratch disk directories. Yes, I know you're on Windows, but with 7.5x2 you have MKS Toolkit installed so you have access to all UNIX commands. Just remember to name the shell at the top of the script, and execute from ...
- Wed Sep 06, 2006 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT Acronym meaning
- Replies: 4
- Views: 3480
- Wed Sep 06, 2006 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Project Libraries
- Replies: 1
- Views: 1120
Job control routines are stored in Repository database tables. Thus they are not amenable to "conventional" source code control systems. Of course you can make your own arrangements, typically by checking in and out an export of the batch/job sequence. Since a project can only be at one version, and...
- Wed Sep 06, 2006 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Designer frozen due to Stage Properties
- Replies: 8
- Views: 2034
- Wed Sep 06, 2006 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "Cannot get exclusive access to executable file for job
- Replies: 9
- Views: 5828
- Wed Sep 06, 2006 4:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strings
- Replies: 3
- Views: 1395
- Wed Sep 06, 2006 4:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RowCount from the DSGetLinkInfo always return zero
- Replies: 20
- Views: 6587
The DSJ.ME constant is valid in an after-job subroutine. If you have doubt include the following three lines at the top of your code. $IFNDEF JOBCONTROL.H $INCLUDE DSINCLUDE JOBCONTROL.H $ENDIF Check that the stage name and link name are correctly spelled and use correct case in the DSGetLinkInfo() ...
- Wed Sep 06, 2006 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning while using oracle stage
- Replies: 15
- Views: 5930
- Wed Sep 06, 2006 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Table Definitons
- Replies: 1
- Views: 1003
- Wed Sep 06, 2006 4:08 pm
- Forum: General
- Topic: parallel Jobs finished ok but with Phantom warning message
- Replies: 1
- Views: 2226
It's looking for environment variables that are usually set in the Administrator client. Perhaps the jobs have specified $ENV as the default value, which causes the (parallel) jobs to look in the executing user's environment for a replacement value. These environment variables are not applicable to ...
- Wed Sep 06, 2006 4:06 pm
- Forum: General
- Topic: Request to please use English and not SMS
- Replies: 1
- Views: 1840