Servicenow Commvault Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 03:54 AM
I have used the below document for commvault integration
Step 1: I have committed the file provided by commvault
( Issue: After committing no columns are observed in modules present inside commvault application)
Step 2: I have used the document to update the mid server as below in cv_script_include
this.endpoint = [{
username: "abc",
password: "xyz",
epDisplayName: "abcserver.domain.com",
epLink: "https://abcserver.domain.com/"
}];
this.useMIDServer = true;
this.MIDServerName = "abc_server";
My doubt is
1. After committing the file does the columns should be visible or any configuration needs to be done?
2. How can I check If mid server is connecting to the commvault server?