Home > Archive > EAserver > December 2005 > error SSL in PowerBuilder client, SetGlobalProperty returns -10









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author error SSL in PowerBuilder client, SetGlobalProperty returns -10
Maxim

2005-12-14, 7:24 am

Hi everybody! I test code to connect through IIOPS from PB client, any of
SetGlobalProperty or GetGlobalProperty returns -10.
EAS client runtimes files are installed.
EAS5.0 and client PB9.0.2 runs under win2000SP4 professional

int rc
SSLServiceProvider sp
GetContextService( "SSLServiceProvider", sp )

rc = sp.SetGlobalProperty("..",ls_val)
rc = sp.GetGlobalProperty("",ls_array )

//the follow connection is refused
this.Application = ls_appl
this.Driver = "jaguar"
this.UserID = lower(ls_logid)
this.Password = ls_password
this.Location = "iiops://" + ls_server + ":9001"
---
Please, any help would greatly appreciate..


Alexander Pire

2005-12-21, 8:25 pm

Check this:
JAGUAR_CLIENT_ROOT: Path to you EAServer Client Instalation,
PATH: add JAGUAR_CLIENT_ROOT\d
ll
CLASSPATH, Include the easclient.jar and easj2ee.jar
check if in %JAGUAR_CLIENT_ROOT%
exist a folder "DB" with sybcert.db and
sybkey.db


Best Regards
Alexander Pire
PowerObjects
www.powerobjects.com
612.339.3355
**IT Solutions - Outside the Box**

"Maxim" <maxim@ricom.ru> wrote in message news:439ffd7d@forums
-1-dub...
> Hi everybody! I test code to connect through IIOPS from PB client, any of
> SetGlobalProperty or GetGlobalProperty returns -10.
> EAS client runtimes files are installed.
> EAS5.0 and client PB9.0.2 runs under win2000SP4 professional
>
> int rc
> SSLServiceProvider sp
> GetContextService( "SSLServiceProvider", sp )
>
> rc = sp.SetGlobalProperty("..",ls_val)
> rc = sp.GetGlobalProperty("",ls_array )
>
> //the follow connection is refused
> this.Application = ls_appl
> this.Driver = "jaguar"
> this.UserID = lower(ls_logid)
> this.Password = ls_password
> this.Location = "iiops://" + ls_server + ":9001"
> ---
> Please, any help would greatly appreciate..
>
>



Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com