| View previous topic :: View next topic |
| Author |
Message |
MiKar
Joined: 17 Jan 2010 Posts: 1
|
Posted: Tue Jan 19, 2010 1:49 am Post subject: Remote Desktop: License Error |
|
|
Hi,
when connecting to the PC (WinXP) where the simulator is installed using Microsoft's Remote Desktop I get the following licensing error when trying to start the simulation:
| Code: |
Error (LIC_NE) License not available. FLEXLM reports:
No such feature exists.
Feature: IMP_OVPSIM
License path: C:\Imperas/OVPsim.lic;
FLEXnet Licensing error:-5,357
For further information, refer to the FLEXnet Licensing End User Guide,
available at "www.macrovision.com".
Cannot checkout an uncounted license within a Windows Terminal Services guest session.
Feature: IMP_OVPSIM_20091016.0
License path: C:\Imperas/OVPsim.lic;
FLEXnet Licensing error:-103,577
For further information, refer to the FLEXnet Licensing End User Guide,
available at "www.macrovision.com".
Fatal (LIC_FE) If you have a license from OVPworld, put it in $IMPERAS_HOME/OVPsim.lic
Alternatively, set IMPERASD_LICENSE_FILE environment variable to your
license file or server location.
If you don't have a key, click on download at www.OVPworld.org
Info Exiting
|
However, when starting the simulation without using remote desktop, i.e. personally sitting in front of the PC, everything works fine.
Is this a desired behaviour? It's rather cumbersome to always have to get into another room just to start a simulation... |
|
| Back to top |
|
 |
LeeMoore OVP Technologist

Joined: 27 Feb 2008 Posts: 71
|
Posted: Wed Jan 20, 2010 6:00 am Post subject: Re: Remote Desktop: License Error |
|
|
Hi MiKar
| MiKar wrote: |
Is this a desired behaviour? It's rather cumbersome to always have to get into another room just to start a simulation... |
The FlexLM license file supplied, does not allow a Windows Terminal Services session. However you can overcome the probem you are having by running a VNC server on your windows machine and accessing the VNC server from a remote VNC client, (rather than using remote desktop)
Thx
Lee |
|
| Back to top |
|
 |
ManishAgg
Joined: 19 Apr 2010 Posts: 3
|
Posted: Mon Apr 19, 2010 4:06 am Post subject: |
|
|
I am getting the following error when I am trying to run the ./ArmIntegratorCP_tlm2.0.Linux.exe. (I am not using any Remote Desktop session that is I am running the command on the computer itself)
SystemC 2.2.0 --- Sep 2 2008 17:35:06
Copyright (c) 1996-2006 by all Contributors
ALL RIGHTS RESERVED
Constructing.
Error (LIC_NE) License not available. FLEXLM reports:
No such feature exists.
Feature: IMP_OVPSIM
License path: /home/manish/install/OVPSim_demo_platform/OVP/Imperas.20100122. -
0/OVPsim.lic
FLEXnet Licensing error:-5,357
For further information, refer to the FLEXnet Licensing End User Guide,
available at "www.macrovision.com".
No such feature exists.
Feature: IMP_OVPSIM_20100122.0
License path: /home/manish/install/OVPSim_demo_platform/OVP/Imperas.20100122. -
0/OVPsim.lic
FLEXnet Licensing error:-5,357
For further information, refer to the FLEXnet Licensing End User Guide,
available at "www.macrovision.com".
Fatal (LIC_FE) If you have a license from OVPworld, put it in $IMPERAS_HOME/OVPsim.lic
Alternatively, set IMPERASD_LICENSE_FILE environment variable to your
license file or server location.
If you don't have a key, click on download at www.OVPworld.org
Info Exiting |
|
| Back to top |
|
 |
AdminiStrator Site Admin

Joined: 11 Feb 2008 Posts: 45
|
Posted: Mon Apr 19, 2010 6:37 am Post subject: |
|
|
Hi Manish,
It looks as though the release you are trying to run is version 20100122.0. But the License file you were sent recently is for the latest release IMP_OVPSIM_20100331.0.
In order to use the new key supplied to you, you will need to use the latest revision of OVP (version 20100331.0)
Pleae let me know if you still have a problem after trying the latest release.
Lee. |
|
| Back to top |
|
 |
ManishAgg
Joined: 19 Apr 2010 Posts: 3
|
Posted: Tue Apr 20, 2010 1:20 am Post subject: |
|
|
Hi Administrator,
Yes downloading the latest version resolves the problem.
But I got stuck in another problem.
I have downloaded and installed the following packages:
OVPsim.Linux.sfx
OVPsim_demo_linux_ArmIntegratorCP.Linux.sfx
These releases contains the precompiled binaries. There is no Makefile present in the
Demo/ OVPsim_linux_ArmIntegratorCP in the directory.
Ss, is the build support has been removed from the latest version ??
How can I rebuild the package again? Please help. |
|
| Back to top |
|
 |
JimStraus OVP Technologist

Joined: 09 Dec 2008 Posts: 64
|
Posted: Tue Apr 20, 2010 2:36 pm Post subject: |
|
|
Not sure why the Makefile is not there but this should work:
| Code: | IMPERAS_HOME := $(shell getpath.exe "$(IMPERAS_HOME)")
NOVLNV=1
SRC=OVPsim_linux_ArmIntegratorCP.c
include $(IMPERAS_HOME)/ImperasLib/source/buildutils/Makefile.platform |
|
|
| Back to top |
|
 |
|