Every Sunday we have our maintenance window from 2AM -10AM. During this time the SA4500 we use will allow logins, but the resources that are behind it are not available. This causes errors to be displayed, which in turn generates help desk calls. Is it possible to allow the login but during that window display an alternate home page saying the system was down for maintenance? If not possible, are there any other options?
Solved! Go to Solution.
Well - the easiest way to do this would be to create a custom role. Have this role be assigned based a custom expression that you would create using "time of day login" - do a stop processing after the role is assigned. Then in the role direct them to a custom home page, or just do a notification message saying "not available" or whatever.
Very easy - let me know if you need help with the custom expression.
Well - the easiest way to do this would be to create a custom role. Have this role be assigned based a custom expression that you would create using "time of day login" - do a stop processing after the role is assigned. Then in the role direct them to a custom home page, or just do a notification message saying "not available" or whatever.
Very easy - let me know if you need help with the custom expression.
Cool!
I have created a role called Maintenance and an auth realm that maps it if loginTime.dayOfWeek = 0 AND loginTime = (01:45 TO 10:00). I created a Web ACL for that role's start page which is a static .htm page on an internal apache server. Thanks for your help!
Mark