Exception while we have following combination of page-list data. Similar Page list is present in 2 different class(1 correct & 1 wrong)

Exception

JPM_WORK_SHARED_WDPC_EXP_JPV240516_002995.Adjustment(3).pxObjClass is unmodifiable. Calling method: com.pega.pegarules.data.internal.clipboard.ClipboardPropertyImpl.setValue(Object) Details: property is reserved. CurrentValue: PegaApp-Step-Adjustment DesiredValue: PegaApp-Step-
com.pega.pegarules.pub.clipboard.UnmodifiablePropertyException: The page or property JPM_WORK_SHARED_WDPC_EXP_JPV240516_002995.Adjustment(3).pxObjClass is unmodifiable. Calling method: com.pega.pegarules.data.internal.clipboard.ClipboardPropertyImpl.setValue(Object) Details: property is reserved. CurrentValue: PegaApp-Step-Adjustment DesiredValue: PegaApp-Step-
at com.pega.pegarules.data.internal.clipboard.ClipboardPropertyBase.setValue(ClipboardPropertyBase.java:2015) ~[prprivate-data.jar:?]
at com.pega.pegarules.data.internal.clipboard.ClipboardPropertyBase.setValue(ClipboardPropertyBase.java:1989) ~[prprivate-data.jar:?]
at com.pega.pegarules.data.internal.clipboard.ClipboardPropertyBase.setValue(ClipboardPropertyBase.java:1970) ~[prprivate-data.jar:?]
at com.pega.pegarules.data.internal.clipboard.PropertyReferenceImpl.doPut(PropertyReferenceImpl.java:390) ~[prprivate-data.jar:?]
at com.pega.pegarules.data.internal.clipboard.PropertyReferenceImpl.put(PropertyReferenceImpl.java:283) ~[prprivate-data.jar:?]
at com.pega.pegarules.data.internal.clipboard.ClipboardPageImpl.putStringOverride(ClipboardPageImpl.java:2424) ~

@PALLAVIARORA please provide more info than just a log extract. Context will help you get answers from our users .

The error message you’re seeing is typically caused by an attempt to modify a property that is reserved and cannot be changed. This can happen when there is an explicit step that sets the value of the pxObjClass, or when mapping the response to json directly in the Connect REST rule. As a workaround, you can map the response to the clipboard first and then do some post processing to convert the json string to proper property values.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

UnmodifiableProperty exception in pyInvokeRESTConnector

Please log a support ticket via the MSP and provide the INC ticket id here.

I see that ticket INC-B25043 was created June 19th. On June 27th client confirmed the following:

" the issue seems to be resolved after adding the property in PegaApp-Step-Adjustment. The BIX was ran successfully manually and the file was generated.

Solution type description:

Create a new pagelist property Adjustment mapped with class PegaApp-Step-Adjustment.

Also, in the extract rule, removed the existing property Adjustment and added again so that the new propertyAdjustment mapped with PegaApp-Step-Adjustment is correctly referred.