I need to Import Json Data from REST Api (BMC Discovery) into SQL Server Table.
A local connection with a token and execution from Visual Studio works perfectly.
But once deployed on the SQL server, my package returns the error 401 "Unauthorized".
It looks like the credentials of the REST API user or token are not being passed on and SQL Server failed to authenticate the request.
Given is SQL Server Version/Build: 13.0.4604.0.
SQL Server executionaccount is a default technical local account.
Help me please to resolve this
Many thanks in advance
Irina
question from:
https://stackoverflow.com/questions/65888913/ms-ssis-import-data-from-rest-api-into-sql-table-error-401-unauthorized-by 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…