Phantom error - incomplete <response> element

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
LucaG
Participant
Posts: 7
Joined: Fri Dec 27, 2013 2:09 pm

Phantom error - incomplete <response> element

Post by LucaG »

Hello guys,
we have a strange problem with a parallel job.
The job working fine in version 8.1 and in the new version of datastage (11.3) the job don'0t work properly.

This is the job structure:
Image

There are two strange things:

1) Joi_QM: When checking operator: Operator of type "APT_JoinSubOperatorNC": will partition despite the
preserve-partitioning flag on the data set on input port 0.

2) the job endend in status finished(see log) but if we look at the job log there is a strange messagge

'Contents of phantom output file
DataStage Job 263 Phantom 15426
incomplete <response> element
DataStage Phantom Finished.

and if we look the monitor we see that there is some stage in status stopped

Image

Any suggestions ?
Thanks in advance.

Luca
Last edited by LucaG on Wed Jul 12, 2017 4:12 am, edited 1 time in total.
LucaG
Participant
Posts: 7
Joined: Fri Dec 27, 2013 2:09 pm

Re: abnormal end of job

Post by LucaG »

any ideas?
I try to create a copy of a job but the problem still here.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I'm no longer able to see your images where I could before... are they still on that hosting site? Have you involved your official support provider yet?

And just to play Devil's Advocate, it probably isn't really "working fine" in your older version, all you know is that it just wasn't blowing up. Unless they've introduced a new bug (hence the question about support) then what these typically turn out to be is a loophole or bug in the old version you have inadvertently taken advantage of and which they've... plugged / fixed.

Edited to add: okay, images work from home but not on my trusty government issue laptop, so... another blocked site. Yay.
Last edited by chulett on Mon Jul 10, 2017 9:28 pm, edited 1 time in total.
-craig

"You can never have too many knives" -- Logan Nine Fingers
JRodriguez
Premium Member
Premium Member
Posts: 425
Joined: Sat Nov 19, 2005 9:26 am
Location: New York City
Contact:

Post by JRodriguez »

I would address the first issue...the stop happens because after the first error happens a signal is send to the rest of the processes to stop....

Search in this forum the message, it has been discussed several times
"will partition despite the preserve-partitioning flag on the data set on input port 0"
Julio Rodriguez
ETL Developer by choice

"Sure we have lots of reasons for being rude - But no excuses
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Right, start with that and see where the rest goes.
-craig

"You can never have too many knives" -- Logan Nine Fingers
LucaG
Participant
Posts: 7
Joined: Fri Dec 27, 2013 2:09 pm

Post by LucaG »

i have an update: i was able to remove the warning of partitioning.
The job run fine only one/two time and then the phantom error return again.
If i try to re-run the job after the phantom message the job have the same behaviour that i describe in first post (the job end but some stage are in stopped status and phantom error message appears).
That error message doesn't help a lot...
Post Reply