...
Desrciption of tags
Tags | Description | Options | |
---|---|---|---|
FolderEnabled | If configuration is active or not. | true/false | |
FolderDescription | Description. | text | |
FolderFilter | Regex used on the files that appear in the folder. Only files ServerConfigPath | Path to the server.config file where configuration is kept for the editor- or web-server. Important is the Notification settings, and the integration to Monitoring dashboard. | For an editor server: C:\ProgramData\Signifikant\Assert\server.config. For an web server: C:\inetpub\wwwroot\AssertWeb\App_Data |
FolderEnabled | If configuration is active or not. | true/false | |
FolderDescription | Description. | text | |
FolderFilter | Regex used on the files that appear in the folder. Only files matching the regex will be handled, e.g. Part_price*.xml. | ||
FolderPath | Folder path to monitor for new files. | ||
FolderIncludeSub | If sub folders are to be scanned for imports. | true/false | |
MaxIdleDays | Time limit when it is considered an error if no new import files arrive, see below. | integer | |
MaxIdleHours | Time limit when it is considered an error if no new import files arrive, see below. | integer | |
MoveToBackup | If file is to be moved to backup folder. | true/false | |
BackupFolder | After an import or upload is completed, move file to this folder. | ||
SaveItems | If file content is to be saved on database on same server as importer service runs on. | true/false | |
SiteId | Site name when importing into Manager site. | Site name | |
UploadItem | If file content is to be uploaded to web server site. | true/false | |
UploadSiteId | Site name when uploading into web viewer site. | Site name | |
UploadServer | Url for the web server e.g https://www.domain.com/AssertWeb/ | ||
UploaderId | Type of upload, see table above. | See table above | |
UploadLogin | If login required to upload items to webserver. | true/false | |
UploadUsername | User name and password for calling the upload API on the web server. Api permissions are setup in: C:\ProgramData\Signifikant\Assert\api-permission.config, see Technical documentation - Signifikant REST API authentication . | ||
UploadPassword | |||
DumpUploadItems | If upload dump is to be generated in log folder. | true/false | |
XlsSheet | Custom Xls for the importer. Custom Xls shall be placed in C:\ProgramData\Signifikant\Assert\Customize | ||
SsxSheet | Signifikant predefined SSX format for the import type as signifikant_organization.xsl | ||
Options | Used to define alternatives to control the import | See separate table below. |
...
The service also logs to an application log file, normally found at: C:\ProgramData\Signifikant\Assert\ImportService.log
...
Mail and event notification
Setting is available in 5.1.1 and later. Time Notification is made by mail, by monitoring event or both.
Notification by mail
Time limit when it is considered an error if no new import files arrive. If no import files arrives within the defined number of hours and days, a notification is created. The notification is defined in server.config.
...
Info |
---|
Ensure to use the server.config defined in tag |
Notification by event generation to monitoring dashboard
To send import events to the monitoring dashboard, it uses a configuration file monitoring-service-client.json. The file is located in the same folder as the file defined by the ServerConfigPath element. Ensure that the file is in the same folder as the active server.config file. Should the file be missing. an empty file is generated, as a template for configuration. It has the enabled attribute defined to false to disable event generation initially.
Custom Xsl for uploads
Overview
...