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

Announcements
Note: You may notice some temporary visual or styling issues in the Community. Our vendor is actively investigating.
cancel
Showing results for 
Search instead for 
Did you mean: 
fldc2500
Partner - Contributor III
Partner - Contributor III

Importing a base 64 encoded app

Hi all,

I am trying to create an automation to import an app I previously exported to Sharepoint.

Based on the following article I followed the steps for the second method to try if I can make it work: https://community.qlik.com/t5/Official-Support-Articles/How-to-import-a-Qlik-Sense-app-with-an-autom...

I first made an export automation to export the app as a base 64 encoded file to Sharepoint. That works fine. Now I'm trying to create a second automation where I import that same file and this time I'm getting an error.

fldc2500_0-1706873434243.png

I have tried to change a couple of things to see if I can make it work, but without success. I'm mostly confused by the fact that I'm able to export the file, but not to import that same file.

Can someone point me in the right direction?

Kind regards,

Carlo 

Labels (1)
  • SaaS

1 Solution

Accepted Solutions
fldc2500
Partner - Contributor III
Partner - Contributor III
Author

I just found my issue. I did not specify the location of the space properly. Once I fixed that everything worked as expected.

View solution in original post

4 Replies
fldc2500
Partner - Contributor III
Partner - Contributor III
Author

I just found my issue. I did not specify the location of the space properly. Once I fixed that everything worked as expected.

GOKULAKANNAN
Creator II
Creator II

Hi @fldc2500 , 

Could you please tell how you corrected this, I'm also getting the same error, how to mention the location of the file

erson
Contributor
Contributor

I'm no expert but since no one else has answered yet, here is my idea.

You need to generate a key store with that specific key imported. How you do that I have no idea. Good luck!

fldc2500
Partner - Contributor III
Partner - Contributor III
Author

In my case I modified the example from the link I provided a bit to make it more suitable t what I wanted. In my case that meant that I wanted a input field where I could specify in which space I wanted to import the app.

What I did wrong was that I just selected the "Inputs 2" line as output as highlighted in yellow.

fldc2500_0-1712134665370.png

When I instead chose to select the orange highlighted part to implicitly state I wanted the value of my input block (a space Id in my case) then it worked fine for me.

I hope this will help you figure out your problem.