Open app
Procedure
Qlik Sense performs the following procedure:
- Check if the app is already open.
- If not, load the QVF file.
- Read the app properties from the file.
- Read the script from the file.
- Open the app.
Success
In case of success, log entries are written in the following files throughout the procedure:
- <MachineName>_AuditActivity_Engine.txt
Errors
Already opened in different mode
Already opened in different mode error
Description |
Command=Open app;Result=1009;ResultText=Error: App already open in different mode |
Message |
<AppId> |
Action |
Make sure that the app is not opened without data when you try to open it with data or vice versa. |
Already opened
Already opened error
Description |
Command=Open app;Result=1002;ResultText=Error: App already opened |
Message |
<AppId> |
Action |
Make sure that the app is not already open. |
Invalid path
Invalid path error
Description |
Command=Open app;Result=4;ResultText=Error: Invalid Path |
Message |
Malformed parameters |
Action |
Make sure that the app name, password, user name, and serial number are UTF-8 encoded strings. |
Resource not found
Resource not found error
Description |
Command=Open app;Result=9003;ResultText=Error: Resource not found |
Message |
QVF header error (read) |
Action |
Probable cause of error: The app has been deleted from disk. Try to import the app again. |