Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload fails in QMC

Hi,

When I am executing .qvw from desktop working fine. But, when it is running on QMC throwing error as reload failed.

Log file showing

02-02-2015 10:20:14 AM:   Error: OLEDB connection failed
02-02-2015 10:20:14 AM:   General Script Error
02-02-2015 10:20:14 AM:   Execution Failed
02-02-2015 10:20:14 AM:  Execution finished.

Here by I have attached logfile

Any one please help me on this

12 Replies
Not applicable
Author

Hi Avinash,

Thanks for your reply..

Yeah, we are using Section access in .qvw

Could you please brief the steps where to add service account as admin.

avinashelite

Hi Saranya,

you can do it 2 ways:

1.In QMC go to the Task which you have created and go to reload tab >here you will see the section access option ,please select this check box and provide the service account user name and passwords if any.

2.In the QV script add a inline table with your other access table in the section access as below:

section access:

load * inline

[

ACCESS,NTNAME

ADMIN,SERVICEACCOUNT

];

since its giving error with OLEDB please check with the connection string also once , try to create a fresh connection

hope this helps you

Peter_Cammaert
Partner - Champion III
Partner - Champion III

The batch reload process is able to open your document and start script execution. So it's not Section Access that is causing an error.

See my post below.