can anyone provide me the documentation on LANsweeper integration without Service Graph Connector

okarunakar
Tera Contributor

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.

9 REPLIES 9

Sohail Khilji
Kilo Patron
Kilo Patron

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....

LinkedIn - Lets Connect

ServiceNow Service Graph Connector is available to Lansweeper Cloud users to auto-populate your ServiceNow CMDB with Lansweeper IT Asset data. Learn more: https://www.lansweeper.com/integration/servicenow-service-graph-connector/ Lansweeper Service Graph connector leverages the ServiceNow Service

Hi @Sohail Khilji 
The Plugin available in servicenow is not compatible with current version of servicenow
I need alternate method for this integration

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....

LinkedIn - Lets Connect

could you please provide any documentation or the complete procedure if you have