We migrated an application to PowerServer and deployed it inside IIS on an Azure server. Most of the functionalities are working as expected except for one DataWindow. When running the application, we get this error after loading the DataWindow:
1861 Select Error: ORA-01861: literal does not match format string.
While trying to figure this out, I debugged the application locally using the Kestrel server and I could not reproduce the error, everything works.
The SQL query of the associated DataWindow works when executed in PLSQL Developer.
What could prevent this DataWindow from working specifically on the Azure server?