Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

This component is a Timeseries Connector, this page will only contain information specific to this component.

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.
    Image Removed

 Properties


  1. Image Added


 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 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 pingAuthentication Schemes: Authentication options.