Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error

Hello Friends,

Can any one tell me how to solve this problem,while reloading qvw its failed and if i checked in log file it gives following error-

Error: SQL##f - SqlState: S0002, ErrorCode: 208, ErrorMsg: [Microsoft][SQL Server Native Client 10.0][SQL Server]Invalid object name 'QLIKVIEW_SIM_DB.dbo.SIM_LED_OS'.

9/1/2015 12:55:31 PM:                 General Script Error

9/1/2015 12:55:31 PM:                 Execution Failed

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

Check that all services started

View solution in original post

5 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Maybe the connection to your DB is not correct or the referenced field doesn't exist, sent us the piece of query

petter
Partner - Champion III
Partner - Champion III

This is a direct error message from you SQL Server that states that your SQL statement are referring to "objects" it can't find. In this case a table that it can not find. It expects to find the table SIM_LED_OS on the database named QLIKVIEW_SIM_DB within the schema of "dbo".

It could be a number of reasons. Maybe the database name has been misspelled, the table name misspelled or maybe the access isn't set right on the SQL Server.

Not applicable
Author

But few mins. before it was working well , this problem occurred just after restarting  server...

alexandros17
Partner - Champion III
Partner - Champion III

Check that all services started

Not applicable
Author

Thank you ...

Its working after restarting all the SQL + Qlik view services