Hi,
I have created an Appointment record. Without closing that page, again I try to update it.
On saving that record, error comes like this 'Access Denied'.
Below is the details of the error:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: INVALID_WRPC_TOKEN: Validate WRPC Token: WRPCTokenState=Invalid,
TOKEN_EXPIRY=4320, IGNORE_TOKEN=False, TOKEN_KEY=qZ+QNtJYEeKzFryuxbZTGVYSpBEV3ZNvS67hjxl5PyWQkFbS1A5QCZJRNEVH3OnKDetail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2140991221</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>INVALID_WRPC_TOKEN: Validate WRPC Token: WRPCTokenState=Invalid, TOKEN_EXPIRY=4320, IGNORE_TOKEN=False, TOKEN_KEY=qZ+QNtJYEeKzFryuxbZTGVYSpBEV3ZNvS67hjxl5PyWQkFbS1A5QCZJRNEVH3OnK</Message>
<Timestamp>2013-06-19T11:44:16.1586119Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Dont understand whats going wrong.
Thanks and Regards,
Arun