You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Summary

MongoDB Time Series Connector it is the component which is responsible for managing connection and sending histories to a mongo database in a Niagara station.

Implementation

  1. Open the btibMongoDb palette.



  2. Drag and drop the MongoDbConnector to Services > Btib Service > External Connectors >Time Series Connectors folder.



  3. Double click on the connector fill-in your connection information, then hit save.


 Properties

  • Status: Connector status
  • Fault Cause: The explanation in case of an issue with the connector.
  • Enabled: Enable/Disable the connector.
  • Last Attempt: Datetime of the last connection attempt.
  • Last Success: Datetime of the last successful attempt
  • Last Failure: Datetime of the last failure attempt.

  • Connection String: Mongo connection string.
  • Connection timeout: Number of milliseconds for mongo client to wait before giving up (increase this value if your jace has high connection latency).
  • Database Name: Name of the database.

 Advanced Config

  • Nan Values Policy: The policy for nan values (send or ignore).
  • Infinite Values Policy: The policy for Infinite values (send or ignore).


Actions

  • Ping : Ping the MongoDB cluster.


Fault Causes

  • Unable to connect : verify the your connection parameter (Host name, port ...), you can try to ping.