<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1196 Process notes and web content channels are blank after migration</title><link>https://community.appian.com/support/w/kb/412/kb-1196-process-notes-and-web-content-channels-are-blank-after-migration</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1196 Process notes and web content channels are blank after migration</title><link>https://community.appian.com/support/w/kb/412/kb-1196-process-notes-and-web-content-channels-are-blank-after-migration</link><pubDate>Mon, 23 Jul 2018 17:40:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8ab3e32c-7683-4d7a-806a-438453ca872d</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/412/kb-1196-process-notes-and-web-content-channels-are-blank-after-migration#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 5:40:45 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;After migrating your system from one version to another or from one server to another, the process notes and web content channels are blank. If portal applications use web content channels, they will also be empty. This message related to process notes may appear in the application server log when trying to store note content.&lt;/p&gt;
&lt;pre&gt;[ServerService Thread Pool -- 81] ERROR com.appiancorp.process.notes.services.NotesContentServiceImpl - An error occurred while trying to store note content. location=##OLD LOCATION

INFO  [stdout] (ServerService Thread Pool -- 81) java.io.IOException: No such file or directory
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; The above log message relates only to the process notes component and has nothing to do with web content channels. You will not see any information related to blank data in the logs with default configuration.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is because the older system had a different path to the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/code&gt; than the new system. If the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/code&gt; directory is different on the new system then it won&amp;rsquo;t be able to find the relevant data.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;You will have to modify and run the script &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin/_scripts/tools/change-paths.sh&lt;/code&gt; to update the system to the new paths. Open the script, and update the &lt;code&gt;OLD_PATH_*&lt;/code&gt; variables to the corresponding to the old &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/code&gt; path. Note that the below script will address all of the problems with all three directories. It will look like the following:&lt;/p&gt;
&lt;pre&gt;#!/bin/bash
OLD_PATH_MSG=##OLD APPIAN_HOME##/server/msg
OLD_PATH_MWS=##OLD APPIAN_HOME##/_admin/mini
OLD_PATH_NOTES=##OLD APPIAN_HOME##/_admin/process_notes
NEW_PATH_MSG=##NEW APPIAN_HOME##/server/msg/
NEW_PATH_MWS=##NEW APPIAN_HOME##/_admin/mini
NEW_PATH_NOTES=##NEW APPIAN_HOME##/_admin/process_notes

pushd ..
java -cp classpath.jar com.appiancorp.tools.ChangePaths MWS $OLD_PATH_MWS $NEW_PATH_MWS
java -cp classpath.jar com.appiancorp.tools.ChangePaths FORUMS $OLD_PATH_MSG $NEW_PATH_MSG
java -cp classpath.jar com.appiancorp.tools.ChangePaths NOTES $OLD_PATH_NOTES $NEW_PATH_NOTES
popd
&lt;/pre&gt;
&lt;p&gt;After modifying the script, save it and execute it. Check to see if the data is back in your web content channels and process notes.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, installation, upgrade&lt;/div&gt;
</description></item><item><title>KB-1196 Process notes and web content channels are blank after migration</title><link>https://community.appian.com/support/w/kb/412/kb-1196-process-notes-and-web-content-channels-are-blank-after-migration/revision/1</link><pubDate>Mon, 06 Mar 2017 19:57:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8ab3e32c-7683-4d7a-806a-438453ca872d</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/412/kb-1196-process-notes-and-web-content-channels-are-blank-after-migration#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 3/6/2017 7:57:05 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;After migrating your system from one version to another or from one server to another, the process notes and web content channels are blank. If portal applications use web content channels, they will also be empty. This message related to process notes may appear in the application server log when trying to store note content.&lt;/p&gt;
&lt;pre&gt;[ServerService Thread Pool -- 81] ERROR com.appiancorp.process.notes.services.NotesContentServiceImpl - An error occurred while trying to store note content. location=##OLD LOCATION

INFO  [stdout] (ServerService Thread Pool -- 81) java.io.IOException: No such file or directory
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; The above log message relates only to the process notes component and has nothing to do with web content channels. You will not see any information related to blank data in the logs with default configuration.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is because the older system had a different path to the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/code&gt; than the new system. If the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/code&gt; directory is different on the new system then it won&amp;rsquo;t be able to find the relevant data.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;You will have to modify and run the script &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin/_scripts/tools/change-paths.sh&lt;/code&gt; to update the system to the new paths. Open the script, and update the &lt;code&gt;OLD_PATH_*&lt;/code&gt; variables to the corresponding to the old &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/code&gt; path. Note that the below script will address all of the problems with all three directories. It will look like the following:&lt;/p&gt;
&lt;pre&gt;#!/bin/bash
OLD_PATH_MSG=##OLD APPIAN_HOME##/server/msg
OLD_PATH_MWS=##OLD APPIAN_HOME##/_admin/mini
OLD_PATH_NOTES=##OLD APPIAN_HOME##/_admin/process_notes
NEW_PATH_MSG=##NEW APPIAN_HOME##/server/msg/
NEW_PATH_MWS=##NEW APPIAN_HOME##/_admin/mini
NEW_PATH_NOTES=##NEW APPIAN_HOME##/_admin/process_notes

pushd ..
java -cp classpath.jar com.appiancorp.tools.ChangePaths MWS $OLD_PATH_MWS $NEW_PATH_MWS
java -cp classpath.jar com.appiancorp.tools.ChangePaths FORUMS $OLD_PATH_MSG $NEW_PATH_MSG
java -cp classpath.jar com.appiancorp.tools.ChangePaths NOTES $OLD_PATH_NOTES $NEW_PATH_NOTES
popd
&lt;/pre&gt;
&lt;p&gt;After modifying the script, save it and execute it. Check to see if the data is back in your web content channels and process notes.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, upgrade&lt;/div&gt;
</description></item></channel></rss>