Question
Truist
US
Last activity: 16 Jan 2025 8:51 EST
Invoke Stored Procedure in DB2
we are trying to call a SP in external DB2 database, using the query
\{CALL DB02.MIGRATION({TempPage.CIF}) \} where
DBUVI02-->External Schema
CLIENT_MIGRATION-->SP Name
CIF --> input for the stored procedure , but we get below error
"There was a problem getting a list: code: -440 SQLState: 42884 Message: No authorized routine named "DB02.MIGRATION" of type "PROCEDURE" having compatible arguments was found.. SQLCODE=-440, SQLSTATE=42884, DRIVER=4.31.10
When we checked Pega Documentaion : Stored procedure execution is not available for Db2/S390 databases. (However, stored procedures can be executed in UDB and in Db2/AS400)
so does this mean we cannot infer a SP which is in DB2?