Hi,
In a new Roo project, using JTDS to access a MS SQL Server Schema and I am receiving a error message. I searched through the forums, and did not find any other ideas.
I can access this schema with the same database properties I told Roo using SQL Server studio and IDEA.
Since Roo is accessing the database, I am thinking there is something Roo needs to find the schema there. I have tried adding "dbo." in front of it, but it did not change the message.Code:roo> database reverse engineer --schema ViewerLogging Schema 'ViewerLogging' does not exist or does not have any tables. Note that the schema names of some databases are case-sensitive
How have others made it past this message?


Reply With Quote