Look in BIS6 Front-end at „Configuration – Interface configurations – Rules“ and check the „see:OUTBOUND-HOTFOLDER“ Expression. May be the name of your Hotfolder Entry is not covered by the expression. ( Default: Starts-with ’see:OUT‘ )
Archiv der Kategorie: BIS6
Bind Hazelcast Component to specific NIC
If your System has multiple NIC’s you will get many Errors in your logfiles about fault connections. To bind hazelcast component to specific interface add the following to your hazelcast-bis.xml and hazelcast-inbox-server.xml (within <network></network>):
<interfaces enabled=“true“>
<interface>YOUR_IP_ADDRESS_HERE</interface>
</interfaces>
The hazelcast files are normally located in the conf folder of your installation.