Booyah SquadiansOriginal post
Web Developer
I have a core database which I am able to update n work with easily
but that database has a relation with my 2nd database ( one way , one to one relationship)
and I am unable to update any settings on my 2nd database idk why
I'm unable to create indexes
unable to update permissions for the db
and I am again n again getting the following error :
Invalid document structure: Attribute "$tenant" has invalid type. Value must be a valid string and no longer than 36 chars
Summary
Issue: Unable to update the 2nd database linked to the core database due to an error "Invalid document structure: Attribute "$tenant" has invalid type."
Solution: The error is related to an attribute "$tenant" with an invalid type. Check the data type and length of this attribute to ensure it aligns with the requirements.