<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62447/nrf-mesh-provisioner-node---appkey-error</link><description>Hi, 
 I am in the process of provisioning and configuring a 2-element light switch server node and a common light switch server. I am using the orginal exemple for the provisioner and common light switch server and a modified 2-element light switch server</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Jun 2020 16:52:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62447/nrf-mesh-provisioner-node---appkey-error" /><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/257193?ContentTypeID=1</link><pubDate>Fri, 26 Jun 2020 16:52:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3e06ffd-1740-4890-88e8-65bec5b60313</guid><dc:creator>loulou1844</dc:creator><description>&lt;p&gt;I get it now and it seems obvious. Correct me if I am wrong, it is because the address has been used before that it can&amp;#39;t add the key.&lt;/p&gt;
&lt;p&gt;It was 100% my fault, but a little error saying &amp;quot;this address has been used before&amp;quot; might have helped. ;-)&lt;/p&gt;
&lt;p&gt;Thank you for what you did. You have been great.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/256603?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2020 08:30:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:490a9b32-30ec-4774-b798-97691e5d05c4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;So we do *2 or *3 instead of *1 as in the original code because on each of our server we have 2 elements, instead of 1 element as in the original example, hence *2. But when we do *2 we still end up each of the server primary element will be all odd address (0x0201, 0x0203...), if we want odd and even (and so on) we do *3 so we have 0x0201, 0x0204, 0x0207 and so on. Having both odd and even primary address will allow us to receive the command from both button 1 and button 2 on the client.&amp;nbsp;&lt;br /&gt;But if you have your own way of configuring the subscription address, that doesn&amp;#39;t really matter.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/256491?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2020 14:04:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74c69aae-6489-4157-9d2e-52c353cc1769</guid><dc:creator>loulou1844</dc:creator><description>&lt;p&gt;Thank you for the update. I will try it.&lt;/p&gt;
&lt;p&gt;I am not sure to understand why we should add *2 or *3.&lt;/p&gt;
&lt;p&gt;I have identified the&amp;nbsp;&lt;span&gt;subscription part, I think I can manage it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/256470?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2020 13:17:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1de86dc3-0504-4276-85e0-cbfb21329272</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Just an update:&amp;nbsp;&lt;br /&gt;If you do:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; target_address = ONOFF_SERVER_INITIAL_ADDRESS + m_provisioner.p_nw_data-&amp;gt;onoff_server_counter*2&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The configuration would work, but you may notice that both of the server on 2 elements on the same node will subscribe to same group address (most likely the odd one)&amp;nbsp;&lt;br /&gt;And when you configure the next node, if the primary address is odd, both of the elements will subscribe to the odd address again.&amp;nbsp;&lt;br /&gt;So either you modify the node_setup.c to configure the subscription address to use the element address instead of address or you change the code to:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;target_address = ONOFF_SERVER_INITIAL_ADDRESS + m_provisioner.p_nw_data-&amp;gt;onoff_server_counter*3&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Then you will have odd and even servers. But both elements on same node will still subscribe to same address.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/256267?ContentTypeID=1</link><pubDate>Mon, 22 Jun 2020 16:02:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22034026-6826-4a34-a96d-1ecdfa5b4660</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Loulou,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think we found where the issue is. In next_target_address_get(), if you have 2 elements in the server you need to change the code from&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; target_address = ONOFF_SERVER_INITIAL_ADDRESS + m_provisioner.p_nw_data-&amp;gt;onoff_server_counter&lt;/p&gt;
&lt;p&gt;to&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; target_address = ONOFF_SERVER_INITIAL_ADDRESS + m_provisioner.p_nw_data-&amp;gt;onoff_server_counter*2&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;diff --git a/examples/provisioner/src/provisioner_helper.c b/examples/provisioner/src/provisioner_helper.c
index 2caf61b97..0a118dca5 100644
--- a/examples/provisioner/src/provisioner_helper.c
+++ b/examples/provisioner/src/provisioner_helper.c
@@ -86,7 +86,7 @@ static uint16_t next_target_address_get(void)
     }
     else if (strcmp(EX_URI_LS_SERVER, m_provisioner.p_nw_data-&amp;gt;current_uri) == 0)
     {
-        target_address = ONOFF_SERVER_INITIAL_ADDRESS + m_provisioner.p_nw_data-&amp;gt;onoff_server_counter;
+        target_address = ONOFF_SERVER_INITIAL_ADDRESS + m_provisioner.p_nw_data-&amp;gt;onoff_server_counter * 2;
         m_provisioner.p_nw_data-&amp;gt;onoff_server_counter++;
     }
     else if (strcmp(EX_URI_LL_SERVER, m_provisioner.p_nw_data-&amp;gt;current_uri) == 0)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/255015?ContentTypeID=1</link><pubDate>Mon, 15 Jun 2020 12:36:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0397e290-b490-429d-af75-dde28b78240a</guid><dc:creator>loulou1844</dc:creator><description>&lt;p&gt;Thank you for your time. I look forward to your reply.&lt;/p&gt;
