rvspt / QlikSenseGovernance

Project to help to better understand a Qlik Sense Site, focused in applications and their components' perspective (fields, charts, stories, governed components, etc.).
MIT License
23 stars 4 forks source link

Application gets stuck at loading Library Master Objects. #10

Open gustafssone opened 7 years ago

gustafssone commented 7 years ago

Hi!

Trying out this great tool, but my environment always gets stuck at a specific point. Client OS: Windows 7 X64 Node.JS 7.10.1 Git 2.14.0.2

Server OS: Windows 2012 R2 X64 Qlik Sense Enterprise 3.2 SR3 (yes, this is later than tested)

When running the command node apps-info.js -a SERVERNAME -ud USERDIR -un erik -o MYCOMPUTER -t it fails when loading Master Library Objects. Up until that point it appears to be working, with all the XML files being generated. The server is a small demo-server, not containing that much info, but the CMD gets stuck. Not a viable option to install on server as we will use this on a production environment later on. 20170809

gustafssone commented 7 years ago

It appears to always get stuck on the first one.

gustafssone commented 7 years ago

From the logfile: 2017-07-09T11:04:01.429Z INFO Loading the Library Master Objects List 2017-07-09T11:04:01.431Z DEBUG Preparing to call getDocList 2017-07-09T11:04:01.544Z DEBUG Received response from getDocList 2017-07-09T11:04:01.545Z INFO Processing each application 2017-07-09T11:04:01.547Z INFO Loading master objects for application a80b021e-fcb3-4203-bde2-04cd19a53aea 2017-07-09T11:04:01.548Z DEBUG Preparing to call Connect 2017-07-09T11:04:03.246Z DEBUG Connected to engine 2017-07-09T11:04:03.247Z DEBUG Preparing to call openDoc 2017-07-09T11:04:03.250Z DEBUG Received response from openDoc 2017-07-09T11:04:03.251Z DEBUG Preparing to call getAllInfos 2017-07-09T11:04:03.255Z DEBUG Received response from getAllInfos 2017-07-09T11:04:03.256Z DEBUG Filtering getAllInfos to Master Objects only 2017-07-09T11:04:03.257Z INFO Found 12 master objects. Loading details 2017-07-09T11:04:03.259Z INFO Loading master object id VfuGmtA 2017-07-09T11:04:03.260Z DEBUG Preparing to call getObject 2017-07-09T11:04:03.263Z DEBUG Received response from getObject 2017-07-09T11:04:03.264Z DEBUG Preparing to call getLayout 2017-07-09T11:04:03.267Z DEBUG Received response from getLayout 2017-07-09T11:04:03.268Z DEBUG Preparing to call getEffectiveProperties 2017-07-09T11:04:03.271Z DEBUG Received response from getEffectiveProperties 2017-07-09T11:04:03.272Z DEBUG Preparing data for LibraryMasterObjects XML file storage 2017-07-09T11:04:03.273Z DEBUG Parsing master object dimensions 2017-07-09T11:04:03.274Z DEBUG Parsing master object measures

efrayer commented 7 years ago

I'm running into the same issue -- will try to figure out why

gustafssone commented 7 years ago

@efrayer this project seems to be taken over by https://github.com/eapowertools/qs-governance-collector/ , but I'm not sure. Need a comment here :)