instructions_storprocsrv_head.txt=<h3>${iomsrv.storprocsrv.name}</h3> ${line.separator}\

instructions_storprocsrv_head_migrated.txt=<h3>SAS Stored Process Server</h3> ${line.separator}\

instructions_storprocsrv_details_table_head.txt=<table class="detailTable" border=0 cellPadding=0 cellSpacing=0> ${line.separator}\

instructions_storprocsrv_details_migrated_servers.txt=<tr> ${line.separator}\
		<td class="detailLabel">Servers Migrated</td> ${line.separator}\
		<td class="detailContent">${migrated.servers.names}</td> ${line.separator}\

instructions_storprocsrv_details_host.txt=<tr> ${line.separator}\
		<td class="detailLabel">Host machine</td> ${line.separator}\
		<td class="detailContent">${iomsrv.storprocsrv.host}</td> ${line.separator}\
	</tr> ${line.separator}\

instructions_storprocsrv_details_port.txt=<tr> ${line.separator}\
		<td class="detailLabel">Port</td> ${line.separator}\
		<td class="detailContent">${iomsrv.storprocsrv.port}</td> ${line.separator}\
	</tr> ${line.separator}\

instructions_storprocsrv_details_ports.txt=<tr> ${line.separator}\
		<td class="detailLabel">Ports</td> ${line.separator}\
		<td class="detailContent">${migrated.servers.ports}</td> ${line.separator}\
	</tr> ${line.separator}\

instructions_storprocsrv_details_logging.txt=<tr> ${line.separator}\
		<td class="detailLabel">Log directory</td> ${line.separator}\
		<td class="detailContent"><a href="${storprocsrv.logs.dir}">${storprocsrv.logs.dir}</a> ${line.separator}\              
                 <br class="br">For more details about the initial logging configuration and how to modify it, see "Administering Logging for SAS Servers" in the <em>SAS Intelligence Platform: System Administration Guide</em> at <a href="http://support.sas.com/administration" target="_blank">http://support.sas.com/administration</a>.</td> ${line.separator}\
	</tr>  ${line.separator}\

instructions_storprocsrv_details_log_dirs.txt=<tr> ${line.separator}\
		<td class="detailLabel">Log directories</td> ${line.separator}\
		<td class="detailContent"> ${migrated.servers.log.dirs} ${line.separator}\
                 <br class="br">For more details about the initial logging configuration and how to modify it, see "Administering Logging for SAS Servers" in the <em>SAS Intelligence Platform: System Administration Guide</em> at <a href="http://support.sas.com/administration" target="_blank">http://support.sas.com/administration</a>.</td> ${line.separator}\
	</tr> ${line.separator}\

instructions_storprocsrv_details_validation_header.txt=<tr> ${line.separator}\
		<td class="detailLabel">Validation steps</td> ${line.separator}\
		<td class="detailContent">${line.separator}\
			<ol> ${line.separator}\

instructions_storprocsrv_details_validation.txt=\
  				<li>In the SAS Management Console, on the Plug-ins tab, select "+" to expand the Server Manager node.</li> ${line.separator}\
  				<li>Expand ${oma.appserver.servercontext.name}.</li> ${line.separator}\
  				<li>Highlight the ${iomsrv.storprocsrv.logical.name}.</li> ${line.separator}\
  				<li>Right mouse click this server and select Validate. You should see a <i>Validation Successful</i> message.</li> ${line.separator}\
			</ol> ${line.separator}\
		</td> ${line.separator}\
	</tr>  ${line.separator}\

instructions_storprocsrv_details_validation_migrated.txt=\
			        <li>In the SAS Management Console, select "${migrated.server.repository.name}" repository.</li> ${line.separator}\
			        <li>On the Plug-ins tab, select "+" to expand the Server Manager node.</li> ${line.separator}\
  				<li>Expand ${migrated.servers.server.context}.</li> ${line.separator}\
  				<li>Highlight the ${migrated.servers.logical.server}.</li> ${line.separator}\
  				<li>Right mouse click this server and select Validate. You should see a <i>Validation Successful</i> message.</li> ${line.separator}\
			</ol> ${line.separator}\

instructions_storprocsrv_details_validation_migrated_1.txt=<br> ${line.separator}\
		<br> Repeat all the above steps for the following servers\
		<br><table border=1><tr><th>Repository </th><th>Server Context</th><th> Logical Server</th></tr>\
		${migrated.servers.pairs}</table>\

instructions_storprocsrv_details_validation_migrated_2.txt=<br> ${line.separator}\
		</td> ${line.separator}\
	</tr>  ${line.separator}\

