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)...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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,
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...
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...
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="clsPage.asp"--> in each page, and oPage = new clsPage to create the object, but this...
In VBS using ADSI and this code:
Set ou = getObject( "WinNT://" & DOMAIN )
ou.filter = "Computer"
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...
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 "Master Database". The description...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.