Search found 4992 matches

by kcbland
Wed Feb 02, 2005 1:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: viewing table definition in excel/access
Replies: 4
Views: 2404

Are you talking about a .dsx file?? No, you cannot. I suggest you investigate the Reporting Assistant, MetaStage, and other tools for bringing metadata out of DataStage.
by kcbland
Wed Feb 02, 2005 1:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trouble with ODBC configuration
Replies: 2
Views: 2165

Use the DS Manager tool and attempt to import ODBC table definitions. Only by doing that does it populate the drop down lists in Designer for "known" data sources. You MUST ALWAYS IMPORT TABLE DEFINITIONS to make sure you can: 1. Talk to a database 2. Get the correct metadata 3. Have access to a giv...
by kcbland
Wed Feb 02, 2005 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage connection Error.....
Replies: 11
Views: 3201

Verify the permissions of the project directory, the dsenv file, the umask setting in the ds.rc script, etc. Your userid is probably running into group/permissions issues.

99% of first time access problems relate to permissions.
by kcbland
Wed Feb 02, 2005 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC trouble on Windows XP PRo
Replies: 3
Views: 2210

From the Control Panel, Administrative Tools, Data Sources(ODBC), setup a System DSN using the SQL-Server driver. If you setup this correctly, then DataStage will be able to use it.

Your problem is not DataStage, it is your configuration.
by kcbland
Wed Feb 02, 2005 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC trouble on Windows XP PRo
Replies: 3
Views: 2210

:evil: Please only post once in the appropriate forum. :evil:
by kcbland
Wed Feb 02, 2005 10:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Space in directory to OEPNPATH function
Replies: 8
Views: 3417

Your concept is flawed in that you wish to open files exactly where they sit. How are you managing whether the file is being manipulated, potentially deleted, etc. during your runtime? You should copy the file to a working directory and process it there. By executing a copy statement, you avoid your...
by kcbland
Wed Feb 02, 2005 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Server - Benchmark
Replies: 11
Views: 3267

I use DataStage but on my own notebooks. And I would like to know what is the performance on the really huge system with a lot of RAM and CPU. You cannot even begin to write an equation that can take into consideration all of the variables involved. A Windoze PC cannot even compare to an 24 cpu SMP...
by kcbland
Wed Feb 02, 2005 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Underlying Architecture
Replies: 3
Views: 1765

Search the forum. Information you require is available and goes back years.
by kcbland
Wed Feb 02, 2005 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can anyone Help me in reviewing My Basic Code.
Replies: 3
Views: 1046

Here's my own version I wrote for an after-job routine. It is fixed at 10 output files, but that easily can be a calculation based on the size of the file: DEFFUN WordCount(FileName) Calling "DSU.WordCount" SplitFactor = 10 InputFileName = InputArg WriteBufferCacheSize = 10000 Rout...
by kcbland
Tue Feb 01, 2005 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to merge multiple sequencial files together effectively
Replies: 6
Views: 1937

Re: How to merge multiple sequencial files together effectiv

They have the same records number of 24 millions with the same key fields key1, key2, key3. each file has average 50 fields. This is going to be brutal. 4 files X 50 columns merged together = ~200 columns. This row is so wide you are going to take serious performance penalties reading all of these ...
by kcbland
Tue Feb 01, 2005 6:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA:00904 Error
Replies: 6
Views: 2073

You have to import the table definitions using DS Manager, then load those definitions into the OCI stage. In your transformer, map the incoming values from the file to the equivalent columns in the outbound link going to the OCI stage. You MUST use the target tables definitions as loaded by DS. Nev...
by kcbland
Tue Feb 01, 2005 5:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Structure of DS Tables -- DS_JOBS
Replies: 16
Views: 10028

Take another RT_CONFIG file/directory in your unix project and copy it to the errant/missing name. This will at least allow you to import the job or delete it. As I keep telling everyone, it's BAD to run out of disk space on your project.
by kcbland
Tue Feb 01, 2005 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Structure of DS Tables -- DS_JOBS
Replies: 16
Views: 10028

You ran out of disk space, you have orphaned pieces and parts of a hash file. Export this job and re-import it.
by kcbland
Tue Feb 01, 2005 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not(Lookuplink.NotFound)
Replies: 4
Views: 927

It's an inherent stage variable. It lets you know if the link reference lookup found a row or not.
by kcbland
Tue Feb 01, 2005 1:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage jobs
Replies: 15
Views: 5279

dsrules wrote:Kim, dont you think those questions were in bad taste?
...
What does Ray, Ken, Chulett and other guru's have to say about this?

I was letting my silence speak for itself, until you invoked my name. Yes these are interview questions. New user, first post, reads like a tech'ing cheat to me.