<?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: managing Database through web application in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/managing-database-through-web-application/m-p/390421#M22410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks vangelo for replay&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but i didn't understand what are you trying to say ? should i use arc sde or i can manage enterprise geodatabase without install arcsde&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and can i use arcobject with arc gis server to do this or there is another way to do this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Sep 2013 14:08:40 GMT</pubDate>
    <dc:creator>ahmadhasan</dc:creator>
    <dc:date>2013-09-05T14:08:40Z</dc:date>
    <item>
      <title>managing Database through web application</title>
      <link>https://community.esri.com/t5/data-management-questions/managing-database-through-web-application/m-p/390419#M22408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have a project that need to build web application can manage sde like :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;add ,revoke permission&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; backup data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;create feature class ,tables ,relations&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;monitoring users &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;key performance indicators like how many users acces database daily and monthly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reports&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is it possible to do that on web apps or i must use arcobject (desktop app)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 13:18:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/managing-database-through-web-application/m-p/390419#M22408</guid>
      <dc:creator>ahmadhasan</dc:creator>
      <dc:date>2013-09-05T13:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: managing Database through web application</title>
      <link>https://community.esri.com/t5/data-management-questions/managing-database-through-web-application/m-p/390420#M22409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can certainly engineer a solution which uses a web front-end to do all these things,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; but you'll be making extensive use of ArcObjects (which is&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt; not,&lt;/SPAN&gt;&lt;SPAN&gt; as you assert, equivalent &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to the Desktop application -- it is the code which which implements geodatabases).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a tremendous level of effort to accomplish this goal, however, and it will serve&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you well if &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;don't&lt;/SPAN&gt;&lt;SPAN&gt; think of this as an "sde" thing -- This is a geodatabase application, pure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and simple, and ArcSDE would only play a tiny part in the overall implementation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 13:59:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/managing-database-through-web-application/m-p/390420#M22409</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-09-05T13:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: managing Database through web application</title>
      <link>https://community.esri.com/t5/data-management-questions/managing-database-through-web-application/m-p/390421#M22410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks vangelo for replay&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but i didn't understand what are you trying to say ? should i use arc sde or i can manage enterprise geodatabase without install arcsde&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and can i use arcobject with arc gis server to do this or there is another way to do this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:08:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/managing-database-through-web-application/m-p/390421#M22410</guid>
      <dc:creator>ahmadhasan</dc:creator>
      <dc:date>2013-09-05T14:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: managing Database through web application</title>
      <link>https://community.esri.com/t5/data-management-questions/managing-database-through-web-application/m-p/390422#M22411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no way to separate an enterprise geodatabase from ArcSDE technology -- ArcSDE is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; used to implement geodatabases, no matter whether an application server is ever run.&amp;nbsp; By&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;definition, therefore, ArcGIS Server is the&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt; only &lt;/SPAN&gt;&lt;SPAN&gt;way to administer enterprise geodatabases&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; (because ArcSDE is a AGS technology).&amp;nbsp; AGS is also likely to be the best way to convert web&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; requests into geospatial tasks run in a geodatabase, though you have a number of other&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;options in that regard (using Python or Apache with Python).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How many coding-months are you prepared to spend on this project?&amp;nbsp; It sounds like you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;need to spend a few days/weeks in requirements analysis and application design before&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; deciding on the best of the many options available to implement such a system. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:50:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/managing-database-through-web-application/m-p/390422#M22411</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-09-05T14:50:08Z</dc:date>
    </item>
  </channel>
</rss>