instructions_storprocsrv_details_table_tail.txt=</table>  ${line.separator}\


instructions_storprocsrv_details_notes_head.txt=<h4>Notes:</h4> ${line.separator}\
<ul> ${line.separator}\

instructions_storprocsrv_details_restartspawner.txt=<li>Restart the object spawner so that it can be associated with the new stored process server.</li>  ${line.separator}\

instructions_storprocsrv_details_notes_tail.txt=</ul>  ${line.separator}\

warnings_storprocsrv_setbatchloginright.set.txt=<li><p>You indicated that security policies could be modified by the SAS Deployment Wizard. As a result, the user ${iomsrv.storprocsrv.gensrvusr.login.userid} was granted the local security policy <b>Log on as a batch job (SeBatchLogonRight)</b>. This policy allows a user to be logged on by means of a batch-queue facility and is required when running stored processes.</p> ${line.separator}\
<p>The policy will take effect the next time ${iomsrv.storprocsrv.gensrvusr.login.userid} authenticates against the operating system.  Therefore, if ${iomsrv.storprocsrv.gensrvusr.login.userid} is currently logged on to the system, a reboot will be needed so this user can run stored processes.</p></li> ${line.separator}\

warnings_storprocsrv_setbatchloginright.noset.txt=<li><p>You indicated that security policies could not be modified by the SAS Deployment Wizard. As a result, the user ${iomsrv.storprocsrv.gensrvusr.login.userid} has not been granted the local security policy <b>Log on as a batch job (SeBatchLogonRight)</b>. This policy is required when running stored processes and allows a user to be logged on by means of a batch-queue facility.</p> ${line.separator}\
<p>To set this policy now, open the Local Security Policy application via the Control Panel (classic view): Administrative Tools &gt; <b>Local Security Policy</b> or the Control Panel (category view): Performance and Maintenance &gt; Administrative Tools &gt; <b>Local Security Policy</b>.  From the Local Security Policy application, select <b>Log on as a batch job</b> and add the user ${iomsrv.storprocsrv.gensrvusr.login.userid}.</p> ${line.separator}\
<p>The policy will take effect the next time ${iomsrv.storprocsrv.gensrvusr.login.userid} authenticates against the operating system.  Therefore, if ${iomsrv.storprocsrv.gensrvusr.login.userid} is currently logged on to the system, a reboot will be needed so this user can run stored processes.</p></li> ${line.separator}\

warnings_storprocsrv_setbatchloginright.set.failed.txt=<li><p>You indicated that security policies could be modified by the SAS Deployment Wizard. However, an error occurred during the attempt to grant the user ${iomsrv.storprocsrv.gensrvusr.login.userid} the local security policy <b>Log on as a batch job (SeBatchLogonRight)</b>. This policy allows a user to be logged on by means of a batch-queue facility and is required when running stored processes.</p> ${line.separator}\
<p>To attempt to set this policy now, open the Local Security Policy application via the Control Panel (classic view): Administrative Tools &gt; <b>Local Security Policy</b> or the Control Panel (category view): Performance and Maintenance &gt; Administrative Tools &gt; <b>Local Security Policy</b>.  From the Local Security Policy application, select <b>Log on as a batch job</b> and add the user ${iomsrv.storprocsrv.gensrvusr.login.userid}.</p> ${line.separator}\
<p>The policy will take effect the next time ${iomsrv.storprocsrv.gensrvusr.login.userid} authenticates against the operating system.  Therefore, if ${iomsrv.storprocsrv.gensrvusr.login.userid} is currently logged on to the system, a reboot will be needed so this user can run stored processes.</p></li> ${line.separator}\

warnings_storprocsrv_validateUserHostAccount_sassrv.txt=<li><p>The user ID, ${iomsrv.storprocsrv.gensrvusr.login.userid}, specified as the SAS Spawned Servers account, is invalid.  Either the account does not exist, or the given password is invalid.  To resolve this problem, start SAS Management Console and perform the following steps.</p>${line.separator}\
<ol> ${line.separator}\
  <li>On the Plug-ins tab, select the User Manager node.</li> ${line.separator}\
  <li>Select the SAS General Servers group, right-click, and choose Properties.</li> ${line.separator}\
  <li>Select the Accounts tab and then select the entry for ${iomsrv.storprocsrv.gensrvusr.login.userid}.  Choose Edit.</li> ${line.separator}\
  <li>Verify that ${iomsrv.storprocsrv.gensrvusr.login.userid}, as shown in the User ID field, is a valid user.</li> ${line.separator}\
  <li>Once the account shown in the User ID field has been verified, enter and then re-enter that user account's password.</li> ${line.separator}\
  <li>Select OK to commit the changes.</li> ${line.separator}\
  <li>You must now refresh the Object Spawner. Expand the Server Manager node and the Object Spawner node.</li> ${line.separator}\
  <li>Select the machine node. Right-click on this node and choose Connect. </li> ${line.separator}\
  <li>Right-click on the machine node again, and choose Refresh Spawner.</li> ${line.separator}\
  <li>In the confirmation dialog box, select Yes.</li> ${line.separator}\
</ol> ${line.separator}\
<p>The stored process server should be able to be validated now as described below.</p> ${line.separator}\
</li> ${line.separator}\

