Search found 53125 matches
- Thu Jun 08, 2006 4:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cleanest method to truncate a table- no inserting rows...
- Replies: 14
- Views: 5334
- Thu Jun 08, 2006 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 80004005 error now occuring. Looking for ideas...
- Replies: 15
- Views: 3658
- Thu Jun 08, 2006 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: If one row reject then I want reject all and stop the job
- Replies: 13
- Views: 2400
There is no alternative than to take two passes through the data. The second pass, of course, need do nothing other than load the data into the target from the staging files created by the first job, but must be triggered by there being no rejected rows. This can be determined by many means, such as...
- Thu Jun 08, 2006 4:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Type 30 Descriptor Table Full - Windows
- Replies: 5
- Views: 3363
If you don't believe that you are using that many hashed files, remember that most of the Repository tables are also hashed files. Every job you create engenders some more, such as RT_CONFIGnn, RT_STATUSnn and RT_LOGnn. T30FILE sets an upper limit on the number that can be open simultaneously: the d...
- Thu Jun 08, 2006 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJ.JPBLASTTIMESTAMP in Function
- Replies: 3
- Views: 1214
- Thu Jun 08, 2006 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running batch file from a routine
- Replies: 6
- Views: 1132
This is where I got the information. Type help start in a cmd shell on your server machine. YMMV C:\Documents and Settings\Ray>help start start -- start program in another window Usage: start [-ABbchlmNnrwx] [-D dtop] [-d dir] [-p x y] [-s w h] [-S c r] [-t title] command [args...] Usage: wstart [-A...
- Thu Jun 08, 2006 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to change the number of connections in History
- Replies: 3
- Views: 660
As a start point, investigate HKEY_CURRENT_USER\Software\Ascential Software\DataStage Client\Attach and HKEY_CURRENT_USER\Software\Ascential Software\DataStage Client\Director I haven't found an actual number, but you may be able to work on the actual lists (PrevHostNames key). You will also notice ...
- Thu Jun 08, 2006 3:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: I need help to create a sequential file with metadata
- Replies: 9
- Views: 4038
How, precisely, do you think this will help? It is not the structure of the Repository, it is the structure of only some of the tables in doc_tool.mdb and presupposes that the poster is using the Reporting Assistant, which has been deprecated since version 6.0. Nor have you show which of the columns...
- Thu Jun 08, 2006 3:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fatal Error Could not get current wave number for job
- Replies: 2
- Views: 2048
This one is not related to T30FILE. The wave number is an internal number used by DataStage to identify separate instances (such as the reset instance) of a job. Dots are not permitted in job names (or batch names) unless specifying an invocation ID for a multi-instance job. It appears that you may ...
- Thu Jun 08, 2006 3:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination as Pivot Detected
- Replies: 3
- Views: 1558
- Thu Jun 08, 2006 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deleting records
- Replies: 18
- Views: 2954
- Thu Jun 08, 2006 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: VBScript return value to Datastage
- Replies: 5
- Views: 5081
There's no such thing as a Command Prompt stage. Do you mean a Command stage in a job design, or an Execute Command activity in a job sequence. The mechanism for the latter is to use the activity variable ActivityName.$ReturnValue With a Command stage - which is executed for every row processed - yo...
- Thu Jun 08, 2006 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rejects in DRS
- Replies: 3
- Views: 770
- Thu Jun 08, 2006 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Varbinary error
- Replies: 6
- Views: 1361
- Thu Jun 08, 2006 3:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with two db sources in one job
- Replies: 4
- Views: 2172