Hi,
I am trying to update an object's properties and save it, but keep getting following error.
The object has retention policy applied to them.
i also tried to update object with no retention policy apply to them and it work fine.
Doesn't look like the same error occur in the old D5.3 server.
thanks
Error Message: Update Operation error.
DfException:: THREAD: Thread-7; MSG: [DM_SESSION_E_SETUP_ROLES_FOR_RPC]error: "Error initializing dynamic roles for RPC SysObjRevert (090004bc80006384)."; ERRORCODE: 100; NEXT: DfException:: THREAD: Thread-7; MSG: [DM_GROUP_E_PROTECTED_ROLE_UNKNOWN_CLIENT]error: "The requested role (dmc_rps_escalated_retmgr) is marked protected and the requesting application was either not known in this docbase's dm_client_rights table or its credentials did not match those in the dm_client_rights table."; ERRORCODE: 100; NEXT: null:DfException:: THREAD: Thread-7; MSG: [DM_SESSION_E_SETUP_ROLES_FOR_RPC]error: "Error initializing dynamic roles for RPC SysObjRevert (090004bc80006384)."; ERRORCODE: 100; NEXT: DfException:: THREAD: Thread-7; MSG: [DM_GROUP_E_PROTECTED_ROLE_UNKNOWN_CLIENT]error: "The requested role (dmc_rps_escalated_retmgr) is marked protected and the requesting application was either not known in this docbase's dm_client_rights table or its credentials did not match those in the dm_client_rights table."; ERRORCODE: 100; NEXT: null
at com.documentum.fc.client.impl.docbase.DocbaseExceptionMapper.newException(DocbaseExceptionMapper.java:57)
at com.documentum.fc.client.impl.connection.docbase.MessageEntry.getException(MessageEntry.java:39)
at com.documentum.fc.client.impl.connection.docbase.DocbaseMessageManager.getException(DocbaseMessageManager.java:137)
at com.documentum.fc.client.impl.connection.docbase.netwise.NetwiseDocbaseRpcClient.checkForMessages(NetwiseDocbaseRpcClient.java:305)
at com.documentum.fc.client.impl.connection.docbase.netwise.NetwiseDocbaseRpcClient.applyForObject(NetwiseDocbaseRpcClient.java:648)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection$8.evaluate(DocbaseConnection.java:1246)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.evaluateRpc(DocbaseConnection.java:1014)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.applyForObject(DocbaseConnection.java:1238)
at com.documentum.fc.client.impl.docbase.DocbaseApi.sysObjRevert(DocbaseApi.java:129)
at com.documentum.fc.client.impl.objectmanager.PersistentDataManager.fetchFromServer(PersistentDataManager.java:185)
at com.documentum.fc.client.impl.objectmanager.PersistentDataManager.getData(PersistentDataManager.java:92)
at com.documentum.fc.client.DfPersistentObject.getNewData(DfPersistentObject.java:763)
at com.documentum.fc.client.DfPersistentObject.refreshData(DfPersistentObject.java:674)
at com.documentum.fc.client.DfPersistentObject.refreshStaleData(DfPersistentObject.java:560)
at com.documentum.fc.client.DfPersistentObject.getData(DfPersistentObject.java:550)
at com.documentum.fc.client.DfTypedObject.getStringRaw(DfTypedObject.java:652)
at com.documentum.fc.client.DfTypedObject.doGetString(DfTypedObject.java:620)
at com.documentum.fc.client.DfTypedObject.getString(DfTypedObject.java:594)
at com.documentum.fc.client.DfTypedObject.getBoolean(DfTypedObject.java:352)
at com.documentum.fc.client.DfSysObject.isVirtualDocument(DfSysObject.java:2701)
at com.documentum.rps.retention.RetentionPolicyOperations.postDoSaveNonContainer(RetentionPolicyOperations.java:1804)
at com.documentum.rpm.services.RpmRetentionService$PrivilegedPostDoSaveNonBulk.run(RpmRetentionService.java:781)
at com.documentum.fc.client.security.DfPrivilegedExceptionActionInRole.run(DfPrivilegedExceptionActionInRole.java:106)
at java.security.AccessController.doPrivileged(Native Method)
at com.documentum.rpm.services.RpmRetentionService.postDoSaveNonBulk(RpmRetentionService.java:726)
at com.documentum.rps.retention.RetentionPolicyOperations.postDoSaveNonBulk(RetentionPolicyOperations.java:1535)
at com.documentum.rpm.services.RpmRetentionService$PrivilegedPostDoSave.run(RpmRetentionService.java:916)
at com.documentum.fc.client.security.DfPrivilegedExceptionActionInRole.run(DfPrivilegedExceptionActionInRole.java:106)
at java.security.A