compile error--invoke GenRuntime using phantom process helpe

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
lak4u
Participant
Posts: 43
Joined: Mon Nov 03, 2008 10:00 pm

compile error--invoke GenRuntime using phantom process helpe

Post by lak4u »

Hi

I am getting following error while compiling my job.please help

Failed to invoke GenRuntime using phantom process helper
SoaresRui12
Premium Member
Premium Member
Posts: 20
Joined: Tue Dec 16, 2008 10:09 am
Location: Lisboa

Post by SoaresRui12 »

Hi lak4u,
We have the same error, how it was resolved?

regards
Rui Soares
with best regards

Rui Miguel Soares
p4paulian
Participant
Posts: 7
Joined: Mon Feb 16, 2009 11:05 am

Post by p4paulian »

I am getting the same error. How was this resolved.
rsiem
Premium Member
Premium Member
Posts: 27
Joined: Thu Aug 02, 2007 10:31 am

Post by rsiem »

I'm getting the same error now too.

We're on Datastage 8.1 on AIX.

It's isolated to one project which is kinda good at least...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try closing your clients and attempting for a second time, when the server isn't overloaded. GenRuntime is the umbrella routine responsible for generating the runtime components of a job design when it's compiled.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rsiem
Premium Member
Premium Member
Posts: 27
Joined: Thu Aug 02, 2007 10:31 am

Post by rsiem »

The first time we saw this message, we rebooted the box and on reboot the jobs were still locked. The only way to solve this was to export all components, drop the project and recreate it.

Now I'm seeing this again in a different project. Can't afford to keep doing this as we lose all our scheduling each time we do this.

My client's the only one running. The server isn't doing anything. We solved the last issue by exporting the project, dropping the project, and reimporting it again.

Any other ideas?
thepakks
Participant
Posts: 22
Joined: Mon Aug 13, 2007 4:28 am
Location: Delhi

compile error--invoke GenRuntime using phantom process helpe

Post by thepakks »

I Have the the same problem.

Server - AIX
DS version - 8.1

"compile error--invoke GenRuntime using phantom process helpe"

Please giv any suggestion.
Deepak
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Server job or parallel job?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
thepakks
Participant
Posts: 22
Joined: Mon Aug 13, 2007 4:28 am
Location: Delhi

Post by thepakks »

Operation System - AIX version 5.3
Job Type - Parralal job
Datastage Version - 8.1

I dont want to remove project and re-create it.

Please give right suggetions.
Deepak
shareeman
Charter Member
Charter Member
Posts: 39
Joined: Tue Sep 23, 2003 6:09 am

Post by shareeman »

Belated response....

This could be related to available swap space on the server, specifically in the Job's Project directory. Check for any recent files (core, debug)consuming a lot of disk space. Try getting rid of those and recompile. It Worked for me.
nirav_2004
Participant
Posts: 7
Joined: Fri Mar 20, 2009 9:09 pm

Re: compile error--invoke GenRuntime using phantom process h

Post by nirav_2004 »

I think this error is because of insufficient swap memory...and probably you can see it in the event viewer of windows. Apply above server fine tune tips and you can get rid of most of this performance related problems.
D0n1117
Premium Member
Premium Member
Posts: 11
Joined: Sun Dec 19, 2010 1:49 pm
Location: VA

Re: compile error--invoke GenRuntime using phantom process h

Post by D0n1117 »

nirav_2004 wrote:We had same issue, but after tuning the Windows OS as per the link below errors went away....

http://www-01.ibm.com/support/docview.w ... wg21318253
This worked for me as well (although the reboot could have had something to do with it. Will reply if the problem comes back.
Don
DataStage Developer
clarcombe
Premium Member
Premium Member
Posts: 515
Joined: Wed Jun 08, 2005 9:54 am
Location: Europe

Re: compile error--invoke GenRuntime using phantom process h

Post by clarcombe »

I also got this error because I had a check for a Euro symbol in a stage variable in a transformer. I changed it to a test using char function
Colin Larcombe
-------------------

Certified IBM Infosphere Datastage Developer
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That's because the ASCII representation for the Euro symbol (Char(128) is the same as that which DataStage uses internally for NULL. DataStage had this long before the Euro was invented.

There is an environment variable that can be set to specify a different internal representation of NULL (for example Char(164)). Alas I can't recall what it is at the moment, and am not in a place where I can easily check.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply