In our production environment, we have enabled Sharepoint document integration for a few entities (accounts, contacts,...).
It happened now twice (yesterday and today) that after importing a managed solution (through Power Platform Pipelines), the document integration for the Contacts table was disabled (other tables had it still enabled). When I tried (after the first time) to re-enable it, I got an error:
<errorlog><sites>
<site>
<url>https://xxxxxxxxxx.sharepoint.com/sites/xxxx</url>
<exception>The remote server returned an error: (401) Unauthorized.</exception>
<errorcode>-2147088204</errorcode>
<correlation>2bcb2b37-276e-4dfe-9b11-e75b90f10583</correlation>
</site>
</sites></errorlog>
I am a full (global) admin with all rights in the environment and sharepoint...
The next morning, I tried it again, and no error came up and I could re-enable it without any problem.
Then, later today, we imported a new version of the same managed solution (also through Pipelines), and the sharepoint integration was disabled again, again only for the Contacts table. Until now, when trying to re-enable it, I get the same error message again... Hopefully, tomorrow morning I can (magicaly) re-enable it again...
Does anyone knows why it is disabled in the first place, and why I get a (temporary) error message when trying to reenable it... ?
Up until yesterday, we did not have this issue; but up until then, we used the manual process (export from DEV and import to PROD using a solution zip file) instead of pipelines... Is there difference in both methods that could cause this behaviour?