Settings for ASTM Business Services
Summary
ASTM business services provide the following settings:
Group | Settings | See |
---|---|---|
Basic Settings | Target Config Names, Doc Schema Category | “Settings for Business Services” in Ensemble Virtual Documents |
Additional Settings | Search Table Class | “Settings for Business Services” in Ensemble Virtual Documents |
Reply Target Config Names, Response Timeout, Out Separators, Local Application ID, Reply Mode, Get Reply | sections in this topic |
The remaining settings are either common to all business services or are determined by the type of adapter. For information, see:
-
“Settings for All Business Services” in Configuring Ensemble Productions
-
“Settings for the File Inbound Adapter” in Using File Adapters with Ensemble
-
“Settings for the FTP Inbound Adapter” in Using FTP Adapters with Ensemble
The EnsLib.EDI.ASTM.Adapter.TCPAdapterOpens in a new tab adapter also provides the Out Separators and Response Timeout settings that Ensemble needs when it sends outgoing messages. EnsLib.EDI.ASTM.Adapter.TCPAdapterOpens in a new tab also has the following adapter properties configured appropriately for ASTM by default:
-
Port has a default of 10001.
-
Terminators is set to the line feed character (ASCII 10). This property is not configurable in the Management Portal.
-
Get Reply
(TCP Only) Typically the external ASTM system provides an ACK reply to the ASTM TCP service and operation. If the external ASTM system does not provide an ACK reply, clear the Get Reply check box on the ASTM TCP business service. The ASTM TCP business operation uses the setting of its Partner Service business service.
The default value is true.
Local Application ID
Colon-separated LocalID:Qualifier code that represents the facility and application that receive ASTM documents via this business service. These are used to create reply document headers. The @ (at sign) character represents using the corresponding field from the incoming document. If your ID must contain a literal @ symbol, escape it with backslash: \@
The default value is:
ASTMService:ENS
Out Separators
(TCP only) When configuring an ASTM business service, you have the option of specifying Out Separators for outgoing ASTM documents. The fact that an ASTM business service can initiate communication from within Ensemble is an architectural variation that is necessary to support ASTM communication conventions.
For details, see “Separator” in “ Settings for ASTM Business Operations.” That section discusses a similar setting called Separators.
If you do not specify a value for Out Separators, the business service uses a default that consists of the four-character string Flex. Ensemble does not use the Flex characters as separators but interprets this value as follows:
-
If the outgoing document is a reply to a previously received inbound document, copy the separators from the inbound document.
-
If the outgoing document initiates communication from within Ensemble, use the native separators of the outbound message (do not change separators to transmit the message).
Reply Mode
An ASTM routing interface is a two-way interface; the business service can send outbound documents on it using its partnered business operation. However if your target configuration item wishes to return an immediate response, you can enable this by configuring a Reply Mode value of Application. Specify one of the following values:
-
Never — Do not send back any reply. This is the default.
-
Application — Wait for a response from the target configuration item and relay the response back when it arrives.
Reply Target Config Names
(File only) Allows you to specify a comma-separated list of configuration items within the production to which the business service should relay any ASTM reply documents that it receives. Usually the list contains one item, but it can be longer. The list can include business processes or business operations, or a combination of both.
Compare to Target Config Names.
Response Timeout
(TCP only) Number of seconds to wait for a response to begin arriving back from the remote system after sending a request. Setting the timeout to -1 means wait forever.
If the response does not arrive in the Response Timeout value for the request, the ASTM adapter generates and logs an <Ens>ErrTCPReadTimeoutExpired error, then returns to listening for new inbound messages and waiting for new outbound messages.