Search found 53125 matches

by ray.wurlod
Wed Jun 23, 2010 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Load Error
Replies: 11
Views: 8122

There is a DB2 Configuration guide in the documentation set.

Note, though, that it does not contain any information about the DB2 Connector stage. Patch JR36509 (applied after 8.1 FP1) includes missing documentation on this and the Oracle Connector and Distributed Transaction stages.
by ray.wurlod
Wed Jun 23, 2010 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML error:Caught unknown exception from runLocally()
Replies: 23
Views: 13166

what is desc saying <none>Searchable? N Means. The "<none>" means that whoever imported/created the table definition or column definition was lazy and did not provide a description. "Searchable? N" means either that the table does not have an index on this column or that the ind...
by ray.wurlod
Wed Jun 23, 2010 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Access Control
Replies: 3
Views: 1246

Login as a user who has DataStage and QualityStage Administrator role in Information Server.
by ray.wurlod
Wed Jun 23, 2010 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Sort data from sequential file?
Replies: 12
Views: 4110

It is present. I just checked.

Indeed, the Sort stage has been in DataStage since version 1.0.
by ray.wurlod
Wed Jun 23, 2010 4:47 pm
Forum: General
Topic: Director Issues
Replies: 5
Views: 2022

Next questions, then. How long is it taking? How long was expected? Why? (Don't forget to answer this one.) Are there any/many warnings being logged?
by ray.wurlod
Wed Jun 23, 2010 4:45 pm
Forum:
Topic: Create your own Shared Tables and Shared Files....
Replies: 9
Views: 5297

Is this shared tables (which would be new) or shared table definitions (which we already have in XMETA)? Surely any table in a database or file on a file system is already, innately, shared?
by ray.wurlod
Wed Jun 23, 2010 4:43 pm
Forum: IBM QualityStage
Topic: How large should the Maximum Frequency Entry be?
Replies: 1
Views: 1162

Seriously, this depends entirely on your data. Maximum frequency limits the number of potential duplicates per block, and can help to avoid block overruns. I believe you're right to say 100,000 looks too high - are you likely to have 100,000 JOHN SMITH values at the same address?
by ray.wurlod
Wed Jun 23, 2010 4:39 pm
Forum: General
Topic: Log getting filled and job is aborting
Replies: 1
Views: 900

Run the job with a small number of rows (you can do this after compiling in trace mode). Perhaps 10 is sufficient. Review that run's log, address and correct the things that are causing the myriad log events, and then recompile normally (not in trace mode).
by ray.wurlod
Wed Jun 23, 2010 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heirarchy Logic
Replies: 14
Views: 4232

Start by enclosing your examples in Code tags, so we can understand what's happening.
by ray.wurlod
Wed Jun 23, 2010 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata Repository related error while IIS 8.1 installation
Replies: 2
Views: 1632

No idea.

For details see (install) log files.
by ray.wurlod
Wed Jun 23, 2010 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter not resolvable error
Replies: 5
Views: 2759

I doubt very much that this is precisely the same problem with the same history etc. Therefore please begin your own thread with your own problem, version, etc.
by ray.wurlod
Wed Jun 23, 2010 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Load Error
Replies: 11
Views: 8122

Check the "job starting" event in the job log, particularly the PATH and LIBPATH environment variables*. Have the DB2 components been removed from these?

* or LD_LIBRARY_PATH or SHLIB_PATH, as appropriate.
by ray.wurlod
Wed Jun 23, 2010 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job with Pivot stage aborting
Replies: 7
Views: 6482

Where did you introduce the word "horizontal" into your design? A Pivot stage does not need this.
by ray.wurlod
Wed Jun 23, 2010 4:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to specify the key in schema file
Replies: 15
Views: 6821

Clearly, because the product works, it's not necessary.