in reply to Re: DBI connect is failing with Perl v5.16.3
in thread DBI connect is failing with Perl v5.16.3

"successfully installed DBI"

You already had DBI and the associated modules installed. We established this yesterday after much tortuous discussion. You've turned on tracing which has given you the same error and the same line number to look at as yesterday. Despite repeated advice you don't seem to have looked at the code Perl tells you is failing.

  • Comment on Re^2: DBI connect is failing with Perl v5.16.3

Replies are listed 'Best First'.
Re^3: DBI connect is failing with Perl v5.16.3
by prashantktyagi (Scribe) on Apr 25, 2013 at 08:06 UTC
    you don't seem to have looked at the code Perl tells you is failing.
    Can you tell me which code I should check ?

      If you read what you post, you already know where to look. We discussed this at length yesterday, you've ignored all the advice given. If you keep doing so you won't progress this issue.

        Error message is coming from RPC::PIClient , so I backup this module and put some debug statement at failure point ..this is what i got..
        $comm->Write($socket, [$app, $version, $user, $password]); print "write: $!\n"; $self->Debug("Waiting for server's response ..."); my $reply = $comm->Read($socket); print "read: $!\n";
        output:
        write: Inappropriate I/O control operation read: