Search found 42189 matches

by chulett
Thu Oct 27, 2005 11:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permission Denied while executing DSSendMail
Replies: 21
Views: 6397

I forget exactly what we ended up doing as it was some time ago, but it involved editing the template that the script is generated from, from what I recall. You may be able to tweak it to echo out certain information or something you feel would help troubleshoot your issue, I would think. I was unde...
by chulett
Thu Oct 27, 2005 11:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC stage vs Oracle(OCI) stage
Replies: 4
Views: 2546

The biggest difference I would think, assuming wire drivers were used to connect via ODBC, would be the need to have an Oracle client installed on your DS server box. This may be an issue if your instances in question are always 'remote'. Other than that, a native driver would always be preferred to...
by chulett
Thu Oct 27, 2005 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permission Denied while executing DSSendMail
Replies: 21
Views: 6397

Not sure what you mean, Nick. The resolution was posted in the thread, and the generated script is supposed to be deleted after it runs in this version. I could probably post the contents and permissions of the generated script tomorrow from the office, still being on the older version and all, if y...
by chulett
Thu Oct 27, 2005 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Distinguishing Data Types
Replies: 2
Views: 1068

Not much - one example of a previous discussion on this topic here.
by chulett
Thu Oct 27, 2005 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dslictool usage?
Replies: 5
Views: 1520

Since this doesn't seem to be the answer, what is the alternative? A query of DS_LICENSE returns as many rows as there are connections not licenses in use. Is there some quick way to get how many licenses it thinks are currently in use?
by chulett
Thu Oct 27, 2005 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to skip the trailer record
Replies: 25
Views: 9790

The point is, however, there's no need to do that. Almost everything the CFF stage needs to do that automagically is in the copybook, it just needs to be properly imported. Then I'm assuming that first field - HEADER-ID-MDBIM - can be leveraged to differentiate between header, detail and footer reco...
by chulett
Wed Oct 26, 2005 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hub and Spoke - Performance issue
Replies: 10
Views: 2722

By first scanning your source file for the large table keys, bulk loading into work table in Oracle, and then inner-join the big table to the work table and spool to hash files, you reduce their volume to what works well with hash files. In all cases, only spool the columns necessary for your trans...
by chulett
Wed Oct 26, 2005 7:03 pm
Forum: Site/Forum
Topic: Forum and Author search behaviour
Replies: 3
Views: 2472

Check this post for some previous discussions on this issue.

David, I think your "Author Search" issue is simply because of your choice of a one letter user name. :wink:
by chulett
Wed Oct 26, 2005 6:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hub and Spoke - Performance issue
Replies: 10
Views: 2722

2. Yes I could replace a few of the lookups with hash files - but we also have to access very large tables 30 Million rows+ so hash files can only be used in a few cases. The key is to only load into the hashed file the records you'll need for the current run. I doubt you need all 30 million each t...
by chulett
Wed Oct 26, 2005 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hub and Spoke - Performance issue
Replies: 10
Views: 2722

Re: Hub and Spoke - Performance issue

ecclesr wrote:Where else should I start to look for where the bottleneck may be

Nowhere else. :wink:

Those Oracle lookups are the bottleneck. Why aren't you using hashed files? They are the preferred lookup mechanism for DataStage jobs, after all.
by chulett
Wed Oct 26, 2005 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dslictool usage?
Replies: 5
Views: 1520

Should have mentioned that I saw that in another post and tried it earlier - it didn't change what was output. At least not for me. :cry:
by chulett
Wed Oct 26, 2005 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dslictool usage?
Replies: 5
Views: 1520

dslictool usage?

Curious on how exactly I'm supposed to use the dslictool utility. Just had a situation where all 16 of our licenses were in use, so needed to find out who was on and who I could kick off. Querying DS_LICENSE gave me most of what I was looking for, but it wasn't obvious how many of the 16 DataStage t...
by chulett
Wed Oct 26, 2005 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job process dies at around 1GB RAM usage
Replies: 7
Views: 2516

If there is a choice in the matter, then I whole-heartedly agree with you Vince. However, in my recent introduction to the Wonderful World of XML there was no choice given - feeds in and out to business partners like Yahoo and other search engines, build this huge zillion row XML file, read this hug...
by chulett
Tue Oct 25, 2005 11:07 am
Forum: Site/Forum
Topic: Write a Book!
Replies: 40
Views: 20404

When Ray chimes in on this thread, I wonder if the old roadblock is still in place. From what I recall, he has basically written a book on the subject but has constantly run afoul of Ascential's lawyers who have threatened to sue the pants off him if he publishes anything. Something like that, anywh...
by chulett
Tue Oct 25, 2005 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read caching disabled, file size exceeds cache
Replies: 8
Views: 1873

And to me as well - was wondering if it was caused by an overly optimistic array size or some such.