<?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 Error while registering Oracle database for Server 10.2 in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-while-registering-oracle-database-for-server/m-p/520556#M20200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am getting the following error when I try to register the database on my new ArcGIS Server instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;"The connection property set was missing a required property or the property value was unrecognized"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]28022[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was reading other forum posts from 10.1, and I have checked the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) Oracle 64bit and 32bit clients are installed on my server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) The 64bit client is listed first on the PATH system variable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.) I created a new system variable TNS_ADMIN that points to the folder containing the tnsnames.ora file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.) I have stopped/started the ArcGIS Server service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.) I also restarted the entire server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other things... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6.) I am doing the database registering from a ArcCatalog desktop application also on the same server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7.) It is a virtual server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even after all of that, I am still getting the error. Any ideas on how to fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, --Rick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Oct 2013 18:03:39 GMT</pubDate>
    <dc:creator>RickThiel</dc:creator>
    <dc:date>2013-10-03T18:03:39Z</dc:date>
    <item>
      <title>Error while registering Oracle database for Server 10.2</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-while-registering-oracle-database-for-server/m-p/520556#M20200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am getting the following error when I try to register the database on my new ArcGIS Server instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;"The connection property set was missing a required property or the property value was unrecognized"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]28022[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was reading other forum posts from 10.1, and I have checked the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) Oracle 64bit and 32bit clients are installed on my server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) The 64bit client is listed first on the PATH system variable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.) I created a new system variable TNS_ADMIN that points to the folder containing the tnsnames.ora file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.) I have stopped/started the ArcGIS Server service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.) I also restarted the entire server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other things... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6.) I am doing the database registering from a ArcCatalog desktop application also on the same server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7.) It is a virtual server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even after all of that, I am still getting the error. Any ideas on how to fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, --Rick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 18:03:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-while-registering-oracle-database-for-server/m-p/520556#M20200</guid>
      <dc:creator>RickThiel</dc:creator>
      <dc:date>2013-10-03T18:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error while registering Oracle database for Server 10.2</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-while-registering-oracle-database-for-server/m-p/520557#M20201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rick,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since you are defining the TNS_ADMIN variable to refer to the folder where you tnsnames.ora file resides, I assume you are using the full Oracle clients.&amp;nbsp; I would double-check to make sure the 'arcgis' user account has access to that file.&amp;nbsp; This may be difficult or impossible if the tnsnames.ora file is in a folder accessed via a UNC path and the 'arcgis' user is a local account.&amp;nbsp; If this is the case, you might have to store a copy of the tnsnames file locally or change the 'arcgis' user to be a domain account.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A good way to test this is to open the command prompt as the 'arcgis' user and try to use sqlplus to connect to your Oracle database.&amp;nbsp; This should confirm if the arcgis user has access to the tnsnames.ora file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 15:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-while-registering-oracle-database-for-server/m-p/520557#M20201</guid>
      <dc:creator>JeffSmith</dc:creator>
      <dc:date>2013-11-04T15:42:41Z</dc:date>
    </item>
  </channel>
</rss>

