Question
3
Replies
242
Views
Labb Consulting
Posted: May 30, 2017
Last activity: May 31, 2017
Issue in Calling DB function Using RDB-Open after upgrading from 6.2 SP2 to Pega 7.2.2
Hello,
We have upgrade our application from Pega 6.2 SP2 to Pega 7.2.2 and in our application using RDB-Open we are running below query:
select GETPVIID() as "tempPVIID" from DUAL where rownum = 1
where GETPVIID() is a DB function but after upgrade this script started throwing below error:
java.sql.SQLSyntaxErrorException: ORA-00904: "GETPVIID": invalid identifier
I am attaching also the complete log file. Please let us know why above query is giving error.
What database user are you using in your datasource? Does that user have permission to execute this function? Try connecting to the database as the same user in your datasource using some 3rd party tool and run the query.