Page 1 of 1

compile error--invoke GenRuntime using phantom process helpe

Posted: Sat Dec 06, 2008 9:31 pm
by lak4u
Hi

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

Failed to invoke GenRuntime using phantom process helper

Posted: Tue Dec 23, 2008 6:41 am
by SoaresRui12
Hi lak4u,
We have the same error, how it was resolved?

regards
Rui Soares

Posted: Mon Feb 23, 2009 11:29 am
by p4paulian
I am getting the same error. How was this resolved.

Posted: Tue Mar 10, 2009 4:28 pm
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...

Posted: Tue Mar 10, 2009 6:26 pm
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.

Posted: Mon Mar 16, 2009 10:23 am
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?

compile error--invoke GenRuntime using phantom process helpe

Posted: Tue May 26, 2009 10:53 pm
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.

Posted: Wed May 27, 2009 12:08 am
by ray.wurlod
Server job or parallel job?

Posted: Wed May 27, 2009 7:39 am
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.

Posted: Wed Oct 07, 2009 4:53 am
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.

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

Posted: Tue Oct 13, 2009 7:31 am
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.

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

Posted: Wed Mar 30, 2011 9:51 am
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.

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

Posted: Fri Feb 22, 2013 4:41 am
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

Posted: Fri Feb 22, 2013 3:45 pm
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.