The CA Business Service Insight Interface section consists of attributes specifying the connection to CA Business Service Insight. There are two modes; online and offline. In online mode the adapter connects to CA Business Service Insight, gets the translation tables and control command from CA Business Service Insight and send events, statues and translation requests to CA Business Service Insight. In offline mode the adapter works with a local translation tables file and writes the events to an output file.
XML Structure for online mode:
<OblicoreInterface
Mode="online">
<OnlineInterface
Port="3006"
ConnectionInitiator="server"
Address="localhost"
SecurityLevel="high"
SecurityKey="12345678901234567890123456789012"
UseAcknowledgeProtocol="yes"
PacketSize="50"
PacketDeadline="60"
PacketResendTimeout="60"
WindowSize="10"
/>
</OblicoreInterface>
Legal Values-server/adapter. Default value-server.
Defines the connection initiator, the Adapter side or the Adapter listener on CA Business Service Insight side.
The initiator plays the 'slave' or client role, while the other is the 'master' or server role.
The flow of the "Hand Shake" process is a follows:
Legal Values-[yes/no] Default value-yes
When set to yes, the adapter uses the acknowledge protocol. When set to no, the adapter sends the messages/packets and does not wait for the acknowledgement from CA Business Service Insight.
It is not recommended to set this attribute to "no" because there is a chance that you may lose events.
Legal Values-1 to 1000
Default Value-50
Maximum number of events in one packet.
Legal Values-1 to 3600
Default Value-60
Number of seconds before sending a packet that is not full.
Legal Values-1 to 3600
Default Value-60
Amount of time in seconds to wait for acknowledgement message before sending the packet again. This attribute is applicable only when the UseAcknowledgeProtocol attribute is set to yes.
Legal Values-1 to 100
Default Value-10
Number of packets in window. This attribute is applicable only when the UseAcknowledgeProtocol attribute is set to yes.
XML Structure for offline mode:
<OblicoreInterface Mode="offline"> <OfflineInterface OutputFileName="outputEvents.txt" OutputFileType="tsv" OutputTimeFormat="%Y/%m/%d %H:%M:%S" OutputDecimalSymbol="." /> </OblicoreInterface>
Name of the file to which the adapter writes the output events.
Default Value-AdapterOutput.txt (If not otherwise specified, the default value is used.)
Legal Values-csv/tsv/xml
Defines the event format.
Defines the decimal symbol for read fields.
Default Value-. (point)
|
Copyright © 2013 CA.
All rights reserved.
|
|