ProEngineerConnect() returns PRO_TK_E_NOT_FOUND randomly (Pro/ENGINEER Creo Parametric 7.0.3.0)
Hello,
I am running Protoolkit customization on 2 different machines. The customization is spawning to the current Creo Parametric instance and fetching the parts and assemblies from Windchill server into local folder.
In the local development environment it is working fine. I can get the files from the server.
When I am running the same customization in the other environment then the function returns PRO_TK_E_NOT_FOUND(-4).
I am using this function:
ProEngineerConnect(NULL, NULL, NULL, NULL, PRO_B_TRUE, 100, &choice, &handle);
I also tried to add proe_session_id into and it is the same error.
The same Creo version is installed, the same Windows 10 version.
Can you please com up with some ideas, why it's not working on the other machine?
