<?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: PowerShell DSC - Failed to create the site. The specified configuration store location  is not accessible in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/powershell-dsc-failed-to-create-the-site-the/m-p/1366918#M38172</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/59475"&gt;@ArchitSrivastava&lt;/a&gt;&amp;nbsp;thanks for those links. I was able to confirm I can create files/directories in PowerShell from my orchestration machine, to the end nodes. I've narrowed down the issue to our DFS location where we are placing the config-store &amp;amp; directories. This is a shared space for the business so they've likely blocked winRM connections. So we'll have to figure out a different storage solution for the ArcGIS Servers.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jan 2024 18:43:29 GMT</pubDate>
    <dc:creator>tigerwoulds</dc:creator>
    <dc:date>2024-01-05T18:43:29Z</dc:date>
    <item>
      <title>PowerShell DSC - Failed to create the site. The specified configuration store location  is not accessible</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/powershell-dsc-failed-to-create-the-site-the/m-p/1364863#M38112</link>
      <description>&lt;P&gt;Attempting to launch ArcGIS Enterprise 11.1 via PowerShell DSC. Our environment will contain Portal, DataStore and 2 ArcGIS Servers. For this reason, the config-store and directories are on a shared network location: \\fileshare.test.com\dfs\arcgis\arcgisserver\config-store&lt;/P&gt;&lt;P&gt;The ArcGIS Service account is a domain account and has full control on the arcgis folder.&lt;/P&gt;&lt;P&gt;I'm getting this error:&amp;nbsp;&lt;FONT color="#FF0000"&gt;Failed to create the site. The specified configuration store location&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;is not accessible. Ensure that the ArcGIS Server account has read and write access to the lo&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;cation."&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;JSON file is configured like so for config-store:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"ConfigStoreLocation":"\\\\fileshare.test.com\\dfs\\arcgis\\arcgisserver\\config-store"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I manually configure the site, I can successfully set the config store. Seems like the issue is creating the site via dsc. Any ideas or specific permissions I need to allow for the ArcGIS Server account?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 19:20:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/powershell-dsc-failed-to-create-the-site-the/m-p/1364863#M38112</guid>
      <dc:creator>tigerwoulds</dc:creator>
      <dc:date>2023-12-29T19:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell DSC - Failed to create the site. The specified configuration store location  is not accessible</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/powershell-dsc-failed-to-create-the-site-the/m-p/1365170#M38119</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/111548"&gt;@tigerwoulds&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It seems to me that Powershell DSC is not able to acquire access on that location. I would suggest running the following and see if the powershell can get the list of folder in the location:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Get-ChildItem -Path \\fileshare.test.com\dfs\arcgis\arcgisserver\config-store -Force&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If yes, then at least powershell is able to read the location. Next we can test creating a folder by following article below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.techcrafters.com/portal/en/kb/articles/create-a-shared-folder" target="_blank" rel="noopener"&gt;How to Create a Shared Folder using PowerShell (techcrafters.com)&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;One of these should help you narrow down the cause of the problem. I would also like to try and run the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.spiceworks.com/topic/1982988-powershell-command-to-check-if-user-has-permissions-to-a-folder" target="_blank" rel="noopener"&gt;[SOLVED] Powershell command to check if user has permissions to a folder. (spiceworks.com)&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Also check the following (maybe it's a known issue):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://github.com/Esri/arcgis-powershell-dsc/issues/181" target="_blank" rel="noopener"&gt;ArcGIS Server File System Permissions Issues · Issue #181 · Esri/arcgis-powershell-dsc · GitHub&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://github.com/Esri/arcgis-powershell-dsc/issues/147" target="_blank" rel="noopener"&gt;Access is denied · Issue #147 · Esri/arcgis-powershell-dsc · GitHub&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you can share more details like from which machine you are the script from and are the setup placed at the same location, I can look into it further.&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2023 07:44:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/powershell-dsc-failed-to-create-the-site-the/m-p/1365170#M38119</guid>
      <dc:creator>ArchitSrivastava</dc:creator>
      <dc:date>2023-12-31T07:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell DSC - Failed to create the site. The specified configuration store location  is not accessible</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/powershell-dsc-failed-to-create-the-site-the/m-p/1366918#M38172</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/59475"&gt;@ArchitSrivastava&lt;/a&gt;&amp;nbsp;thanks for those links. I was able to confirm I can create files/directories in PowerShell from my orchestration machine, to the end nodes. I've narrowed down the issue to our DFS location where we are placing the config-store &amp;amp; directories. This is a shared space for the business so they've likely blocked winRM connections. So we'll have to figure out a different storage solution for the ArcGIS Servers.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 18:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/powershell-dsc-failed-to-create-the-site-the/m-p/1366918#M38172</guid>
      <dc:creator>tigerwoulds</dc:creator>
      <dc:date>2024-01-05T18:43:29Z</dc:date>
    </item>
  </channel>
</rss>

