Search found 42189 matches

by chulett
Mon Dec 14, 2009 8:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage insert problem
Replies: 8
Views: 1789

Pick / make up a value for orchestrate.Val_Date and show us what the final sql that DataStage would run should look like.
by chulett
Mon Dec 14, 2009 6:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage insert problem
Replies: 8
Views: 1789

Or did you want it selected as a literal? :?
by chulett
Mon Dec 14, 2009 6:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage insert problem
Replies: 8
Views: 1789

If you are expecting your incoming row data to be substituted in as a column name in your query, that's not going to happen. Why not drive your select from the source end so that the inserts can just be inserts?
by chulett
Mon Dec 14, 2009 6:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read more than 4000 bytes from clob
Replies: 5
Views: 1551

You'd have to explain what "no luck" means if you want someone to be able to help.
by chulett
Mon Dec 14, 2009 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read more than 4000 bytes from clob
Replies: 5
Views: 1551

Of course, you're substringing out only the first 4000 bytes. What happens if you just select the field itself and declare it as a LongVarchar?
by chulett
Mon Dec 14, 2009 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: My DataStage Job could not be stopped
Replies: 10
Views: 9891

cnjelita wrote:It says that that job is running from the Director. When I click stop, it says that job is stopping at the Server.
Right, figured as much. Need to know if it is still running or just flagged as running - two different things.
by chulett
Mon Dec 14, 2009 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: My DataStage Job could not be stopped
Replies: 10
Views: 9891

The Task Manager on the Server, if someone has access to that.
by chulett
Mon Dec 14, 2009 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: My DataStage Job could not be stopped
Replies: 10
Views: 9891

Is it actually running or does it just say it is running in the Director? Does Task Manager show any processes for the job?
by chulett
Mon Dec 14, 2009 1:32 pm
Forum: General
Topic: Write Mode failure
Replies: 3
Views: 3217

Does your connecting user have the grants you'd need to truncate and bulk load the table?

ps. The Oracle Enterprise stage does not use ODBC, nor is it available in Server jobs which is how you marked your post.
by chulett
Mon Dec 14, 2009 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to connect to JobMonApp on port 13401
Replies: 5
Views: 7444

Manfred Hagedorn wrote:For restarting Datastage i have a small job, using a sleep of 60 between stop and start.
You really shouldn't do this on a timer, but rather after a check for open ports returns zero in that state:

Code: Select all

netstat -a |grep dsrpc | wc -l
by chulett
Mon Dec 14, 2009 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job getting abort with dspipe_init(2615):
Replies: 14
Views: 3231

Yes, I suspect it is a space issue and you'll need to tightly monitor that while the job is running to see if that's the case.
by chulett
Mon Dec 14, 2009 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: working on Datasets
Replies: 20
Views: 5778

You seem to have combined his advice with mine. Please do one or the other... and his does not involve a cd.
by chulett
Mon Dec 14, 2009 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job getting aborted due to APT_BufferOperator
Replies: 6
Views: 2683

Which was mentioned in your error message?
by chulett
Mon Dec 14, 2009 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job getting abort with dspipe_init(2615):
Replies: 14
Views: 3231

I would assume it could not be created, hence the error when it goes to open it. Strictly speaking there is no "filename" in the error but rather a named pipe that it is having the issue with. And you have no control over the name it uses, just the location. Well, unless you consider the s...