Posted 4/30/2009 10:38:21 PM
|
|
|
|
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
|
|
|
|
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
|
|
|
|