Search found 15603 matches

by ArndW
Wed Jan 31, 2007 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input buffer overrun at field
Replies: 7
Views: 5125

Munish - that just means that you don't have a field incorrectly filled in the first 600 rows of your data. This error is not dependant upon amount of data in a source, just the length of data in a given field and that could happen in any row.
by ArndW
Wed Jan 31, 2007 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't compiles jobs with Transformer Stage
Replies: 7
Views: 2987

myotoo - please start a new thread with this question, as it really has nothing to do with the specific problem in this thread.
by ArndW
Tue Jan 30, 2007 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert Read only share container into R/W mode
Replies: 11
Views: 2136

Doing a global update of all containers using that UPDATE command is, in my opinion, not a good idea at all.

Simplest for you is to export the container into a .dsx file, then use your favorite editor and change occurrences of Readonly "1" to use the value 0.
by ArndW
Tue Jan 30, 2007 3:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage, Oracle and UTF-8
Replies: 3
Views: 2470

Re: Datastage, Oracle and UTF-8

Paul M wrote:...we found out this is probably due to varchar string export that is UTF-8 encoded... The datastage log file does not give any information, the job just aborts...


What leads you to believe that the problem is being caused by NLS and UTF-8 settings?
by ArndW
Tue Jan 30, 2007 3:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to implement intersect
Replies: 11
Views: 2470

The words "intersection" and "inner join" can mean the same thing, but you would need to give a bit more information in order for this question to be answered with any authority. What kind of an intersection are you looking at doing, and from what kind of source(s)?
by ArndW
Mon Jan 29, 2007 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One DataStage Server is going to die
Replies: 18
Views: 6779

PX sizing = look at your apt_config file for paths used
Server sizing = as mentioned earlier, look at the paths in uvconfig
by ArndW
Mon Jan 29, 2007 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Encountered while running a job in a sequence.
Replies: 13
Views: 2959

DSGuru2B - If I understood the posts correctly this is already being done, but I just noticed that checkpointing is being used as well.
by ArndW
Mon Jan 29, 2007 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Encountered while running a job in a sequence.
Replies: 13
Views: 2959

Once you get this error message, what does the director show as the "state" of the job?
by ArndW
Mon Jan 29, 2007 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Encountered while running a job in a sequence.
Replies: 13
Views: 2959

Rohan, I have to disagree with your conclusion, at least in part. The message is syntactically & grammatically correct but is quite confusing, even to native English speakers. But a "reset" of a job, either manual or via the "reset if required" switch in a sequence will allow it to be run withou...
by ArndW
Mon Jan 29, 2007 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs Failing
Replies: 6
Views: 1399

My initial thought is that you might be "overloading" your Windows server. I would recommend using a DataStage PX configuration file that only defines 1 node for testing, and also set APT_DUMP_SCORE to true to get some additional information. Also, how many nodes do you define in your current file a...
by ArndW
Mon Jan 29, 2007 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Encountered while running a job in a sequence.
Replies: 13
Views: 2959

The message is a double-negative and confusing, think of it as: (a) Job's right state is "compiled and not running" (b) Job is not in state (a) Apart from a job being in an "aborted" state, I have most often seen this error when using multi-instance jobs and trying to start the same instance multipl...
by ArndW
Mon Jan 29, 2007 2:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage KeepAlive - Firewall problem
Replies: 2
Views: 1277

Ingo, I am assuming that the firewall disconnects any user sessions, not running jobs. If you activate the lock daemon (described in the product documentation) it will periodically scan the locks and clear up any open ones; there should be no reason to reboot your DataStage server for disconnected s...
by ArndW
Mon Jan 29, 2007 2:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Problems with large record set
Replies: 10
Views: 1868

...The hash file is a lookup of itself... My thought there is that you might have buffered writes turned on, so that a lookup of a record might not return a value because it hasn't actually been written to the file yet. This could happen more frequently when a lot of writes are done and are buffere...
by ArndW
Mon Jan 29, 2007 2:29 am
Forum: General
Topic: How to handle Web Crawler Activities ?
Replies: 16
Views: 7563

kumar_s wrote:...validate Datastage License...
I'd be out of here as well since I can't afford my own license, I just leech off the clients that I work for
by ArndW
Mon Jan 29, 2007 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs Failing
Replies: 6
Views: 1399

Rony, a "hang" is a tough condition to analyze. When the job "hangs" does it use any CPU or I/O or other resources? Do the players still exist on the system or have they stopped? Does the job "hang" right at the beginning or after some period of processing rows? Does the the amount of data being pro...