in reply to Re: PER DBI gives selectrow_array error
in thread PER DBI gives selectrow_array error

Its a nagios check from the beginning and it seems like it works all over the World. Its just with this server. Could it be a timeout error?
  • Comment on Re^2: PER DBI gives selectrow_array error

Replies are listed 'Best First'.
Re^3: PER DBI gives selectrow_array error
by roboticus (Chancellor) on Jan 11, 2013 at 13:50 UTC

    tellblom:

    It could be a timeout error, a firewall error, database driver configuration error, or many other things. If you check your opens and prepare statements for errors and print the error message(s), you'll narrow things down a good bit.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

Re^3: PER DBI gives selectrow_array error
by marto (Cardinal) on Jan 11, 2013 at 11:56 UTC

    Can you connect to the service on this problematic target server using another tool on the server on which the script is failing? Have you enabled error checking/debugging/tracing to find out what's failing?