Connections > MongoDB connection > MongoDB connection properties
  

MongoDB connection properties

When you set up a MongoDB connection, configure the connection properties.
Before you configure the connection properties, you'll need to get information from your MongoDB Atlas account.
The following video shows you how to get information from your MongoDB Atlas account:
https://infa.media/3R0Luqg
The following table describes the MongoDB connection properties:
Property
Description
Connection Name
Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
Description
Description of the connection. Maximum length is 4000 characters.
Type
The MongoDB connection type.
Runtime Environment
Name of the runtime environment where you want to run the tasks.
Select the Informatica Cloud Hosted Agent.
Host Name*
Host name or IP address of the MongoDB server.
Port*
MongoDB server port number. Default is 27017.
User Name*
User name to access the MongoDB server.
Password*
Password corresponding to the user name to access the MongoDB server.
Database Name
Name of the MongoDB database to connect to.
Additional Connection Properties
The JDBC connection parameters required in a MongoDB connection.
Enter one or more JDBC connection parameters in the following format:
<param1>=<value>&<param2>=<value>&<param3>=<value>
Provide the JDBC parameters as ampersand-separated key-value pairs.
Configure the following JDBC connection parameters in a MongoDB connection:
  • - AuthSource
  • - BatchSize
  • - connectTimeoutMS
  • - DefaultStringColumnLength
  • - DmlBatchSize
  • - EnableDoubleBuffer
  • - EnableTransaction
  • - LogLevel
  • - LogPath
  • - SamplingLimit
  • - SamplingStepSize
  • - SamplingStrategy
For example,
DefaultStringColumnLength=512&DmlBatchSize=1000&
EnableDoubleBuffer=false&EnableTransaction=true&
SamplingLimit=200&SamplingStepSize=2&SamplingStrategy=Backwards
SSL Mode
Doesn't apply to a data loader task.
SSL Truststore Path
Doesn't apply to a data loader task.
SSL Truststore Password
Doesn't apply to a data loader task.
*If you specify the host name, port, user name, and password of the MongoDB server in the connection properties and also in the additional connection properties field, the values in the additional connection properties take precedence.