Cache builder not starting after upgrade
i have just upgraded pur test servers to the latest version, but now i get this error when i try to start the cache builder:
Service cannot be started. System.NullReferenceException: Object reference not set to an instance of an object.
Any ideas to what is wrong?
This is the current version number from the portal:
Best Answer
-
john_doyle Cireson Support Ninja IT Monkey ✭✭✭✭There is an issue with the 8.2 installer. Launch the Cireson Setup on the server again and when the splash screen appears, hit Browse Installer Files. That will open the file explorer. Go to InstallationFiles > DBScripts and open PopulateDefaultSettingsItem.sql with a text editor.
Change line 88 so that it reads:
(N'DefaultChangeRequestTemplate', 0, N'StandardChangeRequest'),
Save the file, and go back to the installer and complete the installation. You should just need to enter the passwords again.
5
Answers
Hi.
I have the exact same issue with the Cache Builder after upgrade. Nothing is added to the log-file either.
//Peter
Enter a valid group for the setting called: AnnouncementManagerADGroup
Then save this page. You should then be able to restart cache builder and it should run successfully.
Should there be?
Change line 88 so that it reads:
(N'DefaultChangeRequestTemplate', 0, N'StandardChangeRequest'),
Save the file, and go back to the installer and complete the installation. You should just need to enter the passwords again.
That did the tricks.