Search found 4992 matches

by kcbland
Mon Nov 28, 2005 5:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fully Qualified Table Name
Replies: 7
Views: 1413

From DS Manager focus on the name of the definition, right click the name of the table definition and rename.
by kcbland
Mon Nov 28, 2005 5:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automating Load Process
Replies: 2
Views: 967

What does automate mean? Scheduler? Coordinated jobs in a jobstream?
by kcbland
Mon Nov 28, 2005 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Upgrade from 5.2 to 7.5
Replies: 1
Views: 484

1. Not really, it still has to use 32-bit OCI for Oracle. 2. If you have to save persistent hash files and do a fresh project installation, I suggest you output your hash files to sequential files and reload the hash files after the switchover. 3. None. 4. Use the tool on the CD for mass converting ...
by kcbland
Mon Nov 28, 2005 5:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional lookup using hased files
Replies: 13
Views: 3878

chulett wrote:when someone says they 'need a conditional lookup'... they really don't. :wink:


Yup, I agree. 8)
by kcbland
Mon Nov 28, 2005 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on dsexport
Replies: 40
Views: 15946

Here's a DSX-Cutter you can use, export the whole project and then fire this script at the .dsx file. It explodes every object into a stand-alone file. You're free to expand the functionality however you like.

http://www.dsxchange.com/viewtopic.php?t=85518&start=0
by kcbland
Mon Nov 28, 2005 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional lookup using hased files
Replies: 13
Views: 3878

The original subject, "Condition lookup", means that the second lookup is only attempted should the first lookup meet a condition. All lookups in a single tranformer are always attempted. Constraints have no impact whether a reference SQL is fired or a hash reference read is made. The only method to...
by kcbland
Sat Nov 26, 2005 12:26 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: sequencer--issue
Replies: 2
Views: 2467

Read the 7.5 manual on restartable Sequences and how to configure. There's some specific ways to make it work, you need to understand it fully and the manual spends the time discussing it.
by kcbland
Sat Nov 26, 2005 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Subroutine In ODBC stage
Replies: 2
Views: 691

Your query is written such that the routine must only return one date value. If this is the case, use job control to fetch the appropriate value and pass it as a job parameter when running the job. Your query just uses a job parameter for the date. There is no method for doing what you originally re...
by kcbland
Fri Nov 25, 2005 8:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to do change capture in server jobs?
Replies: 3
Views: 795

Search the forum for "SCD", this has been talked about a lot. You're talking about a type-2. The basic summary is: 1. Derive source row 2. Lookup using natural key against the warehouse for the surrogate key that has the max begin timestamp (or even better, and end timestamp forecast into the future...
by kcbland
Fri Nov 25, 2005 5:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking Source Data
Replies: 2
Views: 813

Collect link statistics after every job run and store in a relational database. After every run, have a script verify the most recent run statistics for meaningful link counts against its average and notify if a X% drop occurred.
by kcbland
Fri Nov 25, 2005 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_CONFIG 1342 - Unable to write record to file
Replies: 4
Views: 5417

Somehow the file became corrupted. This is a runtime file, so you're able to fix it easily. First, using Director, try to clear status file, which may fix this file as well. If this doesn't fix the issue, export the job and re-import it. That recreates all runtime files under a newly assigned job nu...
by kcbland
Fri Nov 25, 2005 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can win jobs run on unix
Replies: 7
Views: 1147

Re: can win jobs run on unix

can we run jobs on unix mechime which are developed on windows, if possible how? if not, how to convert those jobs to run on unix mechine. The first part of a two part question: If you developed on Windoze, make sure you choose Unix files whenever using the sequential file stage. When doing before/...
by kcbland
Fri Nov 25, 2005 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional lookup using hased files
Replies: 13
Views: 3878

There are no conditional lookups. You could consider using transformers with link collectors to simulate a conditional lookup effect. Do the first lookup, and based on the result send to two different output links. The first output link acts as if the lookup was found, the second is the lookup not f...
by kcbland
Thu Nov 24, 2005 8:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read value in from SQL Server in Routine
Replies: 4
Views: 1949

No, isql and osql are Windoze only. They come standard with the installation on the server. You need to be able to run Windoze server commands from the unix box. The typical tools for this are rsh and remsh. It's kind of a security hassle to get a company to agree to enabling a user idea to execute ...
by kcbland
Thu Nov 24, 2005 8:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Summing up Financial Year to Date data 1 April to Mar 31
Replies: 9
Views: 3453

It seems any answer I will give will sound like it's coming from my "high horse". I would point out that the foreign key substitution of dates for their time dimension surrogate key is done at the EDW/CDW level, per Kimball, Inmon, etc. By all definitions that I know, surrogate key assignment and su...