Thursday, August 31, 2023

How to configure SailPoint IdentityIQ UI Task Servers

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

Content Assist set up in Eclipse

# Open the Eclipse application # Navigate to Windows > click on Preferences # Navigate to Java and expand it # Navigate to Editor a...