Search found 4992 matches

by kcbland
Mon Oct 31, 2005 9:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparative study of informatica and Datastage
Replies: 9
Views: 6014

Re: Comparative study of informatica and Datastage

Hi Group, I am doing a comparative study of informatica (PowerCenter 6.2.2 ) and Datastage (IBM Websphere DataStage Server Edition 7) to decide on which Tool to use for next project (Simple ETL for loading data in BO universe). Can some body help me in A)Pls Point me to some good sites for informat...
by kcbland
Mon Oct 31, 2005 9:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Vs Dynamic RDBMS
Replies: 9
Views: 2255

Since Halloween took up most of my day, I didn't further Ray's comments. Changing out the RDBMS for OCI is worthless, as I believe that they both use sqlnet anyway, so there's no performance difference. I could be wrong, but even if someone said ODBC for OCI for performance reasons I'd say whoopee. ...
by kcbland
Mon Oct 31, 2005 9:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Peculiar Problem
Replies: 10
Views: 2874

Sorry about not responding, you know, Halloween and I've got 3 crumb crunchers. I took some nice digitals of my handiwork. Anyway, the OP has only two projects, both inaccessible, with a different error message per project, acting up since yesterday. Given that scenario, it seems reasonable that the...
by kcbland
Mon Oct 31, 2005 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs Import in PX
Replies: 6
Views: 1697

Do you mean after you un-protect the project? Yes. While protected? No, hence that 'Protected' part. :wink:

You seem to be dancing around and not specifying what problem you are attempting to handle. Share some more info??
by kcbland
Mon Oct 31, 2005 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Vs Dynamic RDBMS
Replies: 9
Views: 2255

No, look for your improvements in the design.
by kcbland
Mon Oct 31, 2005 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Peculiar Problem
Replies: 10
Views: 2874

Make sure you do a folder copy of all of your projects to somewhere safe. When you do the DSEngine reinstall, it hopefully will pickup your existing projects and everything will be fine. If not, a REINDEX may fix it after the reinstall. If that doesn't work, we can try to walk you thru copying the s...
by kcbland
Mon Oct 31, 2005 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to make file name unique
Replies: 4
Views: 1244

Run it and supply an invocation id, don't run the base job. You won't get a number, you'll get what you used as the invocation id.
by kcbland
Mon Oct 31, 2005 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Peculiar Problem
Replies: 10
Views: 2874

Make sure your project file system is not out of disk space. Did someone change the permissions on the DSEngine files? Just so you know, here's a post that gives you the grim news: m Odds are great that somehow you've corrupted the DSEngine. The easiest things to do will be to re-install DataStage e...
by kcbland
Mon Oct 31, 2005 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Peculiar Problem
Replies: 10
Views: 2874

What you want to do is make a copy of the directories that hold the project information to a backup area. We have some capability to reconstruct a project as long as we have the project information. For example, we can tell you how to recreate a project after a corruption by copying internal files a...
by kcbland
Mon Oct 31, 2005 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Peculiar Problem
Replies: 10
Views: 2874

Before you do anything else, are other projects still working?
by kcbland
Mon Oct 31, 2005 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Peculiar Problem
Replies: 10
Views: 2874

Any chance you're out of disk space on the server engine or project file systems? These types of errors with "UNABLE TO LOAD SUBROUTINE ON HOST" have come previously when users corrupted their installation, changed permissions on the engine files, or ran projects out of space. The obvious questions ...
by kcbland
Mon Oct 31, 2005 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparative study of informatica and Datastage
Replies: 9
Views: 6014

You pay by the server licenses, cpu count, the number of client users, the initial training, startup consulting, maintenance fees, bundle discounts, etc. There's no price schedule, it's all negotiated. You should read DMReview, as in the past they have done comparisons.
by kcbland
Sat Oct 29, 2005 1:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get rid of trailing blanks without trim?
Replies: 3
Views: 1329

No. You will need to trim any data that comes out of a fixed width file. Look into mass adding TRIM to every derivation on a transformer immediately after the source sequential file stage. If you open help on the Transformer, you'll see a column propagation ability, where you can highlight all of th...
by kcbland
Sat Oct 29, 2005 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stringdecode Function
Replies: 1
Views: 883

Get rid of the spaces before and after the "=" sign as well as the code value, it messes up the logic. It works only if it looks like this:

Code: Select all

 'O=OwnerOccupied|N=Non Owner Occupied|S=Second home'


You really should be more careful, this is fairly sloppy coding, IMO.
by kcbland
Fri Oct 28, 2005 8:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job 751 Phantom 5260
Replies: 4
Views: 1148

Yep, Ray's correct. I was thinking too many things when I typed the post. You probably are passing a non-numeric value into a mathematical expression, or you are passing a NULL value to a function that is not prepared to handle it. Should have just been You are passing a NULL value to a function tha...