Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Invalid object name

Hi everyone,

I have a script which has a connection string and then select all from a table from the database which is fine, everything works 🙂

When I add in a second connection string to a separate database I get the following error:

ErrorSource: Microsoft OLE DB Provider for SQL Server, ErrorMsg: Invalid object name

The error specifically mentions my first query and runs the second one, when I run the first one in silo it works... any ideas anyone?

Thanks,

1 Solution

Accepted Solutions
3 Replies
Chanty4u
MVP
MVP

Hi,

are you using two databases?

if yes ---- give connection string  on each table  [means alll tables of each server one connection string]

and try

if not  put exit script and try,

if not debug the application check which table is not loading

if not  try to reload the table from database again and check.

vvira1316
Specialist II
Specialist II

Anonymous
Not applicable
Author

This worked. Makes sense. Thank you.