Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro parse failed when execute module with oledb connection istruction

Hi, I've a qvw with a button linked with a module; in this module there is this istruction that failed:

Set objOLEDB = CreateObject("ADODB.Connection")

objOLEDB.Open "Provider=OraOLEDB.Oracle.1;User ID=scm;Password=scm;Data Source=SCM;OLEDB.NET=true;SPPrmsLOB=true;Persist Security Info=False;"

On qlikview client run well but from browser this error occur: "Macro parse failed. the functionality has been lost. Error: Impossible found provider. Is possible

It 'may not be properly installed"

Please help me !!

4 Replies
jerrysvensson
Partner - Specialist II
Partner - Specialist II

If you want a client to connect to Oracle he/she has to have Oracle OLEDB software installed on their machine.

Not applicable
Author

Hi Jerry, qlikview client software is installed on server and run well (because there is oracle installed) , but i dont understand from browser don't run

Bill_Britt
Former Employee
Former Employee

Hi,

From the reference manual.

  Reload Performs a reload on the current document. This function does not work in AJAX client.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Not applicable
Author

Hi, sorry i'm new with qlikview, but i haven't reload istruction, but a connection ole db for Oracle ...