Search found 53125 matches
- Thu Jan 10, 2008 4:15 pm
- Forum: Site/Forum
- Topic: Avoid Duplicate Posts
- Replies: 1
- Views: 1838
Avoid Duplicate Posts
Sometimes when you post to a thread posting.php times out. Do not Submit again - your post got there OK. The problem seems to be with updating something in the underlying database. Instead, use the Back button on your browser to return to your message (apparently unposted), then click on the link th...
- Thu Jan 10, 2008 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DecimalToDecimal conversion in Transformer
- Replies: 7
- Views: 7098
- Thu Jan 10, 2008 4:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null Substitution in Joins
- Replies: 2
- Views: 1119
This looks like default value substitution. First, though, can you be certain that the substitution is occurring after the Join stage, not before? If so, can you check these fields' extended properties to determine whether a Default is specified for the particular data types? A "default default" suc...
- Thu Jan 10, 2008 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sequence issue
- Replies: 15
- Views: 4165
- Thu Jan 10, 2008 3:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: use of unix commands in the execute command stage
- Replies: 9
- Views: 2070
- Thu Jan 10, 2008 10:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: use of unix commands in the execute command stage
- Replies: 9
- Views: 2070
- Thu Jan 10, 2008 10:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: use of unix commands in the execute command stage
- Replies: 9
- Views: 2070
- Thu Jan 10, 2008 10:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DecimalToDecimal conversion in Transformer
- Replies: 7
- Views: 7098
- Thu Jan 10, 2008 10:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to assign Header and Footer in Sequential file?
- Replies: 8
- Views: 4113
- Thu Jan 10, 2008 10:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Seq/Parameter Sets and Job
- Replies: 14
- Views: 5841
- Thu Jan 10, 2008 10:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI fetched truncated data: solved it but wld need comment..
- Replies: 8
- Views: 3298
- Thu Jan 10, 2008 10:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: use of unix commands in the execute command stage
- Replies: 9
- Views: 2070
Executing the cd command in a separate Execute Command stage is a waste of time and effort. It opens a new shell, executes the cd command in that shell, closes the shell, and returns. The cd command must be part of the command sequence that runs the script, or within the script itself. For example: ...
- Thu Jan 10, 2008 10:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server Slow Down
- Replies: 6
- Views: 1769
There are four major resources: CPU, memory, disk throughput and network throughput. Bottlenecks may also occur in database servers due, among other reasons, to locks. Do not concentrate solely on memory. A system that is CPU-bound may also be memory-bound, but you would not detect the latter until ...
- Thu Jan 10, 2008 4:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server Slow Down
- Replies: 6
- Views: 1769
Without a baseline set of measures from the "good times" it's not going to be a lot of help. Your system administrator will be able to brief you on the various tools and techniques; you might like to review the man pages for the following commands: top iostat vmstat netstat Of course it may have not...
- Thu Jan 10, 2008 4:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue in removing new line character
- Replies: 5
- Views: 3473