error : opening jdbc connection to some failed with sql (Constrain your Data using Advanced XPath.)

0
Hi , i am facing issue with the database connection while running the project which is available on Mendix learning path  : Constrain your Data using Advanced XPath. While loading the project i am getting error :opening jdbc connection to some failed with sql    what is the required solution to this    
asked
2 answers
6

Hello Akash,

 

  • Make sure the username and password credentials are correct
  • Mention the Database server port number next to the localhost. Ex localhost:5434 if it is IP address then 172.28.128.3:5434

 

Hope this helps you!

answered
1

Hi AKASH SRIVASTAVA,

 

In the Url tab instead of IP change to the local host

Make sure the username and password are correct 

I hope it helps

answered