Hello All,
When I create the BI project it creates without any obvious errors. But when I run it the page shows a bunch of database errors.
The errors are like this one:
Error while accessing the database
ERROR: relation “bi_sales” does not exist
So I look in the database and there is only one table. So I tried to recreate the database from data dictionary, but that didn’t work and the log flashes by too fast for me to see what the problem is. When I test the connection it registers success.
I am using a local instance of PostgreSQL database. Other sample projects have loaded without issue, like the Documents Library.
Any idea what I am doing wrong or what I can do to resolve this?
Thanks.