We are aware of an issue causing intermittent login problems for some users following a recent update. Learn More
Hello Community,
we are facing an issue with Creo Elements/Direct Modeling 20.7 + Annotation connected to Windchill+.
When creating a new drawing from a 3D model (e.g. model name TEST) and saving it to the Windchill workspace, the drawing receives the correct Windchill number (e.g. CAD0000403) according to the OIR.
However, in CED Annotation the drawing name is not updated – it still shows the original model name (TEST).
In the TRACE log we can see that the number (PTC_WM_NUMBER) is correctly transferred from Windchill to Annotation, but the expected macro (Docu_set_drawing_no) is not executed.
On another CAD workstation running Modeling 20.6 with Windchill 12.1.2.5 (on-premise) the drawing is renamed correctly, which corresponds to the standard behavior of the CED–Windchill integration.
So far we could not identify a configuration difference. We also checked PTC documentation but did not find any known issue related to this behavior.
My questions:
Thanks in advance!
Best regards,
Kurt
Hi Kurt,
For consistency check, (it's not clear to me by your posting): please mention
I assume PTC support will ask you same questions.
Using the 'right' WGM client, you can run versions 20.6 and 20.7 concurrently on the same CAD workstation (by re-registering one of the two Modeling versions in the same WGM client installation). That would be best for cross checking.
May be have a look to https://community.ptc.com/t5/Modeling/Creo-Elements-annotation-Windchill-Name-in-drawing-browser/td-p/1009633 as well, if you did not already.
display (oli::sd-am-inq-drawing-no)
(cadr (find "PTC_WM_NAME" (oli::sd-execute-annotator-function :fnc "Docu_inq_tr_types 'WTtr' ") :test 'equal :key 'car))
Those investigations might confirm your finding already. But I am familiar how PTC support is asking. So you might have some more complete information.
Hello Wolfgang,
Thank you very much for your helpful feedback:
Once I have gathered more information and completed the tests, I will get back to you with an update.