<?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: Unable to publish a Geoprocessing Service. Error 000210. The Table name is Invalid in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454332#M25938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the "." in the Object name and replace with an "_" if needed. As discussed above, "." in object name is not supported by ArcGIS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2018 05:37:37 GMT</pubDate>
    <dc:creator>Asrujit_SenGupta</dc:creator>
    <dc:date>2018-01-08T05:37:37Z</dc:date>
    <item>
      <title>Unable to use a Geoprocessing Service. Error 000210. The Table name is Invalid</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454331#M25937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you solve the "." problem. I cannot publish my service because of the dots in the layers name. Please let me know if you have any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description of issue in detail:&lt;/P&gt;&lt;P&gt;###############################&lt;/P&gt;&lt;UL style="background-color: #ffffff; border: 0px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;ArcGIS Desktop version :&lt;/STRONG&gt;&lt;/SPAN&gt;10.4.1&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;ArcGIS Server version:&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;10.4.1&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;Enterprise Geodatabase version:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I converted a SQL database to Geodatabase using "&lt;DIV style="border: 0px; font-weight: inherit; margin: 0.5em 0.5em 0.5em 1em;"&gt;"Enable Enterprise Geodatabase" tool in Arcmap and registered the GDB at Arcgis server&lt;/DIV&gt;&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;SQL Server version:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SQL Server 2012&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I am creating a very simple service. the python code of script is:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;import&lt;/SPAN&gt; arcpy

