Skip to content
Discussion options

You must be logged in to vote

Hi @Annawu0301 ,

Thanks for providing such detailed information. The error message "YWRtaW5Db2525zb2xl' Client(application) disable" is indeed the key here. This specific 403 error indicates that the default adminConsole client (application) used for accessing the Admin Console has been disabled.

This typically happens if the adminConsole client's status was changed to disabled.
Here's how to check and resolve it:
First, you can execute the following SQL query to check the current status of the adminConsole client in your database:

SQL
select * from tsmp_client tc where client_name ='adminConsole';

If theCLIENT_STATUSreturned in the query result is 2, then it confirms that this is indeed …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@echoari77
Comment options

Answer selected by TPIsoftwareOSPO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants