Search found 4605 matches

by kduke
Fri Aug 25, 2006 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job which track of the jobhistory, rowhistory,paramhistory
Replies: 18
Views: 4938

Please give me the name of the guy you got this from. EtlStats is free but please don't pawn it off as your own work. My name is on most of the jobs. The original job was DSJobReport. I did not write it. It was posted on ADN. It was very unstable and did not write to tables. I think I turned it into...
by kduke
Fri Aug 25, 2006 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job which track of the jobhistory, rowhistory,paramhistory
Replies: 18
Views: 4938

:idea: I suggest you contact the 'IBM SOFTWARE GROUP' that provided the jobs to you. They would be best equipped to resolve any issues with them. Or maybe have the IBM SOFTWARE GROUP software group call me and I will tell them how to install EtlStats. There is no way they named a file jobstatus.txt...
by kduke
Fri Aug 25, 2006 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Half of sequence stages missing from Designer palette
Replies: 11
Views: 3313

You could have a corrupt repository. You might need the XP patch for the Designer. You need to search for DS.TOOLS for the first one. The second is an obvious search.
by kduke
Fri Aug 25, 2006 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in DSAttachJob to status other than "Finished&quo
Replies: 11
Views: 6195

You should put code tags around your job listing so we can see the formatted code. This job gets the job status. It does nothing with the job log.

Why do you need this? What are you going to do with the sequential file?
by kduke
Thu Aug 24, 2006 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Monitoring jobs with UNIX details (memory, space, etc.)
Replies: 5
Views: 1429

You need to create your own. Maybe Ken or someone has something they can share.
by kduke
Thu Aug 24, 2006 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automated job generation
Replies: 5
Views: 2311

I have created a job that can do this. I think Craig has one too. It took several days to get it working. Not sure I want to share. I sure don't want to answer questions about it. I think my template had 4 jobs to load a dimension table extract, hashed file xref job, load job and a sequence. It alwa...
by kduke
Thu Aug 24, 2006 10:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job which track of the jobhistory, rowhistory,paramhistory
Replies: 18
Views: 4938

Looks like you are trying to install EtlStats. There is a file called EtlStatsInstall.txt which should explain how to install it. You need to create some directories by creating some type 19 files. Next copy all the folders in the directory Copy2ProjectDir to the poject. Copy2ProjectDir is a directo...
by kduke
Thu Aug 24, 2006 10:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job which track of the jobhistory, rowhistory,paramhistory
Replies: 18
Views: 4938

It is saying it cannot create /u02/XML/etlExtractGXStudent.xml. Does directory /u02/XML exist? Do you have write permission to it?
by kduke
Thu Aug 24, 2006 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CAn we capture the JOBSTATUS in After job subroutine
Replies: 5
Views: 1876

The job is still running when the after job routine kicks off. So the status still shows running and then it fails.
by kduke
Thu Aug 24, 2006 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete a category from command line
Replies: 15
Views: 4710

Kumar, this is exactly what Ray was saying not to do. If you delete a job in Designer or Manager then DS_JOBOBJECTS also gets cleaned out and RT_CONFIGnnn, RT_LOGnnn, RT_BPnnn, RT_BPnnn.O, RT_STATUSnnn and a few other files get removed. If you do not do this properly then your repository gets orphan...
by kduke
Thu Aug 24, 2006 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Recognize an OCI stage in DS_JOBOBJECTS
Replies: 5
Views: 1772

You can extract this information in a DS job and create your own metadata tables. The latest EtlStats has several jobs which do this now. The dictionary items are also included. One of the jobs pulls the table names from custom links. It also pulls the property for truncate so I could create a repor...
by kduke
Thu Aug 24, 2006 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Recognize an OCI stage in DS_JOBOBJECTS
Replies: 5
Views: 1772

Post your OLETYPE for the link in question then we will see if we can extract the column names. You need to specify the exact columns you want. Most plugins use a Custom stage and the table name is buried in a property field. There is a property name field and an associated property value field. If ...
by kduke
Wed Aug 23, 2006 6:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing a parameter inside After-job Subroutine
Replies: 25
Views: 5318

You can do a search for SETFILE or OPENPATH. SETFILE is a TCL command and OPENPATH is a BASIC command.
by kduke
Wed Aug 23, 2006 6:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not showing in Director but they ARE running!
Replies: 4
Views: 1257

Jobs can have a status of running when the process is killed abruptly like a power outage. You can recompile the jobs then most of the time this will fix the problem. If the jobs are truly running then you should not be able to compile them. There are more drastic measures you can take if you need t...
by kduke
Wed Aug 23, 2006 6:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error while creating job
Replies: 12
Views: 4816

A DataStage project is attached to a DOS or UNIX directory. You need write permission to compile jobs, change jobs, import jobs or almost anything you can do in either Designer or Manager except view.