- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2015 07:29 AM
Hi,
I'm try to get the data in Excel using ODBC. But I'm getting "Failed to initialize the Service Component" . How to resolve it. below is the screen shot.
Regards,
Hima Pallela.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2015 04:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2015 07:46 AM
Check if all Data source properties are set correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2015 11:00 AM
Hi Hima,
As mentioned by Saritha, it would be good to check if all data source properties are set correctly.
By running the following command from the ISQL commandline.
SELECT NUMBER, short_description FROM incident;
Using Interactive SQL With ODBC - ServiceNow Wiki
Can you let use know the results?
Best Regards
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2015 12:23 AM
Hi Tony,
Earlier i installed ODBC 64bit & its working fine. Then to access ODBC through excel i uninstalled ODBC64 bit & Installed ODBC32bit. Now when i try to connect through iSQL, i'm getting error saying that "MSVCR71.dll" missing. i have downloaded this file & copied to C:\Windows\System32. But still getting same error.
Regards,
Hima Pallela
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2015 04:14 AM