Search found 4605 matches

by kduke
Fri Sep 30, 2005 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to create a user in DataStage.
Replies: 9
Views: 11567

The DataStage users need to be able to write to the same files for job designs and log files and many more. Usually I do a root install on UNIX. Before I do then I create a dstage group and a dsadm user. The dsadm user will own most of the files created by the install. All developers are added to th...
by kduke
Fri Sep 30, 2005 2:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changes in Job sequencer not taking effect
Replies: 8
Views: 1483

No it does not. We had 7.5.1A and it had a bug like this. We had to get a patch to fix it.
by kduke
Fri Sep 30, 2005 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer output counts not totalling input count
Replies: 9
Views: 2685

ray.wurlod wrote:Serks


Tell them Ray man.
by kduke
Thu Sep 29, 2005 8:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compiling jobs in datastage 6x
Replies: 16
Views: 4355

Let me get in on this. Above?
by kduke
Thu Sep 29, 2005 8:56 pm
Forum: Data Quality Best Practices
Topic: Before or after??
Replies: 9
Views: 11996

You can pay me now or pay me later but quality matters.
by kduke
Thu Sep 29, 2005 8:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer output counts not totalling input count
Replies: 9
Views: 2685

I guess my answer was too direct or too short. I wanted the shortest answer. How'd I do?
by kduke
Thu Sep 29, 2005 8:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ahsh File as Tbale
Replies: 4
Views: 1275

You do not need SETFILE if you use the local account. You do this by leaving the Account name blank or the path name blank. UV stage treats hash files as tables and you use SQL to extract the columns. I can't of any advantage to update a hash file with a UV stage. They are sort of interchangable. Yo...
by kduke
Thu Sep 29, 2005 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changes in Job sequencer not taking effect
Replies: 8
Views: 1483

There is a patch for Designer on XP. We could not change routine activities. Not sure it will fix this error.
by kduke
Thu Sep 29, 2005 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer output counts not totalling input count
Replies: 9
Views: 2685

Probably nulls.
by kduke
Thu Sep 29, 2005 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Semaphores / batch queues
Replies: 5
Views: 1155

Ross

Ken Bland posted a set of jobs to do this. I think it was even developed in version 6 or earlier so it should work fine for most posters. It is very well documented and several DSX users actual have this in production.
by kduke
Wed Sep 28, 2005 7:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to run the routine
Replies: 3
Views: 1154

Also add some DsLogInfo() calls so you can tell where it fails.
by kduke
Wed Sep 28, 2005 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborting with Runtime Stack Overflow
Replies: 4
Views: 1908

Call support then post your code. Maybe we can help.
by kduke
Tue Sep 27, 2005 9:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Performance Tuning - Bulk / Direct / OCI / Updates
Replies: 14
Views: 28840

How wide are these rows? That is slow. What about mb/sec?
by kduke
Tue Sep 27, 2005 6:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pass variables between jobs
Replies: 1
Views: 805

The problem is the metadata. I do this all the time. Part of EtlStats has jobs like this. You have to use a parameter. When I reseed the SDKsequences then I use:

select max(#ColName#) from #TableName#

The SQL in one job is:

#SqlStmt#
by kduke
Tue Sep 27, 2005 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compiling jobs in datastage 6x
Replies: 16
Views: 4355

I would download Ken Bland's routines. He has a real nice methodology. Otherwise you need multiple sequences. I would suggest no more than 10 jobs in a sequence. A sequence should be by subject area with related jobs. Do not run all extract jobs in a sequence then all transform jobs then all load jo...