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.
Search found 53125 matches
- 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
- 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
- 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...
- 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...
- 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...
- 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
- 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 ...
- 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
- 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
- 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
- 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
- Wed Sep 20, 2006 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: maximum number of stages
- Replies: 2
- Views: 715
- 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
- 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...
- 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