Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Check that all services started
Maybe the connection to your DB is not correct or the referenced field doesn't exist, sent us the piece of query
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.
But few mins. before it was working well , this problem occurred just after restarting server...
Check that all services started
Thank you ...
Its working after restarting all the SQL + Qlik view services