<?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>Publication is not configured for the Client &amp;quot;0&amp;quot;,even after successfully set the publish address using nrf Mesh App</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84820/publication-is-not-configured-for-the-client-0-even-after-successfully-set-the-publish-address-using-nrf-mesh-app</link><description>Hello I am working on a nrf mesh project, in which I am using a mesh sensor example as a reference for my project. The provision is successful and configured the publish group that the client could publish messages , when I press the button. And it worked</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Feb 2022 08:22:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84820/publication-is-not-configured-for-the-client-0-even-after-successfully-set-the-publish-address-using-nrf-mesh-app" /><item><title>RE: Publication is not configured for the Client "0",even after successfully set the publish address using nrf Mesh App</title><link>https://devzone.nordicsemi.com/thread/354272?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 08:22:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24860301-5ce1-4bce-8e7a-f06573668293</guid><dc:creator>msalmankhan334</dc:creator><description>&lt;p&gt;Another thing I have notice when this case is executed &amp;quot;INVALID PARAMS&amp;quot;, I noticed that when I scan for provisioned node using nRF Android Application I am not able to see the Client node.&lt;br /&gt;&lt;br /&gt;Its strange if this could be a configuration issue , then it should not work for the first time as well, but after some time like 1 hour , then the client is not able to publish the time sync packet.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Publication is not configured for the Client "0",even after successfully set the publish address using nrf Mesh App</title><link>https://devzone.nordicsemi.com/thread/354259?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 07:13:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b41b2988-d7d4-4028-8f84-57ac5bc30e9a</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know what could be going wrong here, it seems like a combination of a configuration issue and a project-specific application issue. I would suggest you to use &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html"&gt;NCSDK&lt;/a&gt; for this purpose, as it has much better shell interface for experimenting with such a project. It will be easier to support that.&lt;/p&gt;
&lt;p&gt;-Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Publication is not configured for the Client "0",even after successfully set the publish address using nrf Mesh App</title><link>https://devzone.nordicsemi.com/thread/353550?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 10:07:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:315a7424-a83f-4db6-b64b-0ee86badc961</guid><dc:creator>msalmankhan334</dc:creator><description>&lt;p&gt;I have modified the example, also in the example I have used &lt;span style="text-decoration:underline;"&gt;UART&amp;nbsp;&lt;/span&gt;in which ASCCI commands like &amp;quot;time Set&amp;quot; is received via serial port,&amp;nbsp; then client will publish this message &amp;quot;time Set&amp;quot; to the configured address/group. Those servers that have&amp;nbsp; subscribed to this address/group will set their respective time, Initially it worked but some time later&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;        case NRF_ERROR_INVALID_PARAM:
            /* Publication not enabled for this client.
             * One (or more) of the following is wrong:
             *
             * - An application key is missing,
             *
             * - or there is no application key bound to the model
             *
             * - or the client does not have its publication state set
             *
             * It is the provisioner that adds an application key, binds it to the model and sets the
             * model&amp;#39;s publication state.
             */
            __LOG(LOG_SRC_APP, LOG_LEVEL_INFO, &amp;quot;Publication not configured for client %u\n&amp;quot;, client);
            break;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This case is executed when I try to send time packet to the servers.&lt;br /&gt;Also when reset the client, or run again in debug mode then it start working normally.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Publication is not configured for the Client "0",even after successfully set the publish address using nrf Mesh App</title><link>https://devzone.nordicsemi.com/thread/353355?ContentTypeID=1</link><pubDate>Wed, 16 Feb 2022 13:08:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef976ed7-7958-40a6-8b37-71e3e4f83c71</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is hard to say anything from this one. Could be a configuration issue on the sensor client example.&lt;/p&gt;
&lt;p&gt;Are you working with nRF52840DK?&amp;nbsp;Do you see the same issue with the unmodified&amp;nbsp;&lt;span&gt;mesh sensor example? If not, please elaborate on how to reproduce the issue or share the paorject. Thanks.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>