Hi,
I have added a new domain class to my existing grails project.
When I click on link I am getting below error message.
Error 500: org.springframework.dao.InvalidDataAccessResourceU sgaeException: could not execute query
nested exception is org.hibernate.exception.SQLGrammarException: could not execute query
Invalid object name 'reports'
My application is connecting to MSSQL database
Please help me in resolving this issue.

Thanks,
Prasad