<?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 Model not functioning the same between two computers in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/model-not-functioning-the-same-between-two/m-p/1135232#M50228</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;So I'm trying to help a coworker out and create a model for them that will process some tables from GPS Collars into feature classes with some light data processing. It has been incredibly frustrating getting this to work because the model I create in my PC doesn't seem to function, basically at all, on their PC. The table will be entirely null, rows will be deleted, and there are random errors that appear on hers but do not appear on mine (000539 among others). Our versions are slightly different, I'm on 2.9 and they are on 2.10, but I would be shocked if these geoprocessing things have changed.&lt;/P&gt;&lt;P&gt;Another oddity is on their instance of ArcGIS Pro when I go to select a field in Calculate Field it changes the name of the field by adding the name of the table before the name of the field. Say your table is called WA104_ExcelToTable and your field is called Collar_ID; when you go to select the field name in the list it will say Collar_ID but in the expression or code block it produces !WA104_ExcelToTable_Collar_ID!. Why is it doing this?&lt;BR /&gt;&lt;BR /&gt;I've tried it with two different models and the same thing is happening. Here is the simpler of the two:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Process Sirtrack (Locations DB).jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/31844i8D7E5D4B5A9FA0AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Process Sirtrack (Locations DB).jpg" alt="Process Sirtrack (Locations DB).jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 19 Jan 2022 23:02:14 GMT</pubDate>
    <dc:creator>ChrisCowin</dc:creator>
    <dc:date>2022-01-19T23:02:14Z</dc:date>
    <item>
      <title>Model not functioning the same between two computers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-not-functioning-the-same-between-two/m-p/1135232#M50228</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;So I'm trying to help a coworker out and create a model for them that will process some tables from GPS Collars into feature classes with some light data processing. It has been incredibly frustrating getting this to work because the model I create in my PC doesn't seem to function, basically at all, on their PC. The table will be entirely null, rows will be deleted, and there are random errors that appear on hers but do not appear on mine (000539 among others). Our versions are slightly different, I'm on 2.9 and they are on 2.10, but I would be shocked if these geoprocessing things have changed.&lt;/P&gt;&lt;P&gt;Another oddity is on their instance of ArcGIS Pro when I go to select a field in Calculate Field it changes the name of the field by adding the name of the table before the name of the field. Say your table is called WA104_ExcelToTable and your field is called Collar_ID; when you go to select the field name in the list it will say Collar_ID but in the expression or code block it produces !WA104_ExcelToTable_Collar_ID!. Why is it doing this?&lt;BR /&gt;&lt;BR /&gt;I've tried it with two different models and the same thing is happening. Here is the simpler of the two:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Process Sirtrack (Locations DB).jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/31844i8D7E5D4B5A9FA0AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Process Sirtrack (Locations DB).jpg" alt="Process Sirtrack (Locations DB).jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 23:02:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-not-functioning-the-same-between-two/m-p/1135232#M50228</guid>
      <dc:creator>ChrisCowin</dc:creator>
      <dc:date>2022-01-19T23:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Model not functioning the same between two computers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-not-functioning-the-same-between-two/m-p/1135300#M50233</link>
      <description>&lt;P&gt;A few things to consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;There is no 2.10 at this time (Did you mean 2.9.1?) &lt;A href="https://support.esri.com/en/Products/Desktop/arcgis-desktop/arcgis-pro/2-9?rsource=https%3A%2F%2Flinks.esri.com%2Farcgis-pro-product-life-cycle-chart#product-support" target="_self"&gt;Releases list&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Are the environment settings different between the two machines? Workspace settings?&lt;/LI&gt;&lt;LI&gt;Are your path names or file names problematic?&amp;nbsp;&lt;LI-MESSAGE title="How To Name Things In ArcGIS" uid="897194" url="https://community.esri.com/t5/data-management-blog/how-to-name-things-in-arcgis/m-p/897194#U897194" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;How are you setting up intermediate data in your model? Using %scratchFolder%, %scratchGDB%, and memory workspaces can help make models more portable&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Just some ideas, I hope they may help somewhat.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 04:34:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-not-functioning-the-same-between-two/m-p/1135300#M50233</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2022-01-20T04:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Model not functioning the same between two computers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-not-functioning-the-same-between-two/m-p/1135968#M50347</link>
      <description>&lt;UL&gt;&lt;LI&gt;Sorry yes, mixed them up. Theywere on 2.9 and I was on 2.8&lt;/LI&gt;&lt;LI&gt;Both are the default environment settings&lt;/LI&gt;&lt;LI&gt;No path names werent an issue because I was going in and resetting the path names because I was working locally to test, but they needed to connect over a network drive. So even then it was still freaking out&lt;/LI&gt;&lt;LI&gt;I was doing most everything in memory until I had my final table that I then manipulated which I had set as a parameter so they could change it incase a workflow ever changed.&lt;BR /&gt;&lt;BR /&gt;Ultimately I had them downgrade to 2.8 and everything started to work a lot better. Im not sure if that is because there was a whole reset of the environment or it actually had something to do with the versioning. Its hard for me to understand why the version difference would cause such fundamental issues in the geoprocessing tools. I assume those dont get affected with each version change.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 21 Jan 2022 19:41:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-not-functioning-the-same-between-two/m-p/1135968#M50347</guid>
      <dc:creator>ChrisCowin</dc:creator>
      <dc:date>2022-01-21T19:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Model not functioning the same between two computers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-not-functioning-the-same-between-two/m-p/1135981#M50351</link>
      <description>There were some sig changes from 2.8 to 2.9 under the hood of Geoprocessing, for instance there is a new atbx toolbox format, so your issue this does not surprise me. Good to know!&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jan 2022 19:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-not-functioning-the-same-between-two/m-p/1135981#M50351</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2022-01-21T19:59:58Z</dc:date>
    </item>
  </channel>
</rss>

