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

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:

Replies are listed 'Best First'.
Re^6: DBI connect is failing with Perl v5.16.3
by marto (Cardinal) on Apr 25, 2013 at 08:51 UTC

    "Error message is coming from RPC::PIClient"

    I know, I told you this yesterday. You said you forced installed this module and it's prerequsite, without finding out if there was a reason why they failed. You ignored my advice about addressing these problems, and you continue to have problems using modules which didn't install cleanly.

    You knew all this from the posts yesterday, and from the long conversation, yet you insist you're not wasting anyones time.