<?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: Create Enterprise Geodatabase with arcpy - No command options given in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-with-arcpy-no/m-p/148712#M8410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i used arcpy tool. thanks for useful information&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Batbayar.J&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2014 01:13:19 GMT</pubDate>
    <dc:creator>BatbayarJargalsaikhan1</dc:creator>
    <dc:date>2014-07-01T01:13:19Z</dc:date>
    <item>
      <title>Create Enterprise Geodatabase with arcpy - No command options given</title>
      <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-with-arcpy-no/m-p/148708#M8406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi, I'm trying to create geodatabase using python first time. i used script in installation guide. but getting following error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\Administrator\Desktop\geodatbase.py: error: No command options given&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usage: geodatbase.py [Options]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Options:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; --version show program's version number and exit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -h, --help show this help message and exit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; --DBMS=SQLSERVER Type of enterprise DBMS: SQLSERVER, ORACLE, or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; POSTGRESQL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -i MSSQLSERVER DBMS instance name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -D NGDB Database name: Not required for Oracle&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; --auth=DATABASE_AUTH Authentication type options (case-sensitive):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; DATABASE_AUTH, OPERATING_SYSTEM_AUTH.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Default=DATABASE_AUTH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -U SA DBMS administrator user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -P sysadminpass DBMS administrator password&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; --schema=SDE_SCHEMA Schema Type for SQL Server geodatabase, SDE or DBO.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Default=SDE_SCHEMA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -u SDE Geodatabase administrator user name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -p SDEPASSWORD Geodatabase administrator password&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -t Tablespace name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -l C:\PROGRAM FILES\ESRI\LICENSE10.2\SYSGEN\KEYCODES&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Full path and name of authorization file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THANKS&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2014 06:10:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-with-arcpy-no/m-p/148708#M8406</guid>
      <dc:creator>BatbayarJargalsaikhan1</dc:creator>
      <dc:date>2014-06-28T06:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create Enterprise Geodatabase with arcpy - No command options given</title>
      <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-with-arcpy-no/m-p/148709#M8407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it seems you are missing flag parameters such as '-D' '-U' '-t'....etc in your python code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;why not use the geo-processing tool in ArcCatalog: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//003n000000r7000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//003n000000r7000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2014 08:02:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-with-arcpy-no/m-p/148709#M8407</guid>
      <dc:creator>EmadAl-Mousa</dc:creator>
      <dc:date>2014-06-28T08:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create Enterprise Geodatabase with arcpy - No command options given</title>
      <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-with-arcpy-no/m-p/148710#M8408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Python tool for &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000162000000"&gt;Create Enterprise Geodatabase (Data Mangement)&lt;/A&gt;&lt;SPAN&gt; doesn't look &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;anything&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;like what you've posted.&amp;nbsp; Instead, it looks like you used a trivial wrapper around the 'sdesetup'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;utility (which isn't available in modern versions of ArcGIS).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're using ArcGIS 10.1 or later, use the ArcPy tool; if you're using 10.0 or earlier, just use &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the 'sdesetup' utility natively.&amp;nbsp; Either way, you're going to need to provide required parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2014 20:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-with-arcpy-no/m-p/148710#M8408</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-06-28T20:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Enterprise Geodatabase with arcpy - No command options given</title>
      <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-with-arcpy-no/m-p/148711#M8409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi jbatbayar,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The script you are running from the install guide takes in many parameters as the output shows. You just need to provide those for it to run - such as the type of DBMS (--DBMS), user name (-u), etc. It is in fact just a wrapper around the GP tool which you can also use.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 15:28:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-with-arcpy-no/m-p/148711#M8409</guid>
      <dc:creator>ForrestJones</dc:creator>
      <dc:date>2014-06-30T15:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create Enterprise Geodatabase with arcpy - No command options given</title>
      <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-with-arcpy-no/m-p/148712#M8410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i used arcpy tool. thanks for useful information&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Batbayar.J&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 01:13:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-with-arcpy-no/m-p/148712#M8410</guid>
      <dc:creator>BatbayarJargalsaikhan1</dc:creator>
      <dc:date>2014-07-01T01:13:19Z</dc:date>
    </item>
  </channel>
</rss>

