Skip to main content
Question

API Error Ora-20105 The directory id is not allowed to run the application

  • February 19, 2026
  • 0 replies
  • 2 views

Forum|alt.badge.img

I’m trying to test AccountSet (GET) API IFS Cloud Demo environment as follows. Im able to retrieve the bearer token using following IAM client but once I pass the bearer token to the API it gives me following error. Appreciate if you can help with resolving this error.

 

{

    "error": {

        "code": "DB_ACCESS_ERROR",

        "message": "Database access error. Contact administrator.",

        "details": [

            {

                "code": 20105,

                "message": "ORA-20105: Login.FUSRNULL: The directory id XXX is not allowed to run the application."

            }

        ]

    }

}