<?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>SunilReddy さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/sunilreddy</link><description>SunilReddy さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>How do you import Excel BOM data into Aras Innovator open version?</title><link>https://www.aras.com/community/f/community/36257/how-do-you-import-excel-bom-data-into-aras-innovator-open-version</link><pubDate>Tue, 05 Jan 2021 23:13:59 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ca4d7bfc-0489-4b9b-bf70-c2d0876f6cd1</guid><dc:creator>Veyzo</dc:creator><description>&lt;p&gt;Hello, I currently use the open, free version of Aras Innovator and am having difficulty figuring out how to store BOM data within the tool. I have seen from other posts that subscribers have access to a direct import functionality and also some kind of batch loader. For the latest free version of ARAS, what are the exact steps to import an excel file containing BOM data into Aras? Any help would be greatly appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Aras 12: Error: Cannot access OAuth Server due to 500 (Internal Server Error)</title><link>https://www.aras.com/community/f/community/6060/aras-12-error-cannot-access-oauth-server-due-to-500-internal-server-error</link><pubDate>Fri, 14 Jun 2019 06:51:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3689f2a2-1beb-475e-8dcc-8375e031ef58</guid><dc:creator>SunilReddy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We are getting an error as &amp;quot;&lt;span&gt;Error: Cannot access OAuth Server due to 500 (Internal Server Error)&amp;quot; while accessing Aras12. Please help me how to resolve this error.I&amp;#39;m attaching screenshot for your reference.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sunil&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/10/Aras-12-error.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to get the relationship count before the parent itemtype save</title><link>https://www.aras.com/community/f/community/36292/how-to-get-the-relationship-count-before-the-parent-itemtype-save</link><pubDate>Fri, 05 Feb 2021 06:38:55 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b3cab374-993a-4e1c-8dc4-5f040080d991</guid><dc:creator>tenny</dc:creator><description>&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;I need to check that user has added&amp;nbsp; at least one&amp;nbsp; relationship before save base on some item types fields， anyone know which event I should use and how to do that? Example is just like the picture below.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/10/pastedimage1612507023494v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Not a single item</title><link>https://www.aras.com/community/f/development/36293/not-a-single-item</link><pubDate>Tue, 09 Feb 2021 04:26:15 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c265f688-c11c-416c-af86-d3fb2105707b</guid><dc:creator>hkhan</dc:creator><description>&lt;p&gt;I wrote down the following to get data from a relationship and insert it in an item type but unfortunately im having the following error&lt;/p&gt;
&lt;p&gt;I dont see an issue with my logic if someone can take a look i would really appreciate it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Not a single item&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Item ecrtask = this.newItem(&amp;quot;ECR Task&amp;quot;, &amp;quot;get&amp;quot;);&lt;br /&gt; ecrtask.setProperty(&amp;quot;source_id&amp;quot;, this.getID());&lt;br /&gt; ecrtask = ecrtask.apply();&lt;br /&gt; &lt;br /&gt; for(int i=0; i &amp;lt; ecrtask.getItemCount(); i++)&lt;br /&gt; {&lt;br /&gt; Item relDoc = ecrtask.getItemByIndex(i).getRelatedItem();&lt;br /&gt; string title = ecrtask.getProperty(&amp;quot;vsy_title&amp;quot;,&amp;quot;&amp;quot;);&lt;br /&gt; relDoc.setProperty(&amp;quot;vsy_title&amp;quot;,title);&lt;br /&gt; string relDocid = relDoc.getProperty(&amp;quot;id&amp;quot;,&amp;quot;&amp;quot;);&lt;br /&gt; &lt;br /&gt; string sql = &amp;quot;update [innovator].[VSY_Task] set vsy_title = &amp;#39;&amp;quot; + title + &amp;quot;&amp;#39; where id = &amp;#39;&amp;quot; + relDocid + &amp;quot;&amp;#39;&amp;quot;;&lt;br /&gt; Item result = inn.applySQL(sql);&lt;br /&gt; }&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Item action permissions based on item state</title><link>https://www.aras.com/community/f/development/36290/item-action-permissions-based-on-item-state</link><pubDate>Fri, 29 Jan 2021 14:03:06 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:44622880-4df2-40e6-8458-42b2fe2e812a</guid><dc:creator>VicBazzi</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;Is there a way to restrict permissions on an item Action based on the Item state. Gray out the action if the Item state is &amp;#39;Preliminary&amp;#39;. Enable the Action if the state is &amp;#39;Released&amp;#39;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Technical document PDF publication Conversion task error</title><link>https://www.aras.com/community/f/community/36279/technical-document-pdf-publication-conversion-task-error</link><pubDate>Thu, 21 Jan 2021 14:10:26 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c042b2ae-b9b2-4ada-b3aa-18f9d0b7b0e3</guid><dc:creator>Suhas</dc:creator><description>&lt;p&gt;Hello All,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;While publishing Technical Document in PDF format I&amp;#39;m getting below error:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Aras.ConversionFramework.Exceptions.EventCallbackErrorException: See inner exception for details: ---&amp;gt; System.Exception ---&amp;gt; System.Web.Services.Protocols.SoapHeaderException: An error occurred creating the configuration section handler for ConverterSettings/PdfPublishingConverter: Could not load type &amp;#39;Aras.Publishing.Configuration.PdfConverterConfig&amp;#39; from assembly &amp;#39;System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&amp;#39;&amp;nbsp;(C:\12_Aras_New\ConversionServerConfig.xml line 8)&lt;br /&gt; at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)&lt;br /&gt; at System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(IAsyncResult asyncResult)&lt;br /&gt; at Aras.ConversionFramework.Proxy.ConversionService.EndConvert(IAsyncResult asyncResult) in C:\Builds\CI\14740\Innovator.git\CompilableCode\_CommonFiles\ConversionService\ConversionService.cs:line 85&lt;br /&gt; at Aras.Server.Core.InvokeStandardConverter.ConvertCallback(IAsyncResult ar) in C:\Builds\CI\14740\Innovator.git\CompilableCode\Core\InternalMethods\InvokeStandardConverter.cs:line 131&lt;br /&gt; --- End of inner exception stack trace ---&lt;br /&gt; at Aras.ConversionFramework.Models.ConversionTask.&amp;lt;&amp;gt;c__DisplayClass40_0.&amp;lt;OnConvertCompleted&amp;gt;b__1() in C:\Builds\CI\14740\Innovator.git\CompilableCode\ConversionFramework\ConversionManager\Models\ConversionTask.cs:line 281&lt;br /&gt; at Aras.ConversionFramework.Models.ConversionTaskEventHandler.Execute(ConversionTask task) in C:\Builds\CI\14740\Innovator.git\CompilableCode\ConversionFramework\ConversionManager\Models\ConversionTaskEventHandler.cs:line 143&lt;br /&gt; --- End of inner exception stack trace ---&lt;br /&gt; at Aras.ConversionFramework.Models.ConversionTaskEventHandler.Execute(ConversionTask task) in C:\Builds\CI\14740\Innovator.git\CompilableCode\ConversionFramework\ConversionManager\Models\ConversionTaskEventHandler.cs:line 185&lt;br /&gt; at Aras.ConversionFramework.Models.ConversionTask.ExecuteEventHandlers(ConversionTaskEventType eventType) in C:\Builds\CI\14740\Innovator.git\CompilableCode\ConversionFramework\ConversionManager\Models\ConversionTask.cs:line 349&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;XML &amp;amp; HTML publication conversion is working fine.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Suhas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Catch &amp;#039;ItemCannotBeLockedException&amp;#039; when state=Released</title><link>https://www.aras.com/community/f/development/3630/catch-itemcannotbelockedexception-when-state-released</link><pubDate>Wed, 14 Mar 2018 04:43:36 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:44d5eb82-1aaf-4748-acea-20f49a07accf</guid><dc:creator>Former Member</dc:creator><description>Hi,

I&amp;#39;m trying to figure out how and where to catch the Aras.Server.Core.ItemCannotBeLockedException exception so I can display a custom error message to the users.  The executed AML is: &amp;lt;Item type=&amp;quot;MyCustomDocument&amp;quot; id=&amp;quot;123134234234&amp;quot; action=&amp;quot;lock&amp;quot; /&amp;gt;. I have implemented &amp;quot;OnBeforeLock()&amp;quot; on my custom ItemType, but this method isn&amp;#39;t hit when the ItemType is in &lt;em&gt;Released&lt;/em&gt; state. So the question is at which stage in code is the exception thrown and can I sort of catch it or handle it?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>loging failed Aras innovator 11 sp15</title><link>https://www.aras.com/community/f/getting-started/36220/loging-failed-aras-innovator-11-sp15</link><pubDate>Mon, 14 Dec 2020 16:10:01 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ad8e2799-a97e-4f25-bf34-889eb75ca2be</guid><dc:creator>mouad</dc:creator><description>&lt;p&gt;Hello All,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I do a successful installation using an existing database &amp;#39;X&amp;#39; but I encountered an error :&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/6/pastedimage1607960806069v1.png" alt=" " /&gt;&lt;br /&gt;When i restored the&amp;nbsp; database &amp;#39;X&amp;#39; and finished the installation, i run all the sql scripts without error except the first one:&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/6/pastedimage1607961036671v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Even if I mount the user innovator_regular from Sql Server, db =&amp;gt; security =&amp;gt; logins =&amp;gt; right-click innovator_regular, go to properties, assign it to the database &amp;#39;X&amp;#39; in the &lt;span style="font-size:inherit;"&gt;&lt;em&gt;User Mapping&lt;/em&gt;&lt;/span&gt; property and run again the query successfully(see pic below). The probleme still persist&amp;nbsp;when tried to logged in (Invalid object name &amp;#39;LOCALE&amp;#39;.).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/6/pastedimage1607961716110v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;NOTE: i am able to connect using&amp;nbsp;the InnovatorSolutions database.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to query Content Property in Technical Documentation</title><link>https://www.aras.com/community/f/development/36042/how-to-query-content-property-in-technical-documentation</link><pubDate>Thu, 15 Oct 2020 06:21:32 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c83cf0a2-9979-4271-8fe4-afabf1febb81</guid><dc:creator>SowmyaK98</dc:creator><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;Could you please explain how we can query &amp;#39;Content&amp;#39; property in tp_Block itemtype.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As per my knowledge, all root and node elements along with id&amp;#39;s will be wrapped up inside Content property/column in tp_Block table. If I have to find/fetch any id of certain elements like Title/Subtitle/Graphic, is there any way to achieve through Custom code? or should we have to write any SQL query in custom method.&lt;/p&gt;
&lt;p&gt;Kindly help.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sowmya&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can i configure email to send a report on a lifecycle</title><link>https://www.aras.com/community/f/development/36173/how-can-i-configure-email-to-send-a-report-on-a-lifecycle</link><pubDate>Mon, 30 Nov 2020 21:12:01 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:262e71c8-c7c8-4a4d-ad5d-77dc2da004b3</guid><dc:creator>hkhan</dc:creator><description>&lt;p&gt;I want to send a report using email notification&amp;nbsp; on Aras how can i do that?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Different Sequence Number for different Classification</title><link>https://www.aras.com/community/f/development/36194/different-sequence-number-for-different-classification</link><pubDate>Wed, 09 Dec 2020 09:50:39 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a8d462a7-848b-451e-85e2-501395de9ec6</guid><dc:creator>SowmyaK98</dc:creator><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;I have a scenario where in I need to generate different document sequence number - for Document Number field based on classification.&lt;/p&gt;
&lt;p&gt;Ex : Class structure - Subtype - Class A - AXXX0001, &lt;span&gt;Subtype -&amp;nbsp;&lt;/span&gt;Class B - BXXX0001, &lt;span&gt;Subtype -&amp;nbsp;&lt;/span&gt;Class C - CXXX0001 - All these classification have different form configured and each form has Document Number field. Accordingly created respective custom properties with datatype - sequence and added datasource.&lt;/p&gt;
&lt;p&gt;Is it possible to achieve generating sequence number without custom code? Kindly suggest. I am facing issue with configuration - while saving document, it shows all sequence numbers concatenated at header as &amp;#39;Keyed_Name&amp;#39; which is not&amp;nbsp;valid.&lt;/p&gt;
&lt;p&gt;I am able to generate different sequence number based on classification by custom code added under server events - OnBeforeAdd.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sowmya&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Tech Doc : Rearrange content inside the Tech Doc Editor</title><link>https://www.aras.com/community/f/development/36207/tech-doc-rearrange-content-inside-the-tech-doc-editor</link><pubDate>Thu, 10 Dec 2020 07:18:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a9a1187c-60e8-44e0-94d4-a53493284dc8</guid><dc:creator>SowmyaK98</dc:creator><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;Is it possible to rearrange the content inside the Tech Doc Editor in the left side TOC panel.&lt;/p&gt;
&lt;p&gt;If I have wrongly inserted content and wanted to rearrange the position, can it be achieved using custom method or configuration?&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1607584713123v1.png" alt=" " /&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Kindly suggest.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sowmya&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Tech Doc : Print Filename instead of ID after Publishing document</title><link>https://www.aras.com/community/f/development/36202/tech-doc-print-filename-instead-of-id-after-publishing-document</link><pubDate>Thu, 10 Dec 2020 05:47:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4500c296-b61d-4395-9bd2-1efa1ef95fda</guid><dc:creator>SowmyaK98</dc:creator><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;When we are trying to publish technical document in PDF format, after publishing it generates document and gets downloaded. Please find the attached screenshots&lt;/p&gt;
&lt;p&gt;We have noticed that instead of Filename, it is having ID. Is it possible to change naming convention i.e instead of ID, can I publish tech doc with tech doc name as file name?&lt;/p&gt;
&lt;p&gt;Any customizations required? or should we have to change existing code methods? Kindly suggest.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1607579084378v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1607579173336v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1607579200325v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sowmya&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Disable Edit button</title><link>https://www.aras.com/community/f/development/36188/disable-edit-button</link><pubDate>Fri, 04 Dec 2020 07:10:54 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:fa665cc4-746f-49cc-afbb-f282becf109b</guid><dc:creator>SowmyaK98</dc:creator><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How can I disable Edit button in toolbar once document state reaches to Released? Is it possible to control it using permissions or do we need to write any custom method - OnFormPopulated event.&lt;/p&gt;
&lt;p&gt;Please guide me.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sowmya&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>What is equivalent to &amp;quot;SetAttribute&amp;quot; function in REST API?</title><link>https://www.aras.com/community/f/development/36129/what-is-equivalent-to-setattribute-function-in-rest-api</link><pubDate>Tue, 17 Nov 2020 07:59:45 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a945a6b8-4522-40f8-a392-093673bf9d16</guid><dc:creator>Sathish</dc:creator><description>&lt;p&gt;We have several server methods which expects custom&amp;nbsp; attribute values using &amp;quot;getAttribute&amp;quot;. While we can pass the property value in the API call, I am not sure how do we pass custom attribute values to the server method call??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>