Add or modify an MLLP trading pickup
About trading pickups for MLLP
A community trading pickup is an object that specifies how you want
your local community to consume messages from a remote
partner. In this case, Activator is in a server role, consuming an MLLP client request.
Add an MLLP trading pickup
Prerequisite
You must have a community defined. See Add a community.
Procedure
- In the user interface, select Trading configuration > Manage trading configuration.
- From the list of communities, click the name of a community to display the Summary page for that community.
- Click Trading pickup in the navigation graphic to open the Trading pickups page.
- Click Add a pickup.
- Choose the message protocol No packaging and click Next.
- Complete the From address page and click Next.
- Complete the To address page and click Next.
- In the Choose transport protocol page, select MLLP and click Next.
- Configure the MLLP server:
- Server name – Server name, for example MyServer.
- Port – MLLP Server access port on your hosting machine.
- Clients must use TLS to connect to this server – Select this option if you require TLS for this connection.
- This server requires client authentication. The partner must present an authentication certificate trusted by the server when connecting –
- Enter a name for the pickup to identify it in the user interface. Hint: Enter a name that is easily identifiable in a list of pickups in the user interface.
- Click Finish.
Modify an MLLP trading pickup
After you create an MLLP trading pickup, you can view and modify fields that define the pickup.
MLLP (embedded) settings tab
- Embedded MLLP server – Name of the embedded MLLP server. To make changes in the embedded server name or connection parameters, click View settings for this embedded server. See MLLP (embedded) fields .
- Local URL – You cannot modify this setting from this page. The local port and path the embedded HTTP server uses.
- URL used by partners – The URL used by MLLP client partners to connect to this server. This URL is part of the partner profile when you export it. The host, port and path may be different than the values in the local URL. If your network uses a load balancer or firewall, contact your network administrator for the correct value.
MLLP TLS (embedded) settings tab
- Embedded MLLP TLS server – Name of the embedded MLLP server. To make changes in the embedded server name or connection paramters, click View settings for this embedded server. See MLLP (embedded) fields .
- Local URL – You cannot modify this setting from this page. The local port and path the embedded HTTP server uses.
- URL used by partners – The URL used by MLLP client partners to connect to this server. This URL is part of the partner profile when you export it. The host, port and path may be different than the values in the local URL. If your network uses a load balancer or firewall, contact your network administrator for the correct value.
From address tab
See From address and To address tabs.
To address tab
See From address and To address tabs.
Message attributes tab
See Message attributes tab.
EDI Splitter tab
See EDI splitter tab.
Schedule tab
See Schedule tab.
Advanced tab
- Back up the files that go through this transport – Indicates whether the system backs up copies of the messages it retrieves from integration or receives from partners.
- Backing up files is strongly recommended. This is required for the system to perform fail-over operations such as attempting to send messages again (retries) in case of a transport connection failure. Without backups, a message in process cannot be recovered if the server stops or restarts. Backups also are needed if you want the ability to resubmit messages to back-end applications or resend messages to partners. Backup files are stored in
\<install directory>\common\data\backup
, unless you specify otherwise.
- Restrict maximum file size for this transport – Optionally specify the maximum size of files that this transport can handle. If Activator receives a file larger than the maximum, the file is rejected and a message is written to the events log.
Related topics