Search found 53125 matches

by ray.wurlod
Thu Mar 02, 2006 12:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ms_ole_db multiple row lookup
Replies: 27
Views: 5812

key_column

Ring any bells?
by ray.wurlod
Thu Mar 02, 2006 11:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the current DataStage Version string in a routine
Replies: 1
Views: 803

I am not aware of any function call in the API. However, in DSVERSION.H (in DSINCLUDE) there is the declaration EQU DSFullVersionStr TO "7.5.1.35" that's fairly reliable. Lots of other version stuff in there too. The following you might also find interesting. It's from DSR_ESRPROPS.H (agai...
by ray.wurlod
Thu Mar 02, 2006 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Sequencer job
Replies: 2
Views: 828

Look at the aborted job's "started" message in the log to determine with what parameter values it was started. Are these the same as for a manual run? Under what identity do DataStage jobs run? Do they have the same id (and therefore the same permissions) as for manual runs?
by ray.wurlod
Thu Mar 02, 2006 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Type 30 descriptor, table is full.
Replies: 11
Views: 6009

The T30FILE configuration parameter sets the number of slots ("rows") in a table in shared memory in which the current settings for each open dynamic (Type 30) hashed file resides. The table contains the following columns displayed by ANALYZE.SHM -d Slot # Slot number in table, beginning at 0 Inode ...
by ray.wurlod
Thu Mar 02, 2006 11:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequential file
Replies: 2
Views: 710

The metadata (table definition) that you imported from the CSV file will define how the Sequential File stage will automartically split each row into its correct columns. The metadata that you imported from the Oracle table will specify the columns that exist in the Oracle table. You map from the on...
by ray.wurlod
Thu Mar 02, 2006 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ms_ole_db multiple row lookup
Replies: 27
Views: 5812

As a subquery following the EXISTS, in user-defined SQL. But somewhere, somehow, you'll need to pass some value to include in the WHERE clause of the sub-query. It's this that you mark as Key in DataStage. In a reference lookup, "Key" refers to the search key, not necessarily to the primary key (unl...
by ray.wurlod
Thu Mar 02, 2006 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Create HashFile
Replies: 6
Views: 1290

You are out of synchronization. Delete all the hashed files. Delete all VOC entries that refer to them. Delete all operating system objects that participate in them. Then go again and all will be well.
by ray.wurlod
Thu Mar 02, 2006 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE
Replies: 5
Views: 1399

PWD is an environment variable. It contains the pathname of your working directory. In most cases it can usefully be set to "." (current directory).

"Orchestrate" is the operating environment, in much the same way that "UNIX" or "PL/SQL" are operating environments. They have no real visibility.
by ray.wurlod
Thu Mar 02, 2006 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup not returning the right row
Replies: 7
Views: 1097

Check that you really do have MAZDA MX-5 MX5 as a row in the lookup table (not MAZDA MX-3 MX5). Check also that there are no trailing spaces causing the lookup to fail.
by ray.wurlod
Thu Mar 02, 2006 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Group By vs Aggrigator stage
Replies: 7
Views: 1303

For sufficiently large amounts of unsorted data the Aggregator stage can run out of memory.
by ray.wurlod
Thu Mar 02, 2006 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup not returning the right row
Replies: 7
Views: 1097

What key are you using for the lookup? if its only 1234 - note that all of these have 1234 - then the first one found is returned. You need more specific information for this kind of lookup.
by ray.wurlod
Thu Mar 02, 2006 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ms_ole_db multiple row lookup
Replies: 27
Views: 5812

Keep going. What query follows EXISTS?
by ray.wurlod
Thu Mar 02, 2006 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vector records
Replies: 5
Views: 1381

That's a good way to think of it. If the source records are at a particular level (say 01) then the subrecord fields will be at a lower level (say 02) on the output of the Make Subrecord stage.
by ray.wurlod
Thu Mar 02, 2006 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call the PX routine in job control of DS PX job
Replies: 9
Views: 3088

Ray, These routines needs to execute in both job control and PX Transformer. If I write server routine we can not use those routines in PX transformer. I wrote PX routines which are working in PX Transformer and I want to use same routines in job control section of PX job. Thanks, Yoganand And I su...
by ray.wurlod
Thu Mar 02, 2006 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue while Migrating Portugese data
Replies: 4
Views: 1452

And, as Arnd noted earlier, converting twice also yields wrong results. That's why the mapping has to be specified correctly everywhere in the processing chain.