Please enter search query.
Search <book_title>...
APTARE IT Analytics Backup Manager Solution for ServiceNow Installation and Configuration Guide
Last Published:
2022-09-01
Product(s):
APTARE IT Analytics (10.6)
- IT Analytics ServiceNow App Overview
- Install and Configure
- Overview
- Initial Setup on APTARE IT Analytics Portal
- ServiceNow Configuration - Part One
- Step-1: Create MID server
- Step-2: Create a MID server user
- Step-3: Set MID server user role
- Step-4: Set base URL
- Step-5: Configure the data source
- Step-6: Set REST API callback User and Password
- Step-7: Set REST message or HTTP method to use MID server
- Step-8: Add API key of the portal user used in REST API Callback to the REST HTTP method header
- MID server installation on APTARE IT Analytics Portal server
- ServiceNow Configuration - Part Two
- Test the IT Analytics ServiceNow App
- Troubleshooting
Step-4: Enable ServiceNow incident creation
Compile user package for incidents:
CD to
/opt/aptare/database/tools/.Back up the
user_package.sqlfile.Edit the
user_package.sqlfile as follows:Change
IF summaryStatus = constant.JOB_STATUS_ERROR THEN
To
IF summaryStatus = constant.JOB_STATUS_ERROR THEN NULL;
Change:
INSERT INTO apt_job_ticket ( job_id,
To
/* INSERT INTO apt_job_ticket ( job_id,
Change:
(sysdate - to_date('01-JAN-1970','DD-MON-YYYY')) * (86400));
To
(sysdate - to_date('01-JAN-1970','DD-MON-YYYY')) * (86400));*/
Compile the package using these commands at the sqlplus prompt.
su -aptare sqlplus portal/portaluserpassword@scdb @/opt/aptare/database/ tools/user_package.sql
Set up the ServiceNow alert.
See ServiceNow: Job Finalized Alert Rule section in the APTARE IT Analytics User Guide for more information.