Replies: 2 comments 6 replies
-
It's a bit difficult to read that log file given the lack of line breaks, but from what I can see it seems your input Excel with (containing task definitions) does not contain data in the format expected by Ctrl-Q. Very difficult to tell what's wrong in the Excel file by just looking at the log output, you really need to have the Excel file and log output side by side to understand what needs to be changed. Sorry :/ |
Beta Was this translation helpful? Give feedback.
5 replies
-
Version 3.14 was just released (download here), it contains (among other things) changes related to this ticket. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I get below error when trying to move Tasks and Apps to a new Qlik sense server(May2023)
Below is the code i used for the import:
./ctrl-q task-import
--log-level debug
--auth-type cert
--host
--auth-cert-file ./cert/client.pem
--auth-cert-key-file ./cert/client_key.pem
--auth-user-dir Anglo
--auth-user-id arama
--file-type excel
--file-name reload-tasks-test.xlsx
--sheet-name "Ctrl-Q task export"
--update-mode create
--import-app
--import-app-sheet-name "Ctrl-Q app export"`
Beta Was this translation helpful? Give feedback.
All reactions