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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
suryakant241187
Partner - Contributor III
Partner - Contributor III

The operating system is not presently configured Error

Hello All,


I am getting the the error: The operating system is not presently configured to run this application at below line of code in scripting:


Let vDir = '$(vPathCSP)' & '*.xlsx';


FOR Each file in FileList(vDir)


      ODBC CONNECT32 TO [Excel Files;DBQ=$(file)];


      tables:


      SQLtables;


      DISCONNECT;


NEXT


Error at line :- (ODBC CONNECT32 TO [Excel Files;DBQ=$(file)])



Please help.


Regards,


Suryakant

3 Replies
priyarane
Specialist
Specialist

what is the use of connecting ODBC for excel data

suryakant241187
Partner - Contributor III
Partner - Contributor III
Author

Is there any alternate way of coding.