Search found 53125 matches
- Mon Jun 08, 2009 4:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: accidentally delete all data in DS_JOBS
- Replies: 13
- Views: 4528
Aarrgh! No. The job numbers MUST match up with the config, log and other hashed files in the Repository. It's likely that all the required information can be obtained from DS_JOBOBJECTS, but don't copy anything from test or production environments. Restoring DS_JOBS from backup (while no-one is usin...
- Mon Jun 08, 2009 4:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating DataStage Jobs
- Replies: 5
- Views: 1742
- Mon Jun 08, 2009 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Moving from DataStage 8.1 to DataStage 7.5
- Replies: 3
- Views: 1495
The message was not missing. Arnd is a premium poster, and his words are worth paying for. It's not expensive (less than 30c per day) to obtain a premium membership, after which you will be able to read the entirety of premium members' posts. Premium memberships are one of the ways that the hosting...
- Mon Jun 08, 2009 4:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to delete or rename a job
- Replies: 8
- Views: 2853
- Mon Jun 08, 2009 4:05 pm
- Forum: IBM QualityStage
- Topic: Usage of Quality Stage if data is already classified
- Replies: 7
- Views: 1954
- Sun Jun 07, 2009 2:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Export/Importing environment variables on the admin client
- Replies: 2
- Views: 1350
- Sun Jun 07, 2009 2:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Metadata and Dataset
- Replies: 6
- Views: 1843
- Sun Jun 07, 2009 2:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: which hash algorithm should be used to create hash file?
- Replies: 2
- Views: 1196
- Sat Jun 06, 2009 5:20 pm
- Forum: IBM QualityStage
- Topic: Usage of Quality Stage if data is already classified
- Replies: 7
- Views: 1954
- Fri Jun 05, 2009 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cleanup resource error
- Replies: 3
- Views: 1153
This IS an assumption, and suggests that you have the DataStage deadlock daemon running. When a job has no processes, this typically means that the job process has been killed. However, the job process (now defunct) still holds locks in the lock table, which is what you view with list_readu. You hav...
- Fri Jun 05, 2009 3:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Metadata and Dataset
- Replies: 6
- Views: 1843
- Fri Jun 05, 2009 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Target Table insert Error
- Replies: 4
- Views: 6045
- Fri Jun 05, 2009 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Shared memory
- Replies: 10
- Views: 3803
Possibly not. mmap errors usually result from the shared memory and semaphore settings in the kernel being set too low. Suggested values in the installation guide assume that no other consumers are running on the server - you may have to set these even larger than the values recommended for DataStag...
- Fri Jun 05, 2009 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to compile a job - through command line
- Replies: 8
- Views: 4818
Re: dcc utilty
The dscc utility is a client-based command line interface to the job compiler on the DataStage server.rhaddur wrote:nagarjuna wrote:Can you please elaborate what exactly the dscc utility
- Fri Jun 05, 2009 3:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Deadlock - SQL Server
- Replies: 3
- Views: 2046
Re: ODBC Deadlock - SQL Server
Any idea or solution of how to overcome this ? Disable automatic handling of deadlocks in SQL Server. Of course, this will introduce different errors when the deadlock occurs. So, really, the best solution is prevention of deadlocks in the first place - don't design jobs that self-deadlock tables, ...