Search found 4605 matches

by kduke
Tue Mar 01, 2005 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job search query
Replies: 11
Views: 2769

Take a look at this http://www.dsxchange.com/viewtopic.php?t=89892 Couple of options here.
by kduke
Tue Mar 01, 2005 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems extracting data from Lotus Notes using NotesSQL
Replies: 16
Views: 7782

ODBC on Notes has always been slow. They can dump to a sequential file fairly easy. That works much better and is lots faster.
by kduke
Mon Feb 28, 2005 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ctrl Y EM in Datastage
Replies: 3
Views: 1748

Are you sure it is a char(25)? Your oconv() should change it to a period not a question mark.
by kduke
Sun Feb 27, 2005 3:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execution command
Replies: 7
Views: 1618

The bug is they print in the log but never get passed to the shell script or UNIX command.
by kduke
Sun Feb 27, 2005 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execution command
Replies: 7
Views: 1618

Is is a bug. Supposed to be fixed in 7.5.
by kduke
Thu Feb 24, 2005 4:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport aborted: Cannot create Repository
Replies: 8
Views: 4080

Try it on a local directory. Maybe it cannot write to drive E:. Otherwise the test project is Test or some other project.
by kduke
Thu Feb 24, 2005 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql query
Replies: 5
Views: 1340

I would bet you have a metadata problem. Maybe the number of columns do not match the number returned.
by kduke
Thu Feb 24, 2005 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql query
Replies: 5
Views: 1340

Post the SQL.
by kduke
Thu Feb 24, 2005 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport command
Replies: 14
Views: 3223

Craig

Just trying to keep up with your posts. Forget about Ray maybe I can catch Ken between contracts.
by kduke
Thu Feb 24, 2005 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport command
Replies: 14
Views: 3223

If you unlock the jobs then it never skips a job.
by kduke
Thu Feb 24, 2005 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport command
Replies: 14
Views: 3223

My version is in Scripts.zip. It is both ADN and my tips page. It has a way to do a UNLOCK command from the client. Included is Dwn_ExecTCL.exe which will allow you to execute any TCL command from the client. Ray may not like the fact that I released the locks but it solves this problem. If you have...
by kduke
Wed Feb 23, 2005 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clean up Director logs
Replies: 7
Views: 2969

Here is the code to do this. I am clearing out a few of my mutiple instance jobs. This will not work as a routine. You need to get out of Director and back in before you see a change. This is a job. USE AT YOUR OWN RISK: * ------------------------------------------------------------ * EtlClearLog...
by kduke
Wed Feb 23, 2005 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clean up Director logs
Replies: 7
Views: 2969

Cmd = 'SSELECT RT_STATUS':JobNo:' WITH F1 = "INVOCATION" TO 2' This is out of one of the programs I wrote for DsWebMon. Field 1 has the word INVOCATION in it. The @ID is the instance id or invocation id. JobNo is stored in DS_JOBS. So if the job number is 957 then: delete from RT_STATUS95...
by kduke
Wed Feb 23, 2005 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clean up Director logs
Replies: 7
Views: 2969

This http://www.dsxchange.com/viewtopic.php?t=89939 post has the instance id for RT_LOG. Just change this into a delete.