Just a guess, since I know little of .NET...  but could some one have gotten 
into the UV account and altered the entries in the UV.ACCOUNT file?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of George Smith
Sent: Friday, November 04, 2005 9:30 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UODOTNET Connection Error


I have an XP client connecting to a 2003 Server running Unidata 7.1. The
following was working about

Aa month ago, in fact I have never had any problem connecting to the
server. This program (IBM's example program) worked in the past now I am
getting the following error trying to connect to the Demo account..



[IBM U2][UODOTNET - UNICLIENT][ErrorCode=39129] The account name
supplied is not a valid account

It blows up on the

  // get session object

  uniSession = UniObjects.OpenSession(_u2Server, _u2User, _u2Password,
_u2Account, "udcs");



I can still telnet to the server .  The UniAdmin java program works
also.



Anyone tell me what to do.

Thanks in advance.



grs





Code info below:



<add key="u2Server"      value="DELL330" />

<add key="u2User"        value="administrator"/>

<add key="u2Password"    value="HPDDS1"/>

<add key="u2Account"     value="Demo"/>





_u2Server   = ConfigurationSettings.AppSettings.Get("u2Server");

_u2User     = ConfigurationSettings.AppSettings.Get("u2User");

_u2Password = ConfigurationSettings.AppSettings.Get("u2Password");

_u2Account  = ConfigurationSettings.AppSettings.Get("u2Account");



>From Main

UniSession uniSession = null;



try

{

  // get session object

  uniSession = UniObjects.OpenSession(_u2Server, _u2User, _u2Password,
_u2Account, "udcs");

}

catch(Exception e)

{

  if(uniSession != null && uniSession.IsActive)

 ...                       {
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to