...
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 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
Monitoring and notification
Setting is available in 5.1.1 and later.
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.
Code Block |
---|
<Notification>
<Type>Service</Type>
<MailEnabled>true</MailEnabled>
<MailRecipient>support@company.com</MailRecipient>
<MailSender>noreply@company.com</MailSender>
<MailAtSuccess>false</MailAtSuccess>
<MailAtFailure>true</MailAtFailure>
</Notification> |
If none of MaxIdleHours and MaxIdleDays are defined, no monitoring will be turned on.
Info |
---|
Ensure to use the server.config defined in tag |
Custom Xsl for uploads
Overview
...