&lt;p&gt;Br&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/255008?ContentTypeID=1</link><pubDate>Mon, 15 Jun 2020 12:22:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:892bd80a-0a65-4654-9416-99cf37d60ff3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Loulou,&amp;nbsp;&lt;br /&gt;Now when I test with 2 servers (2 elements each) I could see the issue on the 2nd server. I have forwarded this to the Mesh team for investigation. Will get back to you when we find the bug.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/254946?ContentTypeID=1</link><pubDate>Mon, 15 Jun 2020 09:49:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72f3d269-ef21-4967-815f-e54ebc658e37</guid><dc:creator>loulou1844</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I downloaded again the both sdk and added 1 element on the server boards.&amp;nbsp;I&amp;#39;m facing the same error.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Terminal_5F00_provisioner_5F00_view_5F00_new_5F00_sdk.txt"&gt;devzone.nordicsemi.com/.../Terminal_5F00_provisioner_5F00_view_5F00_new_5F00_sdk.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t believe this is working for the first time for you. I can&amp;#39;t see my mistake.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/254779?ContentTypeID=1</link><pubDate>Fri, 12 Jun 2020 14:51:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d0be23b-29e2-4799-b37e-588b63ca5957</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Yes, please debug deeper and find why it crashes/stop continuing. Testing on a fresh copy of the SDK could be a good idea.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/254769?ContentTypeID=1</link><pubDate>Fri, 12 Jun 2020 14:03:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e28f204-6192-4d9e-aa60-f6a4d61d97c1</guid><dc:creator>loulou1844</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="2121" url="~/f/nordic-q-a/62447/nrf-mesh-provisioner-node---appkey-error/254757"]I tried your code here but I didn&amp;#39;t see the crash. I assume you saw the provisioner crashed ?[/quote]
&lt;p&gt;Yes, on my side it crashes during the second configuration.&lt;/p&gt;
&lt;p&gt;I did&amp;nbsp;something similare&amp;nbsp;with the senario file but it seems like the previous random bug.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define CONFIG_SCENARIO_LIGHT_SWITCH_SERVER_EXAMPLE    \
    CONFIG_SCENARIO_COMMON,                            \
    CONFIG_ONOFF_SERVER,                               \
    NODE_SETUP_GET_NEXT_ELEMENT,                         \
    CONFIG_ONOFF_SERVER,                               \
    NODE_SETUP_DONE&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If you say that you can&amp;#39;t see the crash, I will try to reset my setup.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/254757?ContentTypeID=1</link><pubDate>Fri, 12 Jun 2020 13:34:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53c37ee8-693f-4771-a42d-d2b7d1a0cd5b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi LouLou,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I tried your code here but I didn&amp;#39;t see the crash. I assume you saw the provisioner crashed ?&lt;br /&gt;However, I had a look at the provisioner and it seems that the provisioner was not designed to provision the 2nd element of the server.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you look at the config_scenarios.h you can find how it&amp;#39;s defined. For example the light switch client will be configured as follow:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define CONFIG_SCENARIO_LIGHT_SWITCH_CLIENT_EXAMPLE    \
    CONFIG_SCENARIO_COMMON,                            \
    CONFIG_ONOFF_CLIENT,                               \
    CONFIG_ONOFF_CLIENT,                               \
    NODE_SETUP_DONE&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can find that there are 2&amp;nbsp;CONFIG_ONOFF_CLIENT being configured. And on top of each&amp;nbsp;&lt;span&gt;CONFIG_ONOFF_CLIENT&amp;nbsp; there is a&amp;nbsp;NODE_SETUP_GET_NEXT_ELEMENT . The reason for this is that the config_onoff_client is not located on the first element but located on the 2nd and 3rd element.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It&amp;#39;s a little bit different in your 2 elements server case. Your first server model is located on the 1st element with other model for example the Health model.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So what I did to modify the configuration scenario is to add&amp;nbsp;CONFIG_ONOFF_SERVER2 as follow:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define CONFIG_SCENARIO_LIGHT_SWITCH_SERVER_EXAMPLE    \
    CONFIG_SCENARIO_COMMON,                            \
    CONFIG_ONOFF_SERVER,                               \
    CONFIG_ONOFF_SERVER2,                               \
    NODE_SETUP_DONE&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define CONFIG_ONOFF_SERVER2                      \
    NODE_SETUP_GET_NEXT_ELEMENT,                 \
    NODE_SETUP_CONFIG_APPKEY_BIND_ONOFF_SERVER,  \
    NODE_SETUP_CONFIG_PUBLICATION_ONOFF_SERVER,  \
    NODE_SETUP_CONFIG_SUBSCRIPTION_ONOFF_SERVER
