<?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: License issue, any way around this? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35630#M2767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the type of data you are trying to create or modify when this error occurs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 20:30:51 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2015-04-09T20:30:51Z</dc:date>
    <item>
      <title>License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35629#M2766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going through and adding fields to featureclasses when I came across this error. We have 2 licenses (Standard/Basic) and on the basic level I get the error and on the Standard level it runs just fine. I am wondering if there is any way around this without upgrading or having to switch licenses just to run my script. I am also worried that by running this with the standard license that I will not be able to ever run it with the basic. I understand the obvious answer is to upgrade but I thought I would see what some other options are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExecuteError: ERROR 999999: Error executing function.&lt;/P&gt;&lt;P&gt;The application is not licensed to create or modify schema for this type of data &lt;/P&gt;&lt;P&gt;Failed to execute (AddField).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 20:26:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35629#M2766</guid>
      <dc:creator>ChrisBrannin</dc:creator>
      <dc:date>2015-04-09T20:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35630#M2767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the type of data you are trying to create or modify when this error occurs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 20:30:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35630#M2767</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-04-09T20:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35631#M2768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm assuming your Standard and Basic licenses are concurrent/floating and not single-user?&amp;nbsp; If so, check out&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/analyze/python/access-to-licensing-and-extensions.htm" title="http://desktop.arcgis.com/en/desktop/latest/analyze/python/access-to-licensing-and-extensions.htm"&gt;Accessing licenses and extensions in Python—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With will let you build in the ability to check if the Standard license is available, checkit out, run your program, and then check it back in.&amp;nbsp; If it's a fairly short script, that may work (unless your Standard license is always tied up, or if they are standalone/single-user...in which case, this wouldn't help).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 20:37:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35631#M2768</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-04-09T20:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35632#M2769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is concurrent and usually tied up during the day for testing but could work overnight. Do you know if I alter the tables with the Standard will it make it so the rest of my data then will need a standard license to be altered in the future? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 21:58:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35632#M2769</guid>
      <dc:creator>ChrisBrannin</dc:creator>
      <dc:date>2015-04-09T21:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35633#M2770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's just an addField on a featureclass table in a GDB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 21:59:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35633#M2770</guid>
      <dc:creator>ChrisBrannin</dc:creator>
      <dc:date>2015-04-09T21:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35634#M2771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this is a licensing level issue. You can certainly add a field with basic licensing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: is this an SDE GDB? if so, &lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/16546"&gt;you will have issues with basic licensing&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 22:01:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35634#M2771</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-04-09T22:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35635#M2772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can take a look at the functionality matrix &lt;A href="http://blogs.esri.com/esri/arcgis/2011/11/25/functionality-matrix-for-arcgis-10-and-server/" title="http://blogs.esri.com/esri/arcgis/2011/11/25/functionality-matrix-for-arcgis-10-and-server/"&gt;Functionality Matrix for ArcGIS 10 and Server | ArcGIS Blog&lt;/A&gt;&amp;nbsp; to see if the specific task you are trying to do is supported by the Basic level or not.&amp;nbsp; I know there are some restrictions with what you can do with "Distributed Geodatabases"&amp;nbsp; and multi-user databases, but I agree&amp;nbsp; with Darren, you should be able to add a field....but it does depend on what type of data you are working with.&amp;nbsp; (rasters and images may have license level restrictions).&amp;nbsp; Are you using Spatial Analyst with your Standard license for example....may be the extension that is needed and not the level.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, maybe there is a data lock and therefore schema lock on the data that could block it (can not change schema if anyone is in the file or if it is being used).&amp;nbsp; things like that.&amp;nbsp; Also, if it's versioned, I recommend rolling it back (i.e. reconciling and getting rid of versions) and getting the status ID = 0 before changing a schema.&amp;nbsp; This might be more than you are dealing with, but wanted to mention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw - typically you shouldn't mark your own response as "helpful" unless it has something that is helping resolve the issues or will help others.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 22:15:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35635#M2772</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-04-09T22:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35636#M2773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not an SDE GDB... That's why I thought it was strange. But i tested it with the Standard license and there was no issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 22:16:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35636#M2773</guid>
      <dc:creator>ChrisBrannin</dc:creator>
      <dc:date>2015-04-09T22:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35637#M2774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's why I am wondering if there is something strange with creating a FGDB with one license level and then trying to alter it with another. I'll take a look at the matrix but it seems really wrong that I wouldn't be able to do something basic like add a field. Regardless of which license level I was using. Thanks for the info(I also didn't mean to mark my post as helpful, sorry).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 22:20:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35637#M2774</guid>
      <dc:creator>ChrisBrannin</dc:creator>
      <dc:date>2015-04-09T22:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35638#M2775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, which level creates it, or which machine (unless it's a permission issue???) should NOT (oops...missing "not" in first version)matter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case it's a permission thing....have you tried copying it over to the Basic machine and running it local...making sure the permissions are set?&amp;nbsp; if it works that was, then I would look at the permissions for the file between the machines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 22:24:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35638#M2775</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-04-09T22:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35639#M2776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After reading through all the post, I am wondering if you may have attachments or a relationship class defined on the featureclass. This will require a standard license to change the schema (like,add a field).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 02:04:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35639#M2776</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-04-10T02:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35640#M2777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;As far as I know,&lt;STRONG&gt; you can not modify FGDB with Basic license&lt;/STRONG&gt;. Here are the two workarounds.&lt;/P&gt;&lt;P&gt;1) Upgrade to at least standard license (You don't want it).&lt;/P&gt;&lt;P&gt;2) Export the feature classes in FGDB to PGDB/Shapefiles using the Standard license that you have. Then, you can modify the PGDB/Shapefiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 06:06:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35640#M2777</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-04-10T06:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35641#M2778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can definitely add a field to a FGDB with basic license. I do it all the time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 06:08:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35641#M2778</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-04-10T06:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35642#M2779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder if the error is something else altogether? Can you post your script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 06:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35642#M2779</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-04-10T06:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35643#M2780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to tell if there is a relationship class attached to it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 12:50:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35643#M2780</guid>
      <dc:creator>ChrisBrannin</dc:creator>
      <dc:date>2015-04-10T12:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35644#M2781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, as describe here: &lt;A href="https://community.esri.com/message/276542"&gt;Re: Detect Relationship in Feature Class or Table&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 13:08:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35644#M2781</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-04-10T13:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: License issue, any way around this?</title>
      <link>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35645#M2782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was the issue. We use annotation layers and sure enough there is a relationshipclass on the file it errored on. Thank you, and everyone else for the great help on this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 14:36:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/license-issue-any-way-around-this/m-p/35645#M2782</guid>
      <dc:creator>ChrisBrannin</dc:creator>
      <dc:date>2015-04-10T14:36:15Z</dc:date>
    </item>
  </channel>
</rss>

