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.

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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