Hi,

You may come across below error screen when you try to bulk edit records.

Bulk Edit Error
Bulk Edit Error

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
IgnoreTokenCheck
IgnoreTokenCheck

Hope it helps 🙂

 

Advertisements
Advertisements

6 responses to “Unexpected error while bulk edit”

  1. Fatimah Hippler Avatar

    This actually answered my drawback, thanks!

  2. Charles Avatar

    Thanks this was a real life-saver. Where did you pick up this tip ?

  3. Sandy Avatar
    Sandy

    Hi There,

    Can you please help as this option is NOT working when used for the performance testing.

  4. Gowtham Talluri Avatar
    Gowtham Talluri

    I am receiving this error on CRM 365 online. How to solve this?

    1. Rajeev Pentyala Avatar

      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.

Leave a reply to Rajeev Pentyala Cancel reply