We recently created a new Data Entity (with the respective Staging Tables, Views and Queries) for BYOD Export purposes.
Even though everything was working fine on a development environment, I get an error on my test / QA environment, like the one below:
The required data encryption certificate was not found when trying to edit the Source data formats table and the EntityStoreConnectionString field. Please add a valid certificate.
Microsoft.Dynamics.Ax.Xpp.Security.CryptoEncryptionException: Encryption error occured with exception: Microsoft.Dynamics.AX.Configuration.CertificateHandler.NoCertificateFoundException: No certificate found for id '7F275EBD1B329EAD4EF1A83B3DD8CF17C617F9F1'.
I tried to search online but most certification errors are caused by Database issues, not because of newly created entities.
Is there a way to refresh the certificates online (via D365) in order to fix this problem?