warnings_storprocsrv_checkFSPermsOnUnix_read_sassrv.txt=Read access is required by the SAS Spawned Servers account, ${iomsrv.storprocsrv.gensrvusr.login.userid}.</p></li> ${line.separator}\

warnings_storprocsrv_checkFSPermsOnUnix_write_sassrv.txt=Write access is required by the SAS Spawned Servers account, ${iomsrv.storprocsrv.gensrvusr.login.userid}.</p></li> ${line.separator}\

errors_storprocsrv_head.txt=<h3>SAS Stored Process Server failed to deploy successfully</h3> ${line.separator}\

errors_storprocsrv_list_head.txt=<ol> ${line.separator}\

errors_storprocsrv_list_tail.txt=</ol> ${line.separator}\

errors_storprocsrv_backup.txt=<li><p>Backup of files in both ${error.srcdir} and ${error.deploydir} failed. The directory may be read only, the directory may not exist, or the permissions are insufficient for this process. ${line.separator}\
	<ul>  ${line.separator}\
		<li>Error log file: <a href="file://${error.logfile}" type="text/plain" target="_blank">${error.logfile}</a></li>  ${line.separator}\
		<li>Stored process server logs: <a href="file://${storprocsrv.logs.dir}" target="_blank">${storprocsrv.logs.dir}</a> </li> ${line.separator}\
	</ul></p>  ${line.separator}\
</li>  ${line.separator}\

errors_storprocsrv_moveOrigFiles.txt=<li><p>The copying and configuring of files from ${error.srcdir} to ${error.deploydir} failed. ${line.separator}\
	<ul>  ${line.separator}\
		<li>Error log file: <a href="file://${error.logfile}" type="text/plain" target="_blank">${error.logfile}</a></li>  ${line.separator}\
		<li>Stored process server logs: <a href="file://${storprocsrv.logs.dir}" target="_blank">${storprocsrv.logs.dir}</a> </li> ${line.separator}\
	</ul></p>  ${line.separator}\
</li>  ${line.separator}\

errors_storprocsrv_loadMetadata.txt=<li><p>Information about the stored process server could not be loaded into the metadata server.  ${line.separator}\
	<ul>  ${line.separator}\
		<li>Error log file: <a href="file://${error.logfile}" type="text/plain" target="_blank">${error.logfile}</a></li>  ${line.separator}\
	</ul></p>  ${line.separator}\
</li>  ${line.separator}\

errors_storprocsrv_loadmetadata.init.txt=<li><p>Information about the stored process server could not be loaded into the metadata server.  Make sure the metadata server is started and is running properly. ${line.separator}\
	<ul>  ${line.separator}\
		<li>Error log file: <a href="file://${error.logfile}" type="text/plain" target="_blank">${error.logfile}</a></li>  ${line.separator}\
		<li>Stored process server logs: <a href="file://${storprocsrv.logs.dir}" target="_blank">${storprocsrv.logs.dir}</a> </li> ${line.separator}\
	</ul></p>  ${line.separator}\
</li>  ${line.separator}\

unconfiguration_storprocsrv_summary_head.txt=<h3>SAS Stored Process Server</h3> ${line.separator}\

unconfiguration_storprocsrv_summary_item.txt=<p>The stored process server was removed.</p> ${line.separator} \
   <ul> ${line.separator}\
      <li>${storprocsrv.configobj.name} was removed from metadata.</li> ${line.separator}\
   </ul> ${line.separator}\

updatePasswords_storprocsrv_summary_head.txt=<h3>SAS Stored Process Server</h3> ${line.separator}\
   <ul> ${line.separator}\

updatePasswords_storprocsrv_summary_sassrv_item.txt=<li>The password for ${iomsrv.storprocsrv.gensrvusr.person.display.name} (${iomsrv.storprocsrv.gensrvusr.login.userid}) was changed in the ${oma.repository.foundation.name} repository.</li> ${line.separator}\

updatePasswords_storprocsrv_summary_tail.txt=</ul>      
