Please enable JavaScript to view this site.

mpmX Help Documentation

 

ImportWizard supports the easy Template App deployment. It helps you to load the data without the need to do the scripting by yourself. The workflow of the Wizard is self-explaining and documented step-by-step in the Wizard. For the installation, follow the steps below.

 

Info

The ImportWizard supports only well-formed csv- or XES-files.

 

There are two ways to install the Wizard.

 

 

1.Install the Wizard via the content library

 

1.Unzip the wizard package.

2.Rename the file “config-default.json” to "config.json".

3.Upload all files from the wizard package to the content library (qlikserver/qmc/contentlibraries) and name the library mpmXimport-wizard.

4.If you want to learn more about the content library or how to create one, please, refer to the following Link Qlik Help - Content Libraries.

5.The Import Wizard is available at the following URL: https://<yourQlikserver>/content/mpmXimport-wizard/index.html".

6.Log in to your Qlik Sense environment.

7.Open the import wizard link (use your usual server-login data for access). The logon link depends on the installation but default would be:

a.https://<yourQlikserver>/content/mpmXimport-wizard/index.html or

b.http://<yourQlikserver>/content/mpmXimport-wizard/index.html.

 

 

2.Install the Wizard directly in the Qlik server

1.Unpack the content of the zip-archive into the client-directory of your Qlik server installation: e.g. "...\Qlik\sense\Client\import-wizard".

2.When installing for the first time:  

a.Copy the file config-default.json and rename it to "config.json".

b.Then open the recently created file  "config.json" and change the app-filter string. Only apps with the given string in their name and access for the user (e.g. via stream) will be available. 

 

"app": {

 "appFilter": "mpmX_ProcessMining_Template"

},

 

Warning

Please assure that the valid template apps are already preconfigured with the right data connections for ScriptFolderConnection, DataConnection and LangAndMasterItemsConnection.  

 

Info

The user has to use a valid data connection where the uploaded data is stored. Please make sure that the users have appropriate data connections available or can create their own.

 

3.When updating a prior Import Wizard Installation just overwrite the prior installation with the new Import Wizard files. The config-file "config.json" will remain from the prior installation.

4.The Import Wizard is available at the following URL: "https://<yourQlikserver>/resources/import-wizard/index.html".

5.Log in to your Qlik Sense environment.

6.Open the import wizard link (use your usual server-login data for access). The logon link depends on the installation but default would be https://<yourQlikSenseEnvironment>/resources/importwizard/index.html or http://<yourQlikSenseEnvironment>/resources/importwizard/index.html

 

3. Install the Wizard for Qlik Cloud

1.Deploy the import wizard on the web server with internet access (https required)

2.Add the tenant uri and web integration id to your config.json. For the web integration ID go to the management console in your cloud environment, then under "Integration\Web" click "create new" and add the url from your host (web server) as an origin. : https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-adminster-web-integrations.htm
````

       "tenantUri": "<https://your-cloud.com>",

       "webIntegrationId": "12345abcde"

````

3.To access the import wizard, use this url:  https://<your-webserver>/<your-importwizardfolder>                  
<your-webserver> Replace with your web server url
<your-importwizardfolder> Replace with the folder where you installed the import wizard

 

 

© by MEHRWERK GmbH