• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'trace_xe_action_map'.

 
Ranch Hand
Posts: 68
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While working with mssql and java, i got this error "com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'trace_xe_action_map'."
why this happening?
Currently i used,

 
Sheriff
Posts: 7125
184
Eclipse IDE Postgres Database VI Editor Chrome Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The best way for us to help you is for you to post the entire error message including the stack trace, and post the entire class code where the error occurs.
 
Greenhorn
Posts: 7
3
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think it can be solved with making restriction on catalog or schema if you do not need system tables .

trace_xe_action_map it's some system table in system database.

From MS docs:
This table is stored in the master database, in the sys schema.
reply
    Bookmark Topic Watch Topic
  • New Topic