Account Number

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 - more information at .

If you have not received your Account Number or have lost it, please contact our support: support@ipc-global.com

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 } ] }