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: 
aritting
Creator
Creator

QDF IndexAdd error

I'm trying to add an IndexAdd call. I've never used the QDF Index before.  Howerver, when I add the IndexAdd call after my store statement I get an "Unknown Error"

STORE [$(vL.TableName)] INTO '$(vL.QVDPath)\$(vL.TableName).qvd';

Call IndexAdd('$(vL.QVDPath)\$(vL.TableName).qvd');

Unknown Error

store * from [___vL.tmpTable] into '\\dwqlikdev\qv-docs\SourceDocs\10.DWQLIKDEV\99.shared_folders\5.Config\Index\SalesEDash_2.QVD_Calendar.qvd.Index' (txt,delimiter is ';' )

Any idea what I am need to change?

1 Reply
Magnus_Berg
Employee
Employee

Hi Andrew, seems strange it should work. Do you have access to the location '\\dwqlikdev\qv-docs\SourceDocs\10.DWQLIKDEV\99.shared_folders\5.Config\Index\ ? If yes, have any .index files been written in that location? Could it be that QlikView have no write permissions to the folder?

Cheers