Re: [U2] UniObject .NET Session and Common Block Bug

2009-10-11 Thread Hugh Yang
. ___ -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Hugh Yang Sent: Thursday, 8 October 2009 12:51 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] UniObject .NET Session and Common Block Bug Try

Re: [U2] UniObject .NET Session and Common Block Bug

2009-10-07 Thread Hugh Yang
Try ahsub1.Dispose(); after ahsub1.Call(); Regards Adrian Halid wrote: Hi All, I am trying to call 2 subroutines using the same session in UniObject .NET but have an issue when the second subroutine Inserts a larger common block. I call the first subroutine without any issues. But

[U2] Unknown Error [39202] Slave failed to give server the Go Ahead message

2009-07-06 Thread Hugh Yang
I try to use UODOTNET OpenSecureSession method to open a SSL secure session. I use self-sign certificate and get the following error message: IBM U2UODOTNET - UNICLIENTErrorCode=39202 Unknown Error 39202 Occurred at IBMU2.UODOTNET.UniObjects.OpenSecureSession(String hostname, Int32 port, String

[U2] UODOTNET with SSL

2009-06-17 Thread Hugh Yang
? Can I use UODOTNET.dll of UniData 7.1 to connect with UniData 7.2 server? Can I use UODOTNET.dll of UniData 7.2 to connect with UniData 7.1 server? Thanks Hugh Yang -- View this message in context: http://www.nabble.com/UODOTNET-with-SSL-tp24085311p24085311.html Sent from the U2 - Users

RE: [U2] concurrent connections on a pooled license

2008-11-17 Thread Hugh Yang
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hugh Yang Sent: 17 November 2008 05:44 To: u2-users@listserver.u2ug.org Subject: [U2] concurrent connections on a pooled license I am using UO.NET in an ASP.NET applicaion. The application currently uses one

[U2] concurrent connections on a pooled license

2008-11-16 Thread Hugh Yang
I am using UO.NET in an ASP.NET applicaion. The application currently uses one pooled license on Unidata. When the application runs a time consuming subroutine, the applicaiton is not able to process other subroutines and hanging until the subroutine is finished. It seems like that one pooled

[U2] UONET connection pool problem

2008-08-21 Thread Hugh Yang
I am using UniCommand to execute command on unidata server. When I set UniObjects.UOPooling = true;, I get the following error Unable to read data from the transport connection: A non-blocking socket operation could not be completed immediately.[IBM U2][UODOTNET - UNIRPC][ErrorCode=81009] The RPC

RE: [U2] UONET connection pool problem

2008-08-21 Thread Hugh Yang
it right - you may need to set up a pseudonym account for the non pooled ones - i.e. a windows shortcut or *nix link so that account.np actually is linked through to account. Rgds Symeon. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hugh