We currently have a 515e in place and use it for our normal firewall routines. We then have a second system that does some other network security (ID, bandwidth, etc). Is it possible to actually have the PIX give reports on bandwidth for each IP passing through it? Like through a syslog...
The normal error message which is the following:
The client could not establish a connection to the remote computer.
The most likely causes for this error are:
1) Remote connections might not be enabled at the remote computer.
2) The maximum number of connections was exceeded at the remote...
Terminal Services has been running fine on all of our servers then all of a sudden one server will not respond to any terminal server connection attempts. I get an immediate error that says this server might have 1 of 3 problems which it lists.
I've checked every configuration setting and all...
We just bought a new PIX515E for a part of our network. I'm trying to figure out how to log ALL traffic coming and going from EACH IP, we have a few thousand IPs, so that I can run a report at the end of the month and say something like "IP x.x.x.x transferred 2GB of total data (incoming...
I can't seen to get ASP to simply return something like so. Could you please help, I've been working at this from several angles but I can't seem to get it.
***************************
create proc getnextid as
declare @myid int
begin tran
select @myid = (select idvalue...
cmmrfrds, thanks for the reply. So is your last lines of:
pubCaseCount = cmd(3)
pubInvoiceCount = cmd(4)
actually storing the returned OUTPUT parameter? I'll try this and see if it works.
Thanks,
Ryan
I must be loosing my mind cause for the life of me I can't get this to work. Here's the deal ... I need to run a stored procedure that can also return a value but heck I can do that just fine, my issue comes when I want to run a stored procedure that takes normal AND output parameters, I can't...
I'm going to be getting a good deal on a slightly used PIX 515. How do I know that it is an unlimited version. All I know right now that it has v5.1 software and has 32mb of ram.
Thanks,
Ryan
Here's some snipits:
CREATE PROC CreateAccount
...
AS
DECLARE @WebAccountID INT
BEGIN TRAN
SELECT @WebAccountID =(SELECT TOP 1 WebAccountID FROM WebAccounts WHERE WebServerID <> (SELECT WebServerID from WebAccounts, Accounts WHERE Accounts.WebAccountID = WebAccounts.WebAccountID AND...
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.