Gauraav
Occasional contributor
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Feb 27, 2021
07:12 PM
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

Flexera
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 01, 2021
08:40 AM
Re: Unable to Access App Broker Admin TAB with Any User Account
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.