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 ?