Unexpected error while bulk edit
Hi,
You may come across below error screen when you try to bulk edit records.
When you verify the event viewer for issue log, you may observe “Message: INVALID_WRPC_TOKEN: Validate WRPC Token: WRPCTokenState=Invalid” .
Reason:-
- The fundamental problem is that CRM 2011 now expects additional parameters on the query string that contain a Token
Fix :-
- We can disable the CRM token checks via Registry change.
- Create a DWORD registry key named IgnoreTokenCheck under “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM” and set the value to 1,
- Recycle the CrmAppPool application pool for the change to take effect (or) restart machine
Steps to change the registry:-
- Open Registry Editor (Run -> regedit)
- Navigate to “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM” node
- Add a new Key “IgnoreTokenCheck” and set value to 1
- Refer below screen
Hope it helps 🙂
This actually answered my drawback, thanks!
Thanks this was a real life-saver. Where did you pick up this tip ?
Hi There,
Can you please help as this option is NOT working when used for the performance testing.
I am receiving this error on CRM 365 online. How to solve this?
Check if you have custom logic running on update (i.e., Plug-in/Real time workflows). To troubleshoot try updating individual record to narrow down the error.