I am trying to retrieve the Metadata about table/views and their columns in SAP Fieldglass using Azure Data Factory. I have a WEB activity retrieving token and another WEB activity calling BASE_URL$metadata URL using the token. The activity is failing to retrieve the metadata. The second WEB activity is failing with...
<Status>
<TransactionID>z2502071518487075872499e</TransactionID>
<ReturnCode>255</ReturnCode>
<Message>Illegal group reference</Message>
</Status>
I used Method: GET Authentication: None
Headers Authorization: Bearer @{activity('TEST_API').output.access_token} X-ApplicationKey: XXXXXXXXXX for the Second Web Activity.