I get around the loaded maps list with a username that only has access to
the one map. Once I moved it outside of the device list it works fine. Now
all I need is to be able to get the setting of the up dependency to work via
the ASP and I should just about have what IPSWITCH should have had in the
first place. The ability to change any field on all devices to the samething
on a map. Usefull in my case where the Notes, Info2, Alerts, Dependencies
are mostly the same for all devices within the map.
Thanks for you help on this.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jeff Cook
Sent: Wednesday, July 28, 2004 12:16 PM
To: List-WhatsUpGold (E-mail)
Subject: RE: [WhatsUp Forum] weird behavior


It is also in a loaded maps list.  So I would create one for every device on
all loaded maps.  Is that closer to the right number?  If that is the case,
the issue may be in your if statement.    I would start by removing the
device list.  Then replacing deviceset with %MAP% NAME.  That way you can
see how many it wants to create and on what map.  

Jeff Cook
Network Administrator
Whatcom Educational Credit Union

-----Original Message-----
From: Glatt, Robert [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 28, 2004 5:32 AM
To: Jeff Cook
Subject: RE: [WhatsUp Forum] wierd behavior


that is what i first thought. But, I only have 10 items on the map and it
makes alot more than that. But, I will try and re-arrange the code a bit and
see what happens.

-----Original Message-----
From: Jeff Cook [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 27, 2004 5:09 PM
To: Glatt, Robert; [EMAIL PROTECTED]
Subject: RE: [WhatsUp Forum] wierd behavior


You have it inside a devicelist, so it will do it for every device on the
map.

-----Original Message-----
   >From: "Glatt, Robert" <[EMAIL PROTECTED]>
   >Sent: 7/23/04 1:16:27 PM
   >To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
   >Subject: [WhatsUp Forum] wierd behavior
   >
   >!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   >I am attempting to use ASP pages to help populate newly created maps.
The
   >idea is to discover the network. Name the map then run the ASP page
which
   >would put in the common data on all devices. That part works fine. I
also
   >want to have the ASP add a wan router to the map with the standard
   >information. So, I tried the following. I got hundreds of new devices
before
   >i managed to stop. Anyone have any clue as to why it didn't do what I
   >expected? which is add just one device.
   >
   >
   >
   ><html>
   ><head>
   >    <%include% StandardPageHeader.asp>
   >
   ><title>Host Listing</title>
   ><META http-equiv="REFRESH" content="6000">
   ></head>
   >
   >
   > <%IF% ( %MATCH% (%USER% USER_NAME , "abc"))>
   >
   >    <%START_LOADED_MAP_LIST%>  
   >            <%START_DEVICE_LIST%>
   >            <%IF% ( %MATCH% (%MAP% NAME, "mymap"))>
   ><%DEVICESET% (NEW_DEVICE, abc123)>
   ><%DEVICESET% (IP_Address,123.456.123.789)>
   ><%DEVICESET% (HOST_TYPE, Router)>
   >            
   >            <%ENDIF%>       
   >            <%END_DEVICE_LIST%>
   >    <%END_LOADED_MAP_LIST%>  
   ><%ELSE%>
   >
   >Sorry <%USER% USER_NAME>  you are not authorized to view this page
   ><%ENDIF%>
   >
   >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/

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/

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