Posted by Erland Sommarskog on 12/13/06 23:05
(smoscar@gmail.com) writes:
> I figured out the login issue I was having, was able to correct, and
> properly view the tables in SQL Management Studio. For a long time
> when trying to run the DB, we received countless HTTP 500 exception
> reports. When checking the logs one things stands out
> "net.sf.hibernate.exception.SQLGrammarException: could not load:
> [com.micropact.product.brac.bo.State#11] & Caused by:
> java.sql.SQLException: Invalid object name 'State'."
>
>
> State is a field in one of the tables.
But this error would indicate the application submits a query for the
table State.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
[Back to original message]
|