I don't know if this will help, as I've only started playing with a cisco pix 515 firewall last month.
I have a mailserver behind the firewall, and I have to explicitly grant smtp access out from the mailserver before I can send and receive external mail. (And I thought out-bound traffic is...
A note to add on the 'sporadic' behaviour. Apparently, the first time I run the script (any script), the error doesn't come out. But there after, it keeps coming out.
Yes, I'm using DBI module, I've attached my function below.
sub queryDb {
my ($DSN,$DSNuser,$DSNpassword,$sql,@params) = @_;
my $dbh = DBI->connect($DSN,$DSNuser,$DSNpassword);
my $stmt=$dbh->prepare ($sql);
$stmt->execute(@params);
my @ans = $stmt->fetchrow_array;
$stmt->finish...
I keep getting the error, even though I'm very sure I disconnect properly. I have a function that connects, querys then disconnect and I always access the DB using that function.
I'm running ActivePerl (build 522) on Win2k with MS SQL 7, and velocigen. I'm not sure if it's a velocigen error...
I did, and the confusing part is, the script works if I run it from the command line when I logged on as the web user. But failed when running via the browser.
The directory of the 2nd machine where I'm suppose to create the folder under is set to allow access to everyone.
And the error in the...
I have a script that creates a folder on another PC in the same domain. When I run the script in dos mode, everything works fine. When I try to run it via a web page, it just couldn't create the folder, but it works if I'm creating it on the local machine.
I've configure the IIS web server to...
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.