Search found 4 matches
- Wed Sep 28, 2005 1:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to clear log over 2 gigabyte limit
- Replies: 1
- Views: 895
How to clear log over 2 gigabyte limit
I have a log file that reached the 2 gigabyte limit. Director is unable to clear the log. When I tried DELETE FROM RT_LOG1360 WHERE CAST(@ID AS VARCHAR) NOT LIKE '//%'; in Administrator I got the following error: FATAL: Cannot write to transaction cache file. What would be the bad consequenc...
- Wed Aug 10, 2005 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to surgically unlock job locked by dsadm user
- Replies: 1
- Views: 834
how to surgically unlock job locked by dsadm user
My DataStage Designer client froze while I was signed on as the dsadm user, so now I have two job that are locked. I know how to UNLOCK USER ##### ALL but the last time I did this for the dsadm user, I also brought down our media management system, which depends upon a couple connections kept open b...
- Tue Jul 26, 2005 10:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Data source is empty" viewing large hashed file w
- Replies: 3
- Views: 1964
- Mon May 16, 2005 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Data source is empty" viewing large hashed file w
- Replies: 3
- Views: 1964
"Data source is empty" viewing large hashed file w
We have a job that creates a dynamic hashed file that is used as the input to a transform stage. We use an after-stage ExecTCL DELETE.FILE command in the job's ultimate transform to clean up the hashed file. The hashed file's output link contains the following SELECT clauses in the Selection tab: @I...