Products | Versions |
---|---|
TIBCO ActiveMatrix Adapter for Lotus Notes | - |
Not Applicable | - |
Description:
Symptoms
========
The adapter always polls at an interval of 5 seconds. The value specified for variable adln.PollingInterval in the adln.tra file will not take effect. We can however effectively continue to specify the polling interval size during the adapter configuration using designer. This issue with the adapter is noticed on all platforms supported by the adapter.
Impact
======
Product Limitation.
The adapter will continue to poll for every 5 seconds even if we specify a value other than 5 seconds in the adapter's properties file.
Workaround
==========
Comment out the adln.PollingInterval line in adapter properties file and then specify a polling size in the Adapter Services tab of LotusNotesAdapterConfiguration palette using designer.
Cause
=====
The value for polling interval is hard coded in the adapter code. So incase polling size is not specified in the repository, the adapter takes 5 seconds as the default.
Resolution
==========
This issue is fixed in Hotfix 1 for 5.1.0 release of TIBCO Adapter for Lotus Notes.
Symptoms:
Cause: