cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to Access App Broker Admin TAB with Any User Account

Team,

I am using App Broker 2020 R1 and I can access ESD site.

But, I am Unable to Access App Broker Admin TAB with Any User Account.

I have executed below SQL query

Delete from WD_NodeSecurity

and reset IIS.

when I click on Admin TAB on portal, I am getting an error

Unexpected Error

 

(1) Reply
CharlesW
By Level 12 Flexeran
Level 12 Flexeran

If you have removed admin security by deleting the rows in WD_NodeSecurity  and you can still not access the admin site, then I can only think of one other thing which could cause the behavior. In this case, try running the following query to see if this resolves the issue:

truncate table WD_ErrorLog

A large number of rows in this table can cause timeouts when accessing the admin site, and cleaning up the table resolves this.