Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

An Account Number is required to run inProcess App Operations and you’ll receive an account number after purchasing one of the inProcess App Operations subscriptions or during the trial period.

To enter your Account Number, open the appsettings.json file and set the value of the AccountNumber key. See the example below:

{
  "AccountNumber": "cus_XAI13128390JJAS",
  "QlikSenseConnections": [
    {
      "ConnectionName": "",
      "UserDomain": "",
      "UserName": "",
      "SecurePassword": "",
      "QlikSenseUrl": "",
      "VirtualProxyPath": "",
      "CertificatePath": "",
      "CertificatePassword": "",
      "CertificatePort": 4242,
      "CertificateValidation": true,
      "QcsApiKey": ""
    }
  ],
  "AppExportProfiles": [
    {
      "ProfileName": "",
      "AppTitleFilter": "",
      "AppStreamFilter": "",
      "SkipData": true,
      "DestinationFolder": "",
      "AppListJsonFileName": "",
      "SkipConfirmation": false,
      "FileNamePattern": ""
    }
  ],
  "AppImportProfiles": [
    {
      "ProfileName": "",
      "QVFSourceFolder": "",
      "AppListJsonFileName": "",
      "AppNamePattern": "",
      "SkipConfirmation": false
    }
  ]
}
  • No labels