question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

invalid schema name

See original GitHub issue

Hi,

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:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
juliocesarsantos1020commented, Dec 12, 2019

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 ?

0reactions
rmpestanocommented, Apr 15, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found