Hi ,
We are trying to convert our legacy application build on Powerbuilder 12.5 /DB2 database to Appeon web. We downloaded the Powerbuilder2017 trial version with powerserver. all works okay except the RPC call.
when we are trying to call the Stored procedure ( RPC ( SQLCA.SPname() ) ) , it is throwing below error.
Error
---------------------------
ERROR [42884] [IBM][DB2] SQL0440N No authorized routine named "SP name" of type "" having compatible arguments was found.
---------------------------
OK
---------------------------
any idea how to overcome this issue ?
The DB2 client installed on the server running Powerserver is DB2 connect unlimited 10.5 (source: DB2_DSDriver_10.5.0.3_Win_x86-64 ) and DB2 version is 8.1 on z/OS ( mainframe)
Does Powerserver support DB2 version 8.1 on z/OS ? If yes, how can we call stored procedures with parameters.
Thank in Advance