Search found 53125 matches
- Sat Dec 04, 2004 3:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA00001
- Replies: 2
- Views: 1218
In particular it's not a DataStage problem. Some row that you've sent to Oracle to be loaded into a table has been rejected by Oracle because a UNIQUE (and/or PRIMARY KEY) constraint has been violated. The error message gives the name of the constraint. The UNIX-level command oerr can sometimes prov...
- Fri Dec 03, 2004 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call Stored procedures
- Replies: 3
- Views: 907
There isn't a "SQL Server plugin" for SELECT, so you use ODBC or OLEDB stage type. So you can happily use "Call Stored Procedure" as the method for retrieving data. Calling a Stored Procedure before retrieving data is a different problem entirely, and not really supported directly by DataStage. Sinc...
- Fri Dec 03, 2004 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Repositiry Interface
- Replies: 1
- Views: 823
This typically means that the "ROOT" record for the job has become inaccessible. It may be inaccessible because the index for DS_JOBOBJECTS in the repository is in need of re-building, it may be inacccessible because it's been inadvertently deleted or failed to be written (have you had any "disk ful...
- Fri Dec 03, 2004 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Output to table based on value in field
- Replies: 8
- Views: 1065
You could create a multi-instance job (perhaps use the BU as invocation ID) supplying the appropriate BU job parameter value for each invocation. Execute them from a job sequence that feeds each parameter value appropriately. Each job processes only the data for its particular BU; it's best to ensur...
- Fri Dec 03, 2004 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Full disk
- Replies: 7
- Views: 1819
Had a similar experience only two weeks ago. DS_JOBOBJECTS and VOC had both been corrupted (backward link errors) as well as a couple of less important tables. Given that it was fairly early in the work day, the easiest (fastest) solution was to delete the project (this always works!), create a repl...
- Fri Dec 03, 2004 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: @INROWNUM dosn't match @OUTROWNUM
- Replies: 6
- Views: 1637
- Fri Dec 03, 2004 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJobReport Output
- Replies: 10
- Views: 3374
Did you do exactly as I asked? Six stage variables initialized to "" (svColumn1 through svColumn6) Six stage variable derivations. For example svColumn3 is derived as svColumn3 : (If @INROWNUM = 3 Then InLink.Line Else "") (maybe you omitted the "svColumn3 :" thinking it was a label) Six output colu...
- Fri Dec 03, 2004 3:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cleint User configuration in Administrator
- Replies: 6
- Views: 854
- Fri Dec 03, 2004 1:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJobReport Output
- Replies: 10
- Views: 3374
Process it with a DataStage job that reads the whole of each line from the text file as a single column, and includes a Transformer stage that generates the six column values. Derive the six column values in six stage variables initialized to "" with derivation expressions of the form shown in this ...
- Fri Dec 03, 2004 1:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can system generated error be captured?
- Replies: 11
- Views: 2475
SQLSTATE is specific to ODBC. Values of SQLSTATE are defined in the ODBC standard, and returned only if ODBC protocols are in use (note that some "native" protocols actually sit on top of or mimic ODBC protocols). SQLSTATE is typically generated by the ODBC driver or the ODBC driver manager. DBMSCOD...
- Fri Dec 03, 2004 1:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cleint User configuration in Administrator
- Replies: 6
- Views: 854
- Thu Dec 02, 2004 11:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can system generated error be captured?
- Replies: 11
- Views: 2475
The rejects output link from the Transformer stage is like any other; it can feed another Transformer stage, a text file, a database stage, and so on. Choose from any of these methods for segregating classes of error code. You can get a list of DBMS error codes from your DBMS documentation or on-lin...
- Thu Dec 02, 2004 11:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cleint User configuration in Administrator
- Replies: 6
- Views: 854
- Thu Dec 02, 2004 11:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Windows to Parallel X
- Replies: 12
- Views: 5392
- Thu Dec 02, 2004 10:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting data type of a argument
- Replies: 5
- Views: 1398