[U2] OpenSession throwing 81011 error

2010-04-05 Thread Charles Carroll
UniSession us = null;
try
{
// us = UniObjects.OpenSession(10.10.10.10,
userid, password, TALK2UDT,ud);
us = UniObjects.OpenSession(10.10.10.10, userid,
password, TALK2UDT);

}


SocketException caught!!!SystemNo such host is known[IBM U2][UODOTNET
- UNIRPC][ErrorCode=81011] The host name is not valid, or the host is
not responding Source: UniRPCConnection Class Method: Void
set_Host(System.String)   at
IBMU2.UODOTNET.UniRPCConnection.set_Host(String value)
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] OpenSession throwing 81011 error

2010-04-05 Thread Symeon Breen
Is unirpcd licenced and running on the u2 server ?   also try putting the
full path to the u2 account instead of just TALK2UDT.






-Original Message-

From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Carroll
Sent: 05 April 2010 15:16
To: u2-users@listserver.u2ug.org
Subject: [U2] OpenSession throwing 81011 error

UniSession us = null;
try
{
// us = UniObjects.OpenSession(10.10.10.10,
userid, password, TALK2UDT,ud);
us = UniObjects.OpenSession(10.10.10.10, userid,
password, TALK2UDT);

}


SocketException caught!!!SystemNo such host is known[IBM U2][UODOTNET
- UNIRPC][ErrorCode=81011] The host name is not valid, or the host is
not responding Source: UniRPCConnection Class Method: Void
set_Host(System.String)   at
IBMU2.UODOTNET.UniRPCConnection.set_Host(String value)
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] OpenSession throwing 81011 error

2010-04-05 Thread doug chanco
Also have you tried pinging the IP to make sure its valid and can be 
accessed?  Are you running any kind of firewall on the system you are 
trying to access?


dougc

Symeon Breen wrote:

Is unirpcd licenced and running on the u2 server ?   also try putting the
full path to the u2 account instead of just TALK2UDT.






-Original Message-

From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Carroll
Sent: 05 April 2010 15:16
To: u2-users@listserver.u2ug.org
Subject: [U2] OpenSession throwing 81011 error

UniSession us = null;
try
{
// us = UniObjects.OpenSession(10.10.10.10,
userid, password, TALK2UDT,ud);
us = UniObjects.OpenSession(10.10.10.10, userid,
password, TALK2UDT);

}


SocketException caught!!!SystemNo such host is known[IBM U2][UODOTNET
- UNIRPC][ErrorCode=81011] The host name is not valid, or the host is
not responding Source: UniRPCConnection Class Method: Void
set_Host(System.String)   at
IBMU2.UODOTNET.UniRPCConnection.set_Host(String value)
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
  


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] OpenSession throwing 81011 error

2010-04-05 Thread Charles Carroll
I am getting closer. I connect sometimes and not others. When I have
consistent behavior I will get back to the group.

On Mon, Apr 5, 2010 at 2:32 PM, doug chanco d...@chancofamily.com wrote:
 Also have you tried pinging the IP to make sure its valid and can be
 accessed?  Are you running any kind of firewall on the system you are trying
 to access?

 dougc

 Symeon Breen wrote:

 Is unirpcd licenced and running on the u2 server ?   also try putting the
 full path to the u2 account instead of just TALK2UDT.






 -Original Message-

 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Carroll
 Sent: 05 April 2010 15:16
 To: u2-users@listserver.u2ug.org
 Subject: [U2] OpenSession throwing 81011 error

            UniSession us = null;
            try
            {
                // us = UniObjects.OpenSession(10.10.10.10,
 userid, password, TALK2UDT,ud);
                us = UniObjects.OpenSession(10.10.10.10, userid,
 password, TALK2UDT);

            }


 SocketException caught!!!SystemNo such host is known[IBM U2][UODOTNET
 - UNIRPC][ErrorCode=81011] The host name is not valid, or the host is
 not responding Source: UniRPCConnection Class Method: Void
 set_Host(System.String)   at
 IBMU2.UODOTNET.UniRPCConnection.set_Host(String value)
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users


 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] OpenSession throwing 81011 error

2010-04-05 Thread Boydell, Stuart
Charles,
At least with UV, I'm pretty sure that the host name/ip needs to be registered 
in either DNS or the etc\hosts file of the client.
Stuart Boydell

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Carroll
Sent: Tuesday, 6 April 2010 00:16
To: u2-users@listserver.u2ug.org
Subject: [U2] OpenSession throwing 81011 error

UniSession us = null;
try
{
// us = UniObjects.OpenSession(10.10.10.10,
userid, password, TALK2UDT,ud);
us = UniObjects.OpenSession(10.10.10.10, userid,
password, TALK2UDT);

}


SocketException caught!!!SystemNo such host is known[IBM U2][UODOTNET
- UNIRPC][ErrorCode=81011] The host name is not valid, or the host is
not responding Source: UniRPCConnection Class Method: Void
set_Host(System.String)   at
IBMU2.UODOTNET.UniRPCConnection.set_Host(String value)
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] OpenSession throwing 81011 error

2010-04-05 Thread Charles Carroll
I am connecting fine now. Thanks everyone for your input.

They just gave me bad session info.

On Mon, Apr 5, 2010 at 5:20 PM, Boydell, Stuart
stuart.boyd...@spotless.com.au wrote:
 Charles,
 At least with UV, I'm pretty sure that the host name/ip needs to be 
 registered in either DNS or the etc\hosts file of the client.
 Stuart Boydell

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org 
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Carroll
 Sent: Tuesday, 6 April 2010 00:16
 To: u2-users@listserver.u2ug.org
 Subject: [U2] OpenSession throwing 81011 error

            UniSession us = null;
            try
            {
                // us = UniObjects.OpenSession(10.10.10.10,
 userid, password, TALK2UDT,ud);
                us = UniObjects.OpenSession(10.10.10.10, userid,
 password, TALK2UDT);

            }


 SocketException caught!!!SystemNo such host is known[IBM U2][UODOTNET
 - UNIRPC][ErrorCode=81011] The host name is not valid, or the host is
 not responding Source: UniRPCConnection Class Method: Void
 set_Host(System.String)   at
 IBMU2.UODOTNET.UniRPCConnection.set_Host(String value)
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users