Hello GP Community!
Update: The Intelligent Cloud Insights have been reworked, and the issue below should be resolved! The Windows Update freezing is still an issue, and can be found below the line.
We have recently come across reports of GP freezing either intermittently, or any time someone attempts to print (even to PDF).
To start with, let’s deal with the intermittent freezing.
This problem is caused by a recent change to the Intelligent Cloud Insights link. This change has caused issues with some users depending on if they were logged into BC, and what settings they use. We are working on a comprehensive fix, but in the meantime all other homepages should work. You can swap to the default homepage by clicking on the ‘Username’s Home’ option on the homepage. I am logged in as sa below:
If you have multiple users setup to use the Intelligent Cloud Insights page, you can swap them all using the following script. We recommend you do this when everyone is out of GP. We also always recommend creating a SQL backup prior to running any SQL scripts.
Update DYNAMICS..SY08100 set Visible = 0 where SectionID = 2 and DICTID = 0 and SEQNUMBR = 1
This should resolve the intermittent issue.
Next, if your issue continues, or only occurs while printing (even to PDF), check your Windows Updates.
Here is how to check, and resolve this issue:
- Log onto the workstation having the issue (if using RDS/RemoteApp, you will want to check the Workstation AND Remote server)
- Click the Windows button and search for “About Your PC”, click on the option that appears:
- On this screen is a section named Windows Specifications, you will want to take note of the Version. In my example I am on Version 1909.
- Open a Browser and go to https://docs.microsoft.com/en-us/windows/release-information/
- On the left side of the screen, find the version from step 3, expand it, and select the Resolved issues area page
- Scroll down and find (or use your Browser’s Find functionality) the issue noted as ‘Print spooler might error or close unexpectedly when attempting to print’
- To the right of this will be two columns, the first is the KB that caused this issue, and the second will be KB that can help resolve the issue:
*This post is locked for comments