IBM i Command input
The IBM i commands
It is possible to run a CL command from your CL-programs on the IBM i (AS400) platform. If you want to do that, then you should check out this section for the prerequisites. InterformNG2 is shipped with two predefined commands, that are both quite ...
Setup IBM i command workflows
The third of the prerequisites for calling functions in InterformNG2 via commands on the IBM i platform is, that you have setup matching workflows, that are triggered by the AS400 commands, that you call. The workflows that you create must have the ...
Setup InterFormNG2 IBM i command API
The second of the prerequisites for calling functions in InterformNG2 via commands on the IBM i platform is, that you have setup the InterformNG2 AS400 command API on the IBM i platform. This needs to be setup in order to tell the commands how to ...
Enable AS400 commands in InterformNG2
One of the prerequisites for calling functions in InterformNG2 via commands on the IBM i platform is, that you have enabled AS400 commands in the InterformNG2 configuration. It is possible to setup InterformNG2 to run the commands on another machine ...
IBM i Command input
It is possible to call InterformNG2 functions from an IBM i command, IFORMNG2/NG2CMD. The command then calls an InterformNG2 workflow, which can generate various output and also return an output file to the command. The command will wait for the ...
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 ...