File Listener is not committing records to the PEGA Database Table
Hi,
I have a file listener which reads data from a CSV file and then write them to a database table. Later within the same context(within the listener final (epilog) activity), I am retrieving the data using a data page. Both operations are failing through the listener.
I am retrieving data using another data page from a different table within the listener context which is working fine. (So I believe the DB access and connections are fine)
What is puzzling me more is, I when Irun the service in developer portal, CSV data is processed, commits to the table and Data page populates correctly. Any suggestions for identifying the issue behind this difference would be great. Thank you in advance.
***Moderator Edit: Vidyaranjan | Updated Platform Capability***