Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/countnazgul/qlikview-server-get-active-docs-and-users
Get the active Qlikview server user<-->docs list to csv or json file
https://github.com/countnazgul/qlikview-server-get-active-docs-and-users
Last synced: about 1 month ago
JSON representation
Get the active Qlikview server user<-->docs list to csv or json file
- Host: GitHub
- URL: https://github.com/countnazgul/qlikview-server-get-active-docs-and-users
- Owner: countnazgul
- Created: 2015-03-20T16:43:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T02:52:43.000Z (almost 10 years ago)
- Last Synced: 2024-12-17T20:43:30.061Z (about 1 month ago)
- Language: C#
- Size: 1.45 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qlikview-server-get-active-docs-and-users
Get the active Qlikview server user<-->docs list to csv or json fileLittle command line app that will get the active qlikview users and docs from the Qlikview server (or cluster) via the Qlikview Management API
The app accept 3 arguments:
-o, --out Full path to output file. If not passed the result will be displayed in the console
-f, --format Return data format. csv or json. Default is csv
-a, --append Append the result to the output file or overwrite it. true or false. Default is trueExample: QV_GetActiveUsersDocs.exe -o "c:\output\users.csv" -a true -f csv
IMPORANT: To change the QMS URL edit the .config file ("address" part on rows 35 and 38)
If you receiving "cannot reach QMS" make sure port 4799 is open to accept requests or try and remove " , Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from the .config file
Also make sure that the user, under which the app is started, is member of QlikView Management API group.The file call_from_node.js include a sample code that can be used to call the app from Node.js