arcpy&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;CheckOutExtension&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"3D"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;
arcpy&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;RasterDomain_3d&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;r&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"Database Connections\GS.sde\GS.DBO.R1"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"Database Connections\GS.sde\GS_DBO_test"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt; &lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"POLYGON"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="border-width: 0px 1px 0px 0px; border-style: initial solid initial initial; border-color: initial #999999 initial initial; font-weight: inherit;"&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;it works as a ArcGIS tool perfectly and generate the&amp;nbsp; polygon output:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG __jive_id="392420" alt="" class="image-1 jive-image j-img-original" height="159" src="https://community.esri.com/legacyfs/online/392420_Capture.JPG" style="border: 0px; font-weight: inherit; margin: 2px 0px 0px;" width="202" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Then I shared the tool as Geoprocessing service. when I run the service on my ArcCatalog as follows:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG __jive_id="392421" alt="" class="image-2 jive-image j-img-original" height="303" src="https://community.esri.com/legacyfs/online/392421_Capture.JPG" style="border: 0px; font-weight: inherit; margin: 2px 0px 0px;" width="257" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I get the following error:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG __jive_id="392422" alt="" class="image-3 jive-image" height="539" src="https://community.esri.com/legacyfs/online/392422_Capture.JPG" style="border: 0px; font-weight: inherit; margin: 2px 20px 0px;" width="1128" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I do not know why the arcGIS server makes the same output in the a"scratch.gdb" in the server and fails because of the "Dots" in the name. As you know, ArcGIS does not accept Dot as a layer name in file Geodatabase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:15:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454331#M25937</guid>
      <dc:creator>MohammadrezaNikfal1</dc:creator>
      <dc:date>2021-12-11T20:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to publish a Geoprocessing Service. Error 000210. The Table name is Invalid</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454332#M25938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the "." in the Object name and replace with an "_" if needed. As discussed above, "." in object name is not supported by ArcGIS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 05:37:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454332#M25938</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2018-01-08T05:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to publish a Geoprocessing Service. Error 000210. The Table name is Invalid</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454333#M25939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;I do not have any control on the name because the dots come from SQL server. When I switched the "." with "_", the output result is as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/392315_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I publish the service, It will not run because of the new Dots!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 07:16:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454333#M25939</guid>
      <dc:creator>MohammadrezaNikfal1</dc:creator>
      <dc:date>2018-01-08T07:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to publish a Geoprocessing Service. Error 000210. The Table name is Invalid</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454334#M25940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks good and as expected.&lt;/P&gt;&lt;P&gt;GS --&amp;gt; Name of the database&lt;/P&gt;&lt;P&gt;DBO--&amp;gt; Schema that owns the data and was used to create the data&lt;/P&gt;&lt;P&gt;GS_DBO_test \ test--&amp;gt; name of the Object (table and Feature class)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I think you should posts a screenshot of the error you receive while Publishing and a brief outline of the workflow you are following to Publish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the configuration details, such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcGIS Desktop version&lt;/LI&gt;&lt;LI&gt;ArcGIS Server version&lt;/LI&gt;&lt;LI&gt;Enterprise Geodatabase version&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;SQL Server version (Example: SQL Server 2014 SP2)&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 07:26:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454334#M25940</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2018-01-08T07:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to publish a Geoprocessing Service. Error 000210. The Table name is Invalid</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454335#M25941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL style="background-color: #ffffff; border: 0px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;&lt;STRONG&gt;ArcGIS Desktop version :&lt;/STRONG&gt;10.4.1&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;&lt;STRONG&gt;ArcGIS Server version:&lt;/STRONG&gt;&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;10.4.1&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;&lt;STRONG&gt;Enterprise Geodatabase version:&lt;/STRONG&gt; I converted a SQL database to Geodatabase using "&lt;DIV style="margin: 0.5em 0.5em 0.5em 1em; display: block;"&gt;"Enable Enterprise Geodatabase" tool in Arcmap and registered the GDB at Arcgis server&lt;/DIV&gt;&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;&lt;STRONG&gt;SQL Server version:&lt;/STRONG&gt; SQL Server 2012&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a very simple service. the python code of script is:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CheckOutExtension&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"3D"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;RasterDomain_3d&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;r&lt;SPAN class="string token"&gt;"Database Connections\GS.sde\GS.DBO.R1"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r&lt;SPAN class="string token"&gt;"Database Connections\GS.sde\GS_DBO_test"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"POLYGON"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;it works as a ArcGIS tool perfectly and generate the&amp;nbsp; polygon output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/392347_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I shared the tool as Geoprocessing service. when I run the service on my ArcCatalog as follows:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/392348_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following error:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/392349_Capture.JPG" style="width: 819px; height: 391px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know why the arcGIS server makes the same output in the a"scratch.gdb" in the server and fails because of the "Dots" in the name. As you know, ArcGIS does not accept Dot as a layer name in file Geodatabase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454335#M25941</guid>
      <dc:creator>MohammadrezaNikfal1</dc:creator>
      <dc:date>2021-12-11T20:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use a Geoprocessing Service. Error 000210. The Table name is Invalid</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454336#M25942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have a suggestion\solution to offer, however I have branched this out as a separate Post with all the details provided. Also shared this Post to the other relevant Groups.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 04:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454336#M25942</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2018-01-09T04:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use a Geoprocessing Service. Error 000210. The Table name is Invalid</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454337#M25943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;First you should think about the final GP that you need. Currently the tool takes one layer and create a second one, both with hard coded names. Such a service should work only once...&lt;/P&gt;&lt;P&gt;Do you want the user to select a feature class for input? Are you sure all outputs should be written into the database (what happens if to users give the same output name)?&lt;/P&gt;&lt;P&gt;Usually the output of a GP tool is temporary and send only to the user that run the tool.&lt;/P&gt;&lt;P&gt;In general the server does not have "Database Connection" this is something that exists in your profile only.&lt;/P&gt;&lt;P&gt;You should put a sde connection file in a directory that is registered in the server (C:\temp\GS.sde) Then it will be recognize in the publish process and will not be replaced by scratch gdb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have Fun&lt;/P&gt;&lt;P&gt;Mody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 06:03:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454337#M25943</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2018-01-09T06:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use a Geoprocessing Service. Error 000210. The Table name is Invalid</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454338#M25944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition, please note that a valid name can be created using&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/validatetablename.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/validatetablename.htm"&gt;ValidateTableName—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thing is to revise the content (if you have access) of the script&amp;nbsp;after it is published to AGS (look at a folder like:&amp;nbsp;&lt;EM&gt;arcgisserver\directories\arcgissystem\arcgisinput\OptionalFolderName\YourServiceName.GPServer\extracted\v101&lt;/EM&gt;) In many cases the content of the script will be changed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:51:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454338#M25944</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-01-09T14:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use a Geoprocessing Service. Error 000210. The Table name is Invalid</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454339#M25945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you create a geoprocessing service, you shouldn't set the output location to an SDE database when running the tool in ArcMap.&amp;nbsp; That will create the name using the syntax for a FC in a geodatabase, (instance.owner.table) as you know.&amp;nbsp; When you run the GP service, all output feature classes will be written to the scratch.gdb.&amp;nbsp; Since it simply takes the original name and saves it to the scratch.gdb, the original name becomes invalid.&amp;nbsp; Save the output to a file geodatabase when running the tool in ArcMap, then publish it.&amp;nbsp; You can use the os module and arcpy.env.scratchGDB environment variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; os

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CheckOutExtension&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"3D"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;RasterDomain_3d&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;r&lt;SPAN class="string token"&gt;"Database Connections\GS.sde\GS.DBO.R1"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;join&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;scratchGDB&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"test"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"POLYGON"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:15:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-use-a-geoprocessing-service-error-000210/m-p/454339#M25945</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2021-12-11T20:15:49Z</dc:date>
    </item>
  </channel>
</rss>

