Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
cdhemant
Contributor II
Contributor II

Error while creating task through API in TAC

Hello,

 

Getting below error while creating task through metaservlet api

{
    "error": "The origin of archive 'SVN' or not null branch ('trunk') are not compatible with the storage 'NONE' of the project 'a b c'",
    "return Code": 5
}

 

below is payload

 

{
"actionName": "createTask",
"active": true,
"applyContextToChildren": false,
"authPass": "XXXX",
"authUser": "XXXXXXXX",
"branch": "trunk",                          tried "branches/"  , "branches/default"
"contextName": "Default",
"description": "task1 for extracting data FTP Job",
"execStatisticsEnabled": false,
"executionServerName": "serv1",
"jobName": "FTP Job",
"jobVersion": "0.2",
"onUnknownStateJob": "WAIT",
"pauseOnError": false,
"projectName": "FTPJob",
"regenerateJobOnChange": false,
"runAsUser": "OS_User",
"taskName": "task1",
"timeout": 3600,
"storage": "none"
}

Labels (2)
1 Reply
Anonymous
Not applicable