Search found 70 matches

by wbeitler
Wed Sep 29, 2010 11:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job hanging on oracle SQLloader ?
Replies: 23
Views: 10852

Thanks for that. Weird problems make you look for weird things...
I'll keep you posted.
by wbeitler
Wed Sep 29, 2010 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job hanging on oracle SQLloader ?
Replies: 23
Views: 10852

Please tell me it can't be a lock on the APT configuration file when several jobs try to access it simultaneously ?! :roll:
by wbeitler
Mon Sep 20, 2010 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job hanging on oracle SQLloader ?
Replies: 23
Views: 10852

Nope, since DSXchange has beaten them in the past more than once... :roll: But you're right. Will give them a fair chance to prove otherwise... In the meantime, still open for suggestions...
by wbeitler
Mon Sep 20, 2010 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job hanging on oracle SQLloader ?
Replies: 23
Views: 10852

Jobs hanging again. Datastage-processes still up, but not running (no changes in CPU or memory allocation). No DB-processes and no usefull information in the logs after having ran with APT_DISABLE_COMBINATION. Just the job waiting there for the 'Load completed message' from the second node... Any ot...
by wbeitler
Thu Sep 16, 2010 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job hanging on oracle SQLloader ?
Replies: 23
Views: 10852

wbeitler wrote:We're on 8.1 fixpack
ehhhrrr 8.1.2 that is... :o
by wbeitler
Thu Sep 16, 2010 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job hanging on oracle SQLloader ?
Replies: 23
Views: 10852

We're on 8.1 fixpack 1. No direct access on the ETL-server unfortunately, so couldn't check myself. But sure will get support to find out about serverside processes (if I get it to ' hang' again...)

William
by wbeitler
Thu Sep 16, 2010 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job hanging on oracle SQLloader ?
Replies: 23
Views: 10852

Checked that. No Oracle processes running for that table when the job seemed to be hanging.
Have been constantly looping the 75+ jobs in which the error sometimes occured with the APT_DISABLE_COMBINATION set. No luck in trapping the error again so far...
by wbeitler
Thu Sep 16, 2010 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job hanging on oracle SQLloader ?
Replies: 23
Views: 10852

Re: Parallel job hanging on oracle SQLloader ?

Hi, - APT_ORACLE_LOAD_OPTIONS isn't set explicitly, hence we're running with: OPTIONS(DIRECT=TRUE, PARALLEL=TRUE, SKIP_INDEX_MAINTENANCE=YES) - Oracle-trace doesn't show any problems. - No indexes (or rebuilds) on the table yet. So index-maintenance options not set Turned the operator combination of...
by wbeitler
Thu Sep 16, 2010 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job hanging on oracle SQLloader ?
Replies: 23
Views: 10852

Parallel job hanging on oracle SQLloader ?

Morning, we're running a very simple parallel job, writing to an oracle table using the Load-method. We've got 2 nodes defined in the APT-config. For both nodes we receive the 'Export complete' message along with a rowcount. At times (by the look of it rather random) we're receiving just 1 ' Load co...
by wbeitler
Thu Oct 08, 2009 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Job Status through Universe stage
Replies: 8
Views: 3383

Worked my way around it by only checking a given Sequence. This fits the customers purposes. Query used to select Jobs in Sequence (thanks to kduke): select DS_JOBS.NAME JobName FMT '40L' FMT '40L' from DS_JOBOBJECTS, DS_JOBS where DS_JOBOBJECTS.OLETYPE = 'CJSJobActivity' and DS_JOBS.NAME = ':1' and...
by wbeitler
Fri Oct 02, 2009 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Job Status through Universe stage
Replies: 8
Views: 3383

I was afraid so...

How bout a DS_JOBS query that recursively finds me all the underlying jobnames of a named sequence (which I do have)?
by wbeitler
Fri Oct 02, 2009 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Job Status through Universe stage
Replies: 8
Views: 3383

The correct way of getting the status is to use the DSGetJobInfo() routine instead of looking at the status file contents Agree... Problem is I want to loop through the list of jobs that didn't finish correctly (And then take all the warnings from the log and put those in a seperate HTML-file... ) ...
by wbeitler
Fri Oct 02, 2009 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Job Status through Universe stage
Replies: 8
Views: 3383

Retrieving Job Status through Universe stage

Hi All,

trying to retrieve the Job Status through a Universe Stage. As it is not stored in the DS_JOB ther must be another place... But hey... Where's that ?!

William

PS documentation-suggestions on DS_JOBS and alike are also welcome...
by wbeitler
Thu Mar 12, 2009 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Status code 96 DSJS_CRASHED
Replies: 16
Views: 7818

Traced it back to 2 specific environment variables containing path-names. Changed the '\' into '/' within the values and it worked like a charm... :lol:

Looks like we ran into a similar problem as muralisankarr viewtopic.php?t=125557

Thanks alot for helping out !
by wbeitler
Wed Mar 11, 2009 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Status code 96 DSJS_CRASHED
Replies: 16
Views: 7818

Line 2144 ?

"DSD.GetProjEnvVarValue" Errmsg PARAM.NAME PARAM.VALUE ENV.TYPE => $R246