<?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 GeoEvent Manager does not recognize mapped drive in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-manager-does-not-recognize-mapped-drive/m-p/1163435#M3755</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want GeoEvent Server to watch an Azure Files folder for new CSV files. The problem is that GeoEvent Manager does not recognize the network location that is mapped on the server.&lt;/P&gt;&lt;P&gt;When trying to add the folder as a new Data Store, the following warnings are shown:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RogerWiss_1-1649767234927.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/38665i4D655C51915867EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RogerWiss_1-1649767234927.png" alt="RogerWiss_1-1649767234927.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RogerWiss_0-1649767159440.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/38662i97A79CC9C0E8B35D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RogerWiss_0-1649767159440.png" alt="RogerWiss_0-1649767159440.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Neither just "I:" nor "I:\testdir" does work (there is a dir called "testdir" in that Azure Fileshare).&lt;/P&gt;&lt;P&gt;When logging in on the server (as the same account that runs GeoEvent Server), the mapped drive does appear in both File Explorer and the CMD window:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RogerWiss_2-1649767330194.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/38666i36684C7D5BC9D0A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RogerWiss_2-1649767330194.png" alt="RogerWiss_2-1649767330194.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To map the drive, I logged in with the account that runs GeoEvent Server and mapped the drive both in normal and elevated mode using a PowerShell script provided by the Azure UI (see below, account name modified):&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;$connectTestResult = Test-NetConnection -ComputerName mystorageacc.file.core.windows.net -Port 445
if ($connectTestResult.TcpTestSucceeded) {
    # Save the password so the drive will persist on reboot
    cmd.exe /C "cmdkey /add:`"mystorageacc.file.core.windows.net`" /user:`"localhost\mystorageacc`" /pass:`"somepw==`""
    # Mount the drive
    New-PSDrive -Name I -PSProvider FileSystem -Root "\\mystorageacc.file.core.windows.net\test" -Persist
} else {
    Write-Error -Message "Unable to reach the Azure storage account via port 445. Check to make sure your organization or ISP is not blocking port 445, or use Azure P2S VPN, Azure S2S VPN, or Express Route to tunnel SMB traffic over a different port."
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone seen a similar issue?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2022 12:50:46 GMT</pubDate>
    <dc:creator>RPW</dc:creator>
    <dc:date>2022-04-12T12:50:46Z</dc:date>
    <item>
      <title>GeoEvent Manager does not recognize mapped drive</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-manager-does-not-recognize-mapped-drive/m-p/1163435#M3755</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want GeoEvent Server to watch an Azure Files folder for new CSV files. The problem is that GeoEvent Manager does not recognize the network location that is mapped on the server.&lt;/P&gt;&lt;P&gt;When trying to add the folder as a new Data Store, the following warnings are shown:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RogerWiss_1-1649767234927.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/38665i4D655C51915867EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RogerWiss_1-1649767234927.png" alt="RogerWiss_1-1649767234927.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RogerWiss_0-1649767159440.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/38662i97A79CC9C0E8B35D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RogerWiss_0-1649767159440.png" alt="RogerWiss_0-1649767159440.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Neither just "I:" nor "I:\testdir" does work (there is a dir called "testdir" in that Azure Fileshare).&lt;/P&gt;&lt;P&gt;When logging in on the server (as the same account that runs GeoEvent Server), the mapped drive does appear in both File Explorer and the CMD window:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RogerWiss_2-1649767330194.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/38666i36684C7D5BC9D0A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RogerWiss_2-1649767330194.png" alt="RogerWiss_2-1649767330194.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To map the drive, I logged in with the account that runs GeoEvent Server and mapped the drive both in normal and elevated mode using a PowerShell script provided by the Azure UI (see below, account name modified):&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;$connectTestResult = Test-NetConnection -ComputerName mystorageacc.file.core.windows.net -Port 445
if ($connectTestResult.TcpTestSucceeded) {
    # Save the password so the drive will persist on reboot
    cmd.exe /C "cmdkey /add:`"mystorageacc.file.core.windows.net`" /user:`"localhost\mystorageacc`" /pass:`"somepw==`""
    # Mount the drive
    New-PSDrive -Name I -PSProvider FileSystem -Root "\\mystorageacc.file.core.windows.net\test" -Persist
} else {
    Write-Error -Message "Unable to reach the Azure storage account via port 445. Check to make sure your organization or ISP is not blocking port 445, or use Azure P2S VPN, Azure S2S VPN, or Express Route to tunnel SMB traffic over a different port."
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone seen a similar issue?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 12:50:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-manager-does-not-recognize-mapped-drive/m-p/1163435#M3755</guid>
      <dc:creator>RPW</dc:creator>
      <dc:date>2022-04-12T12:50:46Z</dc:date>
    </item>
  </channel>
</rss>

