Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello,
I need help for the below case, any idea to solve this error
ERROR [ajp-nio-127.0.0.1-8010-exec-56] com.ptc.windchill.uwgm.proesrv.action.ModelCheckAction wcadmin - ModelCheckAction.executeAction :: <> Gatekeeping encountered 1 error!
ERROR [ajp-nio-127.0.0.1-8010-exec-56] com.ptc.windchill.uwgm.proesrv.StandardRequestDispatcher wcadmin - StandardRequestDispatcher.dispatchRequest :: Unexpected failure(s) com.ptc.windchill.uwgm.common.conflict.UwgmErrorException:
ModelCHECK failed on models in the context " "
FYI: Global Attribute does not contains domain name along with the Instance Based Attribute (IBA) name
Thanks
There are a ton of PTC articles on this? Can you check your Modelcheck configuration and how its configured in Windchill?
Did you mean to have in configured in Windchill? Disable if not:
https://www.ptc.com/en/support/article/CS351238?source=search
Try an interactive run:
https://www.ptc.com/en/support/article/CS390710?source=search
MC_MODE attribute missing in the Creo file:
https://www.ptc.com/en/support/article/CS405836?source=search
Here is the help information:
yeah, configured based on the help file. Also referred few article as you mentioned. still trying on it
It looks like the administrator is using the Windchill Gatekeeper with a value of 0, so any file that ModelCheck detects an error in will not be allowed to be checked in. It is a hard call to make on which check values to set as errors versus warnings. We do use it to prevent check in but only for 2 specific items that we require all of our files to have in them. 99% of our ModelCheck checks are set to warning on Save and Interactive checking.
I forgot to mention, this is the first time we are configuring to Creo/Windchill model check. I have admin rights to the system, able to modify and working on to figure out the issue.