Trouble retrieving .gph file.
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.

