I would make sure that on that other box, that Sybase is available. The other issue is that you might not be pointing to the correct Database.
See if you can manually log in say using ISQL and see if you get the exact same thing. Hope that helps.
Have you tried sqlplus from the solaris box to the machine. Also in your code
#perform the database connection
$dbh = DBI->connect("dbi:Oracle:ORACLE","scott", "tiger", {
PrintError => 0,
RaiseError => 1
} );
You have the db name different than...
Jun 11 08:25:53 gmcc sendmail[885]: NOQUEUE: SYSERR(www): /ect/mail/sendmail.cf: line 0: cannot open: No such file or directory
You have the wrong Directory.. Look it says /ect instead of /etc
It looks like something is actually setup wrong with sendmail. you might want to take a look at your...
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.