Search found 4605 matches

by kduke
Thu Mar 10, 2005 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC stage array size & number of record in the file
Replies: 2
Views: 1157

I had a similar problem with Oracle only the number of rows was over 10 million. I still say it is a memory leak. It was an OCI 8 stage too. Oracle was 9i. Could never convince support of the issue. I just split my thread into multiple threads and made a multiple instance job out of it. Now it is fa...
by kduke
Thu Mar 10, 2005 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Very basic license question
Replies: 11
Views: 3806

Unless you have a really old version of DataStage then Craig is correct.

We still need a full Wurlod.
by kduke
Thu Mar 10, 2005 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Very basic license question
Replies: 11
Views: 3806

No it should not count. The auth code is loaded on the client. Some clients could have an old auth code and complain because you did not load the new auth code on that client.
by kduke
Thu Mar 10, 2005 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create a sequential file?
Replies: 11
Views: 3581

I knew there was a reason I did it the way Ken did. I am used to Ultimate flavor.
by kduke
Thu Mar 10, 2005 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generating documentation
Replies: 11
Views: 2609

JobReport is a routine which you can download from ADN. It was written by an Ascential employee named Tony Curcio. It will generate html documentation on one job. I wanted to document all jobs and all routines. So I wrote several jobs to do this. SeqGenAllHtml -> sequence Param: CategoryToDoc -> use...
by kduke
Thu Mar 10, 2005 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: capture warning message
Replies: 15
Views: 5363

You could do it in a routine or job as well. Lots of routines posted. To do this in a job, you would need to parameterize the job number. You have to use a UV stage to go against the repository files. Importing the metadata is tricky as well. You need to do a q-pointer. Ray will explain. UV stage SE...
by kduke
Fri Mar 04, 2005 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do you delete files in particular directory using DS Job
Replies: 3
Views: 1117

openpath "MyDir" to MyDir else stop delete MyDir, "Filename" else stop You can do this in a routine. I would suggest you do some error logic instead of using "stop" or Ray will be upset. I would pass the directory and filename as arguments. You could also do this in job control ...
by kduke
Fri Mar 04, 2005 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport command line problem
Replies: 26
Views: 12069

Nice. Thanks.
by kduke
Thu Mar 03, 2005 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder
Replies: 3
Views: 827

I would use a shell script. I think it would be easier. You could also do this in routine. You can open any directory with "openpath".
by kduke
Thu Mar 03, 2005 12:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use KgdCreateDdlMetadata
Replies: 0
Views: 1644

How to use KgdCreateDdlMetadata

I received this email and thought others may benefit from my answer. This routine has been posted on this site, ADN and my tips page. If you cannot find it then I will post it again. Gaurav DsMetadataId is the ID of DS_METADATA. So you will need to import your table definitions. If you know how to S...
by kduke
Thu Mar 03, 2005 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport command line problem
Replies: 26
Views: 12069

Please post your solution.
by kduke
Wed Mar 02, 2005 2:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetJobInfo - return codes
Replies: 3
Views: 2780

I did a search for DSGetJobInfo and got 236 hits. Lots with code in them.
by kduke
Tue Mar 01, 2005 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job search query
Replies: 11
Views: 2769

If you want to extract all the columns using a DataStage job then download DsRepository.zip on my tips page. There are dsx files in there and some setup work to make of it work but the next time you have this issue then you can get an answer a lot quicker.
by kduke
Tue Mar 01, 2005 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job search query
Replies: 11
Views: 2769

If you use Reporting Assistant then the table is DSColumns.