<?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: Webgisdr failed.  Cannot connect to share. in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67406#M805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, that is what I am doing but with this process I get the above error.&amp;nbsp; It is causing the ports all to be used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I restart the server I then can run the webgisdr again.&amp;nbsp; This error is causing all network shares (even local folders shared as a network share) to be unreachable.&lt;/P&gt;&lt;P&gt;Is there a setting somewhere to prevent this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jan 2020 16:18:48 GMT</pubDate>
    <dc:creator>JeffTimm</dc:creator>
    <dc:date>2020-01-06T16:18:48Z</dc:date>
    <item>
      <title>Webgisdr failed.  Cannot connect to share.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67402#M801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a new error for the Webgisdr tool.&amp;nbsp; In my process the original portal creates the backup then a script moves this backup file to the secondary portal where the restore process is then ran.&amp;nbsp; This morning I came in and my server could not reach any file shares.&amp;nbsp; I discovered why (attached screenshot) and restarted the server restoring file share access.&amp;nbsp; Has anyone seen this before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 15:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67402#M801</guid>
      <dc:creator>JeffTimm</dc:creator>
      <dc:date>2020-01-02T15:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Webgisdr failed.  Cannot connect to share.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67403#M802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you determine the share that the error is referencing? Was the DR tool creating a backup or restoring a backup during that time? Each backup process stages the backups on the local drives. For example, the DR tool creates a backup and the SHARED_LOCATION is set to \\fileserver\staging and the BACKUP_LOCATION is set to \\fileserver\full, when the portal is backed up, it'll copy all of the items in the content directory to C:\arcgisportal\temp\&amp;lt;tmp backup folder&amp;gt;. Once it's done, it'll zip it and then copy the backup, (one large zipped file of all content), to the SHARED_LOCATION. The same happens for Server and Data Store; the backups are staged locally before copying to the SHARED_LOCATION. I imagine the copy would open a single TCP port, rather than chunking the file and opening multiple ports.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 18:13:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67403#M802</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2020-01-02T18:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Webgisdr failed.  Cannot connect to share.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67404#M803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found that unpacking a zipped backup file off of the network takes forever and sometimes times out.&amp;nbsp; How I got around that is I have shared a file off of my secondary portal server.&amp;nbsp; \\gispt2\SHARED.&amp;nbsp; This is also known as D:\SHARED.&amp;nbsp; The webgisdr tool does not seem to allow storage on a local drive thus the trickory.&amp;nbsp; The error is happening on the restore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 18:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67404#M803</guid>
      <dc:creator>JeffTimm</dc:creator>
      <dc:date>2020-01-02T18:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Webgisdr failed.  Cannot connect to share.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67405#M804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a distributed environment and there's latency to the file share, then yes zipping or unzipping will take a long time. You can definitely set up the share on the local machine where the DR tool is running and set the share as the SHARED_LOCATION property and the BACKUP_LOCATION as a local drive to avoid going over the network. Then, have another process within your automated backup copy the file from the BACKUP_LOCATION to your file server where you're storing the backups. This would work for backing up the environment. For restoring, just copy from the file server to a local drive prior to the restore. We've updated the documentation to reflect this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2020 21:51:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67405#M804</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2020-01-03T21:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Webgisdr failed.  Cannot connect to share.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67406#M805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, that is what I am doing but with this process I get the above error.&amp;nbsp; It is causing the ports all to be used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I restart the server I then can run the webgisdr again.&amp;nbsp; This error is causing all network shares (even local folders shared as a network share) to be unreachable.&lt;/P&gt;&lt;P&gt;Is there a setting somewhere to prevent this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 16:18:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67406#M805</guid>
      <dc:creator>JeffTimm</dc:creator>
      <dc:date>2020-01-06T16:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Webgisdr failed.  Cannot connect to share.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67407#M806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no settings to control how many connections are open. I've tested the DR tool with 100k items in the portal and didn't run into a problem like you're experiencing. How many items do you have? Can you set up a Performance Monitor counter to track the number of Connections Established and see if an increase always corresponds to when the DR tool is running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/477476_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 22:23:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67407#M806</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2020-01-06T22:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Webgisdr failed.  Cannot connect to share.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67408#M807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My name is Jeffrey Thornton. I really need some help on a complex issue with too many redirects from portal 10.7.1 signing in externally (outside world). We have a old enviroment called Multihoming that uses different IP addresses to route our traffic. Woudl you be willing to help me? Could we do a call possibly?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeffrey Todd Thornton&lt;/P&gt;&lt;P&gt;Systems Programmer Analyst III&lt;/P&gt;&lt;P&gt;Information Technology&lt;/P&gt;&lt;P&gt;Kansas City Board of Public Utilities&lt;/P&gt;&lt;P&gt;(913) 573-9086&amp;nbsp; Office&lt;/P&gt;&lt;P&gt;(913) 396-3766&amp;nbsp; Cell&lt;/P&gt;&lt;P&gt;Email: &lt;A href="mailto:jthornton@bpu.com"&gt;&lt;SPAN style="color: blue;"&gt;jthornton@bpu.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.facebook.com/kckbpu"&gt;&lt;SPAN style="color: blue;"&gt;Facebook&lt;/SPAN&gt;&lt;/A&gt; | &lt;A href="http://www.twitter.com/kckbpu"&gt;&lt;SPAN style="color: blue;"&gt;Twitter&lt;/SPAN&gt;&lt;/A&gt; | &lt;A href="http://www.linkedin.com/company/kansas-city-board-of-public-utilities"&gt;&lt;SPAN style="color: blue;"&gt;LinkedIn&lt;/SPAN&gt;&lt;/A&gt; | &lt;A href="https://www.youtube.com/user/kckbpu"&gt;&lt;SPAN style="color: blue;"&gt;YouTube&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;H3 style="color: #000000; background: none #ffffff; border-bottom: 0px; font-weight: bold; font-size: 1.2em; margin: 0.3em 0px 0px; padding-top: 0.5em;"&gt;&lt;/H3&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 16:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/webgisdr-failed-cannot-connect-to-share/m-p/67408#M807</guid>
      <dc:creator>JeffThornton</dc:creator>
      <dc:date>2020-01-08T16:28:33Z</dc:date>
    </item>
  </channel>
</rss>

