Hi Team
I am trying to create Linked service for Microsoft Access database using dynamic connection string where i am passing connection string value through parameter, test connection working fine but I am getting following error while saving the linked service..
Failed to encrypt sub-resource payload { "Id": "/subscriptions/bvdfvbdfbv773844fvvvvdf/resourceGroups/test-resourcegroup/providers/Microsoft.DataFactory/factories/poc-msaccess/linkedservices/access_db", "Name": "access_db", "Properties": { "parameters": { "file_path": { "type": "String", "defaultValue": "Driver={Microsoft Access Driver (*.mdb, *.accdb)};Dbq=C:\Users\aaaaa\Downloads\ms_access_files\demo.accdb;" } }, "annotations": [], "type": "MicrosoftAccess", "typeProperties": { "connectionString": "", "authenticationType": "", "userName": "", "password": "" }, "connectVia": { "referenceName": "onprem-ir", "type": "IntegrationRuntimeReference" } } } and error is: Failed to encrypted linked service credentials on self-hosted IR 'onprem-ir', reason is: InternalServerError, error message is: Internal Server Error..
I am stuck on this issue from many weeks. Any help with this issue will be highly appreciated.
Thanks,
Dinesh