<?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: Dynamic Map genration from SQL data for web application using ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678991#M30028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within ArcGIS Pro, another suggestion is to use Model Builder since your example is a&amp;nbsp;continuous workflow.&amp;nbsp; Your input layer will be a parameter since it will be getting updated--the model will need to be executed after every update.&amp;nbsp; As suggested by &lt;A href="https://community.esri.com/migrated-users/351286"&gt;Ian Louw&lt;/A&gt;‌, Python is also a option depending on size of data and update frequency.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Mar 2019 20:04:33 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2019-03-13T20:04:33Z</dc:date>
    <item>
      <title>Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678985#M30022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;Hi All..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;I am very new to GIS in terms of dynamic map generation. I have only option to use ArcGIS Pro and SQL server. I have a situation like below and need a guidance urgently. Please please please help!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;I have one poly line layer with columns - ID, Name, Length &amp;amp; Diameter in ArcGIS Pro. I also have SQL database tables for same layer with columns - ID and Alert (value : 0 - 5). Now I have to generate a Map having alert value in it and based on alert value I need to symbolize the lines either in RED (0 - 2), Green (3 - 4), Amber = 5. After that I have to embed that map in one dot net web application. The SQL table alert values will get chnage in every one hour and based on new data available for each poly line in SQL table, my published embedded web map should reflect the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;What I have done so far:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;1. Open the layer in ArcGIS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;2. Create a database connection to my SQL DB and bring the table as a standalone table in content panel of ArcGIS Pro.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;3. Made a Join between feature layer and standalone table based on ID to get alert value added in layer attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;4. Try to share that map as web map from ArcGIS pro sharing option. This gives me an error like "In-memory join can not be published". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;My plan and thought was like above way I will publish the map with a;alert value in ArcGIS online and from there will open it in map viewer and then will take the embedded HTML code by clicking on share and use that HTML in web application placeholder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;But now I am stuck in publishing the map as web map due to having in memory join between feature layer and SQL table. And also I am doubting that after this will I be able to get my embedded map refreshed when SQL data changes as it is already published.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;So, first of all I need help on how to publish the map with SQL data (here alert for lines) by overcoming in memory join.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;And then need a guidance if at all with this approach my published map will get refreshed in web application when there is a chnage in SQL alert value. If not then how to achieve this as that is the utmost goal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;I am eagerly waiting for some help here to survive..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;Thank You!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 18:56:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678985#M30022</guid>
      <dc:creator>IanLouw</dc:creator>
      <dc:date>2019-03-13T18:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678986#M30023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For resolution, right click on your layer with the joined data-&amp;gt;then go to data-&amp;gt; the copy features pane opens-&amp;gt;name the output-&amp;gt; and then click Run to add the new layer to your map. Remove the other layers used to create your join and then you will be able to publish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 19:33:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678986#M30023</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-03-13T19:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678987#M30024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this solution a snapshot of the data from SQL database table so this process would need to be continually re-run?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 19:41:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678987#M30024</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-03-13T19:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678988#M30025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Douglas, thanks for your suggestions. With that approach I can make it. But then my next question can you please help -&lt;/P&gt;&lt;P&gt;If I will create a copy from the joined data layer then next time when SQL data will get refresh with new value, will those updated value come to this new output? As I need to update my layer in real time under web application in sync with SQL data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 19:41:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678988#M30025</guid>
      <dc:creator>IanLouw</dc:creator>
      <dc:date>2019-03-13T19:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678989#M30026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael, yes it should run continuously. Whenever the map is opened from web page (where it is embedded), it should look into SQL data and based on that modify the map with colour range symbology.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 19:44:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678989#M30026</guid>
      <dc:creator>IanLouw</dc:creator>
      <dc:date>2019-03-13T19:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678990#M30027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My suggestion would be to script out this process in python where a feature class registered with ArcGIS Server would have its contents truncated (records deleted) and then new records would be appended from an in-memory join between the original feature class joined to the SQL database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully you have access to ArcMap where you can create a model to perform this process and then export out to python in 2.7 format.&amp;nbsp; From there you would just need to make some minor changes to make the python 3.x compliant for working with Pro (ESRI is working on being able to export a model from Pro, but it is not there yet - It had been removed, but enduser clamoring has gotten ESRI to&amp;nbsp;say that it will be put back into Pro at a later version).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many records are in the feature class?&amp;nbsp; I ask because I found that over time the truncate and append process slows down.&amp;nbsp; As you get more python experience you can try an update cursor instead of a truncate and append process which might solve the problem of the update slowing down over time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 19:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678990#M30027</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-03-13T19:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678991#M30028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within ArcGIS Pro, another suggestion is to use Model Builder since your example is a&amp;nbsp;continuous workflow.&amp;nbsp; Your input layer will be a parameter since it will be getting updated--the model will need to be executed after every update.&amp;nbsp; As suggested by &lt;A href="https://community.esri.com/migrated-users/351286"&gt;Ian Louw&lt;/A&gt;‌, Python is also a option depending on size of data and update frequency.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 20:04:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678991#M30028</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-03-13T20:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678992#M30029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael, I have around 7000 lines in my layer. It will be great help if you can give me some useful links where it shows how to do this type of task using Python so that I can follow that and build my module as new to Python too. My bad!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 20:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678992#M30029</guid>
      <dc:creator>IanLouw</dc:creator>
      <dc:date>2019-03-13T20:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678993#M30030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Python for Everyone provides fundamentals on Python:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.esri.com/training/catalog/57630436851d31e02a43f13c/python-for-everyone/" title="https://www.esri.com/training/catalog/57630436851d31e02a43f13c/python-for-everyone/"&gt;https://www.esri.com/training/catalog/57630436851d31e02a43f13c/python-for-everyone/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 20:16:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678993#M30030</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-03-13T20:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678994#M30031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Douglas, can you please elaborate these steps..What I understood is using Model Builder of ArcGIS pro I should create a model by taking my layer as input parameter. Which layer should I take here? Feature layer or the joined layer (Feature + SQL). Once Model will be ready how I will call that to be executed automatically..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 20:23:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678994#M30031</guid>
      <dc:creator>IanLouw</dc:creator>
      <dc:date>2019-03-13T20:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678995#M30032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/439382_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try a similar model as above--make sure to add your output to display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 20:48:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678995#M30032</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-03-13T20:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678996#M30033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the data source of your feature class (e.g. file gdb, SDE database, shapefile)?&amp;nbsp; If it's a file gdb, truncating and appending 7000 records every hour will probably slow down over time.&amp;nbsp; I have this scenario, so every so often I set the OBJECTID back to 1 by importing the feature class from an empty schema in another file gdb (The ArcGIS Server service would need to be temporarily stopped for this maintenance task).&amp;nbsp; You would only need to do this if you find the performance of the file gdb degrading badly over time which may not occur for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 21:27:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678996#M30033</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-03-13T21:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678997#M30034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Douglas,&lt;/P&gt;&lt;P&gt;created a model as below - &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/439389_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;while running am getting the below error - any guess? please !!&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/439390_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 21:54:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678997#M30034</guid>
      <dc:creator>IanLouw</dc:creator>
      <dc:date>2019-03-13T21:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678998#M30035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its .gdb file only. And table data is from SQL DB. Can you please share me the Python code if you have this type scenario. One more thing is that I dont have ArcGIS server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 21:56:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678998#M30035</guid>
      <dc:creator>IanLouw</dc:creator>
      <dc:date>2019-03-13T21:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678999#M30036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try a search of GeoNet to get python code for publishing up to AGOL.&amp;nbsp; Since the data is going to a PostGres DB on AGOL you don't need to worry about the update process slowing down over time.&amp;nbsp; That only applied to my scenario because I am using a file gdb registered with ArcGIS Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 22:12:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/678999#M30036</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-03-13T22:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map genration from SQL data for web application using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/679000#M30037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ian, it looks like it is the path you are trying to save to is causing the problem. Try to save it in an accessible folder or even better would be a file gdb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Outlook for Android&amp;lt;https://aka.ms/ghei36&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 22:45:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-map-genration-from-sql-data-for-web/m-p/679000#M30037</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-03-13T22:45:52Z</dc:date>
    </item>
  </channel>
</rss>

