Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I am having issues trying to open a UDF from a folder in our Windchill library.
I get this error:
'wtpub://PDM-PD/Libraries/COMMON CAD/CAD Documents/user defined features/90-4118-795-000' does not exist in the database.
Caught exception: com.ptc.wfc.Implementation.pfcExceptions$XToolkitGeneralError
When I dig into the log, it looks like it is failing here:
Exception of type com.ptc.wfc.Implementation.pfcExceptions$XToolkitNotFound
XPFC Message: pfcExceptions::XToolkitNotFound
...at com.ptc.wfc.Implementation.WFCRemoteCommImpl.makeObject line: 5453
If I put the UDF "90-4118-795-000" into my working directory, it executes fine and places the UDF as expected. I have tried to retrieve the UDF in a sandbox code and get the same error, so it seems it is related to .gph files?
I can retrieve .prt files fine, so I am looking for any ideas on how to resolve this issue.
Solved! Go to Solution.
I just noticed there is a typo in the error. The api seems to be placing an \ incorrectly
wtpub://PDM-PD/Libraries/COMMON CAD/CAD Documents/user defined features/SUSPENSION/SCHRADER/CORE INTERFACE ID CAP/\90-4020-795-000' does not exist in the database.
Hi jbryant74,
Thank you for your question.
Your post appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.
Also, feel free to add any additional information you think might be relevant.
Are you sure to have read and download rights for every cad user?
I just noticed there is a typo in the error. The api seems to be placing an \ incorrectly
wtpub://PDM-PD/Libraries/COMMON CAD/CAD Documents/user defined features/SUSPENSION/SCHRADER/CORE INTERFACE ID CAP/\90-4020-795-000' does not exist in the database.
Your URL contains a. couple of blanks, are you encode this with %20?
It turned out to be an input error issue.
Should have been 90-4118-795-000 I was looking for, not 90-4020-795-000.
Works now