<?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: Arc SDE move instance, not data in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/arc-sde-move-instance-not-data/m-p/849163#M5188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which SQL-Server 2008 are you running?&amp;nbsp; ArcGIS 10.2 requires a 64-bit client binary, with 2008-SP1 or 2008R2-SP1.&amp;nbsp; If you've moved off the unsupported OS, you should be running the terminal 10.2 release (10.2.2 with the a&lt;A href="http://support.esri.com/en/downloads/patches-servicepacks/list?productid=66&amp;amp;productVersions=10.2.2&amp;amp;productVersions=10.2.1&amp;amp;categoryTypes=8"&gt;ppropriate patches&lt;/A&gt; applied).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remote server service creation requires the "-n" flag for successful operation.&amp;nbsp; You also need to follow the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Creating_an_ArcSDE_service_from_a_remote_Windows_server/002q0000008m000000/"&gt;complete instructions&lt;/A&gt; on registering the ADMIN_DATABASE and SDE_DBA_USER (if necessary) keywords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2016 12:21:26 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2016-01-04T12:21:26Z</dc:date>
    <item>
      <title>Arc SDE move instance, not data</title>
      <link>https://community.esri.com/t5/geodatabase-questions/arc-sde-move-instance-not-data/m-p/849160#M5185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - we have a 9.3.1 SDE - it is simply the SDE server NOT the database server.&amp;nbsp; It needs retiring as it is Server 2003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The database is a SQL 2008 on a different server, which is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally we want shot of SDE on a server, but have a legacy application that still needs it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I want to create a Windows SDE service on the new server (10.2.1) that points to the existing database on the existing SQL server.&amp;nbsp; After which I'll run the relevant upgrade tool to get the datastore up to 10.2.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The nice Post Install wizard seems missing in 10.2.1, so I can't even use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've never really done any SDE commandline stuff so am totally lost here.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jan 2016 21:01:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/arc-sde-move-instance-not-data/m-p/849160#M5185</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-01-01T21:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Arc SDE move instance, not data</title>
      <link>https://community.esri.com/t5/geodatabase-questions/arc-sde-move-instance-not-data/m-p/849161#M5186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create the service, install ArcSDE 10.2.1 and use Command line to create the Service.&lt;/P&gt;&lt;P&gt;** The version of the sde gdb and the version of SDE should match, or else the Service won't start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need a Direct Connection, to do the upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you need to upgrade the gdb first and then create the SDE Service using sde 10.2.1 command line tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jan 2016 17:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/arc-sde-move-instance-not-data/m-p/849161#M5186</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2016-01-02T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Arc SDE move instance, not data</title>
      <link>https://community.esri.com/t5/geodatabase-questions/arc-sde-move-instance-not-data/m-p/849162#M5187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - I think I follow - which command is it sdeservice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So should it be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sdeservice -o create -d SQLSERVER -p &amp;lt;EXISTING SDE SCHEMA PASSWORD&amp;gt; -i &amp;lt;my service name I am recreating on this server, imaginably called SDE&amp;gt; -s &amp;lt;my existing sql server where the data currently is&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But before that I need to go into ArcCat on the new server, make a direct connection and upgrade it to 10.2.1 (assuming ArcCat is 10.2.1, which I don't think it currently is, but it can be)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit - this page help &lt;A href="https://esriaustraliatechblog.wordpress.com/2012/09/27/creating-an-arcsde-service-on-windows-using-arcgis-10-1/" title="https://esriaustraliatechblog.wordpress.com/2012/09/27/creating-an-arcsde-service-on-windows-using-arcgis-10-1/"&gt;Creating an ArcSDE Service on Windows using ArcGIS 10.1 | Esri Australia Technical Blog&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jan 2016 10:34:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/arc-sde-move-instance-not-data/m-p/849162#M5187</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-01-03T10:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Arc SDE move instance, not data</title>
      <link>https://community.esri.com/t5/geodatabase-questions/arc-sde-move-instance-not-data/m-p/849163#M5188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which SQL-Server 2008 are you running?&amp;nbsp; ArcGIS 10.2 requires a 64-bit client binary, with 2008-SP1 or 2008R2-SP1.&amp;nbsp; If you've moved off the unsupported OS, you should be running the terminal 10.2 release (10.2.2 with the a&lt;A href="http://support.esri.com/en/downloads/patches-servicepacks/list?productid=66&amp;amp;productVersions=10.2.2&amp;amp;productVersions=10.2.1&amp;amp;categoryTypes=8"&gt;ppropriate patches&lt;/A&gt; applied).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remote server service creation requires the "-n" flag for successful operation.&amp;nbsp; You also need to follow the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Creating_an_ArcSDE_service_from_a_remote_Windows_server/002q0000008m000000/"&gt;complete instructions&lt;/A&gt; on registering the ADMIN_DATABASE and SDE_DBA_USER (if necessary) keywords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 12:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/arc-sde-move-instance-not-data/m-p/849163#M5188</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-01-04T12:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Arc SDE move instance, not data</title>
      <link>https://community.esri.com/t5/geodatabase-questions/arc-sde-move-instance-not-data/m-p/849164#M5189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep - our SQL is 2008R2 - I'm not sure about the client version on the GIS server - I;ll check. But I created a 9.31. SDE service on the olde server, then moved it to the new one, and all seems OK - and I noticed the -n flag - thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 13:32:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/arc-sde-move-instance-not-data/m-p/849164#M5189</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-01-04T13:32:48Z</dc:date>
    </item>
  </channel>
</rss>

