My Oracle Support Banner

Oracle Access Manager 11g R2PS3 (OAM 11.1.2.3): Help('fed') And IsFederationPartnerPresent('ABC','sp') Wlst Commands Are Not Working As Expected (Doc ID 2385271.1)

Last updated on MAY 24, 2022

Applies to:

Oracle Access Manager - Version 11.1.2.3.170718 and later
Information in this document applies to any platform.
Oracle is not responsible for instructions/information from 3rd party sites that may be contained in this KM note.

Symptoms

On : Oracle Access Manager 11g R2PS3 (OAM 11.1.2.3.170718) version, Federation


When attempting to run WLST commands like help('fed') and isFederationPartnerPresent('<PARTNER_NAME>','sp') . It is not returning appropriate results.

OAM has High availability configuration Host1 has AdminServer + one OAM managed server. Host2 has second OAM managed server. User get following error when he run WLST from second OAM managed server.

ERROR
-----------------------
wls> help('fed')
No help for fed found. Please try help() for available options.
wls> isFederationPartnerPresent('ABC','sp')
Traceback (innermost last):
File "", line 1, in ?
NameError: isFederationPartnerPresent
wls>

STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. $ cd <MIDDLEWARE_HOMNE>/Oracle_IAM1/common/bin/
$ ./wlst.sh
wls> domainRuntime()
wls> help('fed')
No help for fed found. Please try help() for available options.
wls> isFederationPartnerPresent('<PARTNER_NAME>','sp')
Traceback (innermost last):
File "", line 1, in ?
NameError: isFederationPartnerPresent
wls>

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
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.