Search found 2886 matches
- Thu May 29, 2014 12:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset reading with different nodes
- Replies: 5
- Views: 1262
- Wed May 28, 2014 6:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml
- Replies: 3
- Views: 1528
- Wed May 28, 2014 6:39 am
- Forum: General
- Topic: Clean up temp and Phantom Directory (&PH&)
- Replies: 4
- Views: 1910
- Tue May 27, 2014 6:32 pm
- Forum: General
- Topic: Semaphore Process Server/Parallel
- Replies: 6
- Views: 2434
- Tue May 27, 2014 6:19 pm
- Forum: General
- Topic: error while Installing IBM datastage 9.1.2
- Replies: 6
- Views: 5809
- Sat May 24, 2014 5:35 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Any add-on utility that can erase analysis results in IADB?
- Replies: 5
- Views: 3340
- Sat May 24, 2014 5:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Losing compiled status of jobs
- Replies: 12
- Views: 5468
- Sat May 24, 2014 9:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic sequential file name generation
- Replies: 13
- Views: 7940
You're welcome. Personally I think the elegant solution is to parameterize the filename to begin with (easy sequence job logic) and avoid renaming files post-job or creating two files via the tee command. The tee idea is certainly an elegant workaround given your constrained environment. However, it...
- Sat May 24, 2014 9:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Losing compiled status of jobs
- Replies: 12
- Views: 5468
An admin could unlock the project, rename the job or folder or do anything otherwise, and lock it back when done. What do the job log event details show just before and after the timestamp of when the status changed? Open the Detailed Repository View in Designer and review details by clicking on the...
- Fri May 23, 2014 7:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Losing compiled status of jobs
- Replies: 12
- Views: 5468
Welcome aboard. There are likely several possible causes. What version are you on? I recall seeing similar behavior on version 8.5 when jobs were moved to different folder or a folder was renamed, the status would change to 'Not Compiled.' That corresponds with JR38253 which was included in 8.5 Fix ...
- Fri May 23, 2014 6:33 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Any add-on utility that can erase analysis results in IADB?
- Replies: 5
- Views: 3340
- Fri May 23, 2014 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic sequential file name generation
- Replies: 13
- Views: 7940
- Thu May 22, 2014 7:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Install 9.1.2 IIS bigdata file stage does not work
- Replies: 8
- Views: 1844
- Thu May 22, 2014 3:25 pm
- Forum: General
- Topic: Cluster vs SMP
- Replies: 10
- Views: 4590
- Thu May 22, 2014 3:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Field value to the length of the column
- Replies: 13
- Views: 4860
Just in case the target field is a 200 character length and has 50 input characters, is it that the only option as we have to mention 200 zeros(or a padding character for string fields) and then concatenate and apply the right function (as left padding is what I am interseted in)? Instead of hard-c...