<?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: No more bits for in line network attribute in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586781#M4865</link>
    <description>&lt;P&gt;You're right, it was 0 to 7, so 8 values, then 4 bits.&lt;/P&gt;&lt;P&gt;I changed the domain and now I have 0 to 10, so 11 values, which should still use 4 bits, but when I try to add to a field that has the network attributes I get the error:&lt;/P&gt;&lt;P&gt;ERROR 003856: The max value of the domain exceeds the bit size of the network attribute.&lt;/P&gt;&lt;P&gt;This is why I tried to create a new network attribute, but now I am stuck with the total number of available bits...&lt;/P&gt;</description>
    <pubDate>Wed, 19 Feb 2025 02:43:52 GMT</pubDate>
    <dc:creator>PierreloupDucroix</dc:creator>
    <dc:date>2025-02-19T02:43:52Z</dc:date>
    <item>
      <title>No more bits for in line network attribute</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586769#M4861</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to add a network attribute inline, but I'm getting the following error:&lt;/P&gt;&lt;P&gt;Error 001953 The length of the selected domain exceeds the number of bits remaining for the inline attribute.&lt;/P&gt;&lt;P&gt;Indeed, it seems that I've reached the 25-bit limit for user-defined attributes in my UN:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PierreloupDucroix_0-1739929877658.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/125741i6D799C12858162CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PierreloupDucroix_0-1739929877658.png" alt="PierreloupDucroix_0-1739929877658.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can I get more bits, either removing a network attribute, or removing the "In Line" properties if possible.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 01:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586769#M4861</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2025-02-19T01:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: No more bits for in line network attribute</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586770#M4862</link>
      <description>&lt;P&gt;Alternatively, is there a way to upgrade the number of bits used by an attribute ?&lt;/P&gt;&lt;P&gt;What I want to do, at the end, is adding some values to a domain that is assigned a network attribute.&lt;/P&gt;&lt;P&gt;Currently, the attribute uses 4 bits (7 values), but adding these values will need 5 bits (10 values).&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 02:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586770#M4862</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2025-02-19T02:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: No more bits for in line network attribute</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586775#M4864</link>
      <description>&lt;P&gt;If you have 10 values in the domain then you should be able to fit that into 4bits? Or did you mean 10 additional values to the current domain?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gis_KIWI4_0-1739931332606.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/125743iE519FAEC88D17989/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gis_KIWI4_0-1739931332606.png" alt="gis_KIWI4_0-1739931332606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 02:17:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586775#M4864</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2025-02-19T02:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: No more bits for in line network attribute</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586781#M4865</link>
      <description>&lt;P&gt;You're right, it was 0 to 7, so 8 values, then 4 bits.&lt;/P&gt;&lt;P&gt;I changed the domain and now I have 0 to 10, so 11 values, which should still use 4 bits, but when I try to add to a field that has the network attributes I get the error:&lt;/P&gt;&lt;P&gt;ERROR 003856: The max value of the domain exceeds the bit size of the network attribute.&lt;/P&gt;&lt;P&gt;This is why I tried to create a new network attribute, but now I am stuck with the total number of available bits...&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 02:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586781#M4865</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2025-02-19T02:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: No more bits for in line network attribute</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586785#M4866</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/208186"&gt;@PierreloupDucroix&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EstherSmith_Dev_0-1739933826745.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/125744iE056551E3D814AF7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EstherSmith_Dev_0-1739933826745.png" alt="EstherSmith_Dev_0-1739933826745.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can un-inline some network attributes to make way for new network attributes.&lt;/P&gt;&lt;P&gt;It is not required to have every network attribute defined as "in line". The network attributes that define subnetwork (condition barrier) such as "Life Cycle Status", "Open/Close/Operational Status" etc. should be inline.&lt;/P&gt;&lt;P&gt;If you have certain traces that use aggregation or filter barriers using network attribute they can be added as in-line for the performance reason. I would leave out network attributes that are rarely used in traces from to being inline.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 02:59:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586785#M4866</guid>
      <dc:creator>EstherSmith_Dev</dc:creator>
      <dc:date>2025-02-19T02:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: No more bits for in line network attribute</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586787#M4867</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;could you tell me how to un-inline attributes ?&lt;/P&gt;&lt;P&gt;Because I cannot find a way.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 03:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586787#M4867</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2025-02-19T03:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: No more bits for in line network attribute</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586891#M4869</link>
      <description>&lt;P&gt;Sadly, Asset Package is the only way&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 13:28:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586891#M4869</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2025-02-19T13:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: No more bits for in line network attribute</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586955#M4870</link>
      <description>&lt;P&gt;You will want to have the network attribute inline if it is used in the subnetwork definition, as not inline requires more queries and could have a significant impact on performance.&lt;/P&gt;&lt;P&gt;Also, what bit are you planning to add.&amp;nbsp; I'm guessing this is electric.&amp;nbsp; Adding more bit to phase may get very complicated.&amp;nbsp; For example, there is no way to represent phase orientation with this field.&amp;nbsp; Also, if you are trying to include something like Neutral as a bit or static wire, that also will get very complicated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 14:50:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1586955#M4870</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2025-02-19T14:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: No more bits for in line network attribute</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1587358#M4876</link>
      <description>&lt;P&gt;All the inline attributes are used in the subnetwork definition, not for traversability, but for summary purpose. Is it necessary to store them inline in this case ? I cannot find a good documentation about this.&lt;/P&gt;&lt;P&gt;Any way, do you know why I cannot add values to my domain while respecting the same number of bits (from 8 to 11 values) ?&lt;/P&gt;&lt;P&gt;This is not for phase propagation but for voltage. It was intended to be used only for MV, but we know want to include some LV values and use the same domain for LV network voltage propagation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 02:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1587358#M4876</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2025-02-24T02:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: No more bits for in line network attribute</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1587368#M4877</link>
      <description>&lt;P&gt;Arf... this is bad news, is there a plan to include network attribute deletion or the capability to un-inline attribute ?&lt;/P&gt;&lt;P&gt;Going back to an asset package would mean loosing versions and a lot of archived data, it is not an option for production.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 04:31:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1587368#M4877</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2025-02-20T04:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: No more bits for in line network attribute</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1625998#M5397</link>
      <description>&lt;P&gt;FYI&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-utility-network-ideas/administer-inline-network-attributes/idi-p/1625997" target="_blank"&gt;https://community.esri.com/t5/arcgis-utility-network-ideas/administer-inline-network-attributes/idi-p/1625997&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 21:11:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/no-more-bits-for-in-line-network-attribute/m-p/1625998#M5397</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2025-06-23T21:11:53Z</dc:date>
    </item>
  </channel>
</rss>

