Search found 15603 matches

by ArndW
Tue Mar 21, 2006 5:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance using DRS stage
Replies: 6
Views: 1223

murali, you first need to find out if your DRS source or your Oracle target is slowing the job down. Change your output in a test job to a local sequential file and see what the speed is. It is more likely that a WRITE is slower than the READ.
by ArndW
Tue Mar 21, 2006 4:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: column width error
Replies: 4
Views: 923

You can find this on page 8-5 of the "Server Job Developer's Guide".
by ArndW
Tue Mar 21, 2006 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

Ahhh- I realized that after I posted but had to run off to do some work!!!! Thanks for the correction and explanation; I also want to caution against doing anything with the UV_SCHEMA file as it is possible to completely ruin an installation by messing up this file.
by ArndW
Tue Mar 21, 2006 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: seqfile output without seqencer job
Replies: 12
Views: 1664

I would load your header sequential file to a hashed file with a sequential numeric key. In your job you will have a transform stage with a lookup to this hashed file. You define a stage variable to detect whether the current row has changed values in the first column, if so you increment a stage va...
by ArndW
Tue Mar 21, 2006 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

You can do a "DELETE UV_SCHEMA Project2"
by ArndW
Tue Mar 21, 2006 3:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: column width error
Replies: 4
Views: 923

The column width for a fixed lenght flat file read/write is derived from the "Display" attribute and you need to set this to the actual length.
by ArndW
Tue Mar 21, 2006 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

Yes, you need to get rid of the references in UV_SCHEMA as well.
by ArndW
Tue Mar 21, 2006 2:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: seqfile output without seqencer job
Replies: 12
Views: 1664

It doesn't look too difficult. Where do you get your values for the column headings from? Another file?
by ArndW
Tue Mar 21, 2006 2:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add/minus months function
Replies: 11
Views: 4157

tcj wrote:Don't forget to check for leap year :D
I would have done that in a premium post :) My favorite was is to do an ICONV on that output date and let the routine "clean it up" and tell me so with the return status code.
by ArndW
Tue Mar 21, 2006 2:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to retrieve correct number of records
Replies: 4
Views: 889

Where did you get the invalid run parameters from - the only sure method is to look at the director log entries. The error does sound quite odd and we all hate sporadic problems. Can you think of any outside factor that correlates to the problems happening (time of day, phase of moon [just kidding],...
by ArndW
Tue Mar 21, 2006 2:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: seqfile output without seqencer job
Replies: 12
Views: 1664

sendmk,

if you input looks lik your output then you don't even need DataStage, either.

What is a
sequencer job in a seq file
and what exactly are you asking? There is no way anyone here who isn't clairvoyant can answer the question with the information you've given.
by ArndW
Tue Mar 21, 2006 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to insert into UV.ACCOUNT
Replies: 18
Views: 15919

This tells me that your ED UV.ACCOUNT Project2 was not done correctly; confirmed by your not finding that entry when doing your SELECT * FROM UV.ACCOUNT... statement. What do you mean Is for the one which was deleted from unix - this is a different problem. I understood that you mistakenly deleted a...
by ArndW
Tue Mar 21, 2006 2:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance problem with Job (Flat file to Oracle)
Replies: 29
Views: 8079

What speed does a FTP from your DS server to the remote machine achieve?
by ArndW
Tue Mar 21, 2006 2:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Win32.5 error when restarting DataStage Server
Replies: 1
Views: 669

Could you post the exact error message that your administrator is getting? Also, how is he/she trying to restart DataStage?
by ArndW
Tue Mar 21, 2006 2:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to retrieve correct number of records
Replies: 4
Views: 889

Since DataStage just passes the query through to the database, I would tend to assume that your runtime values for start_time and end_time are not correct for the invalid runs. Particularly as the error seems to return 0 rows - as if one of the 2 AND'ed conditions might be wrong. Check the parameter...