Search found 53125 matches

by ray.wurlod
Mon Jun 17, 2013 4:20 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA Suite component Roles - Couldn't Find
Replies: 7
Views: 3313

It is the WEB CONSOLE.

You may choose to report the documentation error to IBM that they may fix it.
by ray.wurlod
Sun Jun 16, 2013 12:57 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA - Doubts in procedure for adding DB entry in .odbc.ini
Replies: 12
Views: 6942

You should create uvodbc.config entries.
by ray.wurlod
Sun Jun 16, 2013 12:56 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA Suite component Roles - Couldn't Find
Replies: 7
Views: 3313

You need to open the twisty "Suite Component Roles".
by ray.wurlod
Sat Jun 15, 2013 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: extract data from mainframe
Replies: 7
Views: 2179

Most of the "pull from mainframe" activities of which I'm aware have used the FTP stage type. But the mainframe application needs to have created one or more files that can be transferred via FTP. I am also aware of some cases where DB2 Connect has been installed on the DataStage engine an...
by ray.wurlod
Fri Jun 14, 2013 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how many tables can be loaded using single job
Replies: 20
Views: 5791

shiva_reddys447 wrote:Its not a good idea to open up 10 db connections in a single job
Why not?

I have a job that joins data from 20 different sources. It runs quite happily.
by ray.wurlod
Fri Jun 14, 2013 5:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when importing Meta Data (CFD) for CFF-Stage
Replies: 6
Views: 4592

DataStage's FD importer must have at least one 01 level item. This becomes the "table name". Not all COBOL environments require 01 level items, though most do. It may also be the case that you have been supplied with portion of a larger FD. A quick solution would be to change the 10 level ...
by ray.wurlod
Fri Jun 14, 2013 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how many tables can be loaded using single job
Replies: 20
Views: 5791

I would prefer to use separate jobs, even if they are separate invocations of a single generic job design.
by ray.wurlod
Fri Jun 14, 2013 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer error at compile time
Replies: 3
Views: 2377

The transform operator (that is, its executable) cannot be found. This means that your PATH environment variable (the command search list) is not set up properly - in particular it does not include the PXEngine bin directory.
by ray.wurlod
Fri Jun 14, 2013 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trimming spaces of varchar fields
Replies: 4
Views: 1983

Not really. I've seen that before when someone inadvertently used Convert() to eliminate all spaces, but will choose to believe that you have not done that.
by ray.wurlod
Fri Jun 14, 2013 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while File Set creation
Replies: 14
Views: 6521

Welcome aboard. Are you sure these options were available in the release extant in 2008 when this thread was running? Your "solution" will only work if there is a disk pool named "LRF" in the configuration file. There is no evidence that such is the case for the original question...
by ray.wurlod
Fri Jun 14, 2013 4:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in using @INROW function
Replies: 9
Views: 3837

Are the row counts identical on all partitions? The easiest way to determine this is to use the Monitor view in Director client, enabling display of instances.
by ray.wurlod
Fri Jun 14, 2013 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trimming spaces of varchar fields
Replies: 4
Views: 1983

Do some have Char(32) spaces and some Char(0) pad characters?
by ray.wurlod
Fri Jun 14, 2013 1:10 am
Forum: IBM QualityStage
Topic: multiple addresses in the single record
Replies: 12
Views: 7301

Probably not. While you could create a virtual column made up of all of those address fields, given that it actually contains two addresses per record how would you expect the Standardize stage to treat that free-form data? A moment's reflection will show that you need one record per address; as Stu...
by ray.wurlod
Thu Jun 13, 2013 1:13 pm
Forum: General
Topic: Deleting DB2 table's rows very slow
Replies: 5
Views: 2132

Is there an index over the columns named in the WHERE clause of the DELETE statement?
by ray.wurlod
Thu Jun 13, 2013 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator warn:The system cannot find the path
Replies: 8
Views: 5557

A "cannot find the path" error, however, suggests that you have used an invalid pathname for a Surrogate Key state file somewhere, perhaps in an SKG or SCD stage.