Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

FDMEE Rest API establish connection error

edited Aug 1, 2024 6:43AM in EPM Platform and Freeform 1 comment

Hello there!

We have FDM (on-prem) batch rules running via rest API but suddenly could no longer establish connection and encountered "Authorization Header missing" error.


How to troubleshoot this type of error? we tried to run postman and failed to send a request.

Is there other way to check if the link /aif/rest/v1/jobs is active?

here is the snippet of the PowerShell script. Note that there are no changes with the code (for years) except for the quarterly password change.

#HTTP Basic Authorization. Contains encrypted username and password.
$headers = @{Authorization = 'Basic #########';}

#set parameter values
$jobName = $args[0]

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!