Search found 53125 matches
- Wed Apr 02, 2008 1:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete specific records from hashfile / hashed-file
- Replies: 18
- Views: 7041
- Wed Apr 02, 2008 1:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-12842: Cursor invalidated during parallel execution
- Replies: 3
- Views: 11132
- Wed Apr 02, 2008 1:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server Architecture
- Replies: 31
- Views: 8455
No. An OLE server is a way to expose ActiveX objects - it's a Microsoft invention, not special to DataStage. DataStage Objects, whether for ActiveX or for Java, exposes 13 different objects that you can read about in the UniObjects manual (downloadable from IBM UniVerse manuals web page). OLE plays ...
- Tue Apr 01, 2008 11:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unable to connect to host: error code 39125
- Replies: 20
- Views: 7877
- Tue Apr 01, 2008 11:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: field mapping
- Replies: 5
- Views: 1138
- Tue Apr 01, 2008 11:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server Architecture
- Replies: 31
- Views: 8455
1 and 2 When DataStage first appeared at the beginning of 1997 it ran on UniVerse as its engine. When IBM acquired UniVerse in 2001 the two products needed separate names. Hence "DataStage Engine" was born (as a name). 3 RT_BPnnn.O where nnn is the job number. Note, however, that this is not execut...
- Tue Apr 01, 2008 11:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: connection to LDAP
- Replies: 9
- Views: 3113
- Tue Apr 01, 2008 11:14 pm
- Forum:
- Topic: Changing column definitions within job designs
- Replies: 7
- Views: 2973
The "intermediate table" approach could be gotten to work in a server job, but is expressly prohibited - as a "blocking operation" - in a parallel job. Unless you're prepared to re-design using two jobs, this suggested approach is inviable for you. MetaStage ceases to exist in version 8, so it's pro...
- Tue Apr 01, 2008 10:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fail a job in transformer
- Replies: 1
- Views: 666
Yes, by detecting the failure condition, sending a row to a separate output link and, in the constraints grid, setting that link to fail the job when its row count reaches 1. I advocate always creating jobs that do not abort, as that way you can maintain control more completely. In that case a diffe...
- Tue Apr 01, 2008 10:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob (-jobinfo works, but -run does not)
- Replies: 30
- Views: 7894
- Tue Apr 01, 2008 10:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server Architecture
- Replies: 31
- Views: 8455
"DataStage Objects" is a marketing term, it is DataStage's equivalent of UniVerse's "UniObjects" (which, prior to VMARK's merger with UniData, was called "UniVerse Objects"). Each is a proprietary way of exposing objects on the client that connect fairly directly with the DataStage/UniVerse database...
- Tue Apr 01, 2008 9:58 pm
- Forum:
- Topic: Changing column definitions within job designs
- Replies: 7
- Views: 2973
Re: Changing column definitions within job designs
theseals wrote:I have already made it sufficiently clear to the development team that the practice of changing column definitions within a job design should be avoided if at all possible.
Go with that. But stronger.
- Tue Apr 01, 2008 9:13 pm
- Forum:
- Topic: Changing column definitions within job designs
- Replies: 7
- Views: 2973
Re: Changing column definitions within job designs
theseals wrote:I have already made it sufficiently clear to the development team that the practice of changing column definitions within a job design should be avoided if at all possible.
Go with that. But stronger.
- Tue Apr 01, 2008 5:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: scratch disk Q
- Replies: 4
- Views: 1182
Simply, "permanent storage" means the data files of Data Sets, File Sets and Lookup File Sets. "Temporary storage" covers files created during (and removed after) certain processing, such as sorting. Any operator that needs more memory than it has been allocated will create temporary files on the sc...
- Tue Apr 01, 2008 5:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Production Information
- Replies: 7
- Views: 1881
Information about the production environment is specific to site. You need to find out, from whomever administers the systems upon which you are working, the relevant hostnames, user IDs and passwords - you have, of course, made all of these job parameters. The production project may be a protected ...