instructions_dsbatchsrv_head.txt=<h3>${server.dsbatchsrv.name}</h3> ${line.separator}\

instructions_dsbatchsrv_head_migrated.txt=<h3>SAS DATA Step Batch Server</h3> ${line.separator}\

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

instructions_dsbatchsrv_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_dsbatchsrv_details_host.txt=<tr> ${line.separator}\
    <td class="detailLabel">Host machine</td> ${line.separator}\
    <td class="detailContent">${dsbatchsrv.host}</td> ${line.separator}\
  </tr> ${line.separator}\
 
instructions_dsbatchsrv_details_logging.txt=<tr> ${line.separator}\
    <td class="detailLabel">Log directory</td> ${line.separator}\
    <td class="detailContent"><a href="file://${dsbatchsrv.logs.dir}">${dsbatchsrv.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">http://support.sas.com/administration</a>.</td> ${line.separator}\
  </tr>  ${line.separator}\

instructions_dsbatchsrv_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">http://support.sas.com/administration</a>.</td> ${line.separator}\
	</tr> ${line.separator}\

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

instructions_dsbatchsrv_details_validation_Windows.txt=<li>Select this link: <a href="file://${dsbatchsrv.command}"> ${dsbatchsrv.command} </a></li> ${line.separator}\
	<li>If SAS starts successfully, the DATA step batch server has been validated.</li> ${line.separator}\

instructions_dsbatchsrv_details_validation_Windows_migrated.txt=<li>Select this link(s): ${migrated.dsbatchsrv.commands} </li> ${line.separator}\
	<li>If SAS starts successfully, the DATA step batch server has been validated.</li> ${line.separator}\

instructions_dsbatchsrv_details_validation_Unix.txt=<li>Execute the following command: ${line.separator}\
	<br class="br">${dsbatchsrv.command}</li> ${line.separator}\
	<li>If SAS starts successfully, the DATA step batch server has been validated.</li> ${line.separator}\
      
instructions_dsbatchsrv_details_validation_Unix_migrated.txt=<li>Execute the following command: ${line.separator}\
	<br class="br">${migrated.dsbatchsrv.commands.unx}</li> ${line.separator}\
	<li>If SAS starts successfully, the DATA step batch server has been validated.</li> ${line.separator}\
      
instructions_dsbatchsrv_details_validation_zOS.txt=<li>Select this link: <a href="http://support.sas.com/administration">SAS Intelligence Platform: Installation and Configuration Guide</a></li> ${line.separator}\
  <li>Follow the instructions in the topic on validating the SAS servers.</li> ${line.separator}\

instructions_dsbatchsrv_details_validation_tail.txt=</ol> ${line.separator}\
   </td>  ${line.separator}\
  </tr>  ${line.separator}\

instructions_dsbatchsrv_details_table_tail.txt=</table>  ${line.separator}\
  
errors_dsbatchsrv_head.txt=<h3>SAS DATA Step Batch Server failed to deploy successfully</h3>

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

errors_dsbatchsrv_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>Batch server logs: <a href="file://${dsbatchsrv.logs.dir}" type="text/plain" target="_blank">${dsbatchsrv.logs.dir}</a></li>  ${line.separator}\
    <li>Batch server listings: <a href="file://${dsbatchsrv.lsts.dir}" type="text/plain" target="_blank">${dsbatchsrv.lsts.dir}</a></li>  ${line.separator}\
  </ul></p>  ${line.separator}\
</li>  ${line.separator}\

errors_dsbatchsrv_copyOrigFiles.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>Batch server logs: <a href="file://${dsbatchsrv.logs.dir}" type="text/plain" target="_blank">${dsbatchsrv.logs.dir}</a></li>  ${line.separator}\
    <li>Batch server listings: <a href="file://${dsbatchsrv.lsts.dir}" type="text/plain" target="_blank">${dsbatchsrv.lsts.dir}</a></li>  ${line.separator}\
  </ul></p>  ${line.separator}\
</li>  ${line.separator}\

errors_dsbatchsrv_loadMetadata.txt=<li><p>Information about the batch 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}\
    <li>Batch server logs: <a href="file://${dsbatchsrv.logs.dir}" type="text/plain" target="_blank">${dsbatchsrv.logs.dir}</a></li>  ${line.separator}\
    <li>Batch server listings: <a href="file://${dsbatchsrv.lsts.dir}" type="text/plain" target="_blank">${dsbatchsrv.lsts.dir}</a></li>  ${line.separator}\
  </ul></p>  ${line.separator}\
</li>  ${line.separator}\

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

unconfiguration_dsbatchsrv_summary.txt=<h3>SAS DATA Step Batch Server</h3> ${line.separator}\
${line.separator}\
<p>The batch server was removed.</p> ${line.separator}\
   <ul> ${line.separator}\
      <li>${dsbatchsrv.configobj.name} was removed from metadata.</li> ${line.separator}\
   </ul> ${line.separator}\

bogus_item_to_make_formatting_happy.txt=EOF
