Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
my task is reloading manually but when i scheduling it is failing
my task is having section access
hear is the log
(2015-01-30 15:03:00) Information: Executing ClusterID=1, QDSID=07cbd14b-5ab2-f13c-5811-cfc0d67015d8 QDSMain.DistributeTask
(2015-01-30 15:03:00) Information: Starting task "NMEA/NMEA_iManage_Dashboard_1.3.qvw" (Attempt 1 of 1)
(2015-01-30 15:03:00) Information: Max run time: 06:00:00
(2015-01-30 15:03:00) Information: Document is marked for refresh; Initializing Reload.
(2015-01-30 15:03:00) Information: Opening "C:\QlikView_Document\NMEA\NMEA_iManage_Dashboard_1.3.qvw"
(2015-01-30 15:03:00) Information: Allocating QlikView Engine
(2015-01-30 15:03:00) Information: Allocating new QlikView Engine. Current usagecount=1 of 2
(2015-01-30 15:03:00) Information: An instance of the QlikView Engine is being created
(2015-01-30 15:03:00) Information: Starting QlikView Engine
(2015-01-30 15:03:01) Information: Allocated QlikView Engine successfully. Current usagecount=1 of 2, Ticket=90
(2015-01-30 15:03:01) Information: Loading document "C:\QlikView_Document\NMEA\NMEA_iManage_Dashboard_1.3.qvw" (40.01 Mb)
(2015-01-30 15:03:01) Error: Document open call failed. The document might require username and password.
(2015-01-30 15:03:01) Error: The document failed to open.
(2015-01-30 15:03:01) Information: Closed the QlikView Engine successfully. ProcessID=2840
(2015-01-30 15:03:01) Information: Initializing Checkout (0), Loading document (1047), Initializing load (1047), Checking read (1047), Creating QlikView Engine (1047), Checking Size (1062), Load (1078), Load Completed (1375)
(2015-01-30 15:03:01) Error: Document could not be opened
(2015-01-30 15:03:01) Information: Document could not be opened (0)
(2015-01-30 15:03:01) Information: Initializing (0), Finished (0)
(2015-01-30 15:03:01) Error: Reload failed because the document could not be opened successfully. DocumentState=CouldNotOpenDocument
(2015-01-30 15:03:01) Information: Initializing (0), Finished (0)
(2015-01-30 15:03:01) Error: Reload failed. Distribution skipped.

their is no QlikView Distribution Service
Thanks
sivaram
Your screenshot is a good first step. However, go to services.msc again, and scroll to the right. The Login as column is the last one (Nr 5 if I'm not mistaken).
Hi,
Post your section access script here.
I believe Peter answer it.
Regards
ASHFAQ

Tell me what to do with log on as
./QVAdmin
I can only repeat what has been said before a couple of times: add a line to your Section Access data that says:
ADMIN, QVAdmin
If you know the machine domain of the server running QlikView Server, you could change the account into machinedomain\QVAdmin.
Just try it.
Thank u for ur suggestion i am new to admin side of qlikview
how to find machinedomain name and how to change machinedomain\QVAdmin.
i am accessing client using remote server
in qvw osuser()::qvdb\sivasrava.p
at accesspont::qvdb\sivasrava.p
By seeing that snapshot my loginas .QVAdmin
Try without the machine domain first.
Section Access;
LOAD [ACCESS],
NTNAME,
SID
FROM
(ooxml, embedded labels, table is SECTIONMASTER);
Section Application;
SecurityDetails:
LOAD SID,
COUNTRYID,
DEPT_ID,
[How to use QlikView?],
[Volume Performance],
[Financial Performance],
[Contribution & Trend],
[Customer Performance],
[Customer Portfolio],
[Customer Trending],
[Sales Team Performance],
[Verfication Sheet],
FAQ
FROM
(ooxml, embedded labels, table is ACESSMASTER);
Inner Join(SecurityDetails)
LOAD COUNTRYID,
COUNTRY_NAME
FROM
(ooxml, embedded labels, table is COUNTRYMASTER);
Inner Join(SecurityDetails)
LOAD DEPT_ID,
TRANSPORT_MODE
FROM
(ooxml, embedded labels, table is DEPTMASTER);
Ok, you have a third column called SID. When adding the line for QVAdmin, leave it blank like:
ADMIN, QVAdmin,