Logs
Audit Log
InterformNG2 contains an Audit log. In this log the major changes are logged. This includes: Creation, modification and deletion of library resources (including templates modified in the designer). Creation, modification and deletion of workflows. ...
Revision log
You might want to store a description of the changes, when you save a changed template. You can use the revision log to store such information. With the revision log you can: Save a description of the change in the revision log on the template. View ...
System log
For normal use the job logs should be used in order to check up on processing of files, but in some rare cases you might need to look into the system log of InterformNG2. To access the system log you need to sign on as a system admin. The system log ...
Job logs
Whenever InterformNG2 is processing a job a related job log is also created. The job log lists all details, outputs and possible errors/warnings concerning a specific input file. The details for the job logs are divided into these sections: Setup for ...
Logs
In InterformNG2 there are 8 types of logs: The job logs. This contains details information of what happened during processing of each input file. This can be used by non-technical users. A system log. The core log of InterformNG2. This is advanced ...
Popular Articles
REST webservice basic example
Below a simple setup is done to illustrate how the REST webservice basic can be setup. The example below can be run without any programming at all. First a simple template to prove, that the workflow has worked and returned a PDF: The template is ...
High Availability setup
For multi-server installations with high availability, we support an active-active setup with multiple active application server instances, supported by a shared relational database. A load balancer should be in front, to distribute HTTPS requests ...
IBM MQ send message
To send a message to an IBM MQ as part of a workflow, insert a new component at the point in the workflow where you want to send the message. From the "Advanced" components tab select "IBM MQ send message" to send a message to an IBM MQ. Note that ...
To email server
The advanced output workflow component, to email server is able to send out an email, that you have already configured via one of the tenant email servers. The input payload for this component can be eml or even text or html - as long as the email ...
XPath
In InterformNG2, you use the language XPath for referencing data from the XML file. There are many sources of information if you want to learn more about XPath, but you can also simply read the few examples below to get a good idea of how it can be ...