1 / 13

Integrating with the ServiceNow ODBC Driver

NEOSNUG developersCorner. Integrating with the ServiceNow ODBC Driver. Brett Teacher Software Engineer Lead PNC Bank. NEOSNUG developersCorner. I’m Down with ODBC Yeah you know Me. NEOSNUG developersCorner. Why am I down with ODBC?.

Télécharger la présentation

Integrating with the ServiceNow ODBC Driver

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. NEOSNUG developersCorner Integrating with the ServiceNow ODBC Driver Brett Teacher Software Engineer Lead PNC Bank

  2. NEOSNUG developersCorner I’m Down with ODBC Yeah you know Me

  3. NEOSNUG developersCorner Why am I down with ODBC? The ServiceNow ODBC Driver enables legacy applications to pull data from ServiceNow.

  4. Description NEOSNUG developersCorner • The ServiceNow ODBC driver is compliant to version 3.52 of the Microsoft ODBC specification and allows any ODBC client to connect to the ServiceNow platform for reporting. • The ServiceNow ODBC driver uses the ServiceNow web services support for a query-only interface. • The ODBC driver supports only SELECT statements or read-only functions, and does not modify your instance data.

  5. Instance Setup NEOSNUG developersCorner • Create a service account in the instance • SOAP role to access the web services • ITIL role to read all tickets

  6. Download the ODBC Driver NEOSNUG developersCorner • 32-bit • 64-bit

  7. Create the Data Source NEOSNUG developersCorner • Leave at default

  8. The installation creates the following links in the menu: NEOSNUG developersCorner • Interactive SQL (ODBC): an interactive SQL command window for directly testing SQL statement. • Management Console: a Microsoft MMC snap in for configuring default properties for the ODBC driver. • ODBC Administrator: a Microsoft ODBC Administrator program.

  9. Configure the DSN and test the connection using ODBC Administrator NEOSNUG developersCorner

  10. Interactive SQL NEOSNUG developersCorner • In Windows, navigate to Start > Programs > ServiceNow ODBC > Interactive SQL (ODBC). • CONNECT admin*admin@ServiceNow • SELECT number, short_description, category, approval, type, dv_state FROM change_request; • IMPORTANT: Add a semicolon to the end of MySQL statements;

  11. Interactive SQL NEOSNUG developersCorner • Example:

  12. Display Values NEOSNUG developersCorner • When querying a column of type Choice or Reference, an additional column with the prefix dv_ is available that contains the display value.

  13. Examples using the ODBC driver NEOSNUG developersCorner • Running Interactive SQL (ODBC) • Using the ODBC Driver in Excel 2010 • Using the ODBC Driver in Crystal Reports 2008 • Using ODBC Driver in SQL Server 2008

More Related