Umm... (I don't have version 7.1 yet)...
Did you also set a switch to make them protected?
And do they show up in Director? (That would eliminate indexes as a source of the problem.)
Search found 53125 matches
- Tue Mar 23, 2004 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Job Compiler woes
- Replies: 4
- Views: 1188
- Tue Mar 23, 2004 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file Cache V/s Hash file Size
- Replies: 8
- Views: 2000
32-Bit or 64-bit pointers are dependent upon the OS system hardware configuration. The OS can be of 32-bit or 64-bit configuration. Please correct me if my understanding is wrong. The operating system must also be able to support files of the size implied by 64-bit internal addressing. This is not ...
- Tue Mar 23, 2004 3:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL Server Connectivity Problem
- Replies: 11
- Views: 2963
- Tue Mar 23, 2004 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Abnormal termination of Aggregator
- Replies: 3
- Views: 3250
- Tue Mar 23, 2004 3:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Accidentally deleted the jobs.
- Replies: 6
- Views: 4705
In particular, you can not safely restore a DataStage project "over the top" of an existing one. However, if you have operating system backups, you can close down DataStage, rename the existing project, then restore the previous version. This is safe to do. If your deleted jobs were on the backup th...
- Mon Mar 22, 2004 7:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Failed due to strange reason
- Replies: 7
- Views: 2762
Seem to have wiped out the "regen" when I applied the bold! Edited the reply to make it right. bin/uv doesn't issue a message about shared memory segment after all. Apologies if that confused anyone, or if this confuses anyone now that the original error has been edited (if, indeed, it ever existed!...
- Mon Mar 22, 2004 3:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in loading into Oracle
- Replies: 8
- Views: 3026
The ORABULK stage is, as Ken said, for the Oracle bulk loader (sqlldr); it can not be used to extract data from an Oracle data source. To extract data from an Oracle data source you need an Oracle stage type (such as ORAOCI) or an ODBC or OLEDB stage. There is PDF documentation about every stage typ...
- Mon Mar 22, 2004 3:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Failed due to strange reason
- Replies: 7
- Views: 2762
UVTEMP is a configuration parameter in the uvconfig file in your DataStage engine directory. You need to have Administrator privileges for this task. Change directory ( cd ) to the DataStage Engine directory. Edit the uvconfig file with any text editor, to change the pathname specified by UVTEMP. Ex...
- Mon Mar 22, 2004 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file Cache V/s Hash file Size
- Replies: 8
- Views: 2000
The cache limit is the maximum amount of memory that can be allocated for caching the hashed file in memory. The maximum hashed file size refers to the largest hashed file that is possible on disk. This maximum is an artifact of the internal pointers used in the hashed file. With 32-bit pointers the...
- Sun Mar 21, 2004 7:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in loading into Oracle
- Replies: 8
- Views: 3026
Welcome to the Forum. In the Director client, Log view, is where you can see the error messages. Double click on any event to get the detail (you can also use right mouse button, or the View > Detail menu option). Still in Director, reset your job after it aborts. In the job log you may get a messag...
- Sun Mar 21, 2004 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What exactly does 'In Memory Lookup' from Oracle Mean
- Replies: 0
- Views: 2268
- Sun Mar 21, 2004 4:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change PX stages by finding PX Resource Consumption
- Replies: 1
- Views: 2129
Resource consumption can be monitored at the UNIX level, watching the osh processes. You can find which pid belongs to which by inspecting a combination information in Director and your configuration file. Whether you can modify stages to be more efficient depends on whether they are optimally writt...
- Sat Mar 20, 2004 3:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Failed due to strange reason
- Replies: 7
- Views: 2762
- Sat Mar 20, 2004 3:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aggregator fails with no error
- Replies: 4
- Views: 1756
Sort on the input link of an Aggregator stage is an assertion that the incoming data are already sorted. For example you may have used an ORDER BY in the SQL that extracted the data, or passed the data through a sort mechanism, possibly a Sort stage, before it reached the Aggregator. There is no cap...
- Sat Mar 20, 2004 3:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning Msg while Updating a row
- Replies: 2
- Views: 883
ODBC is a set of standards for accessing databaSes in a generic way using SQL or SQL functions. It makes the assumption that you know what you're doing, that you use SQL appropriate to the circumstances. Therefore, if you perform an UPDATE but there are no rows meeting your criteria, then (a) if the...