<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>EliseoWehner さんのアクティビティ</title><link>https://www.aras.com/community/members/eliseowehner</link><description>EliseoWehner さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Office Connector issue</title><link>https://www.aras.com/community/f/development/38347/office-connector-issue</link><pubDate>Wed, 10 Apr 2024 09:56:38 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f4cd46e7-8d39-4752-82c7-3acd62425219</guid><dc:creator>Soham</dc:creator><description>&lt;p&gt;I&amp;#39;m getting this error message. Properties of the innovator document have been changed. Changes will now be saved to Aras to preserve aras to office property mapping. Can anyone help me to resolve this issue. Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Conversation server time out</title><link>https://www.aras.com/community/f/development/38253/conversation-server-time-out</link><pubDate>Fri, 16 Feb 2024 18:23:18 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d8761a5a-f5c5-4500-a79f-a4b4239cc2d7</guid><dc:creator>hkhan</dc:creator><description>&lt;p&gt;When I run a method via conversation server, and I get the following error.&lt;/p&gt;
&lt;p&gt;I have conversation server running and if it time-out even if i have timeout set to 60 mins on conversation rule it times out in 40 second why is that?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Aras.ConversionFramework.Exceptions.ItemErrorException: System.Net.WebException: The operation has timed out.&lt;br /&gt; at Aras.ConversionFramework.Models.DAL.ItemContext.AssertItem(Item item) in C:\Builds\CI\36913\Innovator.git\CompilableCode\ConversionFramework\ConversionManager\Models\DAL\ItemContext.cs:line 92&lt;br /&gt; at Aras.ConversionFramework.Models.ConversionTaskEventHandler.Execute(ConversionTask task) in C:\Builds\CI\36913\Innovator.git\CompilableCode\ConversionFramework\ConversionManager\Models\ConversionTaskEventHandler.cs:line 245&lt;br /&gt; at Aras.ConversionFramework.Models.ConversionTask.ExecuteEventHandlers(ConversionTaskEventType eventType) in C:\Builds\CI\36913\Innovator.git\CompilableCode\ConversionFramework\ConversionManager\Models\ConversionTask.cs:line 321&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Let me Help You</title><link>https://www.aras.com/community/achievements/687f4b6d-e18a-4e55-836c-49926ca2c9d9</link><pubDate>Fri, 23 Feb 2024 20:46:02 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a021537e-3261-43e3-9159-8b9296ee1036</guid><dc:creator /><description>Answer a question that is verified as helpful or correct.</description></item><item><title>Updating a property on a vote with a server side method.</title><link>https://www.aras.com/community/f/development/38207/updating-a-property-on-a-vote-with-a-server-side-method</link><pubDate>Thu, 11 Jan 2024 16:48:45 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a80144c0-a726-4e0b-ba40-9de764dbc4fc</guid><dc:creator>conner davis</dc:creator><description>&lt;p&gt;I am trying to update a property after a user votes on the item in the workflow.&lt;/p&gt;
&lt;p&gt;I have this as a Post Method on the workflow server side C#. The variables seem correct, but the property is not updating.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What am I missing? Thank you for your help!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Innovator inn = this.getInnovator();&lt;br /&gt;Item controlledItem = this.apply(&amp;quot;GetControlledItem&amp;quot;);&lt;br /&gt;if (controlledItem.isError()) {&lt;br /&gt; return inn.newError(&amp;quot;smc_TechInquiry_Notifications: Retrive Workflow: Unexpected error: &amp;quot; + controlledItem.getErrorString());&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;// get the message from requestor and reply to requestor&lt;/p&gt;
&lt;p&gt;string messagefrom = controlledItem.getProperty(&amp;quot;_message_from_requestor&amp;quot;, &amp;quot;&amp;quot;);&lt;br /&gt;string replyTo = controlledItem.getProperty(&amp;quot;_reply_to_requestor&amp;quot;, &amp;quot;&amp;quot;);&lt;br /&gt;string history = controlledItem.getProperty(&amp;quot;_conversation_history&amp;quot;,&amp;quot;&amp;quot;);&lt;br /&gt;&lt;br /&gt;string newconvo = history + &amp;quot; &amp;quot; + messagefrom + &amp;quot; &amp;quot; + replyTo;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;controlledItem.setProperty(&amp;quot;_conversation_history&amp;quot;,newconvo);&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;return this;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sincerely,&lt;/p&gt;
&lt;p&gt;Conner Davis&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>