Have this connectivitu issue while hosting the application

0
2026-05-19 07:50:21.190 ERROR - Integrated Offerings: "Error in DS_GetOfferings: " DataSource returned null unexpectedlyIn local the application seems to work fine in connecting with database but in acceptance instance, the case is opposite. I am using external database connector to connect with snowflake db.
asked
2 answers
0

Hi Ayman Ahmed


I suspect that connection configuration was never set up in the acceptance environment. Kindly check the configuration . JDBC url and creds are configured for the environment.

answered
0

Hi Ayman,


You can  add a breakpoint in the DS_GetOfferings, and use the debbuger of Acceptance enviroment to check the objects and the variables.

answered