<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS Mid config install ERROR in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Mid-config-install-ERROR/m-p/838545#M25270</link>
    <description>&lt;P&gt;I suggest that a ticket be created with SAS Tech Support.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2022 01:00:40 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2022-10-14T01:00:40Z</dc:date>
    <item>
      <title>SAS Mid config install ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Mid-config-install-ERROR/m-p/838044#M25249</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am trying to configure SAS Mid but I am getting below ERROR. It is a fresh install.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 12 of 28 for Stage 3 of 13: Configuring SAS Job Monitor Mid-Tier&lt;/P&gt;
&lt;P&gt;Property "_act.name" has not been set&lt;BR /&gt;Property "instructions.contents.warnings" has not been set&lt;BR /&gt;Property "instructions.contents.warnings" has not been set&lt;BR /&gt;[replace] Replacing in /opt/sasconfig/config/Lev1/Documents/Instructions.html: ${instructions.contents.warnings} --&amp;gt; &amp;lt;li&amp;gt;&amp;lt;a href="#warnings"&amp;gt;Warnings and Notices&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &lt;BR /&gt;Property "instructions.notices.head" has not been set&lt;BR /&gt;Property "instructions.notices.head" has not been set&lt;BR /&gt;[replace] Replacing in /opt/sasconfig/Lev1/Documents/Instructions.html: ${instructions.notices.head} --&amp;gt; &amp;lt;h2 id="warnings"&amp;gt;Warnings and Notices&amp;lt;/h2&amp;gt; &lt;BR /&gt;[replace] &amp;lt;p&amp;gt;Review the Hot Fix Instructions document at &amp;lt;a href="/opt/sashome/InstallMisc/HotFixes/Documents/HotFixInstructions.html"&amp;gt;/opt/sashome/InstallMisc/HotFixes/Documents/HotFixInstructions.html&amp;lt;/a&amp;gt; for manual steps required to complete your deployment.&amp;lt;/P&amp;gt; &lt;BR /&gt;[replace] &amp;lt;p&amp;gt;The following issues occurred during the automated portion of your configuration and must be addressed before proceeding.&amp;lt;/p&amp;gt;&amp;lt;ul&amp;gt; &lt;BR /&gt;Property "instructions.notices.tail" has not been set&lt;BR /&gt;Property "instructions.notices.tail" has not been set&lt;/P&gt;
&lt;P&gt;[replace] Replacing in /opt/sasconfig/Lev1/Documents/Instructions.html: ${instructions.notices.tail} --&amp;gt; &amp;lt;/ul&amp;gt; &lt;BR /&gt;Property "warning_jobmntrsvc_database_already_exists.txt" has not been set&lt;BR /&gt;Property "instructions.notices.item" has not been set&lt;BR /&gt;Property "warning_jobmntrsvc_database_already_exists.txt" has not been set&lt;BR /&gt;Property "instructions.notices.item" has not been set&lt;BR /&gt;Property "warning_jobmntrsvc_database_already_exists.txt" has not been set&lt;BR /&gt;Property "instructions.notices.item" has not been set&lt;BR /&gt;Property "instructions.notices.item" has not been set&lt;BR /&gt;[replace] Replacing in /opt/sasconfig/Lev1/Documents/Instructions.html: ${instructions.notices.item} --&amp;gt; ${warning_jobmntrsvc_database_already_exists.txt}&amp;lt;BR&amp;gt;${instructions.notices.item}&lt;BR /&gt;[available] Unable to find Applications/SASJobMonitor/JobMonitorServices/schemacreated.txt&lt;BR /&gt;[propertyfile] Updating property file: /opt/sasconfig/Lev1/Logs/Configure/jobmntrsvc_config_status.properties&lt;BR /&gt;[propertyfile] Updating property file: /opt/sasconfig/Lev1/Logs/Configure/jobmntrsvc_config_status.properties&lt;BR /&gt;[sql] connecting to jdbc:postgresql://sas-grid.com:9452/JobMonitorDataServer&lt;BR /&gt;[sql] Loading org.postgresql.Driver using a cached AntClassLoader.&lt;BR /&gt;[sql] Executing resource: /opt/sashome/SASJobMonitorMidTierServices/2.2/Config/jobmntrdsvrc_postgres_ddl.sql&lt;BR /&gt;[sql] SQL: create table SAS_JM_JOBS ( JOB_ID serial, JOB_NAME varchar(64) not null, JOB_PATH varchar(256) not null, JOB_TYPE varchar(32) not null, PLATFORM varchar(256) not null, LATEST_DEPLOYED_DATE timestamp not null, LATEST_DEPLOYED_VERSION integer not null, HQ_SERVICE_ID varchar(16), constraint JOB_PRIMARY_KEY primary key (JOB_ID) )&lt;BR /&gt;[sql] Failed to execute: create table SAS_JM_JOBS ( JOB_ID serial, JOB_NAME varchar(64) not null, JOB_PATH varchar(256) not null, JOB_TYPE varchar(32) not null, PLATFORM varchar(256) not null, LATEST_DEPLOYED_DATE timestamp not null, LATEST_DEPLOYED_VERSION integer not null, HQ_SERVICE_ID varchar(16), constraint JOB_PRIMARY_KEY primary key (JOB_ID) )&lt;/P&gt;
&lt;P&gt;BUILD FAILED&lt;BR /&gt;/opt/sashome/SASJobMonitorMidTierServices/2.2/Config/jobmntrsvc_config.xml:80: The following error occurred while executing this line:&lt;BR /&gt;/opt/sashome/SASDeploymentManager/9.4/products/cfgwizard__94588__prt__xx__sp0__1/Utilities/contrib/templates/2.0/webapp_configuration_templates.xml:617: The following error occurred while executing this line:&lt;BR /&gt;/opt/sashome/SASJobMonitorMidTierServices/2.2/Config/jobmntrsvc_config.xml:781: org.postgresql.util.PSQLException: ERROR: relation "sas_jm_jobs" already exists&lt;BR /&gt;at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)&lt;BR /&gt;at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:394)&lt;BR /&gt;at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)&lt;BR /&gt;at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)&lt;BR /&gt;at org.apache.tools.ant.Task.perform(Task.java:348)&lt;BR /&gt;at org.apache.tools.ant.Target.execute(Target.java:357)&lt;BR /&gt;at org.apache.tools.ant.Target.performTasks(Target.java:385)&lt;BR /&gt;at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)&lt;BR /&gt;at org.apache.tools.ant.Project.executeTarget(Project.java:1298)&lt;BR /&gt;at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)&lt;BR /&gt;at org.apache.tools.ant.Project.executeTargets(Project.java:1181)&lt;BR /&gt;at org.apache.tools.ant.Main.runBuild(Main.java:698)&lt;BR /&gt;at org.apache.tools.ant.Main.startAnt(Main.java:199)&lt;BR /&gt;at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)&lt;BR /&gt;at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)&lt;BR /&gt;Caused by: /opt/sashome/SASDeploymentManager/9.4/products/cfgwizard__94588__prt__xx__sp0__1/Utilities/contrib/templates/2.0/webapp_configuration_templates.xml:617: The following error occurred while executing this line:&lt;BR /&gt;/opt/sashome/SASJobMonitorMidTierServices/2.2/Config/jobmntrsvc_config.xml:781: org.postgresql.util.PSQLException: ERROR: relation "sas_jm_jobs" already exists&lt;BR /&gt;:&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 13:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Mid-config-install-ERROR/m-p/838044#M25249</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-10-12T13:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Mid config install ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Mid-config-install-ERROR/m-p/838545#M25270</link>
      <description>&lt;P&gt;I suggest that a ticket be created with SAS Tech Support.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 01:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Mid-config-install-ERROR/m-p/838545#M25270</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-10-14T01:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Mid config install ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Mid-config-install-ERROR/m-p/838608#M25288</link>
      <description>I have  restored all configs and binaries of succefull build,reconfigured and it worked.</description>
      <pubDate>Fri, 14 Oct 2022 10:25:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Mid-config-install-ERROR/m-p/838608#M25288</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-10-14T10:25:12Z</dc:date>
    </item>
  </channel>
</rss>

