Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
bekahbeets
Creator
Creator

Qlik Sense Engine Api CopyApp Error 9003

I am able to make engine api calls successfully, but when I make this call:


{
"handle": -1,
"method": "CopyApp",
"params": {
  
"qTargetAppId": "c0e2f393-b3f4-46f0-a7df-4e2e5351add4",
  
"qSrcAppId": "66c96d65-77cc-45a6-bcaf-01d20ab1e6cb",
  
"qIds": [
  
"YZPB"

  
]
  
}
}


I get this error:

{
"jsonrpc": "2.0",
"id": 8,
"error": {
  
"code": 9003,
  
"parameter": "Engine ID not found",
  
"message": "Resource not found"
},
 
"isHandled": true
}

I have tried it with src app already published, different qIds, different JSON forms of the qId's and I get this error or an unable to find resource (associated with the qid). It's mainly this one though.

Please note: the 'Execute' button in the Engine Gui is disabled until your syntax is correct so the errors are not because of wrong JSON formatting.

1 Reply
bortolotti_carl
Partner - Contributor III
Partner - Contributor III

I had the same problem after install/update to qliksense server setember 2018. Trying to test in qliksense hub, i got same message... The problem is that my app was working well... I disappointed with the qliksense sdk/api... error.PNG