Search found 4605 matches

by kduke
Fri Jun 24, 2005 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reporting tool
Replies: 4
Views: 1010

That is still annoying. You have to do that every time.
by kduke
Fri Jun 24, 2005 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reporting tool
Replies: 4
Views: 1010

I would link to these tables from another Access and save your report there. A lot easier than trying to go around their forms.
by kduke
Thu Jun 23, 2005 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 80459ÿÿÿÿÿ
Replies: 3
Views: 1151

It is probably a char(254) or char(253). You can check it with seq().
by kduke
Thu Jun 23, 2005 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 81002 Problem Again!!!
Replies: 8
Views: 1914

There is a timeout setting you need to change in Administrator. It is on the properties of a project.
by kduke
Thu Jun 23, 2005 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where the Log files stored?
Replies: 3
Views: 1112

This topic has been covered a lot. Do an exact search for RT_LOG.
by kduke
Tue Jun 21, 2005 6:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP a string only when Update is Successful!!
Replies: 3
Views: 925

I would echo the string to a file ahead of time and then ftp it if succesful.
by kduke
Tue Jun 21, 2005 6:38 pm
Forum:
Topic: Metadata information through basic routine.
Replies: 6
Views: 2986

Ray

You forgot to say this may change in the next release.
by kduke
Tue Jun 21, 2005 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Batch File Help
Replies: 3
Views: 837

A sequence is done in the Designer. A batch job is all code, it as no stages. It runs other jobs like a sequence but has no visual representation. Your question is confusing. Do you have a batch job or a sequence. It is possible to have a batch job which starts job and does not wait for them to fini...
by kduke
Tue Jun 21, 2005 7:07 am
Forum:
Topic: Metadata information through basic routine.
Replies: 6
Views: 2986

The key to DS_METADATA is stored in the link. So it should be possible.
by kduke
Mon Jun 20, 2005 7:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure performance?
Replies: 19
Views: 5910

I agree Ray but I think we need to get it started and then fine tune it later. I think we need to do a uname -a and maybe a sysdef. It would be interesting to have some command to measure network speed or throughput. Some of this might be harder to get on Windows. I may need some help there. What wo...
by kduke
Mon Jun 20, 2005 6:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats soon
Replies: 34
Views: 13529

Thanks Vincent. Try the job GenHtmlFromSqlDriver. If you fix the Email.ksh it should email to you. If not then look in Sql2Html directory below the project.
by kduke
Mon Jun 20, 2005 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting Jobs/Sequencers
Replies: 5
Views: 1888

The Manager will export a category. So if all your jobs were in one category then it would work. Otherwise you would have to do it from a full export of the project like Roy says. The dsx is a text file. You need something to split the dsx file into one per job. There are tools which have been poste...
by kduke
Mon Jun 20, 2005 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure performance?
Replies: 19
Views: 5910

I plan on talking to Dennis today. Dennis owns this web site DSX. We need a place to gather the numbers and process them. I will let you know but it will take a few days to build the jobs and a few weeks to build the web pages. I would still like to see how many people would run the jobs and post th...
by kduke
Mon Jun 20, 2005 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats soon
Replies: 34
Views: 13529

EtlStats is free. You can download it from my tips page. If you do an exact search on this site for EtlStats then you will find intructions on how to install. If you have problems then post a question here.

Thanks Kim.