Skip to main content
1-Visitor
March 13, 2015
Solved

Help! Unable to obtain license for creo schematics 2.0

  • March 13, 2015
  • 2 replies
  • 8088 views

I have a full license the entire suite, all software work well. I think when I start schematics 2.0 says: unable to obtain license for Creo schematics. I just think schematics 3.0 works, but I need the 2.0.

Best answer by Mahesh_Sharma

Ronny,

Try using server IP address in PSF instead of server name (replace RATENCI0 with server IP)

More information is available at

https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS60824

2 replies

24-Ruby III
March 13, 2015

Ronny,

Creo Schematic has its own separate license named CREOSCHEM_License (or something similar). Check the contents of your license file.

Martin Hanak

ratencio1-VisitorAuthor
1-Visitor
March 13, 2015

Hello,

I have a full license, and review.

3.0 Schematics think if it works, but 2.0 does not.

Captura.JPG

24-Ruby III
March 13, 2015

Ronny,

check the contents of <Schematics_loadpoint>\Creo 2.0\Schematics\bin\schematics.psf file.

The file contains two lines:

ENV=PTC_D_LICENSE_FILE-=LICENSE_PATH

ENV=CREOSCHEM_FEATURE_NAME=CREOSCHEM_License ()

Check both lines.

Martin Hanak

16-Pearl
March 13, 2015

If you have correct license file and still can't run Schematics 2.0 try this:

  1. Go to C:\Windows\system32\drivers\etc folder (etc folder is hidden, btw).
  2. Edit hosts file in etc folder and remember, that if you want to write anything to system folder you need to run editing software, like notepad as an administrator, otherwise you won't be able to save modified file.
  3. Add line in the hosts file

127.0.0.1 <your_machine_name> (there is a space between IP address and machine name)

Save hosts file and exit. It should work then.

What you're doing that way is simply tell the license mechanism that a computer with IP 127.0.0.1 (it's a loopback IP for localhost) have also a name <machine_name>. Thanks to that information Schematics will look for the license in the license server running on your local machine.