<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Smart Service  - Move to Collab</title><link>https://community.appian.com/discussions/f/administration/24085/smart-service---move-to-collab</link><description>Dear Team, I am new comer to Appian have background of IBM BPM, Can you please guide where to find inner exception details (log for this error) of a smart service ( Move to Collab). It is giving error 
 com.appiancorp.suiteapi.process.exceptions.SmartServiceException</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Smart Service  - Move to Collab</title><link>https://community.appian.com/thread/143845?ContentTypeID=1</link><pubDate>Sat, 21 Dec 2024 09:58:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:61a230ed-8171-4e5e-a1d2-d2ad0c14c1e0</guid><dc:creator>albertj774614</dc:creator><description>&lt;div class="flex max-w-full flex-col flex-grow"&gt;
&lt;div dir="auto" data-message-author-role="assistant" data-message-id="304391ee-447a-48bf-9d34-1de85381c900" data-message-model-slug="gpt-4o"&gt;
&lt;div&gt;
&lt;div class="markdown prose w-full break-words dark:prose-invert light"&gt;
&lt;h3 id="mcetoc_1ifkaae630"&gt;&lt;strong&gt;1. Check Appian Logs&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Appian maintains detailed logs that you can use to debug such issues. Specifically:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Application Server Log&lt;/strong&gt; (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/application-server.log&lt;/code&gt; or equivalent):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Contains stack traces for errors.&lt;/li&gt;
&lt;li&gt;Look for entries related to &lt;code&gt;SmartServiceException&lt;/code&gt; and the provided file path.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Service Manager Logs&lt;/strong&gt; (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/service-manager/&lt;/code&gt;):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Logs for services such as the &lt;code&gt;Move to Collab&lt;/code&gt; smart service may provide additional details.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Process Error Log&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you&amp;#39;re running this service as part of a process model, you can access the process error logs via the Process Details in Appian Designer.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;To access:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigate to the specific process instance in Appian Designer.&lt;/li&gt;
&lt;li&gt;Look for the &amp;quot;Errors&amp;quot; tab and expand it to review details.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;hr /&gt;
&lt;h3 id="mcetoc_1ifkaae641"&gt;&lt;strong&gt;2. Verify the File Path&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;The error indicates an invalid file path. Issues to check:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Double Slashes (&lt;code&gt;//&lt;/code&gt;)&lt;/strong&gt;: The path includes &lt;code&gt;foldername//&lt;/code&gt;, which may cause the service to fail.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Special Characters (&lt;code&gt;&amp;amp;&lt;/code&gt; and &lt;code&gt;@&lt;/code&gt;)&lt;/strong&gt;: Some characters may not be supported in file names on certain systems.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;File Existence&lt;/strong&gt;: Ensure the file actually exists in the specified location before the smart service executes.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h3 id="mcetoc_1ifkaae642"&gt;&lt;strong&gt;3. Debugging the Smart Service&lt;/strong&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enable debugging in the process model to capture variable values at runtime.&lt;/li&gt;
&lt;li&gt;Validate the inputs provided to the &lt;code&gt;Move to Collab&lt;/code&gt; smart service, especially the &lt;code&gt;source path&lt;/code&gt; and &lt;code&gt;destination path&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h3 id="mcetoc_1ifkaae643"&gt;&lt;strong&gt;4. Test Consistency&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;The error occurs sporadically, suggesting:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Possible file availability issues on the file server.&lt;/li&gt;
&lt;li&gt;Network latency or intermittent connectivity problems.&lt;/li&gt;
&lt;li&gt;Permissions issues for accessing files in the specified location.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h3 id="mcetoc_1ifkaae644"&gt;&lt;strong&gt;5. Additional Resources&lt;/strong&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Appian Documentation&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;Review the official documentation for the &amp;quot;Move to Collab&amp;quot; smart service for configuration and known issues.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Appian Community Forum&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;Post the issue for insights from other Appian practitioners.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h3 id="mcetoc_1ifkaae645"&gt;&lt;strong&gt;Next Steps&lt;/strong&gt;&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Review the relevant logs for more detailed exceptions.&lt;/li&gt;
&lt;li&gt;Fix the file path to avoid double slashes and unsupported characters.&lt;/li&gt;
&lt;li&gt;Test with a simpler file path to confirm the root cause.&lt;/li&gt;
&lt;li&gt;If the issue persists, escalate with Appian Support, providing log excerpts and details.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Let me know if you need further assistance.&lt;/p&gt;
&lt;p&gt;Regard Albert Jonson &lt;a href="http://ppsspp.site"&gt;PPSSPP&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Smart Service  - Move to Collab</title><link>https://community.appian.com/thread/143012?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 08:03:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f1df4bfd-8d6e-42c9-b36f-38c7b4773776</guid><dc:creator>Aqgimel</dc:creator><description>&lt;p&gt;&lt;span&gt;aqgimel private label eyeshadow palette category is designed to cater to the growing demand for private label vegan cosmetic brands. Our eyeshadows are formulated with vegan and cruelty-free ingredients, eco-friendly paper packaging is designed to reduce environmental impact. With our eyeshadow palette category, you are able to create your own unique eyeshadow palette brand.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Smart Service  - Move to Collab</title><link>https://community.appian.com/thread/133941?ContentTypeID=1</link><pubDate>Mon, 22 Apr 2024 07:57:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:30985a8e-a562-4fb3-9131-bb51f0797ac5</guid><dc:creator>sonakshid9064</dc:creator><description>&lt;p&gt;Hi, How did you solve this issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Smart Service  - Move to Collab</title><link>https://community.appian.com/thread/92888?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 04:31:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:400b7984-5e4a-4d67-ad38-907aed4d7095</guid><dc:creator>rahata9316</dc:creator><description>&lt;p&gt;Thanks Stefan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Smart Service  - Move to Collab</title><link>https://community.appian.com/thread/92810?ContentTypeID=1</link><pubDate>Sun, 27 Mar 2022 07:59:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b199d00f-adad-4b9c-ab74-4903203a3f40</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;In the logs folder, check the tomcat stdout log.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>