Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jbajin

    Sybase DBD issue

    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.
  2. Jbajin

    Problem with Oracle DBD.

    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...
  3. Jbajin

    unix and sendmail

    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...

Part and Inventory Search

Back
Top