As of 6/19/23, many users started reporting script error messages as shown below. This error message would require clicking No 30 times to clear to get to the home screen. Then every time you navigate back, it would return again for 30 clicks. Unless you really like to click, see below for a fix.
The fix once you get to the home screen in GP is to click on Customize this page (see arrow below) and then in the Customize Home Page window uncheck the Connect option and click OK. This will remove the error for this user.
If you are a GP admin with SQL access, you can turn off the Connect section for all users with the script below. Note - if any user is on the home page in GP when you run the script, when they navigate off the home page or close GP it will reset to visible because it saves the current settings when leaving the page. This is best to run when everyone is out of GP - scheduling overnight may be a good option.
UPDATE [DYNAMICS].[dbo].[SY08100] SET Visible=0 WHERE SectionID=6
At some point if the website link is fixed, this error will go away but for now I'd recommend to leave the Connect option turned off.
Comments