Skip to main content
1-Visitor
April 25, 2023
Question

Modified By cannot be changed. Constraint Violation in isUpdateValid()

  • April 25, 2023
  • 1 reply
  • 835 views
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.2

I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.2

There is an attribute called modified by for EPM object under visualization and attribute group and I want to change the value of that attribute through data utility

Here are the errors that I faced
com.ptc.core.meta.container.common.ConstraintException: The value for Modified By cannot be changed. Constraint Violation in isUpdateValid()

    1 reply

    HelesicPetr
    22-Sapphire II
    22-Sapphire II
    April 25, 2023

    Hi @DA_10350817 

    I guess the reason is that you use method that do not allow you to modify the attribute without checkin/out .

     

    You should provide a code what you use and so on. This error does say nothing. 

     

    Just that you are traying to change attribute and your change is not valid for update...

     

    PetrH