&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Attached is the config_scenatios.h I used. Note that I haven&amp;#39;t modified the subscription address for the 2nd server, so it subscribe to the same group as the 1st server.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-d7e150234fe64bfb97990206148fd998/config_5F00_scenarios.h"&gt;devzone.nordicsemi.com/.../config_5F00_scenarios.h&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/254559?ContentTypeID=1</link><pubDate>Thu, 11 Jun 2020 16:17:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99b51122-a1ed-4d04-ba91-efe5b43c988b</guid><dc:creator>loulou1844</dc:creator><description>&lt;p&gt;Thank you for your quick responses.&lt;/p&gt;
&lt;p&gt;I had time to retry your question : &amp;quot;If you configure 2 servers each with 2 elements would it work ?&amp;quot; I &lt;span&gt;have attached&amp;nbsp;&lt;/span&gt;the full terminal with one succes and one failure. I tried around 10 times and it had succed 3, it&amp;nbsp;seems random.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Terminal_5F00_provisioner_5F00_view_5F00_provisioning_5F00_2_5F00_x_5F00_2_5F00_elements_5F00_nodes.txt"&gt;devzone.nordicsemi.com/.../Terminal_5F00_provisioner_5F00_view_5F00_provisioning_5F00_2_5F00_x_5F00_2_5F00_elements_5F00_nodes.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My modifications of the server are inspired by &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/40661/mesh-multiple-elements-each-running-same-model-generic-on-off"&gt;this&lt;/a&gt;. However, I have attached my modified files.&lt;/p&gt;
&lt;p&gt;Any modification on the provisioner exemple.&lt;/p&gt;
&lt;p style="margin:0in;"&gt;&lt;span style="font-family:&amp;#39;Courier New&amp;#39;;font-size:10.0pt;" lang="en-GB"&gt;&amp;nbsp;**&lt;/span&gt;&lt;span style="font-family:Calibri;font-size:11.0pt;" lang="fr"&gt;\nrf5_SDK_for_Mesh_v4.1.0_src\examples\light_switch\client\src\main.c&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:&amp;#39;Courier New&amp;#39;;font-size:10.0pt;margin:0in;"&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/715441.main.c"&gt;devzone.nordicsemi.com/.../715441.main.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight:bold;"&gt;**&lt;/span&gt;\nrf5_SDK_for_Mesh_v4&lt;span style="font-weight:bold;"&gt;.1.0&lt;/span&gt;_src\examples\light_switch\server\include\nrf_mesh_config_app&lt;span style="font-weight:bold;"&gt;.&lt;/span&gt;h&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf_5F00_mesh_5F00_config_5F00_app.h"&gt;devzone.nordicsemi.com/.../nrf_5F00_mesh_5F00_config_5F00_app.h&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I hope you&amp;nbsp;&lt;span&gt;can reproduce the issue.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;(using 3 x nrf52840-DK / Mesh v4.1.0 / SDK v16.0.0)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/254543?ContentTypeID=1</link><pubDate>Thu, 11 Jun 2020 14:53:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9d3f216-58bf-4258-ab42-4b16a88628b6</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Could you provide us the server code so we can reproduce the issue here ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/254520?ContentTypeID=1</link><pubDate>Thu, 11 Jun 2020 13:57:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:047889b3-a314-4c84-a759-91e35829b74d</guid><dc:creator>loulou1844</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This function returns 0 in any case. (bug and not)&lt;/p&gt;
&lt;p&gt;No problem with the client, its configuration is a success every time.&lt;/p&gt;
&lt;p&gt;I can understand that senario are quite&amp;nbsp;rigid but an unconfigured element should not cause probleme.&lt;/p&gt;
[quote userid="2121" url="~/f/nordic-q-a/62447/nrf-mesh-provisioner-node---appkey-error/254494"]If you configure 2 servers each with 2 elements would it work ?&amp;nbsp;[/quote]
&lt;p&gt;It depends, sometimes yes, sometimes no. It&amp;#39;s very difficult to study this kind of random bug. That&amp;#39;s why I found a case where it crashes every time: configuring a node with 2 elements and then a node with 1 element.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF MESH provisioner node - appKey error</title><link>https://devzone.nordicsemi.com/thread/254494?ContentTypeID=1</link><pubDate>Thu, 11 Jun 2020 12:49:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2970a0d3-9459-4c13-84f8-acfb6d6baa4c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Loulou,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you debug and check what&amp;#39;s the value of the return code when&amp;nbsp;config_client_appkey_add() called in the provisioner ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What&amp;#39;s the output of the log on the client ? has it receive the app_key adding packet ?&lt;br /&gt;&lt;br /&gt;The node_setup.c is designed with some specific scenario so it might not work out of the box when you add more element into the server. The node_setup.c might need to be modified, I&amp;#39;m not sure.&lt;br /&gt;If you configure 2 servers each with 2 elements would it work ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>