invalid schema name
See original GitHub issueHi,
i get error when init my tests
For production i use SQL Server and i have schema named: dbo
My Class User:
@Entity @Table(name="USER",schema="dbo",catalog = "MYCATALOG") public class User { ... }
when run test i got error: invalid schema name: DBO and also: user lacks privilege or object not found: USER
if remove schema=“dbo” its works perfectly. What could be wrong?
Thanks
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Error: "invalid schema name" even if schema is present in the ...
Error: invalid schema name even if schema is present in the database in SAP HANA - I think you need to mention database...
Read more >HSQL org.hsqldb.HsqlException: invalid schema name
My catalog params were in lower case, but it tells me invalid schema name in upper case, therefore perhaps there was a case...
Read more >HANA DB error - invalid schema name: SYS_DATABASES
2966686 - HANA DB error - invalid schema name: SYS_DATABASES. Symptom. The error below occurs when setting up a HANA MDC Remote connection...
Read more >Invalid schema name - Oracle Communities
My problem was in the configuration of the database name in ORDS. When you run ORDS build. After asking for the hostname (IP...
Read more >ORA-29504: invalid or missing schema name
Cause: The required schema name was invalid or missing. Action: Specify a valid schema name. At install time, if the configuration can reached...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello guys, I’m having this problem too. Caused by: org.dbunit.dataset.NoSuchTableException: The table ‘Table’ does not exist in schema ‘’, is there any solutions ?
Guys, you can configure schema using DBUnit configuration, please try with latest version and let me know if you still face the issue.
Also the issue I mentioned here does no longer exists so I hope yours also don’t.
Please reopen the issue with a reproducer in case it doesn’t work for you.