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.
...
Note |
---|
Note: Credentialsneed to be set per instance, as the CAM Namespace might differ, even when using the same username and password. |
...
» Update PORT number
In the default.constant.js filein the apq-c3-custom\js folder configure:
"PORT_NUMBER": to the port the app server is using
Code Block |
---|
'PRINT_OPTIONS': {
"PORT_NUMBER":"8880", |
...
» 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. |
...