<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>rolling BN</title>
	<link>http://mibuso.com/blogs/rollo</link>
	<description>Business Notifications for Dynamics NAV weblog</description>
	<pubDate>Fri, 01 Aug 2008 11:46:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>How to adjust VIP NAS settings in BN</title>
		<link>http://mibuso.com/blogs/rollo/2008/08/01/how-to-adjust-vip-nas-settings-in-bn/</link>
		<comments>http://mibuso.com/blogs/rollo/2008/08/01/how-to-adjust-vip-nas-settings-in-bn/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 11:46:47 +0000</pubDate>
		<dc:creator>rollo</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mibuso.com/blogs/rollo/2008/08/01/how-to-adjust-vip-nas-settings-in-bn/</guid>
		<description><![CDATA[Business Notifications for Dynamics NAV uses NAS for connectivity with the database.
Misconfiguration of NAS is the most frequent cause of problems, when deploying BN.
In order to avoid most of the issues follow these steps:
- make sure a user used for running &#8220;Notification Service Deployment Manager&#8221; service has access to Dynamics NAV database.
- check if registry information under: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mibuso.com/blogs/rollo/files/2008/08/propertystore.png" title="PropertyStore"></a>Business Notifications for Dynamics NAV uses NAS for connectivity with the database.<br />
Misconfiguration of NAS is the most frequent cause of problems, when deploying BN.<br />
In order to avoid most of the issues follow these steps:<br />
- make sure a user used for running <em>&#8220;Notification Service Deployment Manager&#8221;</em> service has access to Dynamics NAV database.<br />
- check if registry information under: <em>HKLM\SOFTWARE\Microsoft\BusinessSolutions\BusinessNotification\NAS Parameters, </em>matches your system configuration.<br />
e.g. &#8220;servername=localhost,database=Demo Database NAV (5-1), nettype=TCPS&#8221;<br />
- ensure that no errors related to BN are present in the eventlog<br />
- check content of a PropertyStore table in Dynamics NAV database, it should look like this:</p>
<p><a href="http://mibuso.com/blogs/rollo/files/2008/08/propertystore.png" title="PropertyStore"><img src="http://mibuso.com/blogs/rollo/files/2008/08/propertystore.thumbnail.png" alt="PropertyStore" /></a></p>
<p><a href="http://mibuso.com/blogs/rollo/files/2008/08/propertystore.png" title="PropertyStore"></a></p>
<p>and now you should be good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://mibuso.com/blogs/rollo/2008/08/01/how-to-adjust-vip-nas-settings-in-bn/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to save XML triggered by an event</title>
		<link>http://mibuso.com/blogs/rollo/2008/06/03/how-to-save-xml-triggered-by-an-event/</link>
		<comments>http://mibuso.com/blogs/rollo/2008/06/03/how-to-save-xml-triggered-by-an-event/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 13:14:29 +0000</pubDate>
		<dc:creator>rollo</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[BN xmlport]]></category>

		<guid isPermaLink="false">http://mibuso.com/blogs/rollo/2008/06/03/how-to-save-xml-triggered-by-an-event/</guid>
		<description><![CDATA[If you are using Business Notifications for Dynamics NAV and would like to see how does the xmlport output look like after an event is triggered, this is a post for you&#8230;
In this example &#8220;Inventory Status&#8221; event is taken into consideration, but you can use it for any other event. In order to be able to save an xml content [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using Business Notifications for Dynamics NAV and would like to see how does the xmlport output look like after an event is triggered, this is a post for you&#8230;<br />
In this example &#8220;Inventory Status&#8221; event is taken into consideration, but you can use it for any other event. In order to be able to save an xml content generated by an xmlport, replace a piece of code related to &#8220;Inventory Status&#8221; event in codeunit 8000 Business Notification Mgt. with the following:<br />
  <font size="1"><br />
        <em>REPORT::&#8221;Inventory Status&#8221;: BEGIN<br />
          RecRef.SETTABLE(Item);<br />
          Item.SETRECFILTER;<br />
          ItemXML.SETTABLEVIEW(Item);<br />
          tempBLOB.Blob.CREATEOUTSTREAM(outStream);</em></font><font size="1"><em><br />
</em></font><font size="1"><em>         ItemXML.SETDESTINATION(outStream);<br />
          ItemXML.EXPORT;</em></font><font size="1"><em><br />
          F.CREATE(&#8217;c:\output.xml&#8217;);<br />
          F.CREATEOUTSTREAM(tempOutS);<br />
</em></font><font size="1"><em>          tempBLOB.CALCFIELDS(tempBLOB.Blob);<br />
          tempBLOB.Blob.CREATEINSTREAM(tempIns);<br />
          COPYSTREAM(tempOutS, tempIns);<br />
</em></font><font size="1"><em>          F.CLOSE();<br />
</em></font><font size="1"><em>          ItemXML.&#8221;Inventory Status&#8221;;<br />
          LineSent := TRUE;<br />
        END;<br />
</em></font><font size="1">and just trigger an event the usual way.</font></p>
<p><font size="1">/rollo</font></p>
]]></content:encoded>
			<wfw:commentRss>http://mibuso.com/blogs/rollo/2008/06/03/how-to-save-xml-triggered-by-an-event/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://mibuso.com/blogs/rollo/2008/06/03/hello-world/</link>
		<comments>http://mibuso.com/blogs/rollo/2008/06/03/hello-world/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 09:35:22 +0000</pubDate>
		<dc:creator>rollo</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This Blog is related to Business Notifications for Dynamics NAV.
Welcome!
]]></description>
			<content:encoded><![CDATA[<p>This Blog is related to Business Notifications for Dynamics NAV.</p>
<p>Welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://mibuso.com/blogs/rollo/2008/06/03/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
