can anyone provide me the documentation on LANsweeper integration without Service Graph Connector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 10:41 AM
I have the requirement of integrating the lansweeper with servicenow, however the plugin for this integration is not compatible with current version of servicenow, can anyone help me in this, I do not have any idea on integrations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 12:36 PM - edited 03-19-2024 12:37 PM
Hi @okarunakar,
just install the plugin , also alternatively you can also use JDBC connection to integrate it.
Requirements:
ServiceNow System Requirements
- System Import Sets 1.0.0
- ITOM Licensing 1.0.0
- IntegrationHub ETL 1.5.0
- Robust Transform Engine 1.0.0
- Configuration Management (CMDB) 1.1
- ITOM Discovery License 1.0.0
- Integration Commons for CMDB 2.4.1
Follow this steps:
Refer > https://www.youtube.com/watch?v=2WYvks3tSzg
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 11:04 PM
Hi @Sohail Khilji
The Plugin available in servicenow is not compatible with current version of servicenow
I need alternate method for this integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 12:53 AM
ok !
Go for JDBC integration. I remeber i did it via JDBC around 3years back...
Create a data source as JDCB connection with appropriate SQL quries.
Get the data in staging table.
Create a transform map to your target table.
Run a sample transform to see if it all goes good...
I hope this helps....
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 09:24 AM
could you please provide any documentation or the complete procedure if you have