Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

reload license monitor : QVX_UNEXPECTED_END_OF_DATA

I'm on 3.0 server qliksense

when i create a new application inadvertently i have deleted some connections (ArchivedLogFolder, ServerLogFolder, and others).

So when i run License Monitor and Operations Monitor i got error missing that connections. i read in community to restore that using import qvf and publish them.

but now when i run task scheduler to refresh data i got the error : QVX_UNEXPECTED_END_OF_DATA

can you help me ? in attach the log error.

P.S. if i run at hub i have qrs_user/qrs_useraccess lib error

44 Replies
shraddha_g
Partner - Master III
Partner - Master III

try debugging your app.-there you will come know which line is causing error

mramachandran3
Partner - Contributor III
Partner - Contributor III

Manoj Singh,

          I was able to create a ticket and Qlik support was awesome. It took him one minute to fix it on the qmc.

Manoj

Lauri
Specialist
Specialist

Granger's steps worked for me as well. I have a virtual proxy dedicated to the monitoring apps, since our users come in with SSO.

antonio_martina
Partner - Contributor II
Partner - Contributor II

Upgraded to 3.2 September 2018

Before the upgrade the monitoring apps were workings

Applied settings as below:

1. Added new Virtual proxy with Windows Authentication property and modified all "monitor_apps_" data connection strings

2. Changed also Https to http in connection string (HTTP is enabled)

3. Added role RootAdmin to user system

4. Added role RootAdmin to user sa_scheduler

skipServerCertificateValidation=true was already in the data connection strings


I still get this error:

QVX_UNEXPECTED_END_OF_DATA: HTTP protocol error 403 (Forbidden)

2018-12-03 16:08:12 1192 For each endpoint in 'monitor_apps_REST_user','monitor_apps_REST_app','monitor_apps_REST_appobject','monitor_apps_REST_task'
2018-12-03 16:08:12 1193 CALL monitor_apps_REST_user
2018-12-03 16:08:12 1214 LIB CONNECT TO 'monitor_apps_REST_user'
2018-12-03 16:08:12 Connected.
2018-12-03 16:08:12 1216 RestConnectorMasterTable:
2018-12-03 16:08:12 1217 SQL SELECT
2018-12-03 16:08:12 1218 "id" AS "id_u2",
2018-12-03 16:08:12 1219 "createdDate" AS "createdDate_u1",
2018-12-03 16:08:12 1220 "modifiedDate" AS "modifiedDate_u1",
2018-12-03 16:08:12 1221 "modifiedByUserName" AS "modifiedByUserName_u1",
2018-12-03 16:08:12 1222 "userId",
2018-12-03 16:08:12 1223 "userDirectory",
2018-12-03 16:08:12 1224 "name" AS "name_u0",
2018-12-03 16:08:12 1225 "inactive",
2018-12-03 16:08:12 1226 "removedExternally",
2018-12-03 16:08:12 1227 "blacklisted",
2018-12-03 16:08:12 1228 "__KEY_root",
2018-12-03 16:08:12 1229 (SELECT
2018-12-03 16:08:12 1230 "@Value" AS "@Value_u0",
2018-12-03 16:08:12 1231 "__FK_roles"
2018-12-03 16:08:12 1232 FROM "roles" FK "__FK_roles" ArrayValueAlias "@Value_u0"),
2018-12-03 16:08:12 1233 (SELECT
2018-12-03 16:08:12 1234 "id" AS "id_u1",
2018-12-03 16:08:12 1235 "createdDate" AS "createdDate_u0",
2018-12-03 16:08:12 1236 "modifiedDate" AS "modifiedDate_u0",
2018-12-03 16:08:12 1237 "modifiedByUserName" AS "modifiedByUserName_u0",
2018-12-03 16:08:12 1238 "attributeType",
2018-12-03 16:08:12 1239 "attributeValue",
2018-12-03 16:08:12 1240 "externalId",
2018-12-03 16:08:12 1241 "__FK_attributes"
2018-12-03 16:08:12 1242 FROM "attributes" FK "__FK_attributes")
2018-12-03 16:08:12 1243 FROM JSON (wrap on) "root" PK "__KEY_root"
2018-12-03 16:08:13 22 fields found: @Value_u0, __FK_roles, id_u1, createdDate_u0, modifiedDate_u0, modifiedByUserName_u0, attributeType, attributeValue, externalId, __FK_attributes, id_u2, createdDate_u1, modifiedDate_u1, modifiedByUserName_u1, userId, userDirectory, name_u0, inactive, removedExternally, blacklisted, __KEY_root, __extra_,
2018-12-03 16:08:13 Error: QVX_UNEXPECTED_END_OF_DATA: HTTP protocol error 403 (Forbidden):
2018-12-03 16:08:13
2018-12-03 16:08:13 The server refused to fulfill the request.
2018-12-03 16:08:13 Execution Failed
2018-12-03 16:08:13 Execution finished.
vhayward
Partner - Contributor III
Partner - Contributor III

Update @ 5/12/2018

If the method of authentication has been changed from Windows to Forms, please change the User-Agent of the different data connections that start with monitor_apps_*** from Windows to Forms as well and try to reload them.

See attachments for more clarification.