Results 1 to 3 of 3

Thread: org.springframework.dao.InvalidDataAccessResourceU sgaeException

  1. #1
    Join Date
    Dec 2010
    Posts
    14

    Default org.springframework.dao.InvalidDataAccessResourceU sgaeException

    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

  2. #2
    Join Date
    Jun 2010
    Location
    London
    Posts
    304

    Default

    Looks like Grails can't find a table called 'reports' in the database. That exception is coming from the MSSQL JDBC driver.

  3. #3
    Join Date
    Dec 2010
    Posts
    14

    Default org.springframework.dao.InvalidDataAccessResourceU sgaeException

    Hi,
    Yes you right there is no table with "reports" in the database.
    May be I am going in wrong direction please correct me.
    I want create reports for my existing Grails application.
    For this I need a page where I can add filters.
    Can you please tell me how this can be done.

    Regards,
    Prasad

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •