ODBC Driver Integration

Device42 ODBC driver

The Device42 ODBC driver allows users to connect to Device42 and pull data externally as an ODBC [Open Database Connectivity] data source. The current ODBC driver installs on Microsoft Windows, and we provide instructions to leverage both generic ODBC connectivity, and to connect Microsoft PowerBI to your Device42 ODBC datasource below.

Download the Device42 ODBC driver [which should work with many ODBC-compatible consumers] directly from the Device42 Misc. Tools DL page.

ODBC system requirements

System requirements for connecting to Device42 via ODBC are as follows:

  • Current Device42 installation, properly configured, licensed, running, and accessible.
  • A host system for the D42 ODBC driver running Microsoft Windows.
  • PowerBI software to follow the tutorial below to connect to the Device42 ODBC data source.

Installing the Device42 ODBC driver

To install the Device42 ODBC driver, download the .exe installer from https://device42.com and double click to install on a Microsoft Windows-based instance. Simply follow the instructions on the screen, clicking “Next” until you see “Installation Complete”, indicating you have finished installing the Device42 ODBC data source driver:
ODBC Driver Installation complete Windows

Connecting PowerBI to the Device42 ODBC datasource

Device42’s ODBC driver works to connect Microsoft PowerBI directly to your Device42 CMDB. For details on using PowerBI with Device42’s ODBC driver, see the Microsoft PowerBI Integration documentation.

Creating a DSN

  1. To create / pre-define a DSN (Data Source Name), open the Windows ODBC Data Source Administrator via the Windows Start Menu.
    Windows 10: click Start -> Windows Administrative Tools -> ODBC Data Sources (64-bit); [note there is also a 32-bit version, which you can ignore].
    Windows 7: Click Start -> All Programs -> Administrative Tools -> Data Sources (ODBC):
    ODBC Datasource Admin
  2. Click the Add button to begin adding a new datasource. In the “Create New Data Source” window that is displayed, choose the “Device42 ODBC Driver” and click “Finish”:
    Add Device42 ODBC Driver DSN
  3. On the “Device42 ODBC Driver DSN Configuration” screen that is displayed, enter values as explained below:
    Device42 DSN configuration

    • DSN Name: The name to identify this DSN.
    • Server Host: The host name of the Device42 server.
    • Port: The port number that the Device42 server is servicing requests on. The default value is the standard SSL port of 443. If you leave this field blank, it will also default to 443.
    • Username: The username you use to login to Device42.
    • Password: The password you use to login to Device42.
  4. Click the “Test” button to try connecting using the information you specified. You will receive a message if the connection could or could not be made. If the connection could not be made, verify that the information you entered is correct.
  5. Click the “Save” button to save the changes you made to the DSN. Your changes will only be saved if the information entered results in a successful connection. If the connection could not be made, verify that the information you entered is correct.

Setup of the Device42 ODBC DSN is complete. You should now be able to utilize the pre-configured DSN throughout PowerBI.


Importing Data into MS SQL Server

Using the Device42 ODBC driver, it is possible to import data directly into SQL Server. The following procedure will facilitate a data import.
[The following instructions are for Windows 10 and may be differ from other versions of Windows.]

Import Pre-requisites

  1. Begin by copying the Mapping files (The mapping files control how data types from the Device42 ODBC Driver map to Microsoft SQL Server data types).
  2. Start the SQL Server Import and Export Wizard
  3. Start Task Manager.
  4. Browse to the location of the SQL Server Import and Export Wizard executable. Right click on the app executable (it will be named similar to “SQL Server Import and Export Wizard”. Note that the name may end with “32 bit” or “64 bit” and the .exe file extension.Browse to the SQL import export wizard
    1. Click “Open file location” and go up one level to the “DTS” folder.
    2. Go into the “MappingFiles” folder.
    3. Open another instance of Windows Explorer.
    4. Go to C:\Program Files\Device42\Device42 ODBC Driver\MS SQL Server Mapping Files.
    5. Copy files D42ODBCToMSSql10.XML and D42ODBCToSSIS10.XML from C:\Program Files\Device42\Device42 ODBC Driver\MS SQL Server Mapping Files and paste them in the “DTS\MappingFiles” folder of the SQL Server Import and Export Wizard that you found earlier.
    6. Close the SQL Server Import and Export Wizard. The mapping files that were just copied will not take effect until the SQL Server Import and Export Wizard is restarted.

SQL Server Data Import Procedure

Note: These instructions are for SQL Server Management Studio v17.9.1 and may differ from other versions of SQL Server Management Studio.

  1. Start the SQL Server Import and Export Wizard; You will see the following screen and can press NEXT: SQL Server import export wizard welcome
  2. Select a data source of “.Net Framework Data Provider for ODBC”: Choose a Data Source
  3. Enter a connection string or DSN for the Device42 ODBC Driver and then click the “Next” button.
  4. Select a destination of “SQL Server Native Client 11.0”: Choose destination SQL native client
  5. Enter the server and database to import the data to, plus appropriate authentication details with proper permissions.
  6. Choose how you’d like to select Device42 data — From a table/view, or using a query, then click “Next”: Copy data from table/view or from a query
  7. If you selected “Write a query to specify the data to transfer”, then go ahead and enter your query (otherwise, skip this step): Provide source query
  8. If you selected “Copy data from one or more tables or views”, select the views you’d like to copy: Select Source Tables and Views
  9. Click the “Edit Mappings” button to review/change which data will be copied (you can select a destination of “” if you do not want to copy a column) and attributes of the destination column such as data type.Column Mappings window
  10. Close the “Column Mappings” window, and then Click the “Preview” button to see a sample of the data that will be copied: Preview data to be copied
  11. Close the “Preview Data” window, and then Click the “Next” button to continue.
  12. Review the selected data type mappings, and then click the Next button: Review Data Type Mappings
  13. Select if you want to run the data import immediately and/or to save it as an SSIS package: Run now or Create Save and Run Package
  14. Click the “Next” button, and Review the selections made in the SQL Server Import and Export Wizard.
  15. Click the “Finish” button to complete the wizard. Your data import should be imported according to your chosen settings.

Should you have any questions about the Device42 ODBC driver that aren’t answered here, please open a ticket at https://support.device42.com or email [email protected]