BookmarkSubscribeRSS Feed
tcv
Calcite | Level 5 tcv
Calcite | Level 5

Our site just started using the web based product ServiceNow.  It stores it's data in databases for which I have an ODBC on my PC has anyone read this data using SAS

3 REPLIES 3
Reeza
Super User

If it has an ODBC you can connection via a libname and then you should be good to go, similar to any other ODBC connection.

 

Does that method not work for you?

tcv
Calcite | Level 5 tcv
Calcite | Level 5

I tried the LIBNAME and PROC SQL connect they both time out with no data.

 

ERROR: CLI error trying to establish connection: [SN][ODBC ServiceNow driver][OpenAccess SDK

SQL Engine]Cannot connect to the instance. [dataSource=ServiceNow]

[user=odbc.user]java.net.SocketTimeoutException: connect timed out[1001]

 

ChrisHemedinger
Community Manager

ServiceNow is software-as-a-service, correct? It would surprise me they allowed access to a database directly, and if they did, access might be provisioned via a whitelisted IP address.  

 

However, they do have REST APIs, and that might be the more robust method for accessing this.  You can use PROC HTTP and the JSON libname engine to fetch and parse the information you need.  I have several examples of doing similar work with other web services.

Check out SAS Innovate on-demand content! Watch the main stage sessions, keynotes, and over 20 technical breakout sessions!

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 2091 views
  • 0 likes
  • 3 in conversation