Use an Easysoft ODBC Driver to connect Logi INFO to an ODBC Database, enabling you to analyse data stored in data stores such as MongoDB and Salesforce.com from Logi INFO.
Logi INFO, which is produced by Logi ANALYTICS, allows you to develop a .NET application that uses an ODBC driver to interact with an external data source. ODBC is a data access technology, the Microsoft implementation of which is included with Windows.
The components necessary to connect Logi INFO to Salesforce.com are:
Logi INFO <-> Salesforce.com ODBC Driver <-> Salesforce.com
The components necessary to connect Logi INFO to MongoDB are:
Logi INFO <-> MongoDB ODBC Driver <-> MongoDB
The Salesforce.com ODBC Driver and MongoDB ODBC driver are available to download from the Easysoft web site.
For installation instructions, see the Salesforce.com ODBC Driver documentation or MongoDB ODBC Driver documentation.
You can now connect Logi INFO to Salesforce.com or MongoDB:
Salesforce connection string:
Driver=Easysoft SalesForce ODBC Driver;Uri=https://login.salesforce.com/services/Soap/u/34;Uid=myuser@mydomain; Pwd=mypassword;Token=abcdef1234
Connection String Setting | Value |
---|---|
Uid | The name of your Salesforce.com user. |
Password | The password for your Salesforce.com user. |
Token |
The security token for your Salesforce.com user, if required.
If the connection attempt fails with an error which contains Salesforce.com emails the security token to the email address associated with your Salesforce.com user account. If you have not received a security token, you can regenerate it. Salesforce.com will then email the new security token to you. To regenerate your security token, log in to Salesforce.com and then choose Setup from the user menu. Search for "security token" in the Quick Find box. Click Reset Security Token in the Reset Security Token page. When you receive the token in your email client, copy it and then paste it into the Token field. |
MongoDB connection string:
Driver=Easysoft MongoDB ODBC Driver;Server=mymachine;Database=mydatabase;Uid=myuser;Pwd=mypassword
Connection String Setting | Value |
---|---|
Server | The name or IP address of the host where your MongoDB instance is running. |
Database | The MongoDB database that you contains the data that you want to access. |
Uid | If you need to supply a user name to access your MongoDB database, include this connection string attribute. Otherwise, omit it |
Password | The password for your MongoDB user, if required, otherwise omit this attribute. |