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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
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