Search found 53125 matches

by ray.wurlod
Wed Sep 20, 2006 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error message to compile a routine
Replies: 12
Views: 3941

Have you thought that RT_BP676.O may not exist because you do not have permission to create it?

Are you in the group associated with the project directory? If not, the permissions string you posted indicate that you can not change the contents of the project directory.
by ray.wurlod
Wed Sep 20, 2006 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting metadata from Datastage to Metastage
Replies: 5
Views: 2326

How is the ODBC connection for your MetaStage directory configured? Do you have Import Categories already defined?
by ray.wurlod
Wed Sep 20, 2006 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of a hash-file
Replies: 4
Views: 1315

A "hash file" is used for shaping a block of hash. The term you need is "hashed file". If you've been diligent with your metadata management, making sure that hashed file table definitions are properly stored in the Repository, then you can use Usage Analysis in the Manager client to answer the ques...
by ray.wurlod
Wed Sep 20, 2006 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can Hash File have more than one keys?
Replies: 6
Views: 1586

In older versions (earlier than 6.0?) the default was 255. Nowadays it's 768, as Kim observes. Larger keys have implications for sizing the groups (pages) in the hashed file; after all, the entire key must be able to be stored. For example, the combination of 768-character keys and 512-byte pages si...
by ray.wurlod
Wed Sep 20, 2006 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DICTVOC
Replies: 6
Views: 1426

Another way to think of it is that the "file dictionary" is a separate hashed file in which the metadata for a hashed file is stored. Every hashed file is created with two portions; the data portion, which stores data only, and the dictionary portion, which stores metadata. The keyword DICT can be u...
by ray.wurlod
Wed Sep 20, 2006 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: win32 error in loadlibrary of oraoci9.dll
Replies: 3
Views: 1981

Are you REALLY running DataStage version 4 with Oracle 9 plug-in stage? I do not know that this combination is supported.
by ray.wurlod
Wed Sep 20, 2006 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: to collect rejects while joining to files
Replies: 6
Views: 1582

The Match stage does not have this functionality. Ask yourself how you would do it with a pair of database tables? The join just gives you the matched rows; the others do not appear unless you create a second query. Then figure out how to do it with DataStage. Merge stage is not the solution, since ...
by ray.wurlod
Wed Sep 20, 2006 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract function in transformer stage string functions
Replies: 3
Views: 1990

I doubt it. I think you need a different function, such as Substrings(). But that's just a guess, since you will not reveal what you want to accomplish.
by ray.wurlod
Wed Sep 20, 2006 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to DB2 on remote server
Replies: 2
Views: 1197

What stage type are you trying to use?
by ray.wurlod
Wed Sep 20, 2006 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add Rule to Message Handler
Replies: 2
Views: 2851

Almost certainly a permissions problem. You need to have write permission (to store the message handler definition) but appear to lack it.
by ray.wurlod
Wed Sep 20, 2006 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to generate sequence numbers
Replies: 2
Views: 1219

Make sure that the data are appropriately partitioned, so that all values in each group occur in the same partition. Otherwise you will get broken sequences.
by ray.wurlod
Wed Sep 20, 2006 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: maximum number of stages
Replies: 2
Views: 715

There is no limit.

But the job still needs to be maintainable, and not of such complexity that diagnosis on the basis of warning messages becomes incomprehensible.

In my experience, it is better to have more simple, modular jobs than a few complex jobs.
by ray.wurlod
Wed Sep 20, 2006 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message during installation
Replies: 6
Views: 2029

Your message handler problems are almost certainly permissions related.
by ray.wurlod
Wed Sep 20, 2006 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 1946 Phantom 732 -- Meaning of Error Messages
Replies: 11
Views: 7605

Access violation (also known as SIGBUS) results from an attempt to access a memory address that your process does not own. This might be that your memory space has been exhausted, or it might be an attempt to stuff 15 characters into a Char(12) data type, for example. What is your rows/transaction s...
by ray.wurlod
Wed Sep 20, 2006 2:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting metadata from Datastage to Metastage
Replies: 5
Views: 2326

In DataStage Manager, choose the Export menu, then choose "to MetaStage" from that menu.