<?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>Jayraj Hogade さんのアクティビティ</title><link>https://www.aras.com/community/members/jayrajvh</link><description>Jayraj Hogade さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Aras V12SP9 Error</title><link>https://www.aras.com/community/f/community/37955/aras-v12sp9-error</link><pubDate>Mon, 24 Apr 2023 04:56:06 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f07c95b7-c0a3-4520-afae-fb8c226ef59f</guid><dc:creator>schauhan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;My&amp;nbsp;Aras open instance has suddenly stopped working with this error:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/10/7725.Aras-Error.png" /&gt;&lt;/p&gt;
&lt;p&gt;After the error is dismissed&amp;nbsp;the screen seems frozen and only way to quit is to close the browser.&amp;nbsp; It seems like a database issue because a different database on the same server works just fine.&amp;nbsp; Also, I migrated the problem database to a different computer and it suffers from the same issue.&lt;/p&gt;
&lt;p&gt;Any pointer from Aras experts out there is highly appreciated.&lt;/p&gt;
&lt;p&gt;-Sam&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Best practice tips for maintaining an Innovator installation!</title><link>https://www.aras.com/community/f/getting-started/35680/best-practice-tips-for-maintaining-an-innovator-installation</link><pubDate>Thu, 18 Jun 2020 13:32:57 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:380a8cf5-0a35-4c2d-9590-13d44153af6b</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi Community,&lt;/p&gt;
&lt;p&gt;I want to use this thread to collect maintenance tips regarding Innovator. What is your experience? What do you think is worth to do on a regular basis to ensure long life stability and performance? See it as preventive health check for our Innovator platform, so we can identify upcoming problems before they occur.&lt;/p&gt;
&lt;p&gt;Here are some examples. A lot of these task can already be automated:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check if the latest service packs are worth an update&lt;/li&gt;
&lt;li&gt;Check for active/inactive users&lt;/li&gt;
&lt;li&gt;Check if file vault has still enough space&lt;/li&gt;
&lt;li&gt;Check for failed conversion tasks&lt;/li&gt;
&lt;li&gt;&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Questions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What would would you recommend to check on a regular basis?&lt;/li&gt;
&lt;li&gt;How do you&amp;nbsp;monitor Innovator, e.g. to find performance consuming events?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Looking forward to hear your ideas! My shown list only shows a small part of my current list. I will share my experience if you share yours (that&amp;acute;s the deal&amp;nbsp;&lt;span class="emoticon" data-url="https://www.aras.com/community/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&amp;nbsp;)&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Angela&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Batchloading multiple Document items - but some reference/link to others via template_file_container. Possible to batchload all documents and their dependent items in one go?</title><link>https://www.aras.com/community/f/community/38004/batchloading-multiple-document-items---but-some-reference-link-to-others-via-template_file_container-possible-to-batchload-all-documents-and-their-dependent-items-in-one-go</link><pubDate>Mon, 05 Jun 2023 23:41:23 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:82cf5793-b6a6-4cca-a6ec-20687486c882</guid><dc:creator>Tyler Kim</dc:creator><description>&lt;p&gt;Hey all,&lt;/p&gt;
&lt;p&gt;I am developing a batchloading schema for uploading template files. Pretty straightforward, here is my AML for a simple document load:&lt;/p&gt;
&lt;p&gt;&amp;lt;AML&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Item type=&amp;quot;Document&amp;quot; action=&amp;quot;add&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;@1&amp;lt;/name&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;description&amp;gt;@2&amp;lt;/description&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;state&amp;gt;@3&amp;lt;/state&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;classification&amp;gt;@4&amp;lt;/classification&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;authoring_tool&amp;gt;@5&amp;lt;/authoring_tool&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;is_template&amp;gt;@9&amp;lt;/is_template&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Relationships&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Item type=&amp;quot;Document File&amp;quot; action=&amp;quot;add&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;related_id&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Item type=&amp;quot;File&amp;quot; action=&amp;quot;add&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;actual_filename&amp;gt;@6&amp;lt;/actual_filename&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filename&amp;gt;@7&amp;lt;/filename&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Item&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/related_id&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Item&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Relationships&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Item&amp;gt;&lt;br /&gt;&amp;lt;/AML&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;However&lt;/strong&gt;, I am trying to utilize template file containers for office connector templates. Template file container is a property on the document itemtype that lets a template document item to reference another template document item in order to reference and &amp;quot;use&amp;quot; its file. Useful if you want to have templates across multiple document classifications without adding the file individually to all those differently classified template doc items.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have about 10 templates and about 20 document classifications, so wanted to create around 200 document items (templates) but have only 10 hold the actual files, and 190 just reference the 10 via template_file_container property.&lt;/p&gt;
&lt;p&gt;A few questions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Am I able to accomplish this in one batchload procedure/one AML script?&lt;/li&gt;
&lt;li&gt;How do I write the AML for the latter document items to reference the file-holding document items? I imagine it is something like:&amp;lt;template_file_container&amp;gt;&amp;lt;/template_file_container&amp;gt;, but will the code require the actual item code (BFA3BE03444448F5916133D874712CF4 or something similar) or is there a way to use the name/item numbers? Or is there a way to easily find the item code of the created template-holding document items from earlier in the &amp;quot;batchloading process&amp;quot;? And if so,&amp;nbsp;how would I go about writing that?&lt;/li&gt;
&lt;li&gt;What would be the most robust and simplest script I can write to accomplish my goals?&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Bringing items in through AML package as &amp;#39;Released&amp;#39;</title><link>https://www.aras.com/community/f/development/38009/bringing-items-in-through-aml-package-as-released</link><pubDate>Wed, 14 Jun 2023 22:16:27 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b16bf798-68a3-4f9e-9c61-5b4154cc4cb2</guid><dc:creator>Tyler Kim</dc:creator><description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;I am working on importing custom itemtypes to load via AML package as part of new builds. Due to how a customized contextual window displays these items, I need the items to be in a &amp;#39;Released&amp;#39; state when they are brought in. (The window will only display &amp;#39;Released&amp;#39; items).&lt;/p&gt;
&lt;p&gt;However, I am having difficulties getting the items to be in a &amp;#39;Released state&amp;#39;&lt;/p&gt;
&lt;p&gt;1. I&amp;#39;ve tried adding a &amp;lt;state&amp;gt;Released&amp;lt;/state&amp;gt; to each item being brought in&lt;/p&gt;
&lt;p&gt;2. I&amp;#39;ve tried adding a postAMLpackagedeployment script that adds a &amp;lt;state&amp;gt;Released&amp;lt;/state&amp;gt; to each item&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The catch is, I need the items to abide by its lifecycle/workflow normally when edited and the state returns to &amp;#39;New&amp;#39;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is this possible?&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>Unique property on aras</title><link>https://www.aras.com/community/f/development/37359/unique-property-on-aras</link><pubDate>Wed, 18 May 2022 21:05:13 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:357af6aa-f9d7-47ae-86fd-93260923c901</guid><dc:creator>hkhan</dc:creator><description>&lt;p&gt;Im trying to create a new property on an Itemtype and when i make it unique it shows the following error any idea why?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1652907900991v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Apply Sorting on Tree Grid View</title><link>https://www.aras.com/community/f/community/36899/apply-sorting-on-tree-grid-view</link><pubDate>Thu, 16 Sep 2021 10:55:01 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:8d1b77d3-6379-49de-8f1b-4696d7e052e2</guid><dc:creator>Buldog</dc:creator><description>&lt;div&gt;Is there a way to sort rows/content in alphabetical order in tree grid view ?. We have a relationship tab where we add the relationship items , using tree query definition we build a tree grid view but we need to sort the rows in aplbhateical order . does Aras OOTB has this capability ?&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to restrict a search so it only works when filter properties are provided?</title><link>https://www.aras.com/community/f/development/36928/how-to-restrict-a-search-so-it-only-works-when-filter-properties-are-provided</link><pubDate>Tue, 28 Sep 2021 13:48:48 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:16033d9f-a9e3-4342-98e6-6121d4f0adc4</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi Community,&lt;/p&gt;
&lt;p&gt;maybe some of you know a solution for this scenario.&lt;/p&gt;
&lt;p&gt;Every regular ItemType in Aras can be searched through with the Simple/Advanced/AML search in the grid.&lt;/p&gt;
&lt;p&gt;In my case I have a couple of federated ItemTypes that links to an external data source (SQL Views).&amp;nbsp; Some of the views are pretty heavy. They connects a lot of tables with millions of datasets,&amp;nbsp;for example measurement values&amp;nbsp;from production test field.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So getting results from the table is slow and performance consuming by default. But only if people search without proper filter values.&lt;/p&gt;
&lt;p&gt;Restricting the number of returned results in one option. But even with this restriction users can still play around and trigger a lot of unnecessary searches until they get their required result.&lt;/p&gt;
&lt;p&gt;So I am looking for a way to force users entering proper filter values by default. In my case user should always have to specify the required product and a date range.&lt;/p&gt;
&lt;p&gt;One idea was, just to not execute a simple search when users do not provide any filter at all. But I haven&amp;acute;t seen an OOTB option for this idea inside Innovator.&lt;/p&gt;
&lt;p&gt;&lt;img height="108" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1632836280851v1.png" width="376" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;One other idea is using a custom search mode that replaces the available Simple/Advanced/AML Search modes available for this ItemType.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does anyone of you have an idea for a better solution? I somehow assume that there must be a easier solution.&amp;nbsp;All ideas welcomed!&lt;/p&gt;
&lt;p&gt;Many thanks!&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Is it possible to associate two or more workflows to the same Item type ?</title><link>https://www.aras.com/community/f/community/36561/is-it-possible-to-associate-two-or-more-workflows-to-the-same-item-type</link><pubDate>Wed, 02 Jun 2021 08:47:02 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:fc27238d-a2c3-4d8d-af8c-59d12ce8552d</guid><dc:creator>Ambuj</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am new to Aras.&lt;/p&gt;
&lt;p&gt;My question is:&lt;/p&gt;
&lt;p&gt;Is it possible to associate two or more&amp;nbsp;workflows to the same Item Type?&lt;/p&gt;
&lt;p&gt;At the time of initiating the workflow, how one can pick one of the several workflows?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Secondly, using code is it possible to&amp;nbsp;pause a workflow for some time (say 4 minutes) before it executes the next step?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ambuj&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Uploading Files</title><link>https://www.aras.com/community/f/development/9568/uploading-files</link><pubDate>Mon, 20 Apr 2020 18:20:13 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:41d6f66f-158d-44d7-80c3-ade4159d6717</guid><dc:creator>gktcs12</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I was trying to create a file and add to document item type using an AML query but getting&amp;nbsp;&lt;strong&gt;File Item cannot be added&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;AML&amp;gt;&lt;br /&gt; &amp;lt;Item type=&amp;quot;Document&amp;quot; action=&amp;quot;add&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;item_number&amp;gt;TEST&amp;lt;/item_number&amp;gt;&lt;br /&gt; &amp;lt;name&amp;gt;Hi&amp;lt;/name&amp;gt;&lt;br /&gt; &amp;lt;Relationships&amp;gt;&lt;br /&gt; &amp;lt;Item type=&amp;quot;Document File&amp;quot; action=&amp;quot;add&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;related_id&amp;gt;&lt;br /&gt; &amp;lt;Item type=&amp;quot;File&amp;quot; action=&amp;quot;add&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;filename&amp;gt;1.txt&amp;lt;/filename&amp;gt;&lt;br /&gt; &amp;lt;checkedout_path&amp;gt;C:\Backup\1\1.txt&amp;lt;/checkedout_path&amp;gt;&lt;br /&gt; &amp;lt;actual_filename&amp;gt;1.txt&amp;lt;/actual_filename&amp;gt;&lt;br /&gt; &amp;lt;file_type&amp;gt;3F3FCF1E77CB48F384F1A1FADD5F45E4&amp;lt;/file_type&amp;gt;&lt;br /&gt; &amp;lt;Relationships&amp;gt;&lt;br /&gt; &amp;lt;Item type=&amp;quot;Located&amp;quot; action=&amp;quot;add&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;related_id&amp;gt;67BBB9204FE84A8981ED8313049BA06C&amp;lt;/related_id&amp;gt;&lt;br /&gt; &amp;lt;/Item&amp;gt;&lt;br /&gt; &amp;lt;/Relationships&amp;gt;&lt;br /&gt; &amp;lt;/Item&amp;gt;&lt;br /&gt; &amp;lt;/related_id&amp;gt; &lt;br /&gt; &amp;lt;/Item&amp;gt;&lt;br /&gt; &amp;lt;/Relationships&amp;gt;&lt;br /&gt; &amp;lt;/Item&amp;gt;&lt;br /&gt;&amp;lt;/AML&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Could you please help on this issue&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Need Add Some Custom Properties</title><link>https://www.aras.com/community/f/applications/36423/need-add-some-custom-properties</link><pubDate>Thu, 22 Apr 2021 06:04:11 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:064fa0f9-fe7d-4cba-9294-f88d7ef8c041</guid><dc:creator>Ashok.Yadav</dc:creator><description>&lt;p&gt;Hello Guys,&lt;/p&gt;
&lt;p&gt;I want to add some custom properties under the marked area in below image.&lt;/p&gt;
&lt;p&gt;please help me.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/8/pastedimage1619071159528v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank&amp;nbsp; you&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Ashok Kumar Yadav&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>ACE 2021 - Aras Community Event - Would be happy to see a few people from community!</title><link>https://www.aras.com/community/f/community/36412/ace-2021---aras-community-event---would-be-happy-to-see-a-few-people-from-community</link><pubDate>Mon, 19 Apr 2021 10:01:24 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d970bf02-75b4-4332-9179-e3cd026432ca</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi Community,&lt;/p&gt;
&lt;p&gt;does anyone of you attend this years Aras Community Event? Would be happy to see and meet a few members from community.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There are a lot of people&amp;nbsp;in this forum that helped me with my technical questions and I assume there are also a few members that were happy with my own answer. I think ACE 2021 is a great opportunity to at least say &amp;quot;Hello&amp;quot; to each other!&lt;/p&gt;
&lt;p&gt;Event hasn&amp;acute;t started yet, but I may face a technical issue already. I cannot log in! I always receive an &amp;quot;Account Inactive&amp;quot; error message. That&amp;acute;s maybe due to the fact, that the event hasn&amp;acute;t officially started yet. Would be happy to know, if anyone of you is able to login already?&lt;/p&gt;
&lt;p&gt;Best regards and see you later!&lt;/p&gt;
&lt;p&gt;Angela (Ippisch)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>New PhoneHomeCall module in Innovator 12 - impact for EU customers and possible enhancement</title><link>https://www.aras.com/community/f/community/36315/new-phonehomecall-module-in-innovator-12---impact-for-eu-customers-and-possible-enhancement</link><pubDate>Tue, 02 Mar 2021 18:39:57 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b24dc9ce-3e03-4b09-bfac-9a7f642bf557</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi Community,&lt;/p&gt;
&lt;p&gt;was anyone of you actively informed about the new PhoneHomeCall module in Innovator 12?&amp;nbsp;I assume the new feature mainly affects European customers as it also tracks user activity.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Disabling the feature is possible (official documentation available!), but from my POV the overall module should be more transparent so companies know what&amp;acute;s going on and avoid legal pitfalls.&lt;br /&gt;I was surprised about the amount of tracked data&amp;nbsp;after I requested a copy of our companies data. In Innovator 11 mainly license information and amount of users were submitted, which is&amp;nbsp;of course is of legitimate interest and was also&amp;nbsp;clearly described&amp;nbsp;in the terms-of-use.&lt;/p&gt;
&lt;p&gt;I already submitted an enhancement request so admins can see the data and decide by themselves what data to share. I personally even would be very happy to have some kind of admin statistic panel. For planning the long term PLM strategy within a company it&amp;acute;s very helpful to see how many users actively use the system and what features they mainly use (and how often).&lt;/p&gt;
&lt;p&gt;Would be happy about any support from community to support this idea! My request right now will not be considered as long as no target account asks for it.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Angela&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>Is this possible if get an ItemType inside another query within AML?</title><link>https://www.aras.com/community/f/development/35819/is-this-possible-if-get-an-itemtype-inside-another-query-within-aml</link><pubDate>Tue, 28 Jul 2020 09:16:58 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:80e3ffdd-0b61-48bb-9c77-3401d2d670ad</guid><dc:creator>Jacky Phan</dc:creator><description>&lt;p&gt;I have two ItemTypes &lt;strong&gt;Person&lt;/strong&gt; and &lt;strong&gt;Address&lt;/strong&gt;. There is a property &lt;strong&gt;Person.address_id&lt;/strong&gt; that stores the config_id of an address, for a particular purpose it is just a string type, not refer ItemType. I use below query to select a person &lt;strong&gt;(*)&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800080;"&gt;&amp;lt;Item &lt;span style="color:#ff0000;"&gt;action&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;=&amp;#39;get&amp;#39;&lt;/span&gt; &lt;span style="color:#ff0000;"&gt;type&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;=&amp;#39;PERSON&amp;#39; select =&amp;#39;address_id&amp;#39;&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt; &amp;nbsp;&lt;span style="color:#800080;"&gt;&amp;lt;id&amp;gt;&lt;/span&gt;&amp;#39;abcdxyz&amp;#39;&lt;span style="color:#800080;"&gt;&amp;lt;/id&amp;gt;&lt;/span&gt;&lt;br /&gt; &lt;span style="color:#800080;"&gt;&amp;lt;/Item&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800080;"&gt;&lt;span style="color:#000000;"&gt;I want to add some AML code to get Address Item with the id provided in above statement, something likes:&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800080;"&gt;&amp;lt;Item &lt;span style="color:#ff0000;"&gt;action&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;=&amp;#39;get&amp;#39;&lt;/span&gt; &lt;span style="color:#ff0000;"&gt;type&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;=&amp;#39;ADDRESS&amp;#39;&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt; &amp;nbsp;&lt;span style="color:#800080;"&gt;&amp;lt;id&amp;gt;&lt;strong&gt;&lt;span style="color:#000000;"&gt;The (*) query that returns an address id&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#800080;"&gt;&amp;lt;/id&amp;gt;&lt;/span&gt;&lt;br /&gt; &lt;span style="color:#800080;"&gt;&amp;lt;/Item&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;I know that we can achieve the goal by writing a server method, but I just curious is there any way to get that within AML query?&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;Many thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800080;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800080;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#800080;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>