Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello Customizers,
We have an application that gives one of these 2 errors
Error in the method initProESession() : com.ptc.pfc.Implementation.pfcExceptions$XToolkitCommError
Error in the method initProESession() : com.ptc.pfc.Implementation.pfcExceptions$XToolkitNotFound
It happens when the application attempts to connect to a pro/e session. It happens some times and I can't figure out what triggers it.
Pro/E 4.0 m140 Intralink 9.1.
Any clues would be extremely useful,
Regards,
Erik
Huge thanks to Brian K who set us on the right path to resolution.
com.ptc.pfc.Implementation.pfcExceptions$XToolkitNotFound solved, we have an environment variable that is supposed to point to the .jar files on the client machine. On one computer, the files were located within the pro/e installation files. When we moved them out, the toolkitnotfound went away. I am not sure why this fixed it. Probably a pointer to the literal path and not the environment variable.
Error in the method initProESession() : com.ptc.pfc.Implementation.pfcExceptions$XToolkitCommError. We had multiple connections to pro/e sessions without disconnecting. Eventually, we would exceed the number we are allowed.
Erik