<?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: The function ID is out of range in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677947#M18141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am working in ArcGIS 10.1 and getting the same error message.&amp;nbsp; The cause for me is when I add a layer to the map (SDE point or polygon, it doesn't matter) and join to a table (either an SDE table or DBF table) and I have labels turned on in the map for that layer.&amp;nbsp; The labels don�??t have to be for a field that�??s in the join table either.&amp;nbsp; As I pan around on the map, I receive the ArcMap Drawing Error "The function ID is out of range".&lt;BR /&gt;&lt;BR /&gt;If I turn the labels off, the ArcMap Drawing Error goes away.&amp;nbsp; If I leave the labels on but remove the join, the ArcMap Drawing Error goes away.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I tried the same scenario on an ArcMap 10.0 computer and there was no error message.&amp;nbsp; This bug was introduced in 10.1.&lt;BR /&gt;&lt;BR /&gt;NOTE:&amp;nbsp; in the scenario where the error message pops up, it's when joining the tax parcels (70,000 polygons) to a table with 100,000 records.&amp;nbsp; I tried joining a shapefile with 70,000 polygons to a DBF of 75,000 records and no error message.&amp;nbsp; I also joined an SDE layer of 4,500 polygons to an SDE table of 4,500 records and again no function ID is out of range error message.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I get exactly the same error and same results as the above.. is esri doing anything about this?&amp;nbsp; and it's interesting because if you search on&amp;nbsp; "function id is out of range"&amp;nbsp; on esri support you get NOTHING..&amp;nbsp; even though this is an ESRI software error response.. i guess they have to find the one guy who programmed in this error response, to find out what is and how to fix it..&amp;nbsp; and I called tech support..&amp;nbsp; and they had no clue.. and they advised me to test it using&amp;nbsp; 1) shapefiles, 2) fgdb fc's&amp;nbsp; and 3) sde gdb fc's&amp;nbsp; ... since when does ESRI want users to test everything.. I know that's their general business model, but not when you call tech support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2013 14:39:54 GMT</pubDate>
    <dc:creator>jeffduncan</dc:creator>
    <dc:date>2013-01-07T14:39:54Z</dc:date>
    <item>
      <title>The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677941#M18135</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;I have code that has been working from ArcObjects v 9.31 through 10.0 for more than a year.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just rebuilt it for ArcObjects 10.1 and all my feature queries are broken because...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ISQLSyntax.GetSpecialCharacter(esriSQL_WildcardManyMatch) returns null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ISQLSyntax.GetSpecialCharacter(esriSQL_DelimitedIdentifierPrefix) returns empty string&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ISQLSyntax.GetSpecialCharacter(esriSQL_DelimitedIdentifierSuffix) throws a COM exception with message&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The function ID is out of range.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The source is esriDataSourceGDB.SdeWorkspace.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error code -2147215854&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is anyone seeing the same behavior?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this something that is known to be broken in ArcObjects 10.1?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 15:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677941#M18135</guid>
      <dc:creator>Alaind_Espaignet</dc:creator>
      <dc:date>2012-08-07T15:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677942#M18136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This issue has been logged with support as NIM082786. Please contact ESRI support to have your name added to the list of affected users.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 15:57:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677942#M18136</guid>
      <dc:creator>JohnHauck</dc:creator>
      <dc:date>2012-08-08T15:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677943#M18137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just migrated from ArcMap version 10.0 to 10.1 and i'm getting the same drawing error on projects where never seen before:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;function ID is out of range&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 09:57:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677943#M18137</guid>
      <dc:creator>MikeYeosock</dc:creator>
      <dc:date>2012-08-30T09:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677944#M18138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I just migrated from ArcMap version 10.0 to 10.1 and i'm getting the same drawing error on projects where never seen before:&lt;BR /&gt;&lt;BR /&gt;function ID is out of range&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working in ArcGIS 10.1 and getting the same error message.&amp;nbsp; The cause for me is when I add a layer to the map (SDE point or polygon, it doesn't matter) and join to a table (either an SDE table or DBF table) and I have labels turned on in the map for that layer.&amp;nbsp; The labels don�??t have to be for a field that�??s in the join table either.&amp;nbsp; As I pan around on the map, I receive the ArcMap Drawing Error "The function ID is out of range".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I turn the labels off, the ArcMap Drawing Error goes away.&amp;nbsp; If I leave the labels on but remove the join, the ArcMap Drawing Error goes away.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the same scenario on an ArcMap 10.0 computer and there was no error message.&amp;nbsp; This bug was introduced in 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE:&amp;nbsp; in the scenario where the error message pops up, it's when joining the tax parcels (70,000 polygons) to a table with 100,000 records.&amp;nbsp; I tried joining a shapefile with 70,000 polygons to a DBF of 75,000 records and no error message.&amp;nbsp; I also joined an SDE layer of 4,500 polygons to an SDE table of 4,500 records and again no function ID is out of range error message.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 12:51:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677944#M18138</guid>
      <dc:creator>TomLaue</dc:creator>
      <dc:date>2012-09-20T12:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677945#M18139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am working in ArcGIS 10.1 and getting the same error message.&amp;nbsp; The cause for me is when I add a layer to the map (SDE point or polygon, it doesn't matter) and join to a table (either an SDE table or DBF table) and I have labels turned on in the map for that layer.&amp;nbsp; The labels don�??t have to be for a field that�??s in the join table either.&amp;nbsp; As I pan around on the map, I receive the ArcMap Drawing Error "The function ID is out of range".&lt;BR /&gt;&lt;BR /&gt;If I turn the labels off, the ArcMap Drawing Error goes away.&amp;nbsp; If I leave the labels on but remove the join, the ArcMap Drawing Error goes away.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I tried the same scenario on an ArcMap 10.0 computer and there was no error message.&amp;nbsp; This bug was introduced in 10.1.&lt;BR /&gt;&lt;BR /&gt;NOTE:&amp;nbsp; in the scenario where the error message pops up, it's when joining the tax parcels (70,000 polygons) to a table with 100,000 records.&amp;nbsp; I tried joining a shapefile with 70,000 polygons to a DBF of 75,000 records and no error message.&amp;nbsp; I also joined an SDE layer of 4,500 polygons to an SDE table of 4,500 records and again no function ID is out of range error message.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mr. Laue,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any update on this error; we are seeing the same thing with 10.1 and the ArcMap Drawing Error "The function ID is out of range".&amp;nbsp; ESRI support's answer is to reload the data into ArcSDE but I am not sure that is the real answer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 20:58:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677945#M18139</guid>
      <dc:creator>JasonWarzinik</dc:creator>
      <dc:date>2012-12-07T20:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677946#M18140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Mr. Laue,&lt;BR /&gt;&lt;BR /&gt;Any update on this error; we are seeing the same thing with 10.1 and the ArcMap Drawing Error "The function ID is out of range".&amp;nbsp; ESRI support's answer is to reload the data into ArcSDE but I am not sure that is the real answer.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've just been ignoring the message.&amp;nbsp; I should mention that we are still using SDE version 9.3.1 if that makes any difference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 12:30:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677946#M18140</guid>
      <dc:creator>TomLaue</dc:creator>
      <dc:date>2012-12-11T12:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677947#M18141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am working in ArcGIS 10.1 and getting the same error message.&amp;nbsp; The cause for me is when I add a layer to the map (SDE point or polygon, it doesn't matter) and join to a table (either an SDE table or DBF table) and I have labels turned on in the map for that layer.&amp;nbsp; The labels don�??t have to be for a field that�??s in the join table either.&amp;nbsp; As I pan around on the map, I receive the ArcMap Drawing Error "The function ID is out of range".&lt;BR /&gt;&lt;BR /&gt;If I turn the labels off, the ArcMap Drawing Error goes away.&amp;nbsp; If I leave the labels on but remove the join, the ArcMap Drawing Error goes away.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I tried the same scenario on an ArcMap 10.0 computer and there was no error message.&amp;nbsp; This bug was introduced in 10.1.&lt;BR /&gt;&lt;BR /&gt;NOTE:&amp;nbsp; in the scenario where the error message pops up, it's when joining the tax parcels (70,000 polygons) to a table with 100,000 records.&amp;nbsp; I tried joining a shapefile with 70,000 polygons to a DBF of 75,000 records and no error message.&amp;nbsp; I also joined an SDE layer of 4,500 polygons to an SDE table of 4,500 records and again no function ID is out of range error message.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I get exactly the same error and same results as the above.. is esri doing anything about this?&amp;nbsp; and it's interesting because if you search on&amp;nbsp; "function id is out of range"&amp;nbsp; on esri support you get NOTHING..&amp;nbsp; even though this is an ESRI software error response.. i guess they have to find the one guy who programmed in this error response, to find out what is and how to fix it..&amp;nbsp; and I called tech support..&amp;nbsp; and they had no clue.. and they advised me to test it using&amp;nbsp; 1) shapefiles, 2) fgdb fc's&amp;nbsp; and 3) sde gdb fc's&amp;nbsp; ... since when does ESRI want users to test everything.. I know that's their general business model, but not when you call tech support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 14:39:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677947#M18141</guid>
      <dc:creator>jeffduncan</dc:creator>
      <dc:date>2013-01-07T14:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677948#M18142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Contacted ESRI and they are aware of the problem described above.&amp;nbsp; They don't know why it is happening, but their only fix is to recreate your project from a fresh blank 10.1 .mxd.&amp;nbsp; Also, don't use old 10.0 layers in this new project.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried this with my parcel sde data joined to a SQL database table and then labeled the parcels with owner name and address. It worked.&amp;nbsp; I did NOT get the error anymore.&amp;nbsp; I have 55,000 polygons and about 59,000 records in the SQL table.&amp;nbsp; I am connecting to a 9.3.1 SDE Enterprise database on SQL 2008 R2.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 16:14:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677948#M18142</guid>
      <dc:creator>RichardBunten</dc:creator>
      <dc:date>2013-01-15T16:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677949#M18143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same problem here.&amp;nbsp; It probably has something to do with the data being in SDE 9.3 and that's why the example with the SQL server table worked whereas the table from SDE 9.3 didn't.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, I want to publish this mxd as&amp;nbsp; a map service.&amp;nbsp; However, once its a map service, the labels don't display at all, so it's still a problem for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 13:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677949#M18143</guid>
      <dc:creator>soniadickerson1</dc:creator>
      <dc:date>2013-01-18T13:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677950#M18144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have had the same problem and managed to find a solution.&amp;nbsp; I am using ArcGIS Server 10.1 and ArcSDE 9.3.1.&amp;nbsp; The solution I found was to change the data source for the join layer to use a direct connection instead of referencing an ArcSDE instance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even though connections to an SDE instance are still supported, ESRI recommends using direct connections.&amp;nbsp; Since migrating to v10.1 I've had a number of problems while using application server connections and I find it is generally a good idea to avoid them if possible.&amp;nbsp; During the Desktop 10.1 migration we also changed all our connection files to use direct connections (because it was a recommended practice) however most of our mxds still reference the sde instance.&amp;nbsp; When experiencing problems with mxds created before the migration the first thing I tend to try is changing the connections to direct connect.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 21:08:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677950#M18144</guid>
      <dc:creator>BrianButchart</dc:creator>
      <dc:date>2013-01-21T21:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677951#M18145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a layer in 9.3 with joined tables that started throwing a drawing error pop-up in ArcMap 9.3 stating "One or more layers failed to draw. The field is not nullable." This happens when someone zooms in close enough for labels to turn on. There are no null values in any of the non-nullable fields in either the feature class or the joined tables, and all of the features do appear to draw.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I opened the same layer in ArcMap 10.1 and got the drawing error "The function ID is out of range" once I hit the scale where the labels turn on.&amp;nbsp; I went back to the original feature class and set the label specifications to the same parameters and I am not getting an error, so in our case, it does seem to have something to do with the layer that has joined tables rather then hitting the SDE 9.3 database from ArcMap 10.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 19:52:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677951#M18145</guid>
      <dc:creator>LauraSilsbee1</dc:creator>
      <dc:date>2013-01-31T19:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677952#M18146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have code that has been working from ArcObjects v 9.31 through 10.0 for more than a year.&lt;BR /&gt;I just rebuilt it for ArcObjects 10.1 and all my feature queries are broken because...&lt;BR /&gt;&lt;BR /&gt;ISQLSyntax.GetSpecialCharacter(esriSQL_WildcardManyMatch) returns null&lt;BR /&gt;ISQLSyntax.GetSpecialCharacter(esriSQL_DelimitedIdentifierPrefix) returns empty string&lt;BR /&gt;&lt;BR /&gt;ISQLSyntax.GetSpecialCharacter(esriSQL_DelimitedIdentifierSuffix) throws a COM exception with message&lt;BR /&gt;&lt;BR /&gt;The function ID is out of range.&lt;BR /&gt;&lt;BR /&gt;The source is esriDataSourceGDB.SdeWorkspace.1&lt;BR /&gt;Error code -2147215854&lt;BR /&gt;&lt;BR /&gt;Is anyone seeing the same behavior?&lt;BR /&gt;Is this something that is known to be broken in ArcObjects 10.1?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Same problem occured,who can help me�?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 08:02:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677952#M18146</guid>
      <dc:creator>WangYuxiang</dc:creator>
      <dc:date>2013-06-21T08:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: The function ID is out of range</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677953#M18147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Per ESRI, this is a bug and has the following (&lt;/SPAN&gt;&lt;STRONG&gt;Bug NIM-086535&lt;/STRONG&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://support.esri.com/en/bugs/nimbus/TklNMDg2NTM1" rel="nofollow" target="_blank"&gt;http://support.esri.com/en/bugs/nimbus/TklNMDg2NTM1&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so, either user "direct connection" or don't User ArcGIS version 10.1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 08:21:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-function-id-is-out-of-range/m-p/677953#M18147</guid>
      <dc:creator>EmadAl-Mousa</dc:creator>
      <dc:date>2013-08-21T08:21:58Z</dc:date>
    </item>
  </channel>
</rss>

