Search found 4605 matches
- Wed Jul 20, 2005 12:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pass values to job parameters in a sequencer
- Replies: 16
- Views: 5180
I think it is explained above. Write a job which reads the value in Oracle and stores it in a hash file. The key should be hard coded to some value like "MyDate". Use the above routine to return this value in an argument. This argument is available in a sequence after you call this routine in a rout...
- Wed Jul 20, 2005 9:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: failed to open RT_STATUS42file
- Replies: 8
- Views: 3212
You have a second job messed up RT_LOG29. Look for job number 29. You can restore this job from a backup or save it to a new name delete the old job name. Next it save it back as the original name. Either way will give this job a new job number and create a new log file. Unless you know how to repai...
- Wed Jul 20, 2005 9:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to stop the Job at once
- Replies: 13
- Views: 5696
ps -ef | grep phantom | grep MyJobName This should find the PID. You can do a kill PID. DO NOT DO A kill -9 PID. This is not the recommended way to stop a job but it should work. If you are killing PIDs attached to client processes then this is not good. If you kill a DataStage Designer process the...
- Wed Jul 20, 2005 9:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How different are user defined SQL and the generated SQL
- Replies: 12
- Views: 4215
- Wed Jul 20, 2005 8:53 am
- Forum: General
- Topic: Impact analysis
- Replies: 3
- Views: 2558
- Tue Jul 19, 2005 10:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: failed to open RT_STATUS42file
- Replies: 8
- Views: 3212
You probably ran out of dick space. RT_STATUS42 is associated with job number 42. You need to find out which job this is. SELECT * FROM DS_JOBS WHERE JOBNO = '42'; Run this SQL in the Administrator in the project that has the issue. This will tell you the bad job. You can import this job from a back...
- Tue Jul 19, 2005 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Job & dll library
- Replies: 10
- Views: 2081
- Tue Jul 19, 2005 9:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sporadic Problems with DSDetachJob() call
- Replies: 9
- Views: 2777
- Fri Jul 15, 2005 10:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: get all jobs from a workflow.
- Replies: 5
- Views: 1406
All of this is available in EtlStats and GenHtml. Both are free. EtlStats can get row counts and run times for a sequence and populate several tables so you can run reports to see if a job is slowing over time. A lot of this types of reports are included. The reports can be automated so they will em...
- Thu Jul 14, 2005 7:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup Error Message: Any ideas?
- Replies: 3
- Views: 1422
You have a messed up job. The job number is 328. At TCL type: select * from DS_JOBS where JOBNO = '328'; This will give the name of the job which is bad. Restore this job from a DSX backup. You may need to reindex. This should only happen when you run out of disk space or some other error which Data...
- Wed Jul 13, 2005 11:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Base64 Encoding
- Replies: 27
- Views: 10449
- Wed Jul 13, 2005 12:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How different are user defined SQL and the generated SQL
- Replies: 12
- Views: 4215
- Wed Jul 13, 2005 1:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic Hash File Properties
- Replies: 9
- Views: 1959
How about this one
http://www.dsxchange.com/viewtopic.php?t=85364
Do a search on dynamic type 30 and kcbland as a poster. Should find some more.
http://www.dsxchange.com/viewtopic.php?t=85364
Do a search on dynamic type 30 and kcbland as a poster. Should find some more.
- Tue Jul 12, 2005 7:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Metrics from commandline
- Replies: 6
- Views: 1650
- Tue Jul 12, 2005 7:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Base64 Encoding
- Replies: 27
- Views: 10449