Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hello,
we are getting this error PRO_TK_CANT_MODIFY (-48) trying to assign a parameter value or creating a new parameter. I found this https://www.ptc.com/en/support/article/CS419066: from Creo 10.0 on, object are requested to be in checkout state to modify parameters, when used with Windchill.
Do you know if there is any options to workaround this?
As developers, we need to revise and complicate our logic flow to add a checkout to our customization routine. That could be expensive and time-consuming.
Thanks a lot
Solved! Go to Solution.
see the solution added at
https://community.ptc.com/t5/Customization/ProMdlReadonlyIgnore-implementation/m-p/976820#M13529
You don't want to save (checkin) modified models to Windchill? By assign a parameter value or creating a new parameter you'll modify a model.
This is a base rule of any PDM - you can not edit objects with out checkout.
Using the solution, mentioned under, you just skip Creo warning. Not a PDM rule.
Do you want save a model locally, after editing?