Chris:
Your answer to another question suggested checking the file webapps/WebAPI/WEB-INF/classes/application.properties
to ensure its settings were correct. In my case, both the flyway.datasource
and security.datasource
settings were incorrectly pointed at the MS SQL Server database, not the PostgreSQL db. I’ve edited the file & that eliminated the Login failed
errors.
Still have further errors, which I’m investigating.
Did I miss some setting to allow the WebAPI build process to accommodate separate databases for primary and application uses?
Thanks,
Kevin