Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^5: DBI connect is failing with Perl v5.16.3

by prashantktyagi (Scribe)
on Apr 25, 2013 at 08:25 UTC ( [id://1030624]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1030624]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-23 08:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found