<?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: Model Builder Inputs/Outputs errors in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-inputs-outputs-errors/m-p/260644#M8936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree with you that error message does not help a lot to identify the problem source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you define all your input table as model parameters?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gaspard&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2014 10:11:17 GMT</pubDate>
    <dc:creator>sylvainpetiteau</dc:creator>
    <dc:date>2014-06-09T10:11:17Z</dc:date>
    <item>
      <title>Model Builder Inputs/Outputs errors</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-inputs-outputs-errors/m-p/260643#M8935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm quite experienced with Model Builder and scripting with python but I recently hit a problem that I can not resolve:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created quite complicated model in Model Builder (ArcMap 10.2) having about 20 inputs (Layers/Feature Classes, Strings, multiple Feature Classes ...) and two output Feature Classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I feed the model with inputs in the Model Builder editing environment everything works just fine and it does what it should. BUT when I execute the model from the Toolbox and feed it with the same data (even when I save the edited model with the inputs and then just executed it) I got 4 errors #000735 (2 times "Input Features: Value is requiered" and 2 times "Output Feature Class: Value is requiered").&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand what the errors mean, the problem is that the Error pop-up window doesn't say anything about &lt;/SPAN&gt;&lt;STRONG&gt;what are the tools&lt;/STRONG&gt;&lt;SPAN&gt; that cause the problem. So I have no clue where to dig to eliminate the bug. And second of all I can not locate the trouble spot from the editing environment, because everything works fine there ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to have the resulting model "compact and distributable" without the need to edit it everytime I (or anyone else) would like to execute it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I searched the internetz, I searched this forum, but didn't find anything to help me move forward ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will be much appriciated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 12:34:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-inputs-outputs-errors/m-p/260643#M8935</guid>
      <dc:creator>JanDevátý</dc:creator>
      <dc:date>2013-12-04T12:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Inputs/Outputs errors</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-inputs-outputs-errors/m-p/260644#M8936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree with you that error message does not help a lot to identify the problem source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you define all your input table as model parameters?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gaspard&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 10:11:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-inputs-outputs-errors/m-p/260644#M8936</guid>
      <dc:creator>sylvainpetiteau</dc:creator>
      <dc:date>2014-06-09T10:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Inputs/Outputs errors</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-inputs-outputs-errors/m-p/260645#M8937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gaspard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the suggestion, but of course I have all the requiered inputs and outputs set as parametres.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What really confuse me are the "output errors": there are two Feature Class outputs in the model, both of them are set correctly by full path and file name and I get two "Output Feature Class: Value is requiered" errors. So the error says that both of my outputs are set wrong. I close the tool dialog, go to editing the to tool, don't change anything at all and just click "Run" the model ... and everything works just fine ... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just for you to see that the paths and filenames are correct, all of them are like: "D:\Dokumenty\BV\2013\preprocessing\Kolin\LU\landuse.shp" ... no spaces or special characters ... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I fear the only solution is to convert the whole thing to Python script, where I have complete control of each step and exceptions and everything ... but it would be a lot of work and I really would like to avoid it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 11:37:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-inputs-outputs-errors/m-p/260645#M8937</guid>
      <dc:creator>JanDevátý</dc:creator>
      <dc:date>2014-06-10T11:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Inputs/Outputs errors</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-inputs-outputs-errors/m-p/260646#M8938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You said the "error window" doesn't tell you where it's failing... just to be thourough, have you checked the geoprocessing results messages? What about re-opening the model in edit mode, will the "shadows" remain from running it from the toolbox showing where it did sucussfully complete steps?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you've already checked this then I don't know where to go next &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 12:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-inputs-outputs-errors/m-p/260646#M8938</guid>
      <dc:creator>KathrynTucker</dc:creator>
      <dc:date>2014-06-10T12:37:26Z</dc:date>
    </item>
  </channel>
</rss>

