<?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: How is possible to publish in AGS a custom toolbox implemented with IGPFunction2? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265302#M6843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Dec 2013 08:36:58 GMT</pubDate>
    <dc:creator>Víctor_M_Bajo_Pérez</dc:creator>
    <dc:date>2013-12-18T08:36:58Z</dc:date>
    <item>
      <title>How is possible to publish in AGS a custom toolbox implemented with IGPFunction2?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265297#M6838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've implemented a custom tool for toolbox with IGPFunction2 and IGPFunctionFactory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've read the basics in &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisengine/dotnet/e7d06ae9-a6d1-4248-a7a3-9d5f375f088c.htm"&gt;http://resources.esri.com/help/9.3/arcgisengine/dotnet/e7d06ae9-a6d1-4248-a7a3-9d5f375f088c.htm&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since It has unsupported parameters, as explained here: &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisserver/9.3/java/index.htm#geoprocessing/an_ove-2102662086.htm"&gt;http://webhelp.esri.com/arcgisserver/9.3/java/index.htm#geoprocessing/an_ove-2102662086.htm&lt;/A&gt;&lt;SPAN&gt; , I had did "Using the string representation" in a model and then I had published it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've used examples like "creating a non-trivial" custom GP tool" and "Calculate Area", using ModelBuilder if it has been necessary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In all case, absolutly in all case, i've obtained this messages:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On publishing: Configuration ServerGPObject.GPServer is not found - in Server Configuration - as warning.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On using: ERROR 000816: The tool is not valid. in ServerGPObject.GPServerSync - as error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've read this in 9.3.1, written in aug 2010, &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/16614-Add-Custom-GP-Tool-to-Toolbox?highlight=implementing+custom+toolbox"&gt;http://forums.arcgis.com/threads/16614-Add-Custom-GP-Tool-to-Toolbox?highlight=implementing+custom+toolbox&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;which goes back historically to feb 2009 in &lt;/SPAN&gt;&lt;A href="http://forums.esri.com/thread.asp?t=274589&amp;amp;f=1170&amp;amp;c=93."&gt;http://forums.esri.com/thread.asp?t=274589&amp;amp;f=1170&amp;amp;c=93.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Consequently, what is required to publish with ArcGIS Server a custom tool in ArcToolbox and the examples given are forgetting? for example, "extends server object"? as &lt;/SPAN&gt;&lt;A href="http://edndoc.esri.com/arcobjects/9.2/NET_Server_Doc/developer/ArcGIS/ArcObjects/extend_ags_extension.htm"&gt;http://edndoc.esri.com/arcobjects/9.2/NET_Server_Doc/developer/ArcGIS/ArcObjects/extend_ags_extension.htm&lt;/A&gt;&lt;SPAN&gt; , with options "[AutomationProxy(true), ClassInterface(ClassInterfaceType.AutoDual)]". Is itdocumented?, for example, where write automationProxy and AutoDual?.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What needs to be done so that a tool can be published on AGS?.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is really possible to publish a custom tool for toolbox or only it's possible to publish custom models and custom scripts?. Aparently, documentation from ESRI only explains this case with models and scripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Developement environment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XP SP 3 Prof Ed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server &amp;amp; Desktop 9.3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VS 2008.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Framework .NET 3.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance and best regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 13:49:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265297#M6838</guid>
      <dc:creator>Víctor_M_Bajo_Pérez</dc:creator>
      <dc:date>2011-03-10T13:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: How is possible to publish in AGS a custom toolbox implemented with IGPFunction2?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265298#M6839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Having the same issue.&amp;nbsp; Have a written custom geoprocessor that is configured to work in desktop using esriregasm tool.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The tool is inside of an mxd.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i deploy the tool to arcserver using Arcserver manager and create a geoprocessing service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I get the error that the "parameters need repair".&amp;nbsp; when i go back to the tool in desktop the one in the mxd no parameters exist anymore.&amp;nbsp; However i can reload the tool from catalog and all the parameters still exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tool works fine in desktop just not as a service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone find a solution to this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 18:24:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265298#M6839</guid>
      <dc:creator>BryanGunter</dc:creator>
      <dc:date>2011-05-18T18:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How is possible to publish in AGS a custom toolbox implemented with IGPFunction2?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265299#M6840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Víctor M. Bajo Pérez&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have same problem which what you had. Are you solve your problem? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Truong Pham&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 02:27:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265299#M6840</guid>
      <dc:creator>TruongPham</dc:creator>
      <dc:date>2013-04-08T02:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: How is possible to publish in AGS a custom toolbox implemented with IGPFunction2?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265300#M6841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same problem.....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 17:13:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265300#M6841</guid>
      <dc:creator>DeonaEvans</dc:creator>
      <dc:date>2013-06-04T17:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: How is possible to publish in AGS a custom toolbox implemented with IGPFunction2?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265301#M6842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;step 1:"Registering the DLL" to Desktop;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"C:\Program Files (x86)\Common Files\ArcGIS\bin\ESRIRegAsm.exe" "C:\mydata\GIS\ArcGISServerFlexAPIData\AO_GP\GPAddFeaturesTool\CSharp\GPAddFeatures\bin\Debug\GPAddFeatures.dll"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please register ARCGIS Installations type:&amp;nbsp; "Desktop"! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;step 2:"Registering the DLL" to Server;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"C:\Program Files (x86)\Common Files\ArcGIS\bin\ESRIRegAsm.exe" "C:\mydata\GIS\ArcGISServerFlexAPIData\AO_GP\GPAddFeaturesTool\CSharp\GPAddFeatures\bin\Debug\GPAddFeatures.dll"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please register ARCGIS Installations type:&amp;nbsp; "Server"! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;step 3:Add Custom GP Tool named Toolbox1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(1)new toolbox named Toolbox1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(2)add tool named tool1 from register tool dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;step 4:Add Custom GP Tool named Toolbox2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(1) new toolbox named Toolbox2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(2) new Model named Model1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(3) edit Model1�?Drag the(step 3 tool1)in model1,make variable from parameter...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;step 5:Publishing Toolbox2 as service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 13:36:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265301#M6842</guid>
      <dc:creator>zengzhe</dc:creator>
      <dc:date>2013-07-11T13:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: How is possible to publish in AGS a custom toolbox implemented with IGPFunction2?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265302#M6843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 08:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-is-possible-to-publish-in-ags-a-custom-toolbox/m-p/265302#M6843</guid>
      <dc:creator>Víctor_M_Bajo_Pérez</dc:creator>
      <dc:date>2013-12-18T08:36:58Z</dc:date>
    </item>
  </channel>
</rss>

