Search found 53125 matches
- Wed Feb 14, 2007 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating Parallel routine
- Replies: 7
- Views: 2539
- Wed Feb 14, 2007 2:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem in transversing the file
- Replies: 13
- Views: 3295
- Wed Feb 14, 2007 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generating Multiple rows in output from single row in input
- Replies: 16
- Views: 4276
- Wed Feb 14, 2007 2:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failed to connect to host:Project: UV (Internal Error(39202)
- Replies: 6
- Views: 5147
- Wed Feb 14, 2007 2:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Stage
- Replies: 3
- Views: 1090
- Wed Feb 14, 2007 2:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call to output link returned numeric error code: -100
- Replies: 3
- Views: 1378
- Wed Feb 14, 2007 2:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSFunction to encrypt a value
- Replies: 13
- Views: 3708
- Wed Feb 14, 2007 2:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Abort the job based on some logic?
- Replies: 9
- Views: 3186
- Wed Feb 14, 2007 2:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSN,PLUGIN ISSUE
- Replies: 21
- Views: 10259
Permissions on $DSHOME/bin/uv are incorrect. Not only must this (and a number of other executables) be owned by root, they must have the setuid bit set. There is a script in the scripts directory for resetting the permissions, or you can involve your support provider. You should also track down whom...
- Wed Feb 14, 2007 2:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UTF-8 conversion in datastage
- Replies: 2
- Views: 2746
Note also that there is no single UTF-8 encoding. Unicode may be encoded in any eight-bit strategy; there are several around. That is, there are many variations on UTF-8 (Unicode Transformation Format, eight bit); you may be using incompatible ones. You have not even specified what NLS maps you are ...
- Wed Feb 14, 2007 2:14 pm
- Forum: General
- Topic: Convert string function and NLS
- Replies: 0
- Views: 1848
- Wed Feb 14, 2007 2:12 pm
- Forum: IBM QualityStage
- Topic: Compiler Issue
- Replies: 6
- Views: 1837
- Wed Feb 14, 2007 2:11 pm
- Forum: IBM QualityStage
- Topic: Quality stage project import
- Replies: 2
- Views: 1224
- Wed Feb 14, 2007 2:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Abort the job based on some logic?
- Replies: 9
- Views: 3186
Don't do it that way at all. Use a Wait For File activity in a job sequence. You can have one output from this when the file exists (or comes into existence within the required time period) that then executes your job. You have another output that is taken when the timeout expires without the file a...
- Wed Feb 14, 2007 2:21 am
- Forum: General
- Topic: I am not able to install Datastage EE 7.5 version software,
- Replies: 5
- Views: 1786
Ignoring the TX job type for the moment, the language resource file is either DS_RESENU or DS_RESJPN, a hashed file containing decodes for encoded text strings generated within DataStage. It may be that the hashed file could not be created (permissions?) or that the data source file from which to lo...