How Do I Put the AgilePoint NX Portal in Maintenance Mode?
To put the AgilePoint NX Portal in maintenance mode, do the procedure in this topic.
Prerequisites
- AgilePoint NX Private Cloud.
- AgilePoint Service Account permissions on the AgilePoint Server machine.
Procedure
- Rename the file app_not_offline.htm to app_offline.htm.
- (Optional) To change the maintenance mode screen settings, in the file (NX Portal installation folder)
C:\Program Files\AgilePoint\AgilePointWebApplication\AgilePointPortal/web.config, do this procedure.
- To specify the length of the maintenance, change the value of this element:
<add key="ServiceMaintenanceLength" value="[Hours.Minutes]" />
- To specify the start of next scheduled maintenance to show on your portal,
change the value of this element:
<add key="NextMaintenanceDate" value="[yyyy-mm-dd HH:MM AM/PM" />
Example:
<add key="NextMaintenanceDate" value="2015-05-25 11:10 PM" />
- To specify the length of the maintenance, change the value of this element: