SSL Forums
 Home          Members          Who's On

Welcome Guest ( Login | Register )
        



Connection from Powerbuilder Client to EA... Expand / Collapse
Message
Posted 4/30/2009 10:38:21 PM Post #258
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
To All:

Can you help me please..i have a problem.. its about Connection from Powerbuilder client to EA Server
using port : 9001 (SSL). I used this routine below but it doesn't work. Can you help to revise my
routine or maybe has another trick to get connection via SSL:

---Start routine----

integer li_ret

SSLServiceProvider sp

// set QOP
getcontextservice( "SSLServiceProvider", sp )
sp.setglobalproperty( "QOP", "sybpks_simple" )

// set PB callback handler
sp.setglobalproperty( "CallbackImpl","uo_sslcallback_handler" )


my_connection = create connection

my_connection.driver = "jaguar"
//----pake port 9001
my_connection.location = "iiops://10.2.62.229:9001"
my_connection.application = "pcg_user_management_dennio:"
my_connection.userid = "jagadmin"
my_connection.password= ""
my_connection.options = "ORBLogFile='d:\PBJagClient.Log'"


li_ret = my_connection.connecttoserver( )

---End routine----



regards,




Denny Irawan, S.Kom
Posted 5/25/2009 7:21:00 PM Post #264
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
my_connection.driver = "jaguar"
//----pake port 9001
my_connection.location = "iiops://10.2.62.229:9001"
my_connection.application = "pcg_user_management_dennio:"
my_connection.userid = "jagadmin"
my_connection.password= ""
my_connection.options = "ORBLogFile='d:\PBJagClient.Log'"..
___________________________________________________________________________________________
Ratatouille
Natural Medicine for Acne




« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -6:00, Time now is 3:23am


SSL.com Knowledge Base. Copyright © 2003-2009