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: 
Not applicable

Problem "reloading" data

i want to "reload" the data from sql server, but i dont know how to do it. In data manager im traing to load data and i have this error..

qlik.png

5 Replies
shraddha_g
Partner - Master III
Partner - Master III

see if there is any error  in script.. try to debug.

vlad_komarov
Partner - Specialist III
Partner - Specialist III

The latest QS version displays this error without much details sometimes...

Usually it means a loading error in the script (data is not available, etc).

In your case, the error occurred after loading data from __countryGeoBase table...

Check what are you doing there (using DEBUG loading option, if necessary).

Regards,

Vlad

Not applicable
Author

Thats the problem, i dont have any __countryGeoBase table... i dont know why is importing data from that table...

vlad_komarov
Partner - Specialist III
Partner - Specialist III

Than you must be using some include files to load that table....

How about the other tables listed above (RefArt*, Vta*, etc)?


Try to find them and but a breakpoint during debug run there...

You will see the place where it's failing and will go from there..


VK

Not applicable
Author

QS automaticaly found "geo"-field in your tables, possible "Country" or "Region". You need to change field type to "General" in Data manager or in load script to these fields.