Siebel Migration Application Rest API Calls Are Failing With Error 401 While Using Powershell Get-Credential for Authentication
(Doc ID 2815075.1)
Last updated on APRIL 04, 2025
Applies to:
Siebel CRM - Version 17.0 [IP2017] and laterInformation in this document applies to any platform.
Symptoms
When attempting to execute Migration REST requests from Powershell using Powershell's Get-Credential function for Authentication, the following error occurs:
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Open a powershell window.
2. Execute $cred = Get-Credential
3. Execute Invoke-WebRequest -Uri 'https://<AI_HOST>:<AI_PORT>/siebel/v1.0/<TARGET_REST_ENDPOINT>' -Credential $cred -Method GET
3. The error can be observed.
Changes
No changes were implemented.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |