Skip to main content

Details on QlikView Server Offline Service & Offline Client

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Andre_Sostizzo
Digital Support
Digital Support

Details on QlikView Server Offline Service & Offline Client

Last Update:

Jun 2, 2021 8:22:05 AM

Updated By:

Sonja_Bauernfeind

Created date:

Oct 15, 2012 4:43:34 AM

Good to know:

  • iPad is required for offline mode
  • Offline Service is not visible in QlikView Management Console (QMC), it will be visible in Windows' Services list
  • The Offline mode supports clustered servers, since the prerequisite for Offline Service is to be installed on the same machine as the web server, this will basically work automatically. 
  • The Offline Service works with both QlikView Webserver and IIS, but ensure that Anonymous authentication is not enabled for Authenticate.aspx file if you use IIS.
    1. Go to IIS manager
    2. Go to Default Web site( or where ever you implement the QlikView apps folders)
    3. Select QvAjaxZfc
    4. Open the Authentication
    5. Have Anonymous = Enable and Windows Authentication = disable.
    6. On the bottom, go to “content view”
    7. Find the “authenticate.aspx” and right click on it and select “switch to feature view”
    8. Feature view for the Authentication.aspx, select / open Authentication
    9. Disable “anonymous authentication” and enable “ Windows Authentication”
    10. Verify that under QvAjaxZfc\htc is Anonymous = enable and Windows Authentication = disable.
    11. Select QlikView virtual folder
    12. Repeat steps 4 and 5
    13. Do a IIS reset and try again with the Ipad. 

Limitations and other Useful Information:

  • Can select several bookmarks
  • Can only select one listbox
  • Must have caption set (must not be “Active”)
  • Multiboxes not included
  • Only the first 40 rows in the listbox will be available in order of appearance, due to iPad memory and network constraints
    • Default value can be changed to 50,100 or 200
    • Go to the iPad Settings then go to QlikView in the menu. There you can change the Listbox Values.
  • Only 64Bit server is supported.
  • Kerberos support available since 2.4
  • Forms authentication supported since 2.0

Locations:

  • Mobile Client reference manual: Is installed with the Offline Service at C:\ProgramData\QlikTech\QlikView Server Documentation (and as an attachment) and it is only available in English at the moment.
  • iOS "QlikView Mobile" is available on the Apple AppStore and will replace the old native client.
  • The Offline service installer is located at our download site.

     

Functional flow:

  1. Client opens document in iOS client
  2. Client requests offline mode for the document
  3. Offline Service tells QVS to prepare Offline View (bundle)
  4. Offline View (bundle) is saved on the server and sent to client

When an offline document is viewed by the client, only the Offline View (bundle) is used, so there is no actual calculations done on the iPad.

 
Log Files and Bundles
Offline Service log
Will show entries showing start, end and result of bundle creation
 
Bundle archive:
Bundle kept on server 1 hour (configurable), then moved to archive
Archived for 1 day (configurable), then removed

You will find the logs and bundles in c:\ProgramData\QlikTech\Offline

Configuration:
 
The Offline service cannot be configured via the QlikView Management Console. The configuration for the
service is stored in a config file (QVOfflineService.exe.config) that can be found in the installation folder of the service (<Your InstallationDrive>:\Program Files\QlikView\Offline Service\QVOfflineService.exe.config).
 
The values are stored in textual format as follows: <add key="archiveDays" value="1"></add>
 
An administrator can configure concurrent sessions as well as the duration for which cache files (offline views) are archived on the
server. The following table gives a more detailed description.

Parameter: "archiveDays"  Default Value: 1 Accepted Values : 0 or above
The number of days that the cache files are stored in the archive on the server. Archived cache files are required when you need support from
QlikTech.
 
Paramter: "concurrentCacheLimit" Default Value: 50 Accepted Values: 1 or above
The number of clients that can simultaneously request offline views.
Once the queue is full, any subsequent clients are queued in order of appearance.
 
Do as follows to update the configuration:
  1. Back up the existing configuration file (\Program Files\QlikView\Offline Service\QVOfflineService.exe.config), in case you need to fall back on default values.
  2. Open the configuration file in a text editor.
  3. When you have changed the desired parameters, save the file.
  4. Stop and start the offline service to apply the configuration.

 
Labels (2)
Contributors
Version history
Last update:
‎2021-06-02 08:22 AM
Updated by: