<?xml version="1.0" ?> 
<jump-container type="dialog">

<Composite name="DetermineRemoteSys" title="Profile Directory Information" 
description="Enter the relevant information for the $(/ProcedureName) of a distributed system">

<InfoText name="Info"><![CDATA[<html>
<b>Profile directory</b><br>
Enter the path to the profile directory.<br>
</html>]]></InfoText>

<SingleTextInput name="SYSDIR">
  <LABEL>Path to Profile Directory</LABEL>
  <VARIABLE>/J2EE/StandardSystem/CentralInstance/ProfileDirectory</VARIABLE>
</SingleTextInput>

<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
There are SAP landscapes where the central file share containing the profile directory
is located on a different host from the central instance. Sometimes this is the case with 
the recommended SAP installations of High Availability systems.<br>
In these scenarios, the profile directory is normally located under: 
<ul>
<li><b>UNIX: </b><i>/sapmnt/&lt;SID&gt;/profile</i></li>
<li><b>Windows: </b><i>\\&lt;remote-host&gt;\sapmnt\&lt;SID&gt;\SYS\profile</i></li>
</ul>
</html>]]></InfoText>

<OKCancel name="OKCancel">
  <VARIABLE>/OkCancel</VARIABLE>
</OKCancel>

</Composite>
  
<validators>

<RequiredFieldValidator name="RequiredSysDir" appliesTo="SYSDIR">
  <ErrorMessage><![CDATA[
  You must enter the path to the central file share to continue the 
  $(/ProcedureName).<br>]]></ErrorMessage>
</RequiredFieldValidator>


</validators>

<eliminators>
  <SimpleEliminator name="profileDirEliminator" dialogFieldName="/J2EE/StandardSystem/CentralInstance/ProfileDirectory" catalogProperty="ProfileDirectory"/>
</eliminators>

</jump-container>
