Complete the prerequisites for setting up a connection for the first time using a Service Graph Connector within the SGC Central view of the CMDB Workspace.
Before you begin
Role required: admin
About this task
During the initial connection setup with a Service Graph Connector, a few tasks appear in the Prerequisites stage. Complete these tasks before proceeding to the next steps.
Procedure
-
Create data sources for the connection.
- Ensure that you have edit permissions for the Datasource [sys_data_source] table.
- In the Prerequisites stage of the playbook, select the Update data source access activity.
- Select Update access.
- To edit the record, select the Global application scope from the application picker.
- In the Application Access related list of the Data Source form, select the Can create, Can update, and Can delete check boxes.
- Select Update.
- From the application picker, select the application scope of the connector.
- After completing the Update data source access activity, select Continue.
-
Clear the cache on the Data Source [sys_data_source] table.
- In the Prerequisites stage of the playbook, select the Clear cache activity.
- Select Run clear cache.
- In the Run script text box of the background script page, enter the following script:
GlideTableManager.invalidateTable("sys_data_source");
GlideCacheManager.flushTable("sys_data_source");
GlideTableManager.invalidateTable("sys_db_object");
GlideCacheManager.flushTable("sys_db_object");
- Select Run Script to run the background script in the global scope.
The script may take several minutes to execute.
- After the script is executed, select Close.
- From the application picker, select the application scope of the connector.
- After completing the Clear cache activity, select Continue.