Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Enable Task Scheduler

...

In the settings.json filein the WEB-INF/config folder configure:

externalTasksFolderName: The location for storing the task files.

...

In the settings.json filein the WEB-INF/config folder configure:

printerStartingPort: In order for the export options to work correctly make sure to set the value for this option to 0.

...

credentials: Configure the instance, userName, useCAM and camNamespace:

  • instance:TM1 Instance

  • userName: TM1 User

  • useCAM:Set to 'true' if you're using CAM security (boolean values)

  • camNamespace: CAM Namespace (string value)

  • Input the password used as cleartext in the password parameter. It will then be encoded and encrypted and saved back into the file.

  • encryptedCredential will be auto-generated after restarting the Apliqo Application Services.

...

In the default.constant.js filein the apq-c3-custom\js folder configure:

  • "PORT_NUMBER":  Port Number - Apliqo Server is configured with. (e.g. 8880)

  • "TASK_BASE_PROTOCOL": Protocol - Apliqo Server is configured with. (e.g. http or https)

  • "TASK_BASE_HOST": Host DNS - Apliqo Server is configured with. (e.g. some-other.dns)

Code Block
breakoutModewide
 'PRINT_OPTIONS': {  
            "PORT_NUMBER":"8880",
            "TASK_BASE_PROTOCOL":'"http'",
            "TASK_BASE_HOST":'"localhost'"

...

» Add credentials for the contentstore instance

...

Task Scheduler allows users to send emails, configure the following SMTP settings in thesettings.json file in the WEB-INF/config folder to enable this option:

"smtpPort": 22, 465 or 587

Note

NOTE:

Below configuration is just an example, please use the company credentials to set up the SMTP settings.

After updating the SMTP settings restart the Apliqo Application Services.

...