Search found 42189 matches
- Mon Nov 23, 2009 7:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: System.OutOfMemoryException
- Replies: 5
- Views: 1580
- Mon Nov 23, 2009 7:14 am
- Forum: General
- Topic: DSX Export-Import from V7.5 to V8.1 error 372
- Replies: 1
- Views: 1220
- Mon Nov 23, 2009 7:13 am
- Forum: General
- Topic: Calculating the time effort
- Replies: 2
- Views: 955
- Sun Nov 22, 2009 9:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise stage not inserting records
- Replies: 17
- Views: 3906
- Sun Nov 22, 2009 9:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing integer to a a job activity
- Replies: 11
- Views: 2901
It's not that it is appending it, it is important to realize that the stage returns the results in a (possibly multi-entry) dynamic array, so if you literally just use the entire result you'll get at least one field mark delimiter. That's why discussions here mention two methods to deal with that: T...
- Sun Nov 22, 2009 6:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How-to Delete remote file
- Replies: 8
- Views: 1802
- Sun Nov 22, 2009 5:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing integer to a a job activity
- Replies: 11
- Views: 2901
There was no need to convert anything to an integer, as Ray noted in your first reply, your issue was the inclusion of the @FM 'Field Mark' by the Execute Command stage. This needed to be stripped in order to be passed successfully which a search for your 'is not appropriate' error message would hav...
- Sun Nov 22, 2009 5:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Status code 0
- Replies: 4
- Views: 2322
- Sun Nov 22, 2009 3:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Status code 0
- Replies: 4
- Views: 2322
- Sun Nov 22, 2009 12:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise stage not inserting records
- Replies: 17
- Views: 3906
Seems to me the first thing to determine is why the inserts are failing. That should be some form of constraint violation - unique index, check constraint, foreign key constraint, etc. And there is a way to do inserts only with that stage, though from what I remember it is a little counter-intuitive...
- Sun Nov 22, 2009 11:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: [DataDirect][ODBC SQL Server Driver]Communication link failu
- Replies: 1
- Views: 2585
- Sun Nov 22, 2009 1:01 am
- Forum: General
- Topic: Unable to view data from a Sequential File Stage
- Replies: 11
- Views: 12376
- Sat Nov 21, 2009 11:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS 7.5.2 intalled on XP sp2 - parellel job dosn't run
- Replies: 12
- Views: 4321
Jobs with a transformer are the only jobs that require a C++ compiler to 'compile' in DataStage, everything else is generating OSH scripts. Configuring the C++ compiler can be problematical regardless of version, you've got to make sure you have a supported compiler (the documentation will specify w...
- Sat Nov 21, 2009 11:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS 7.5.2 intalled on XP sp2 - parellel job dosn't run
- Replies: 12
- Views: 4321
- Sat Nov 21, 2009 9:55 am
- Forum: General
- Topic: Field with 'delim=end' did not consume entire input
- Replies: 20
- Views: 18917
In case anyone hasn't seen the previous conversation on this topic and wants to know how we got here:
viewtopic.php?t=130698
viewtopic.php?t=130698