Dynamics CRM 365 free online trial

dynamics-365

Click here and create Dynamics CRM 365 30-days trial version.

Error: The requested record was not found or you do not have sufficient permissions to view it

Got the below error when I am trying to import a Managed Solution containing Workflows and Actions.

I am using CRM 2013 SP1 UR2.

Error:

The requested record was not found or you do not have sufficient permissions to view it

&

sdkmessage With Id = {} Does Not Exist

It was a bug in CRM 2013.

Resolution:

Deleted the existing Workflows Solution and Imported the latest Workflow Solution.

It worked 🙂

Note: Please take a CRM database backup before deleting workflows solution.

 

An error occurred while trying to add the report to Microsoft Dynamics CRM. Try adding the report again in CRM 2013

Got this Report error, when I was importing a Managed Solution contains a report to an organization.

report-error

Later I opened the report and found that there was a problem with the expression.

The problem is,

I have used “=TOday()” (Capital letter O’, instead of small letter ‘o’) in an expression.

report-error-1

Updated the expression “=Today()” and uploaded the Report rdl file.

Took the latest Managed Solution with the latest rdl file and solution imported successfully.

Issue resolved. Hope this helps 🙂

Generic SQL Error while uninstalling Managed Solution

Got Generic SQL Error issue, while uninstalling the Managed Solution.

As the Message is generic, I opened “Event Viewer”(Below is the error) in the CRM Server for the Application Logs and found that there is no enough space in the C drive (I have installed SQL in C Drive).

generic-sql-error

So, removed unnecessary files from C drive and freed up the space and tried to delete Managed solution, it was removed from the CRM Organization.

Hope this helps 🙂