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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error while reloading

Please suggest the possible reason for the following error

While i was reloading, the table - "sal_Employee_master1" got reloaded till 32000 rows, and then it popped upthe error ---

========================

Table not found

STORE sal_Employee_master1 into D:\SALES\QVDS\sal_Employee_master1.qvd(QVD)

===============

2 Replies
sebastiandperei
Specialist
Specialist

Check the table name "sal_Employee_master1", remind that qv is case sensitive.

Send script to check.

chematos
Specialist II
Specialist II

Are you loading a table before this table with a similar structure?

make sure that they are not concatenating.

Write NoConcatenate before the LOAD in your table sal_Employee_master1

sal_Employee_master1:

NoConcatenate

Load ......

......

.....