Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have upgraded my servers to Qlik Sense November 2017. However, I have a problem with reloading my monitoring applications (Attached the script)
I have changed the monitor_apps* URL from https:localhost/ to https://localhost:7777/ since I am using the port 7777 instead of 443.
Appreciate your feedback.
Thanks.
Nancy
Hey,
I believe after restoring backup they have stopped reloading. So, when you install new version, copy those monitoring apps, then after backup, delete all monitoring connections and upload the apps. they will start reloading.
Thanks,
rohit
2018-02-07 09:22:43 0567 LET NoOfRowsLogContent = num(NoOfRows('sessionData'),'#,##0')
2018-02-07 09:22:43 0568 LET NoOfRowsIncremental = NoOfRowsLogContent - NoOfRowsLogContentBASE
2018-02-07 09:22:43 0569 Let storeTime = now(1)
2018-02-07 09:22:43 0570 TRACE sessionData table stored at 2018-02-07 09:22:43 with 107 rows
2018-02-07 09:22:43 0570 sessionData table stored at 2018-02-07 09:22:43 with 107 rows
2018-02-07 09:22:43 0571
2018-02-07 09:22:43 0572 ENDSUB
2018-02-07 09:22:43 1210 Drop fields LogTimeStamp, Id from sessionData
2018-02-07 09:22:43 1212 ELSEIF NoOfRows('sessionData') >0 then
2018-02-07 09:22:43 1220 CALL QRS
2018-02-07 09:22:43 0625 LET NumRowsQRS = 0
2018-02-07 09:22:43 0626 SET QRS_RowCounts = 'QRS Row Counts: '
2018-02-07 09:22:43 0628 For each endpoint in 'monitor_apps_REST_license_user','monitor_apps_REST_license_login','monitor_apps_REST_user','monitor_apps_REST_license_access','monitor_apps_REST_app'
2018-02-07 09:22:43 0629 CALL monitor_apps_REST_license_user
2018-02-07 09:22:43 0649 LIB CONNECT TO ***
2018-02-07 09:23:13 Error: Connection aborted
2018-02-07 09:23:13 Execution Failed
2018-02-07 09:23:13 Execution finished.
what you mean by erasing the connections exactly you can show an example