<?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 arcgisbinding package - arc.write failure in R-ArcGIS Questions</title>
    <link>https://community.esri.com/t5/r-arcgis-questions/arcgisbinding-package-arc-write-failure/m-p/820351#M192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to use the arcgisbinding package in R to save a Spatial Polygons DataFrame on my network as a shapefile. I am using the arc.write() function, and getting the error message below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in .Call(n, PACKAGE = .arc$dll, ...) : "arc_write" not available for .Call() for package "rarcproxy_pro"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gotten this package to work before, so I am not certain what is causing the error. I have included my code below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;install.packages(pacman)&lt;/P&gt;&lt;P&gt;library(pacman)&lt;/P&gt;&lt;P&gt;pacman::p_load(tigris)&lt;/P&gt;&lt;P&gt;#Merge with spatial data&lt;BR /&gt;ohio_tracts &amp;lt;- tracts(state = 39, county = c(041, 045, 049, 089, 097, 129, 159), year = 2018, cb = TRUE) #cb = True will omit the portion of Northern Ohio in Lake Erie&lt;/P&gt;&lt;P&gt;pacman::p_load(arcgisbinding)&lt;/P&gt;&lt;P&gt;arc.check_product()&lt;/P&gt;&lt;P&gt;arc.write(path = "//trans4/trans/DATA/Projects/Regional Housing Strategy/Displacement_Risk/Adjacent_Tracts.shp", data = Adjacent_Determination_spatial, overwrite = TRUE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jan 2020 20:11:44 GMT</pubDate>
    <dc:creator>NatalieHurst</dc:creator>
    <dc:date>2020-01-06T20:11:44Z</dc:date>
    <item>
      <title>arcgisbinding package - arc.write failure</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/arcgisbinding-package-arc-write-failure/m-p/820351#M192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to use the arcgisbinding package in R to save a Spatial Polygons DataFrame on my network as a shapefile. I am using the arc.write() function, and getting the error message below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in .Call(n, PACKAGE = .arc$dll, ...) : "arc_write" not available for .Call() for package "rarcproxy_pro"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gotten this package to work before, so I am not certain what is causing the error. I have included my code below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;install.packages(pacman)&lt;/P&gt;&lt;P&gt;library(pacman)&lt;/P&gt;&lt;P&gt;pacman::p_load(tigris)&lt;/P&gt;&lt;P&gt;#Merge with spatial data&lt;BR /&gt;ohio_tracts &amp;lt;- tracts(state = 39, county = c(041, 045, 049, 089, 097, 129, 159), year = 2018, cb = TRUE) #cb = True will omit the portion of Northern Ohio in Lake Erie&lt;/P&gt;&lt;P&gt;pacman::p_load(arcgisbinding)&lt;/P&gt;&lt;P&gt;arc.check_product()&lt;/P&gt;&lt;P&gt;arc.write(path = "//trans4/trans/DATA/Projects/Regional Housing Strategy/Displacement_Risk/Adjacent_Tracts.shp", data = Adjacent_Determination_spatial, overwrite = TRUE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 20:11:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/arcgisbinding-package-arc-write-failure/m-p/820351#M192</guid>
      <dc:creator>NatalieHurst</dc:creator>
      <dc:date>2020-01-06T20:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: arcgisbinding package - arc.write failure</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/arcgisbinding-package-arc-write-failure/m-p/1175319#M380</link>
      <description>&lt;P&gt;Hi Natalie,&lt;/P&gt;&lt;P&gt;Sorry for the very late response as your question showed up in my docket today.&lt;/P&gt;&lt;P&gt;The code above runs successfully for arcgisbinding v244 (the latest R-ArcGIS Bridge version). The following would be my recommendations if this issue still persists:&lt;/P&gt;&lt;P&gt;1. Updating the package&lt;/P&gt;&lt;P&gt;2. Making sure that your Pro has a license checked-our. The error you are getting is from the ArcGIS Pro DLL, which might mean that your Pro may not be authenticated.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 20:28:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/arcgisbinding-package-arc-write-failure/m-p/1175319#M380</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-05-18T20:28:57Z</dc:date>
    </item>
  </channel>
</rss>

