Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hey
I am able to build the asynchronous example which is present in <common files>\otk\otk_cpp\otk_async_examples
but still did not able to understand how I run this with Creo,
what i tried is :
1). set env variable PRO_COMM_MSG_EXE to my (otk_install.exe) exe file
2) Try to Set .dat file in Auxiliary Applications
but still not able to run
@VG_9645254 wrote:
Hey
I am able to build the asynchronous example which is present in <common files>\otk\otk_cpp\otk_async_examples
but still did not able to understand how I run this with Creo,
what i tried is :
1). set env variable PRO_COMM_MSG_EXE to my (otk_install.exe) exe file
2) Try to Set .dat file in Auxiliary Applications
but still not able to run
Hi,
1.]
Read https://support.ptc.com/appserver/cs/view/solution.jsp?source=Sitecore Article Viewer&art_lang=en&n=CS321596 document and check whether hostname command output and COMPUTERNAME variable contents are identical.
2.]
Set system level PRO_COMM_MSG_EXE variable ... it has to contains path to pro_comm_msg.exe file.
Eg. E:\PTC\Creo4_M130\Creo 4.0\M130\Common Files\x86e_win64\obj\pro_comm_msg.exe
3.]
Open Command propmt window and launch you otk_install.exe
Hi @MartinHanak
1. COMPUTERNAME and hostname are same
2. Set the Env Path
But when trying to run otk_install.exe through console i am getting this issue, should i need to change the dir of my plugin?
@VG_9645254 wrote:
Hi @MartinHanak
1. COMPUTERNAME and hostname are same
2. Set the Env Path
But when trying to run otk_install.exe through console i am getting this issue, should i need to change the dir of my plugin?
Hi,
I found ucore46.dll in E:\PTC\Creo4_M130\Creo 4.0\M130\Common Files\x86e_win64\obj directory.
Try adding this path to PATH variable.