Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DROFNUD
  • Content: Threads
  • Order by date
  1. DROFNUD

    Including a "count" filter in query.

    Hi, I have a table of products that includes column for "Model", "Colour" and "Size" etc. The customer wants to display a filter on the site where you can Tick a Colour and/or size and it displays the amount of records for each. Something like this: Products (27) Colour: - Red (15) - Blue (8)...
  2. DROFNUD

    Smartcenter Dashboard - Searching for "Any" keyword

    Our new security manager wanted a list of all rules that use the keyword "Any" in them. As there are 500+ rules, I could simply go through them but I found an easier way. In Smartdashboard the query syntax "includeany" can be used to find the keyword "Any", but it needs to be used with a source...
  3. DROFNUD

    Migrating Layer 2 network to VRF

    Hi, We are in the process of merging a couple of networks into one and using VRF's to separate the client zones. The core is a pair of Nexus 5762's with Fabric extenders and we are moving connections from a 6500 over to it. My question is in regards to Client VLANS. Currently we have a Data...
  4. DROFNUD

    Routing issue over dual path firewall...

    I have an issue that I cannot find a solution for, so I thought I would post here. The scenario: Data center #1: Two IP560 firewalls. Interface eth-s1p1c0 configured on both devices with 28 bit mask. VRRP configured. Data center #2: Two IP297 firewalls. Interface eths1c0 configured on both...
  5. DROFNUD

    INTERNET object

    Hi, Until now, we've been Negating All_Internal_Networks group in the rulebase to refer to the internet, however you cannot negate a NAT rule... So I have created an INTERNET group that contains the following IP-range objects: Internet_Addressing1 = 0.0.0.1 to 9.255.255.255...
  6. DROFNUD

    WSC Shell Extension

    Hi, Does anyone know if WSC can be used to implement Shell Extensions using IDropTarget, IPropertySheet etc? These are COM handlers and WSC has a COM interface so I cannot see any reason why it couldn't, however I've done a lot of searching and cannot find any examples. Previously I've only...
  7. DROFNUD

    SET amount=(SELECT COUNT... problem..

    I think I'm approaching this problem wrong; I simply want to update the count of records in one table with the number of records in another. TABLE1: ID, amount TABLE2: ID, rec I've tried... UPDATE table1 SET amount=(SELECT COUNT(rec) FROM table2 WHERE table1.id=table2.rec); and I tried...
  8. DROFNUD

    NT4 to NT4 Trusts

    It's been a while since I created an NT4 trust, I just need to run this by some-one cos I'm stuck. Domain CL needs to Trust domain FD. I have added the following to LMHOSTS (yuk) on CL01 (PDC for CL domain) Making sure the domain name and spaces add up to 15 chars in the second lines...
  9. DROFNUD

    Does FLOOR() function in shapesheet use inches?

    Hi. re: Visio 2000 In a shapesheet the formula "=ThePage!PageWidth" gives 297mm as expected, but "=FLOOR(ThePage!PageWidth)" gives 279.4mm. I've been a programmer for more years than I like to remember and I thought FLOOR() of an integer returns that very same integer. Nevertheless: I tried...
  10. DROFNUD

    Is it possible to script the first-time setup of Outlook during login?

    Is it possible to script the first-time setup of Outlook? You know, the bit where it asks for your mail server, name, shoe size etc, after trying to open Outlook for the first time after login to a new or different PC. I can't imagine it would be that difficult, but I havn't a clue where to...
  11. DROFNUD

    Multipage layer visibility doesn't work - Arggghh!

    I have the following macro in Visio 2002. I have placed an object on each page so that when I double click it, the detail in the document are hidden or shown, allowing a technical, and non-technical viewpoints. The problem is: When you hide all the page layers, the objects on the active page...
  12. DROFNUD

    Using Includes in VBS - IT CAN BE DONE

    We've all wanted to be able to have script that says: if <condition> then INCLUDE XYZ.inc else INCLUDE ABC.inc end if WELL NOW YOU CAN, and it works in ASP too. Watch out though. If you get a VBS (or ASP) error, the line numbers do not tally up to where the problem really is...
  13. DROFNUD

    How to detect line failure when interface is Up-Up..

    We had a situation this morning where a WAN link failed but the router interfaces at both ends remained UP-UP. HP Openview did not notice the link had gone down. We only noticed because the secondary connection to the office began to route large amounts of traffic. The supplier network between...
  14. DROFNUD

    What failure brings down whole LAN including routers?

    Last week we had a good one. Can anyone suggest a reason: The network at the office I am in is a switched LAN, with two or three hubs. There is a router connecting it to the WAN. Pretty straight forward. Last week the entire network went down. Workstations couln't talk to local servers, and...
  15. DROFNUD

    Power supply emmissions

    We have a computer room situated in an Air-Sealed room at one of our sites. Working in there even with the door open gives us a headache. What emmissions come out of PSU's on Compaq Servers - Or any other device? I need to know for Health and Safety reasons. Thanks in advance, Simon,
  16. DROFNUD

    No permissions to address book views

    Environment: Exchange 5.5, Service pack 4. Heuristics bit set to 0 When adding a new address book view, we have 1 account that can perform the task, even the Exchange service account does not have permissions. We are unable to add permissions to the address book view, and unable to modify...
  17. DROFNUD

    Exchange 5.5 GAL replication over X400

    re: Exchange 5.5, X400 Connector, Global Address Book, and Directory Replicator I have set up a directory Replicator connector over an X400 link, but can only see the Configuration container in the remote site (It is Empty too). Can anyone give me a hint of what I might have missed? My aim...
  18. DROFNUD

    Can I use &lt;OBJECT&gt; for own classes?

    If I have defined a class in an ASP file, can I reference it as an object in my Global.asa? eg. I want a page class to be accessable anywhere without including it. I usually do <!--#include file=&quot;clsPage.asp&quot;--> in each page, and oPage = new clsPage to create the object, but this...
  19. DROFNUD

    Getting Servers not Computers using ADSI and VBS

    In VBS using ADSI and this code: Set ou = getObject( &quot;WinNT://&quot; & DOMAIN ) ou.filter = &quot;Computer&quot; for each computer in ou ... next I can use the filter to extract computers from a domain. Hw do I tell the difference between Servers and Workstations, or...
  20. DROFNUD

    Can you use WSH to rename a shortcut but leave filename the same?

    Basically I want to create a shortcut, with a filename that I can locate later for cleanup purposes, but with a different display name under explorer. Using the script below, I get an Icon called RRDB1, whereas I would have liked it to be called &quot;Master Database&quot;. The description...

Part and Inventory Search

Back
Top