Enumaration value not present for new list in portal
Hello all,
We got a Request offering that has several MP Enumeration lists.
We just added a new list to the RO.
Restarting the cachebuilder effectively hows the new field within the RO on the portal, however the enumeration values for that list do not appear.
Simply restarting the cachebuilder doesn't seem to load these enumeration values into the servicemanagement database.
Do I need to run a command against the db to truncate a table to force it to do a complete sync off all enumartion values?
Thanks!
Best Answer
-
Brian_Wiest Customer Super IT Monkey ✭✭✭✭✭I learned the hard way.
The enumerations values are placed in the app pool when the server is booted. And the app pool recycle is set to ever 24 by default.
If you manually run a recycle it will reload the enumeration definitions and then show up on the portal.6
Answers
The enumerations values are placed in the app pool when the server is booted. And the app pool recycle is set to ever 24 by default.
If you manually run a recycle it will reload the enumeration definitions and then show up on the portal.
How do I correct this?