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

Engine API - global.getProgress() qMessageCode values

Hi all,

 

im using enigma.js to reload an app and get the reload progress. In general its working fine but ive noticed that each message have qMessageCode property. It seems that the values behind this code are also part of the reload progress (at least what is being displayed in the reload modal).

 

From what i can see qMessageCode = 21 represents "Lines fetched: " and qMessageCode = 10 is "The following error occurred:"

 

Anyone have an idea what are the possible codes and their values? I cant find any info about them.

 

stefanstoichev123_1-1707270972422.png

 

Stefan

Labels (3)
1 Reply
stefanstoichev123
Author

Ok. Ive found some of them. Not sure if this is the complete list though

 

0: "",
1: "Saving state and data",
2: " Bytes left for column id: ",
3: " Now storing table: ",
4: " Rows fetched so far: ",
5: " Connected",
6: " Connected to ",
7: " Failed to connect",
8: " (QVD (row-based) optimized) ",
9: " (QVD columnar optimized)",
10: "Script error:\n",
11: " Done",
12: "",
13: "Columnar QVD file detected. Use STORE INTO to optimize and make this file row-based.",
14: " Loading QVC file: ",
15: " (buffered)",
16: " preparing",
17: " appending",
18: " Removing synthetic ",
19: " (fetching)",
20: " Reloading: ",
21: " Lines fetched: ",
22: "Creating search index ",
23: "Indexing field: ",
24: "Search index creation completed successfully",
25: "The search index is incomplete. Smart Search might be slower than expected.",
26: "Canceling creation of search index",
27: "Canceled creation of search index. Smart Search might be slower than expected.",
28: "The search index is incomplete: timed out. Smart Search might be slower than expected.",
29: "he search index is incomplete: not enough memory. Smart Search might be slower than expected.",
30: "Access was denied after reload. Check that the user that reloads the script is included in the section access part of the script.",

 

Stefan