<?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: Publishing referenced data in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-referenced-data/m-p/1083513#M30786</link>
    <description>&lt;P&gt;Likely cause:&amp;nbsp; The def (aka .sde) file in your publishing environment is not exactly the same as the one hosted in ArcGIS server.&lt;/P&gt;&lt;P&gt;TIP:&amp;nbsp; Create the .sde connection file in ArcGIS client, export it and then import to ArcGIS Enterprise server.&amp;nbsp; Then exactly the same def string.&amp;nbsp; Further, I post this .sde on a file share and instruct our users to grab a copy instead of creating their own .sde files.&amp;nbsp; Same source, same def string, less likely to cause problems later on for the next Administrator (aka you?)&lt;/P&gt;&lt;P&gt;Why does this happen:&amp;nbsp; "cause some publishers in your domain may create a .sde file using mapped drive, UNC or FQDN.&amp;nbsp; I have def in ArcGIS Enterprise registered with FQDN.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jul 2021 14:29:31 GMT</pubDate>
    <dc:creator>Todd_Metzler</dc:creator>
    <dc:date>2021-07-28T14:29:31Z</dc:date>
    <item>
      <title>Publishing referenced data</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-referenced-data/m-p/1083508#M30785</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am new to using Arc Enterprise to publish services.&amp;nbsp; I inherited a system from the previous owner, and she has the data store set up, and it is federated.&amp;nbsp; She also has the server and versions where the data is housed validated with arc server manager.&amp;nbsp; I created a new feature dataset within the validated SDE, but when I push it through be published it says it is being copied, and I don't want that.&amp;nbsp; I want it to be straight referenced.&amp;nbsp; The older services are not giving this warning when I publish them, so I am wondering what step I am missing when I created that new feature dataset?&amp;nbsp; The feature classes are versioned and they have global ids, and they are part of the SDE that is already validated in Server manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 14:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-referenced-data/m-p/1083508#M30785</guid>
      <dc:creator>TDegEH</dc:creator>
      <dc:date>2021-07-28T14:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing referenced data</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-referenced-data/m-p/1083513#M30786</link>
      <description>&lt;P&gt;Likely cause:&amp;nbsp; The def (aka .sde) file in your publishing environment is not exactly the same as the one hosted in ArcGIS server.&lt;/P&gt;&lt;P&gt;TIP:&amp;nbsp; Create the .sde connection file in ArcGIS client, export it and then import to ArcGIS Enterprise server.&amp;nbsp; Then exactly the same def string.&amp;nbsp; Further, I post this .sde on a file share and instruct our users to grab a copy instead of creating their own .sde files.&amp;nbsp; Same source, same def string, less likely to cause problems later on for the next Administrator (aka you?)&lt;/P&gt;&lt;P&gt;Why does this happen:&amp;nbsp; "cause some publishers in your domain may create a .sde file using mapped drive, UNC or FQDN.&amp;nbsp; I have def in ArcGIS Enterprise registered with FQDN.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 14:29:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-referenced-data/m-p/1083513#M30786</guid>
      <dc:creator>Todd_Metzler</dc:creator>
      <dc:date>2021-07-28T14:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing referenced data</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-referenced-data/m-p/1083517#M30787</link>
      <description>&lt;P&gt;Would it have anything to do with the username and password that was used to establish the original connection to Server manager?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 14:29:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-referenced-data/m-p/1083517#M30787</guid>
      <dc:creator>TDegEH</dc:creator>
      <dc:date>2021-07-28T14:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing referenced data</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-referenced-data/m-p/1083520#M30788</link>
      <description>&lt;P&gt;yes.&amp;nbsp; The def string password is encrypted.&amp;nbsp; The publisher environment authentication must be exactly the same as the def string in Enterprise.&lt;/P&gt;&lt;P&gt;TIP:&amp;nbsp; If you've a choice depending on the flavor of EGDB you are using, suggest use database authentication instead of user/domain authentication when defining your .sde def string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 14:34:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-referenced-data/m-p/1083520#M30788</guid>
      <dc:creator>Todd_Metzler</dc:creator>
      <dc:date>2021-07-28T14:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing referenced data</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-referenced-data/m-p/1083521#M30789</link>
      <description>&lt;P&gt;Great thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 14:34:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-referenced-data/m-p/1083521#M30789</guid>
      <dc:creator>TDegEH</dc:creator>
      <dc:date>2021-07-28T14:34:52Z</dc:date>
    </item>
  </channel>
</rss>

