Nick Cipollina wrote:
> Here is the code I am trying to use:
>
> us1 = null   ;
> us1.HostPort = 7200;
> try
> {
> us1 =
> UniObjects.OpenSession("Server","LoginName","Password","uvAccount","uvcs
> ");
>
>
> It is compiling just fine, I am getting an error when I run it though.
> Any suggestions?

OK - it will compile, but the us1.HostPort = 7200 bit is doing absolutely
nothing.

The us1 returned by UniObjects.OpenSession is a new session with no
connection to the us1 with HostPort = 7200.  This came up last November on
the list, and IBM said that a fix would be available shortly:

http://article.gmane.org/gmane.comp.db.u2.general/30538/

Simon
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to