Applies To
Product(s): ArcherVersion(s): All VersionsPrimary Deployment: On Premises
Description
After migrating Archer Instance Database and file repository from one environment to another, icons such as the minimize/expand arrows, the help text icon, and the required field asterisk, are missing from the user interface.
0EMVM00000B8ewP.jpg 0EMVM00000B8g3l.png
Cause
A browser trace will show the affected icons calling BackgroundImageGenerator.axd:
0EMVM00000B8jHl.pngThe w3wp logs show an error message that the component registration is invalid:
<Message> BackgroundImageGenerator exception: Instance: TEST
<Source />
<StackTrace />
<InnerException>
<Message>The component registration is invalid.
<Source>ArcherTech.web</Source>
At ArcherTech.Web.HttpHandlers.BackgroundImageGenerator.HandleRequest(HttpContext context) at ArcherTech.Web.HttpHandlers.BackgroundImageGenerator.ProcessRequest(HttpContext context)
Resolution
Recycling the Application Pool in Internet Information Services (IIS) will resolve this issue:
- Open Internet Information Services (IIS) Manager
- In the Connections pane, expand the server name, and then click Application Pools.
- In the Application Pools pane, Right Click the Application pool and choose Recycle.
0EMVM00000B8tAf.png