Huy DQ
Huy DQ

Reputation: 131

Dynamics CRM - Have to uninstall and install Profiler many times to debug in Plugin Registration Tool

I got into a trouble that my Replay Plug-in Execution never retrieved new log after the first time.

Here are my current step to debug my plugin:

  1. Install Profiler
  2. Open Step to Start Profiling enter image description here
  3. Open CRM and update field
  4. Back to Plugin Registration Tool --> Debug enter image description here
  5. Select Profile from CRM enter image description here
  6. Back CRM again and update field
  7. Back to Plugin Registration Tool --> Debug
  8. Nothing update from the log

I then tried to reinstall Profiler and I can only debug with the first update in CRM.

It takes me a lot of time for that and I don't have any clue to fix it.

Thus, it would be great if you could help me address the problem :-)

Upvotes: 2

Views: 1781

Answers (1)

AnkUser
AnkUser

Reputation: 5531

This happens because entity plugin profile can hold only 100 records. Now go to crm advanced find and search for entity plugin profile, delete old record and may be keep just 10-20 reocrds. Now log into plugin registration tool agin refresh your environment and you will see the latest profiled log to select.

Upvotes: 3

Related Questions