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...
So heres the deal. I'm currently running a few stored procedures that take in some paramaters to execute some stuff, all is well and working. The problem is that this one new stored procedure I'm creating needs to return an output value, which I am, but I need to capture that value in ASP. I...
Here's the deal:
We have two main high speed DNS servers that all other machines will use to resolve names. When a name is not found we would like to forward the request to our leased line's DNS servers but it seems that you can't do that on a root server. Our primary DNS server is also our...
I'm trying to figure out how to insert a data object (file) into SQL, I think I'm suppose to use the Byte field but would my insert statement change. Any examples?
Thanks,
Ryan
tlbroadbent ... yes this does work but you have to be within the same session. I'm doing the transaction in .NET using a Reader so I need to find out that from the time you open the db connection to the time you close does it keep the same session regardless of how many commands you run. I'll...
I know I can perform a row lock during a statement but here is a more indepth question which is I need to be able to:
1: Execute a SQL statement, say a select using row lock and
then return those results and KEEP THE ROW LOCKED.
2: Do some radom task.
3: UNLOCK that row that I've locked.
My...
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.