<?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: Process for enabling https for BA Server in Business Questions</title>
    <link>https://community.esri.com/t5/business-questions/process-for-enabling-https-for-ba-server/m-p/742138#M695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;SOLVED.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue was in the way i had installed the ssl certificate. I worked with the esri support to resolve the issue.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since BA Server is an extension of the ArcGIS Server follow these instructions while installing an SSL cert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Setting_up_SSL/0093000000pv000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Setting_up_SSL/0093000000pv000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2011 03:34:57 GMT</pubDate>
    <dc:creator>PrashanthSukumaran</dc:creator>
    <dc:date>2011-05-06T03:34:57Z</dc:date>
    <item>
      <title>Process for enabling https for BA Server</title>
      <link>https://community.esri.com/t5/business-questions/process-for-enabling-https-for-ba-server/m-p/742137#M694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have installed the SSL cert and enabled https only access on the IIS 7.5 server.&amp;nbsp; My rest services are working fine but then my report service is failing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the logs I see that the reportservice url is still pointing to &lt;/SPAN&gt;&lt;A href="http://localhost/ArcGIS/BAServer/Services/HTMLextReportWebService/Service.asmx" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost/ArcGIS/BAServer/Services/HTMLextReportWebService/Service.asmx&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; This is expected to happen as i have not done any changes to BAServer after enabling https.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even after i changed the report service url to &lt;/SPAN&gt;&lt;A href="https://localhost/ArcGIS/BAServer/Services/HTMLextReportWebService/Service.asmx" rel="nofollow noopener noreferrer" target="_blank"&gt;https://localhost/ArcGIS/BAServer/Services/HTMLextReportWebService/Service.asmx&lt;/A&gt;&lt;SPAN&gt; manually in BAServerConfig.xml i don't see any changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After changing to https and restart the iis server, the logs have the following error &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;Msg time='2011-05-03T11:47:59' type='DEBUG' code='0' target='[CReportingWSProxy::SetWebServiceProperties] from [.\ReportingWSProxy.cpp(722)]' machine='CDCRS729' process='5868' thread='5212'&amp;gt;Web-service property URL is: .https://localhost/ArcGIS/BAServer/Services/HTMLextReportWebService/Service.asmx&amp;lt;/Msg&amp;gt;

&amp;lt;Msg time='2011-05-03T11:47:59' type='DEBUG' code='0' target='[CReportingWSProxy::SetWebServiceProperties] from [.\ReportingWSProxy.cpp(740)]' machine='CDCRS729' process='5868' thread='5212'&amp;gt;Exit WebServiceUtilities::SetWebServiceProperties method.&amp;lt;/Msg&amp;gt;

&amp;lt;Msg time='2011-05-03T11:47:59' type='DEBUG' code='0' target='[CReportingWSProxy::Init] from [.\ReportingWSProxy.cpp(514)]' machine='CDCRS729' process='5868' thread='5212'&amp;gt;Execute GetVersion method to check web-service version.&amp;lt;/Msg&amp;gt;

&amp;lt;Msg time='2011-05-03T11:47:59' type='DEBUG' code='0' target='[CReportingWSProxy::GetVersion] from [.\ReportingWSProxy.cpp(98)]' machine='CDCRS729' process='5868' thread='5212'&amp;gt;Enter CReportingWSProxy::GetVersion method.&amp;lt;/Msg&amp;gt;

&amp;lt;Msg time='2011-05-03T11:47:59' type='ERROR' code='0' target='[CReportingWSProxy::GetVersion] from [.\ReportingWSProxy.cpp(105)]' machine='CDCRS729' process='5868' thread='5212'&amp;gt;Can't get version string from response message.&amp;lt;/Msg&amp;gt;

&amp;lt;Msg time='2011-05-03T11:47:59' type='ERROR' code='0' target='[CReportingWSProxy::Init] from [.\ReportingWSProxy.cpp(517)]' machine='CDCRS729' process='5868' thread='5212'&amp;gt;Failed to check Web Service version.&amp;lt;/Msg&amp;gt;

&amp;lt;Msg time='2011-05-03T11:47:59' type='ERROR' code='101040' target='[CASBReferencesHolder::GetReportingProxy] from [.\ASBReferencesHolder.cpp(227)]' machine='CDCRS729' process='5868' thread='5212'&amp;gt;Failed to init reporting service proxy. Probable cause - the service is not currently available or wrong reporting web service URL is specified.&amp;lt;/Msg&amp;gt;

&amp;lt;DebugInfo&amp;gt;[HRESULT hr = E_FAIL]&amp;lt;/DebugInfo&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried doing a Post Install but then i get a failure message when configuring the url for reporting service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What steps do i need to perform after the ssl cert is installed on the BA Server 10?&amp;nbsp; Can someone point me to any documentation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:35:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/business-questions/process-for-enabling-https-for-ba-server/m-p/742137#M694</guid>
      <dc:creator>PrashanthSukumaran</dc:creator>
      <dc:date>2021-12-12T07:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Process for enabling https for BA Server</title>
      <link>https://community.esri.com/t5/business-questions/process-for-enabling-https-for-ba-server/m-p/742138#M695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;SOLVED.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue was in the way i had installed the ssl certificate. I worked with the esri support to resolve the issue.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since BA Server is an extension of the ArcGIS Server follow these instructions while installing an SSL cert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Setting_up_SSL/0093000000pv000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Setting_up_SSL/0093000000pv000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 03:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/business-questions/process-for-enabling-https-for-ba-server/m-p/742138#M695</guid>
      <dc:creator>PrashanthSukumaran</dc:creator>
      <dc:date>2011-05-06T03:34:57Z</dc:date>
    </item>
  </channel>
</rss>

