<?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 to get geometry data from external database dynamically in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226565#M34445</link>
    <description>&lt;P&gt;Possibly your PG is configured as open to accept any connections. I think you are good to go now. Are you able to see the data when a map service is published.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Oct 2022 12:22:30 GMT</pubDate>
    <dc:creator>RamakrishnaBillakanti</dc:creator>
    <dc:date>2022-10-28T12:22:30Z</dc:date>
    <item>
      <title>How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226511#M34438</link>
      <description>&lt;P&gt;Hi, i have a PostgreSQL database.&amp;nbsp;Hundreds of geometry data are added to this database daily, independent of Arcgis. There is a geometry column with Postgis feature. Is there a way to dynamically pass the data here to Arcgis Server? I want to display the data (inserted from NodeJS server) in Arcgis Server Map Server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: i added PostgreSQL Database to Arcgis Server as a data store .&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 07:57:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226511#M34438</guid>
      <dc:creator>EmrahAydemir</dc:creator>
      <dc:date>2022-10-28T07:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226546#M34439</link>
      <description>&lt;P&gt;I think that you would need to create a map / feature service to display that data. I believe that you would also need to publish this from ArcGIS Pro.&lt;/P&gt;&lt;P&gt;Do you have ArcGIS Pro to create a map that you want and then publish from there?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 11:18:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226546#M34439</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-10-28T11:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226547#M34440</link>
      <description>&lt;P&gt;Hello, with arcgis I can move data to arcgis server in few steps. But since hundreds of layers will be added per day, I will not be able to do this every time a layer is added. Isn't there a way to add a map server to Arcgis Server and connect it directly to the external database? Since I am using a Postgis database, I already have a geometry column. It is enough for me to just transfer the data in this table exactly.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 11:23:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226547#M34440</guid>
      <dc:creator>EmrahAydemir</dc:creator>
      <dc:date>2022-10-28T11:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226551#M34441</link>
      <description>&lt;P&gt;If I understand what you are saying, you would like a way to add all the new "layers" (spatial tables) that are added to the PostgreSQL DB, correct?&lt;BR /&gt;&lt;BR /&gt;If so, I think that you still have to publish the data from ArcGIS Pro. I am not aware of a way to just take a new spatial table added to the DB to just be added to the server as a service without Pro. I would wait to see if any other users may have a way to do this.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 11:53:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226551#M34441</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-10-28T11:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226552#M34442</link>
      <description>&lt;P&gt;Yes that's true. I have a Postgis database with geometric data in it. I want to query these data directly over Map Server.&amp;nbsp;I thought it might be possible via the Data-Store, but I guess I'm wrong. It's like connecting the database directly to the Map Server instead of connecting the database to Arcgis, transferring the layers, and then publishing it to the Map Server.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 12:03:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226552#M34442</guid>
      <dc:creator>EmrahAydemir</dc:creator>
      <dc:date>2022-10-28T12:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226556#M34443</link>
      <description>&lt;P&gt;Register your datastore in postgress with ArcGIS Server. If ArcGIS Server is not whitelisted on pg hba(or similar) conf file, whitelist it so postgress can accept connections from your ArcGIS Server Host Machine. You should be able to publish it and use it with a map service.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 12:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226556#M34443</guid>
      <dc:creator>RamakrishnaBillakanti</dc:creator>
      <dc:date>2022-10-28T12:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226563#M34444</link>
      <description>&lt;P&gt;I'm confused at this part. My Postgis database is on an external server. I added my database to the Data-Store. There is a&lt;STRONG&gt; green tick&lt;/STRONG&gt; next to it. Does this mean I have successfully added (in terms of &lt;STRONG&gt;whitelisting&lt;/STRONG&gt;)?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmrahAydemir_0-1666959484162.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/54700iD26EF31A69F4349B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EmrahAydemir_0-1666959484162.png" alt="EmrahAydemir_0-1666959484162.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 12:18:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226563#M34444</guid>
      <dc:creator>EmrahAydemir</dc:creator>
      <dc:date>2022-10-28T12:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226565#M34445</link>
      <description>&lt;P&gt;Possibly your PG is configured as open to accept any connections. I think you are good to go now. Are you able to see the data when a map service is published.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 12:22:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226565#M34445</guid>
      <dc:creator>RamakrishnaBillakanti</dc:creator>
      <dc:date>2022-10-28T12:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226566#M34446</link>
      <description>&lt;P&gt;I don't know what to do next step. After adding the database how do I add it to a Map Server?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 12:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226566#M34446</guid>
      <dc:creator>EmrahAydemir</dc:creator>
      <dc:date>2022-10-28T12:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226570#M34447</link>
      <description>&lt;P&gt;You need to publish the layer/table using ArcMap or ArcGIS Pro depending on your ArcGIS Server Version.&amp;nbsp; Once published you will be able to view the data through map service.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/map/publish-map-services/publishing-a-map-service.htm" target="_blank"&gt;Publish a map service from ArcMap—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 12:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226570#M34447</guid>
      <dc:creator>RamakrishnaBillakanti</dc:creator>
      <dc:date>2022-10-28T12:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226574#M34448</link>
      <description>&lt;P&gt;Another potential option would be to bulk publish from that datastore connection;&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/portal/latest/use/bulk-publish-arcgis-server-feature-layers.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/portal/latest/use/bulk-publish-arcgis-server-feature-layers.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now you must know that this may take a while and could crash the server machine depending on how many layers. It will create a map service and feature service (read-only but can be updated) for every layer in the database. This is the only way I could think of doing it without Pro, but you would not have some of the finer details for publishing.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 12:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226574#M34448</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-10-28T12:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226579#M34449</link>
      <description>&lt;P&gt;Unfortunately it didn't work. The steps in the link you posted are the same as I normally do. But every time new data is added I need to republish it via arcmap. I can connect to the database via arcmap. I have added the database manually before. I don't know how to connect it directly to the map server&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 13:07:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226579#M34449</guid>
      <dc:creator>EmrahAydemir</dc:creator>
      <dc:date>2022-10-28T13:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226793#M34456</link>
      <description>&lt;P&gt;Just as I was about to go to sleep, this came to my mind: I am adding data to postgis database via nodejs. Is there a way to add layers to Arcgis Server via nodejs instead of trying to connect database directly to Arcgis Server? In this way, while adding a layer to the postgis server, it will also be added to the Arcgis Server.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 21:00:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226793#M34456</guid>
      <dc:creator>EmrahAydemir</dc:creator>
      <dc:date>2022-10-28T21:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get geometry data from external database dynamically</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226875#M34462</link>
      <description>&lt;P&gt;Cross-referencing to your other discussion for the solution.&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-enterprise-questions/how-to-add-new-polygon-to-arcgis-server-from-node/m-p/1226850#M34461" target="_blank"&gt;https://community.esri.com/t5/arcgis-enterprise-questions/how-to-add-new-polygon-to-arcgis-server-from-node/m-p/1226850#M34461&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 23:27:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-get-geometry-data-from-external-database/m-p/1226875#M34462</guid>
      <dc:creator>Scott_Tansley</dc:creator>
      <dc:date>2022-10-29T23:27:23Z</dc:date>
    </item>
  </channel>
</rss>

