cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Translate the entire conversation x

unable to unlock protoolkit Creo 7.0.2.0

CC_10758906
5-Regular Member

unable to unlock protoolkit Creo 7.0.2.0

Hello, 

I am not able to unlock protoolkit and getting error message. error attached here.
Is this need separate license or Creo license is enough to unlock?

ACCEPTED SOLUTION

Accepted Solutions


@CC_10758906 wrote:

Hello,

When I tried to unlock, I am getting this error unlocking this application requires option TOOLKIT-for-3D_Drawings.


Hi,

it is simple ... your application uses functionality which requires TOOLKIT-for-3D_Drawings (FEATURE 222) -AND- you do not have license code for module 222.


Martin Hanák

View solution in original post

7 REPLIES 7
tbraxton
22-Sapphire I
(To:CC_10758906)

A license is required. See this link for details.

https://support.ptc.com/help/creo_toolkit/protoolkit_pma/r11.0/usascii/index.html#page/creo_toolkit/get_started/Licensing_for_Creo_TOOLKIT.html

========================================
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric


@CC_10758906 wrote:

Hello, 

I am not able to unlock protoolkit and getting error message. error attached here.
Is this need separate license or Creo license is enough to unlock?


Hi,

unlock action is usually done be application creator.


Martin Hanák
tbraxton
22-Sapphire I
(To:CC_10758906)

Are trying to use a Toolkit app in a Creo session or are you needing to access the Toolkit API to develop a custom application?

 

If you need to register an application (protk.dat) then see this link. You do not need a toolkit license to register an app created using the Toolkit API.

Registering a Creo Toolkit Application

========================================
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric
CC_10758906
5-Regular Member
(To:tbraxton)

Hello,

When I tried to unlock, I am getting this error unlocking this application requires option TOOLKIT-for-3D_Drawings.


@CC_10758906 wrote:

Hello,

When I tried to unlock, I am getting this error unlocking this application requires option TOOLKIT-for-3D_Drawings.


Hi,

it is simple ... your application uses functionality which requires TOOLKIT-for-3D_Drawings (FEATURE 222) -AND- you do not have license code for module 222.


Martin Hanák
CC_10758906
5-Regular Member
(To:MartinHanak)

Hello Martin,

You are right, after unlocking Protkunlock.bat, it is showing TOOLKIT-for-3D_Drawings not available.

You did not paint the whole picture, but I assume you are compiling with the PTC example OTK make file make_otk_examples (C++).
This links with the otk_222.lib, which requires an additional (not just TOOLKIT/OTK) PTC license (💲) for unlocking.

The solution is "hidden" in the first lines of this make file:

# ATTENTION: this makefile assumes that license 222 is available;
# to build without this license, use otk_no222.lib instead of otk_222.lib

So, in your copy of the example make file, replace otk_222.lib with otk_no222.lib, and Bob's your uncle! (unless there is something else wrong... then he is not.)

Announcements

Top Tags