Login to the Debug Page and Navigate to the Object Browser ---> Service Definition
Add Servers entry to the Request object: -
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE ServiceDefinition PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<ServiceDefinition hosts="ABC1, ABC2, ABC3" name="Request">
<Description>
Service definition for the Request processor service.
</Description>
</ServiceDefinition>
##############################################################################
Add Servers entry to the Task Object:-
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE ServiceDefinition PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<ServiceDefinition hosts="ABC1,ABC2,ABC3" name="Task">
<Description>
Service definition for the Task scheduler service.
</Description>
</ServiceDefinition>
No comments:
Post a Comment