web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Nishant Rana’s Weblog / 0x80041102 -the entity with...

0x80041102 -the entity with ObjectTypeCode = 4408 was not found in the Metadata Cache. Platform

Nishant Rana Profile Picture Nishant Rana 11,325 Microsoft Employee
I was receiving this error while I was using the tool JSExportFromCRM – a useful tool to backup javascripts for CRM.
While looking for the same the solution I found was this
First I ran this query
SELECT * from entity WHERE objecttypecode = 4408
It returned nothing
Than I ran the following query and it

select * from organizationuibase where ObjectTypeCode = 4408

returned a row.

So ran the following query (i.e deleted that entry)

Delete from organizationuibase where ObjectTypeCode = 4408

And than again run the tool and it worked properly!!

Bye



This was originally posted here.

Comments

*This post is locked for comments