Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
ozcano
Contributor III
Contributor III

Qlik Sense .Net SDK App Publish gives error Qlik.Engine.MethodInvocationException: 'Not Found [404]:Not Found(Object write failed.)'

Hello

After opening an application I am trying to publish it as

ozcano_2-1707390385556.png

But last line (myApp.Publish) gives error :

Qlik.Engine.MethodInvocationException: 'Not Found [404]:Not Found(Object write failed.)'

Help needed.

regards, Ozcan

NOTE: Stream Id exist as:

ozcano_1-1707390358506.png

 

Labels (1)
  • API

1 Solution

Accepted Solutions
Øystein_Kolsrud
Employee
Employee

Hard to tell just from this message, but I'd recommend the same thing as I recommended in this thread: https://community.qlik.com/t5/Integration-Extension-APIs/Using-Qlik-Sense-Net-SDK-to-create-a-new-ap...

This type of app-management operations are typically better to handle through the Repository API. In this case it's this endpoint you want:

https://help.qlik.com/en-US/sense-developer/November2023/APIs/RepositoryServiceAPI/index.html?page=1...

I got some strange behavior when I used the engine-copy method in the previous example, so it might be that you are running into something similar.

View solution in original post

1 Reply
Øystein_Kolsrud
Employee
Employee

Hard to tell just from this message, but I'd recommend the same thing as I recommended in this thread: https://community.qlik.com/t5/Integration-Extension-APIs/Using-Qlik-Sense-Net-SDK-to-create-a-new-ap...

This type of app-management operations are typically better to handle through the Repository API. In this case it's this endpoint you want:

https://help.qlik.com/en-US/sense-developer/November2023/APIs/RepositoryServiceAPI/index.html?page=1...

I got some strange behavior when I used the engine-copy method in the previous example, so it might be that you are running into something similar.