Operating System - HP-UX
1821220 Members
3063 Online
109632 Solutions
New Discussion юеВ

Re: Microfocus license manager

 
SOLVED
Go to solution
CHAUVIN_1
Occasional Advisor

Microfocus license manager

Hello

I have a server HP9000 D270 with cobol compilator on it .2 month ago I move the server to another site with different network and now I try to build cobol program and here is the message :
Micro Focus LMF - 010: Unable to contact license manager.

This product has been unable to contact the
License Manager.

Execution of this product has been terminated.

This product cannot execute without the License
Manager. Contact your license administrator
or refer to the 'Information Messages' chapter
of the Micro Focus License Management
Administrator's Guide.


I think it's a little problem because it's working very well before moving

Thanks

David
2 REPLIES 2
Victor BERRIDGE
Honored Contributor
Solution

Re: Microfocus license manager

Hi,
What cobol vesion are you using?

Dis you try to see if you have a licence manager running on your box:
ps -ef|grep mf
vbe 10857 20880 1 11:07:35 pts/61 0:00 grep mf
root 1218 1 0 Dec 22 ? 0:00 ./mflm_manager

Usually it installs itself and configures /etc/inittab to launch
I hate the idea so I comment it out and rewrite a proper start/stop script I put in /sbin/init.d
but for you have a look:
#mF:2345:wait:sh /etc/mflmrcscript > /dev/null 2>&1

If you have the script then it should be running, so if not the case, have a look at what it does and execute it...


All the best
Victor
CHAUVIN_1
Occasional Advisor

Re: Microfocus license manager

Perfect Victor

Now it's working it's just compiling new cobol program .

Thanks very munch

David