Search found 53125 matches
- Thu Mar 20, 2008 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The Phantom (flan flinger) strikes again
- Replies: 12
- Views: 2664
The TRANS1 file is the Transformer stage code, not the routine code. The Routine code is viewed in the normal code editor for Routines. Put some debugging statements in, possibly controlling their compilation with $DEFINE, $IFDEF and $ENDIF compiler declarations. Find out what the values of things a...
- Thu Mar 20, 2008 7:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Non english server NLS configuration
- Replies: 4
- Views: 1500
- Thu Mar 20, 2008 7:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: performance Isuue
- Replies: 6
- Views: 1074
Describe fully how you are loading SQL Server. Are you using insert-only, update-only, or one of the combinations. Are you using parameter arrays? How many rows are you sending per transaction? All these settings will affect how efficiently DataStage (ODBC stage) can communicate data into a SQL Serv...
- Thu Mar 20, 2008 7:50 am
- Forum: General
- Topic: NFS Drive access related question
- Replies: 9
- Views: 3196
Linux, like other variants of UNIX, seems less bothered about NFS-mounted disks (except during installation and for some administrative capabilities) than Windows. Provided, that is, that you leave the uvconfig parameter ALLOWNFS at its default value (which allows access to NFS-mounted file systems).
- Thu Mar 20, 2008 7:48 am
- Forum: General
- Topic: Kill Process and Release resource
- Replies: 3
- Views: 1260
- Thu Mar 20, 2008 2:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using same DB Connection by more than 1 users at same time
- Replies: 2
- Views: 834
- Thu Mar 20, 2008 1:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance
- Replies: 7
- Views: 1223
There's a lot more valuable information in that post, if only you had a premium membership. Premium membership costs less than 30c (Rs12) per day and gives a number of benefits, including the ability to read the entirety of the five premium posters' posts. All revenue from premium memberships is dev...
- Thu Mar 20, 2008 1:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compilation problem
- Replies: 4
- Views: 1098
- Thu Mar 20, 2008 12:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot stage - Parallel mode
- Replies: 2
- Views: 1654
- Thu Mar 20, 2008 12:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_PM_CONDUCTOR_TIMEOUT
- Replies: 5
- Views: 1386
- Thu Mar 20, 2008 12:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance
- Replies: 7
- Views: 1223
The Join stage will almost never give better "performance" (less execution time) than a homogeneous join performed in the database. There are two main reasons for this; first, the database almost certainly has indexing on the columns involved in the join criteria, so that the join can be resolved in...
- Thu Mar 20, 2008 12:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while load the data in sequential stage with jobpar
- Replies: 8
- Views: 1464
- Thu Mar 20, 2008 12:26 am
- Forum: General
- Topic: NFS Drive access related question
- Replies: 9
- Views: 3196
- Wed Mar 19, 2008 7:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid chracter from codepage UTF-8 to Unicode
- Replies: 2
- Views: 2810
Please Search
- Wed Mar 19, 2008 5:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Archiving Sequential file when the job is running
- Replies: 3
- Views: 1299
Take a look in the Transformer stage constraints dialog - there should be a row count limiter there. But the job status would then be stopped, so it would need to be reset. Before that, you would need to establish where it got up to, so as to begin the extraction phase (or maybe just the load phase)...