This will save all loaded maps (even if there are no changes).  You
would need to call this page via a command line http get program like
CURL.  Using JavaScript would not pause the saving of maps.  JavaScript
is not processed until the info gets to the web browser and the ASP tags
are all processed by the server.  I have 23 maps with 600 host and don't
have any problems when I save all of my maps.

There is a IS_MAP_DIRTY statement that would let you save only maps with
changes, but it only works  when you are not running as a service.

Hope this helps you out.  

So do you copy from server A to B then restart server B?  Or how do you
get server B to see the changes?


<%include% StandardPageHeader.asp>
<title>Save All Maps</title>
</head>
<body>
<h3>Writing All Loaded Maps to Disk...</h3><hr>
    <%START_LOADED_MAP_LIST%>
        <%MAPSET% (WRITE_TO_DISK,1)>
        <%MAP% NAME><br>
        <%LOG_USER_EVENT% LOG_SAVED_MAP>
    <%END_LOADED_MAP_LIST%>
<%INCLUDE% StandardPageFooter.asp>
</body>
</html>

Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/

Reply via email to