judemerlin05
Programmer
Hello All,
I am getting an error message 'PowerBuilder Application Execution Error (R0015)' when I attempt to call an external function
from arsole.ocx (Thrid party tool - IBM OnDemand32 Windows client ). I am calling following function name Logon from PB but it's giving error "Error calling external function Logon at line 14 in function uf_loginerm of uo_ondemand".
Function definition -
private function Int Logon(ref string pServerName,ref string pUserId,ref string pPassword) library "arsole.ocx"
Code - function call
uf_loginerm -
String pServerName
String pUserId
String pPassword
pServerName ="BSCAP"
pUserId ="JYNMM"
pPassword="FGFHF"
li_rc = Logon(pServerName, pUserId, pPassword)
Could you please kindly help me out to get rid of this issue.
Thanks,
Jude
I am getting an error message 'PowerBuilder Application Execution Error (R0015)' when I attempt to call an external function
from arsole.ocx (Thrid party tool - IBM OnDemand32 Windows client ). I am calling following function name Logon from PB but it's giving error "Error calling external function Logon at line 14 in function uf_loginerm of uo_ondemand".
Function definition -
private function Int Logon(ref string pServerName,ref string pUserId,ref string pPassword) library "arsole.ocx"
Code - function call
uf_loginerm -
String pServerName
String pUserId
String pPassword
pServerName ="BSCAP"
pUserId ="JYNMM"
pPassword="FGFHF"
li_rc = Logon(pServerName, pUserId, pPassword)
Could you please kindly help me out to get rid of this issue.
Thanks,
Jude