<?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>venkatsai さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/venkatsai</link><description>venkatsai さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Is it possible to show only items created by a user, when that user login to aras</title><link>https://www.aras.com/community/f/development/5839/is-it-possible-to-show-only-items-created-by-a-user-when-that-user-login-to-aras</link><pubDate>Wed, 06 Mar 2019 04:53:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f4eeb004-8a8a-44d7-89dc-6b8d6c72addc</guid><dc:creator>Shekhar</dc:creator><description>&lt;p&gt;Hello Experts,&lt;/p&gt;
&lt;p&gt;We need to implement a scenario where in only Items created by the logged in user should be visible to him when the user put * in the simple search.&lt;/p&gt;
&lt;p&gt;For example if the user go and clicks on ECN Item type, and he puts * in the&amp;nbsp; name field then select simple search. When the search is performed only ECN created by him should be displayed in the query result.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;any help is highly appreciated.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to roll-up cycle times and costs of MBOM in Aras MPP Process Plans?</title><link>https://www.aras.com/community/f/applications/5882/how-to-roll-up-cycle-times-and-costs-of-mbom-in-aras-mpp-process-plans</link><pubDate>Tue, 19 Mar 2019 14:21:15 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d83d928b-43cd-4abb-aea7-98d5602c0c9b</guid><dc:creator>Former Member</dc:creator><description>&lt;p&gt;At the moment, we can add cycle times and setup times to operations, and cycle times to steps. But this information does not display anywhere once entered. That is fine, but at least if there was the ability to roll-up the cycle times of all the operations in the Process plan, taht would be great. Has anybody attempted this on their isntances?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;On a similar vein, the phantoms and MBOM only parts consumed have costs associated with them (for ex. I intend to have &amp;#39;Material&amp;#39; category parts in the MBOM (we use polyureethanes for casting) as the quantity and hence the cost of the material is a process parameter and not an EBOM item. Is there any way to roll-up the &amp;#39;MBOM cost&amp;#39;? Would appreciate if anybody could point me in the direction of how to set this up&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Sachin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>client side method to add days for a date return aN/aN/NaN when the browser is in Italian language</title><link>https://www.aras.com/community/f/development/35354/client-side-method-to-add-days-for-a-date-return-an-an-nan-when-the-browser-is-in-italian-language</link><pubDate>Fri, 05 Jun 2020 15:58:28 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d919adaf-129a-4d05-b345-6a1af6f5fc9e</guid><dc:creator>venkatsai</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I created new item type which have properties like first_delivery_date (date), total_number_of _orders(int), frequency(int), frequency_list(list)(values: Days, weeks, months), delivery_date_of_each_delivery(text). I wrote a client side method in JS which is used in the onChange field event. This method is to add days to the first_delivery_date value depending on the frequency and total_number_of_orders and store the value in &lt;span&gt;delivery_date_of_each_delivery&lt;/span&gt;. for example, if&amp;nbsp;&lt;span&gt;first_delivery_date = 05/06/2020,&amp;nbsp;total_number_of _orders = 3, frequnecy = 2, frequency_list = weeks then method writes the value for delivery_date_of_each_delivery = 2&amp;deg; Consegna: 19/06/2020 3&amp;deg; Consegna: 03/07/2020.&amp;nbsp;&lt;/span&gt;&amp;nbsp;I also Installed Italian language pack. The method is running perfectly when the browser is in English language but the method is returning value as&amp;nbsp;2&amp;deg; Consegna : aN/aN/NaN 3&amp;deg; Consegna : aN/aN/NaN when the browser is in Italian language. what i can do to solve this issue.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;var innovator = new Innovator();&lt;/code&gt;&lt;br /&gt;&lt;code&gt;var TotNumOfDeli = getFieldByName(&amp;quot;&lt;span&gt;total_number_of _orders&lt;/span&gt;&amp;quot;).getElementsByTagName(&amp;quot;input&amp;quot;)[0].value;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;var frequenza_consegne = parseInt(getFieldByName(&amp;quot;&lt;span&gt;frequency&lt;/span&gt;&amp;quot;).getElementsByTagName(&amp;quot;input&amp;quot;)[0].value);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;var frequenza_consegna_list = getFieldByName(&amp;quot;&lt;span&gt;frequency_list&lt;/span&gt;&amp;quot;).getElementsByTagName(&amp;quot;input&amp;quot;)[0].value;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;var data_prima_consegna = getFieldByName(&amp;quot;&lt;span&gt;first_delivery_date&lt;/span&gt;&amp;quot;).getElementsByTagName(&amp;quot;input&amp;quot;)[0].value;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;var date_di_consegna_per_ogni_conseg = &amp;quot;&amp;quot;;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;var date = new Date(data_prima_consegna);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;Date.prototype.addDays = function(days) {&lt;/code&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;var date = new Date(this.valueOf());&lt;/code&gt;&lt;br /&gt;&lt;code&gt; date.setDate(date.getDate() + days);&lt;/code&gt;&lt;br /&gt;&lt;code&gt; return date;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;};&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;code&gt;function convert(str) {&lt;/code&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;var date = new Date(str),&lt;/code&gt;&lt;br /&gt;&lt;code&gt; mnth = (&amp;quot;0&amp;quot; + (date.getMonth() + 1)).slice(-2),&lt;/code&gt;&lt;br /&gt;&lt;code&gt; day = (&amp;quot;0&amp;quot; + date.getDate()).slice(-2);&lt;/code&gt;&lt;br /&gt;&lt;code&gt; return [day, mnth, date.getFullYear()].join(&amp;quot;/&amp;quot;);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;if(TotNumOfDeli &amp;gt;1){&lt;/code&gt;&lt;br /&gt;&lt;code&gt; if(frequenza_consegna_list == &amp;quot;Day(s)&amp;quot;||frequenza_consegna_list ==&amp;quot;Giorno(i)&amp;quot;){&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var int_frequenza_consegne = frequenza_consegne;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var i;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; for(i=2;i&amp;lt;=TotNumOfDeli;i++){&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var frequenza_consegne1 = i+&amp;quot;&amp;deg; Consegna : &amp;quot;+ convert(date.addDays(frequenza_consegne));&lt;/code&gt;&lt;br /&gt;&lt;code&gt; date_di_consegna_per_ogni_conseg += frequenza_consegne1 +&amp;quot;\n&amp;quot;;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; frequenza_consegne +=int_frequenza_consegne;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; }&lt;/code&gt;&lt;br /&gt;&lt;code&gt; }&lt;/code&gt;&lt;br /&gt;&lt;code&gt; if(frequenza_consegna_list == &amp;quot;Week(s)&amp;quot;||frequenza_consegna_list ==&amp;quot;Settimana(e)&amp;quot;){&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var int_frequenza_consegne = 7*frequenza_consegne;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var val_frequenza_consegne = 7*frequenza_consegne;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var i;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; for(i=2;i&amp;lt;=TotNumOfDeli;i++){&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var frequenza_consegne1 = i+&amp;quot;&amp;deg; Consegna : &amp;quot;+ convert(date.addDays(val_frequenza_consegne));&lt;/code&gt;&lt;br /&gt;&lt;code&gt; date_di_consegna_per_ogni_conseg += frequenza_consegne1 +&amp;quot;\n&amp;quot;;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; val_frequenza_consegne +=int_frequenza_consegne;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; }&lt;/code&gt;&lt;br /&gt;&lt;code&gt; }&lt;/code&gt;&lt;br /&gt;&lt;code&gt; if(frequenza_consegna_list == &amp;quot;Month(s)&amp;quot;||frequenza_consegna_list ==&amp;quot;Mese(i)&amp;quot;){&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var int_frequenza_consegne = 30*frequenza_consegne;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var val_frequenza_consegne = 30*frequenza_consegne;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var i;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; for(i=2;i&amp;lt;=TotNumOfDeli;i++){&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var frequenza_consegne1 = i+&amp;quot;&amp;deg; Consegna : &amp;quot;+ convert(date.addDays(val_frequenza_consegne));&lt;/code&gt;&lt;br /&gt;&lt;code&gt; date_di_consegna_per_ogni_conseg += frequenza_consegne1 +&amp;quot;\n&amp;quot;;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; val_frequenza_consegne +=int_frequenza_consegne;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; }&lt;/code&gt;&lt;br /&gt;&lt;code&gt; }&lt;/code&gt;&lt;br /&gt;&lt;code&gt; if(frequenza_consegna_list == &amp;quot;Year(s)&amp;quot;||frequenza_consegna_list ==&amp;quot;Anno(i)&amp;quot;){&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var int_frequenza_consegne = 365*frequenza_consegne;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var val_frequenza_consegne = 365*frequenza_consegne;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var i;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; for(i=2;i&amp;lt;=TotNumOfDeli;i++){&lt;/code&gt;&lt;br /&gt;&lt;code&gt; var frequenza_consegne1 = i+&amp;quot;&amp;deg; Consegna : &amp;quot;+ convert(date.addDays(val_frequenza_consegne));&lt;/code&gt;&lt;br /&gt;&lt;code&gt; date_di_consegna_per_ogni_conseg += frequenza_consegne1 +&amp;quot;\n&amp;quot;;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; val_frequenza_consegne +=int_frequenza_consegne;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; }&lt;/code&gt;&lt;br /&gt;&lt;code&gt; }&lt;/code&gt;&lt;br /&gt;&lt;code&gt;}&lt;/code&gt;&lt;br /&gt;&lt;code&gt;else{&lt;/code&gt;&lt;br /&gt;&lt;code&gt; document.thisItem.setProperty(&amp;quot;frequency&amp;quot;,null);&lt;/code&gt;&lt;br /&gt;&lt;code&gt; document.thisItem.setProperty(&amp;quot;frequency_list&amp;quot;,null);&lt;/code&gt;&lt;br /&gt; &lt;br /&gt;&lt;code&gt;}&lt;/code&gt;&lt;br /&gt;&lt;code&gt;document.thisItem.setProperty(&amp;quot;&lt;span&gt;delivery_date_of_each_delivery&lt;/span&gt;&amp;quot;, date_di_consegna_per_ogni_conseg);&lt;/code&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;&lt;/span&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to rollup cycle time and setup time of operations and set that value to a process plan property</title><link>https://www.aras.com/community/f/development/35353/how-to-rollup-cycle-time-and-setup-time-of-operations-and-set-that-value-to-a-process-plan-property</link><pubDate>Fri, 05 Jun 2020 15:13:04 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6d95266b-5516-4022-a458-bd1758ee9efa</guid><dc:creator>venkatsai</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a property called &amp;#39;duration&amp;#39; in mpp_ProcessPlan and i would like to fill that Property value with sum of cycle time + setup time of all the operations associated with a process plan. how to write server side method for relationship Types. I went through Programmers Guide but i couldn&amp;#39;t able to understand.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Innovator12 installed but eroor:500 occured</title><link>https://www.aras.com/community/f/getting-started/6081/innovator12-installed-but-eroor-500-occured</link><pubDate>Wed, 19 Jun 2019 00:11:42 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c06278b5-fedf-4c9b-a5f4-79334ec0f4ec</guid><dc:creator>venkatsai</dc:creator><description>&lt;p&gt;Hi, I installed Innovator12 in Windows server 16, I followed the custom installation process and installation is done but when i try to accces through mozilla firefox, &lt;span class="aras-dialog-alert__text"&gt;Error: Cannot access OAuth Server due to 500 (Internal Server Error)&lt;/span&gt; occured. Previously, I have Innovator11 SP12 but i uninstalled due to curious about Innovator12. what can i do to resolve this issue.&lt;/p&gt;
&lt;p&gt;Thanking you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Intro to Data Sync Services</title><link>https://www.aras.com/community/b/english/posts/intro-to-data-sync-services</link><pubDate>Thu, 13 Jun 2019 19:30:00 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2e02d272-5047-4d84-8882-a76a400ca650</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Starting in 11.0 SP12, Aras has been rolling&amp;nbsp;out a number of platform services that can be used to power custom applications and features such as&amp;nbsp;&lt;a href="https://github.com/ArasLabs/vm-sample-application"&gt;Variant Management&lt;/a&gt;, &lt;a href="https://github.com/ArasLabs/effectivity-sample-application"&gt;Effectivity&lt;/a&gt;, and most recently &lt;a href="https://github.com/ArasLabs/dss-sample-application"&gt;Data Synchronization&lt;/a&gt;. You can follow these links to find a sample application available on the Aras Labs GitHub to demonstrate what the apps that use these services may look like. In this blog post, we&amp;#39;ll be offering an introductory look into the Data Synchronization services which are intended to make getting data from one Aras Innovator instance to another Aras Innovator instance as seamless as possible.&lt;/p&gt;
&lt;h2&gt;Data Sync API&lt;/h2&gt;
&lt;p&gt;Each of the platform services provide&amp;nbsp;APIs for implementing custom applications on the Aras Innovator platform. For Data Sync, these APIs correspond to existing standard Aras AML actions with a few key differences. The goal of data synchronization is to have the data in your target system correspond as closely as possible to the original source data. With that in mind, these data sync actions allow for the setting of system properties like&amp;nbsp;&lt;em&gt;created_by_id&lt;/em&gt; and&amp;nbsp;&lt;em&gt;created_on&lt;/em&gt; which aren&amp;#39;t typically able to be set outside of direct SQL manipulation. You can see each of these actions below as well as a highlight of the differences between them and their standard counterparts.&lt;/p&gt;
&lt;h3&gt;dss_syncAdd&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;This action does not generate a new ID for the item. Instead, you must pass in the&amp;nbsp;&lt;em&gt;id&lt;/em&gt;,&amp;nbsp;&lt;em&gt;generation&lt;/em&gt;, and&amp;nbsp;&lt;em&gt;config_id&lt;/em&gt; in order to use this action.&lt;/li&gt;
&lt;li&gt;This action will not initialize the item at the starting Life Cycle State. You must provide the state (if any) of the item when using this action.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;/em&gt;This action has its own custom server events to handle sync-specific functionality you may want to run. You will need to use the new&amp;nbsp;&lt;em&gt;onBefore/onAfterSyncAdd&lt;/em&gt; server events instead of the standard&amp;nbsp;&lt;em&gt;onBefore/onAfterAdd&lt;/em&gt; server events.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;dss_syncUpdate&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;This action will not version automatically versionable items. Any versioning logic should be handled in the source system and passed in through the&amp;nbsp;&lt;em&gt;generation&lt;/em&gt; and&amp;nbsp;&lt;em&gt;major_rev&lt;/em&gt; properties when using this action.&lt;/li&gt;
&lt;li&gt;This action also has its own custom server events:&amp;nbsp;&lt;em&gt;onBefore/onAfterSyncUpdate&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;dss_syncPurge&lt;/h3&gt;
&lt;p&gt;This action is the one most similar to its corresponding action. In 11.0 SP15, there are not custom server events linked to this action.&lt;/p&gt;
&lt;h2&gt;Data Sync Sample App&lt;/h2&gt;
&lt;p&gt;Now that you have an idea of what&amp;#39;s happening in the background to power this synchronization, we&amp;#39;ll go over some common use cases and how to achieve them using the Data Sync Services.&lt;/p&gt;
&lt;h3&gt;Prerequisites&lt;/h3&gt;
&lt;p&gt;This blog assumes some knowledge of the &lt;a href="https://github.com/ArasLabs/dss-sample-application"&gt;Data Sync Sample App&lt;/a&gt;. If you&amp;#39;re unfamiliar with this application, we&amp;#39;d recommend checking out &lt;a href="https://github.com/ArasLabs/dss-sample-application/blob/master/Documentation/Aras%20Innovator%2011.0%20-%20DSS%20Sample%20Package%20Guide.pdf"&gt;the guide included in the sample app&lt;/a&gt; which goes over both how to install it as well as the basics of setting up your system for synchronization.&lt;/p&gt;
&lt;h3&gt;Automatic Syncing&lt;/h3&gt;
&lt;p&gt;If you&amp;#39;re looking to sync data between two systems, you&amp;#39;ll know that the data can change quite a bit over the course of a day. Having your users manually sync after each change can be both an annoyance and an unnecessary burden on your system to process these changes. Instead, it may be a better idea to simply schedule a sync to happen at the end of every work day to push all of the changes made during that day in one go. Because the synchronization is launched from a method, you can take advantage of the&amp;nbsp;&lt;a href="/b/english/posts/automating-methods-using-aras-scheduler-service"&gt;Aras Scheduler Service&lt;/a&gt;&amp;nbsp;to&amp;nbsp;automate the process of running this method periodically.&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;blog post linked to above offers a nice overview of the scheduler service as a whole if you are unfamiliar with it, and there&amp;#39;s also a &lt;a href="https://github.com/ArasLabs/dss-sample-application/blob/master/Documentation/How%20to%20run%20scheduled%20sync.pdf"&gt;handy walkthrough&lt;/a&gt;&amp;nbsp;included with the sample app for setting up the scheduler service to specifically handle synchronization.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;Automatically Flagging an Item to be Synced&lt;/h3&gt;
&lt;p&gt;When using the sample app, you&amp;#39;ll need to individually add each Part you want to sync to the Sync Root in order to indicate to the source system that it should be synced to the destination system.&amp;nbsp;This process can be automated by writing a simple method to create a relationship between your Sync Root and the item you want to sync.&amp;nbsp;If you&amp;#39;re familiar with using AML to add items, you can check out &lt;a href="/b/english/posts/translate-aml-to-server-code"&gt;these tips&lt;/a&gt;&amp;nbsp;on how to&amp;nbsp;convert the AML to add this relationship to a server-side method. Once this Method is created, you can add it to whatever event fits your needs. As an example, you can add a server method to a Life Cycle Transition to flag your Parts to be synced whenever they enter the Released state.&lt;/p&gt;
&lt;h3&gt;Bidirectional Syncing&lt;/h3&gt;
&lt;p&gt;Currently, the sample app is only recommended to be used for unidirectional syncing from a source database to a destination database. The limitation comes from syncing the same ItemType back and forth between two systems; however, it is possible to set up a unidirectional sync from the source system to the destination system for one ItemType and another unidirectional sync from the destination system to the source system for another ItemType. Using this method, it&amp;#39;s possible to achieve similar results to a bidirectional sync with some additional processing.&lt;/p&gt;
&lt;p&gt;A project I&amp;#39;ve worked on previously required this kind of two-way sync. Parts created in the source system needed to be approved in the destination system before they could continue being worked on. To handle this we created two new ItemTypes to exist in both systems: Destination Parts and Destination Sync Roots. The flow of this two-way sync can be seen below.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;A Part in the source system reaches a specific activity in its Workflow
&lt;ol&gt;
&lt;li&gt;The Part is automatically added to the Sync Root using a server method as described in the previous use case&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;The Part is synchronized to the destination system&lt;/li&gt;
&lt;li&gt;An &lt;em&gt;onAfterSyncAdd&lt;/em&gt; server event creates a corresponding Destination Part&lt;/li&gt;
&lt;li&gt;Users in the destination system complete the workflow of the Destination Part to approve the changes
&lt;ol&gt;
&lt;li&gt;The Destination Part is automatically added to the Destination Sync Root using a server method&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;The Destination Part is synced back to the source system&lt;/li&gt;
&lt;li&gt;An &lt;em&gt;onAfterSyncAdd&lt;/em&gt; server event completes a vote on the original Part&amp;#39;s workflow&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Share Your Experience&lt;/h2&gt;
&lt;p&gt;Do you have a story to share about how you already use Data Sync? Was there a use case for Data Sync we didn&amp;#39;t cover in this blog? Let us know in the comments!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to set users not to modify nor delete when an item of Process Plan is in released state</title><link>https://www.aras.com/community/f/applications/8966/how-to-set-users-not-to-modify-nor-delete-when-an-item-of-process-plan-is-in-released-state</link><pubDate>Sat, 18 Jan 2020 15:58:29 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:173bfdf2-021d-433e-b4a4-763794a264dc</guid><dc:creator>venkatsai</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I would like to know how to set users not to modify nor delete when a item in process Plan is in released state. I&amp;#39;m working on Aras V12.0.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to set the value of dropdown form field to null, when the field is disabled</title><link>https://www.aras.com/community/f/development/6596/how-to-set-the-value-of-dropdown-form-field-to-null-when-the-field-is-disabled</link><pubDate>Wed, 20 Nov 2019 10:47:33 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:cd892be9-6053-4302-9061-5d1d05977a7e</guid><dc:creator>venkatsai</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have multiple dropdown fields in a form. For example i have 3 dropdown fields called &amp;#39;list1&amp;#39;, &amp;#39;listA&amp;#39; and &amp;#39;listB&amp;#39;. Thanks to @Christopher gillis for his&amp;nbsp;&lt;a href="/b/english/posts/disable-form-fields/"&gt;blog&lt;/a&gt;,&amp;nbsp; i can able to disable &amp;#39;listB&amp;#39; dropdown field when the value of &amp;#39;list1&amp;#39; is &amp;#39;listA&amp;#39; . similary,&amp;nbsp; disables &amp;#39;listA&amp;#39; dropdown field when the value of &amp;#39;list1&amp;#39; is &amp;#39;listB&amp;#39;. my Problem is when i add an item, if i choose &amp;#39;listA&amp;#39; from dropdown field &amp;#39;list1&amp;#39;, it enables &amp;#39;listA&amp;#39; and&amp;nbsp; i will choose a value call as &amp;#39;Pannelleria&amp;#39; from dropdown list &amp;#39;listA&amp;#39;. After sometime when i want to edit the item,&amp;nbsp; i want to change the value of &amp;#39;list1&amp;#39; from &amp;#39;listA&amp;#39; to &amp;#39;listB&amp;#39;, i could able to disable the &amp;#39;listA&amp;#39; and set the value to null on the form page and enables the &amp;#39;listB&amp;#39; dropdown list. At this point, the value of dropdown field &amp;#39;listA&amp;#39; is not set to null in database, instead it showing the value as &amp;#39;Pannelleria&amp;#39;. i&amp;#39;m missing some code which give access to update the value in database. I attached following method in form events under OnFormPopoulate. Any suggestions or help is appreciable.! As i&amp;#39;m not a hard core programmer, improvising my code is also&amp;nbsp;&lt;span&gt;appreciable which helps me in learning.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;m working on Aras V12.0&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;regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Venkat.&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;var input = document.getElementsByName(&amp;quot;list1&amp;quot;)[0];&lt;br /&gt;var input1 = document.getElementsByName(&amp;quot;listA&amp;quot;)[0];&lt;/p&gt;
&lt;p&gt;&lt;span&gt;var input2 = document.getElementsByName(&amp;quot;listB&amp;quot;)[0];&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;setTimeout(function(){&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;if(input.getElementsByTagName(&amp;quot;input&amp;quot;)[0].value == &amp;quot;listA&amp;quot;){&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input2.getElementsByTagName(&amp;quot;input&amp;quot;)[0].value = &amp;quot;&amp;quot;;&lt;br /&gt;input2.getElementsByTagName(&amp;quot;input&amp;quot;)[0].disabled = true;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input2.getElementsByTagName(&amp;quot;button&amp;quot;)[0].disabled = true;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input1.getElementsByTagName(&amp;quot;input&amp;quot;)[0].disabled = false;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input1.getElementsByTagName(&amp;quot;button&amp;quot;)[0].disabled = false;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;else if&amp;nbsp;&lt;/span&gt;&lt;span&gt;(input.getElementsByTagName(&amp;quot;input&amp;quot;)[0].value == &amp;quot;listB&amp;quot;){&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input1.getElementsByTagName(&amp;quot;input&amp;quot;)[0].value = &amp;quot;&amp;quot;;&lt;br /&gt;input1.getElementsByTagName(&amp;quot;input&amp;quot;)[0].disabled = true;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input1.getElementsByTagName(&amp;quot;button&amp;quot;)[0].disabled = true;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input2.getElementsByTagName(&amp;quot;input&amp;quot;)[0].disabled =&amp;nbsp;false;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input2.getElementsByTagName(&amp;quot;button&amp;quot;)[0].disabled = false;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;},100);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to set the value of dropdown form field to null, when the field is disabled</title><link>https://www.aras.com/community/f/community/6595/how-to-set-the-value-of-dropdown-form-field-to-null-when-the-field-is-disabled</link><pubDate>Wed, 20 Nov 2019 10:42:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ecd2a39a-5564-46f6-bd21-f378367e8904</guid><dc:creator>venkatsai</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have multiple dropdown fields in a form. For example i have 3 dropdown fields called &amp;#39;list1&amp;#39;, &amp;#39;listA&amp;#39; and &amp;#39;listB&amp;#39;. Thanks to @Christopher gillis for his&amp;nbsp;&lt;a href="/b/english/posts/disable-form-fields/"&gt;blog&lt;/a&gt;,&amp;nbsp; i can able to disable &amp;#39;listB&amp;#39; dropdown field when the value of &amp;#39;list1&amp;#39; is &amp;#39;listA&amp;#39; . similary,&amp;nbsp; disables &amp;#39;listA&amp;#39; dropdown field when the value of &amp;#39;list1&amp;#39; is &amp;#39;listB&amp;#39;. my Problem is when i add an item, if i choose &amp;#39;listA&amp;#39; from dropdown field &amp;#39;list1&amp;#39;, it enables &amp;#39;listA&amp;#39; and&amp;nbsp; i will choose a value call as &amp;#39;Pannelleria&amp;#39; from dropdown list &amp;#39;listA&amp;#39;. After sometime when i want to edit the item,&amp;nbsp; i want to change the value of &amp;#39;list1&amp;#39; from &amp;#39;listA&amp;#39; to &amp;#39;listB&amp;#39;, i could able to disable the &amp;#39;listA&amp;#39; and set the value to null on the form page and enables the &amp;#39;listB&amp;#39; dropdown list. At this point, the value of dropdown field &amp;#39;listA&amp;#39; is not set to null in database, instead it showing the value as &amp;#39;Pannelleria&amp;#39;. i&amp;#39;m missing some code which give access to update the value in database. I attached following method in form events under OnFormPopoulate. Any suggestions or help is appreciable.! As i&amp;#39;m not a hard core programmer, improvising my code is also&amp;nbsp;&lt;span&gt;appreciable which helps me in learning.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;m working on Aras V12.0&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;regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Venkat.&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;var input = document.getElementsByName(&amp;quot;list1&amp;quot;)[0];&lt;br /&gt;var input1 = document.getElementsByName(&amp;quot;listA&amp;quot;)[0];&lt;/p&gt;
&lt;p&gt;&lt;span&gt;var input2 = document.getElementsByName(&amp;quot;listB&amp;quot;)[0];&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;setTimeout(function(){&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;if(input.getElementsByTagName(&amp;quot;input&amp;quot;)[0].value == &amp;quot;listA&amp;quot;){&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input2.getElementsByTagName(&amp;quot;input&amp;quot;)[0].value = &amp;quot;&amp;quot;;&lt;br /&gt; input2.getElementsByTagName(&amp;quot;input&amp;quot;)[0].disabled = true;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input2.getElementsByTagName(&amp;quot;button&amp;quot;)[0].disabled = true;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input1.getElementsByTagName(&amp;quot;input&amp;quot;)[0].disabled = false;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input1.getElementsByTagName(&amp;quot;button&amp;quot;)[0].disabled = false;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;else if&amp;nbsp;&lt;/span&gt;&lt;span&gt;(input.getElementsByTagName(&amp;quot;input&amp;quot;)[0].value == &amp;quot;listB&amp;quot;){&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input1.getElementsByTagName(&amp;quot;input&amp;quot;)[0].value = &amp;quot;&amp;quot;;&lt;br /&gt;input1.getElementsByTagName(&amp;quot;input&amp;quot;)[0].disabled = true;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input1.getElementsByTagName(&amp;quot;button&amp;quot;)[0].disabled = true;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input2.getElementsByTagName(&amp;quot;input&amp;quot;)[0].disabled =&amp;nbsp;false;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;input2.getElementsByTagName(&amp;quot;button&amp;quot;)[0].disabled = false;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;},100);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to Import Data from Aras Innovator V11.Sp12 to V12.0</title><link>https://www.aras.com/community/f/applications/6506/how-to-import-data-from-aras-innovator-v11-sp12-to-v12-0</link><pubDate>Sun, 27 Oct 2019 19:05:15 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:11e35e73-bf03-4c0d-a74d-eb9171d2c3e6</guid><dc:creator>venkatsai</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I recently installed Aras Innovator V12.0. I was using Aras Innovator V11.Sp12 where all my work was done. Now, i would like to switch to V12.0, I have few tables around 9 tables in which two tables of Manufacturing Process Plan and Operations, the rest are customized item types. How can i import the data of some of the tables which i need from V11.Sp12 to V12.0.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://www.aras.com/community/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Mon, 21 Oct 2019 03:56:12 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2230bb0f-35b1-4633-9277-ecaf340138f6</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>How to add items in Manufacturing process plan Workbench</title><link>https://www.aras.com/community/f/applications/6473/how-to-add-items-in-manufacturing-process-plan-workbench</link><pubDate>Mon, 21 Oct 2019 12:35:30 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f11aa17c-dab7-4782-8f99-3afc3af1bb92</guid><dc:creator>venkatsai</dc:creator><description>&lt;p&gt;Hi Folks,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m working on Manufacturing process plan in Aras innovator version 11 SP12.&amp;nbsp; I would like to add other items,&amp;nbsp; which have a relationship with operations, in the workbench to select, drag and drop the items into the operation. I tried to modify the method: &amp;#39;mpp_GetWorkbenchGridHeader&amp;#39; as shown in below picture. but it didn&amp;#39;t work? how i can do to add other items along with machines,tools etc. In my case, other items are OperationList, MachineModels as shown in the below image.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Venkat Sai&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/8/aras-workbench.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/8/aras-workbench1.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/8/workbench-aras.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Discussion Starter I</title><link>https://www.aras.com/community/achievements/21025ab1-febb-4fb4-a872-d32a921cb45c</link><pubDate>Tue, 02 Jul 2019 14:25:32 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:384168ed-3b4b-4584-ad7f-c5acad7049eb</guid><dc:creator /><description>Start a discussion in a forum that receives 5 replies.</description></item><item><title>How to synchronize the data of  MPP_process plan with all its releationships with PostgreSQL Database</title><link>https://www.aras.com/community/f/integrations/6079/how-to-synchronize-the-data-of-mpp_process-plan-with-all-its-releationships-with-postgresql-database</link><pubDate>Tue, 18 Jun 2019 10:13:09 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7f9e7c85-f6b2-429f-983f-bdb37b07432d</guid><dc:creator>venkatsai</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m&amp;nbsp; a research student and we are doing a university project on PLM, we have an idea of storing and interacting the data of PLM systems with other systems like MES and ERP so we thought to create a central database through which every system will interact with other systems. Now we have to synchronize the data of MPP_process plan with all its releationships with PostgreSQL Database where the central DB is located, we wanna do this as a trail test to sync the data from Aras server into our Central Database and vice-versa. We are thinking not only to export the data for single time, but to Auto update of the data atmost real time. One of my friend from this Aras community suggested me to do by federation services but I don&amp;#39;t know how to apply and how it works.! Or you have any other ideas how we can do? someone suggest me how to do. Thanks inadvance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>client side error: variant management sample application, Installation fails through Aras Update</title><link>https://www.aras.com/community/f/applications/6067/client-side-error-variant-management-sample-application-installation-fails-through-aras-update</link><pubDate>Fri, 14 Jun 2019 21:09:44 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a195479c-e962-4b02-a3a8-9c7a02f7f76f</guid><dc:creator>venkatsai</dc:creator><description>&lt;p&gt;Hi, How are you doing? I have 2 questions to ask.&lt;/p&gt;
&lt;p&gt;1) I installed variant management sample application from github/araslabs into my aras innovator through manual installation because Aras update is not working in my system. After installation, Innovator acting strangely. when i want to create a new item in process plan, its showing client side error:&amp;nbsp;The method &amp;quot;mpp_OnShowProcessPlan&amp;quot; failed. aras_object: &amp;quot;undefined&amp;quot; : &amp;quot;invalid assignment left-hand side&amp;quot; Client Side Error.&lt;/p&gt;
&lt;p&gt;2)when i&amp;#39;m trying to install any packages from Aras Update, installation is failing. for example, when i try to install QMS, the error log is something like this&lt;/p&gt;
&lt;p&gt;2019-06-14 22:53:45,102 [8] INFO Aras.Tools.ArasUpdateGui.Logger Checking package started: &amp;#39;C:\ProgramData\Aras\ArasUpdate\QMS\11.0.1030\package.config&amp;#39;&lt;br /&gt;2019-06-14 22:53:45,109 [8] INFO Aras.Tools.ArasUpdateGui.Logger Checking package finished&lt;br /&gt;2019-06-14 22:53:45,129 [8] INFO Aras.Tools.ArasUpdateGui.Logger Installation of the package started : &amp;#39;QMS&amp;#39; from &amp;#39;C:\ProgramData\Aras\ArasUpdate\QMS\11.0.1030&amp;#39; directory&lt;br /&gt;2019-06-14 22:53:45,133 [8] INFO Aras.Tools.ArasUpdateGui.Logger CompatibilityPackage started&lt;br /&gt;2019-06-14 22:53:45,141 [8] INFO Aras.Tools.ArasUpdateGui.Logger Checking module &amp;#39;IS&amp;#39; compatibility.&lt;br /&gt;2019-06-14 22:53:45,160 [8] INFO Aras.Tools.ArasUpdateGui.Logger LoadFile started&lt;br /&gt;2019-06-14 22:53:45,162 [8] INFO Aras.Tools.ArasUpdateGui.Logger Loading File : &amp;#39;C:\Program Files (x86)\Aras\Innovator\Innovator\Client\scripts\include\rev.inc&amp;#39;. &lt;br /&gt;2019-06-14 22:53:45,163 [8] INFO Aras.Tools.ArasUpdateGui.Logger LoadFile finished&lt;br /&gt;2019-06-14 22:53:45,170 [8] INFO Aras.Tools.ArasUpdateGui.Logger LoadFile started&lt;br /&gt;2019-06-14 22:53:45,186 [8] INFO Aras.Tools.ArasUpdateGui.Logger Loading File : &amp;#39;C:\Program Files (x86)\Aras\Innovator\Innovator\Client\scripts\include\build.inc&amp;#39;. &lt;br /&gt;2019-06-14 22:53:45,193 [8] INFO Aras.Tools.ArasUpdateGui.Logger LoadFile finished&lt;br /&gt;2019-06-14 22:53:45,204 [8] INFO Aras.Tools.ArasUpdateGui.Logger Custom started&lt;br /&gt;2019-06-14 22:53:45,211 [8] INFO Aras.Tools.ArasUpdateGui.Logger Custom check the property : &amp;#39;Version.Check&amp;#39;. The value : &amp;#39;true&amp;#39;.&lt;br /&gt;2019-06-14 22:53:45,221 [8] INFO Aras.Tools.ArasUpdateGui.Logger Custom finished&lt;br /&gt;2019-06-14 22:53:45,231 [8] INFO Aras.Tools.ArasUpdateGui.Logger Checking module &amp;#39;DB&amp;#39; compatibility.&lt;br /&gt;2019-06-14 22:53:45,239 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:45,315 [8] INFO Aras.Tools.ArasUpdateGui.Logger Variable &amp;#39;VersionServiceUpdate&amp;#39; is found in DB.The value : &amp;#39;0&amp;#39;.&lt;br /&gt;2019-06-14 22:53:45,316 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:45,326 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:45,390 [8] INFO Aras.Tools.ArasUpdateGui.Logger Variable &amp;#39;Application Core&amp;#39; is found in DB.The value : &amp;#39;11.0R1&amp;#39;.&lt;br /&gt;2019-06-14 22:53:45,391 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:45,405 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:45,465 [8] INFO Aras.Tools.ArasUpdateGui.Logger Variable &amp;#39;Quality Management System&amp;#39; is found in DB.&lt;br /&gt;2019-06-14 22:53:45,466 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:45,478 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:45,540 [8] INFO Aras.Tools.ArasUpdateGui.Logger The innovator DB contains AML package with name : &amp;#39;com.aras.innovator.cmf&amp;#39;.&lt;br /&gt;2019-06-14 22:53:45,542 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:45,564 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:45,637 [8] INFO Aras.Tools.ArasUpdateGui.Logger The innovator DB contains AML package with name : &amp;#39;com.aras.innovator.solution.PLM&amp;#39;.&lt;br /&gt;2019-06-14 22:53:45,639 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:45,656 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence started&lt;br /&gt;2019-06-14 22:53:45,671 [8] INFO Aras.Tools.ArasUpdateGui.Logger Required version of Innovator : &amp;#39;11.0 SP9&amp;#39;.&lt;br /&gt;2019-06-14 22:53:45,756 [8] WARN Aras.Tools.ArasUpdateGui.Logger String[] {Incompatible version of Innovator}&lt;br /&gt;2019-06-14 22:53:45,763 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence finished&lt;br /&gt;2019-06-14 22:53:45,781 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence started&lt;br /&gt;2019-06-14 22:53:45,802 [8] INFO Aras.Tools.ArasUpdateGui.Logger Required version of Innovator : &amp;#39;11.0 SP10&amp;#39;.&lt;br /&gt;2019-06-14 22:53:45,874 [8] WARN Aras.Tools.ArasUpdateGui.Logger String[] {Incompatible version of Innovator}&lt;br /&gt;2019-06-14 22:53:45,876 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence finished&lt;br /&gt;2019-06-14 22:53:45,894 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence started&lt;br /&gt;2019-06-14 22:53:45,916 [8] INFO Aras.Tools.ArasUpdateGui.Logger Required version of Innovator : &amp;#39;11.0 SP11&amp;#39;.&lt;br /&gt;2019-06-14 22:53:46,006 [8] WARN Aras.Tools.ArasUpdateGui.Logger String[] {Incompatible version of Innovator}&lt;br /&gt;2019-06-14 22:53:46,008 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence finished&lt;br /&gt;2019-06-14 22:53:46,027 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence started&lt;br /&gt;2019-06-14 22:53:46,051 [8] INFO Aras.Tools.ArasUpdateGui.Logger Required version of Innovator : &amp;#39;11.0 SP12&amp;#39;.&lt;br /&gt;2019-06-14 22:53:46,189 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence finished&lt;br /&gt;2019-06-14 22:53:46,191 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:46,282 [8] WARN Aras.Tools.ArasUpdateGui.Logger String[] {Variable &amp;#39;Product Engineering&amp;#39; is not found in DB or value of DB variable &amp;#39;Product Engineering&amp;#39; in the Innovator DB is not equal to &amp;#39;11.0R3&amp;#39;.}&lt;br /&gt;2019-06-14 22:53:46,284 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:46,306 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:46,398 [8] INFO Aras.Tools.ArasUpdateGui.Logger Variable &amp;#39;Product Engineering&amp;#39; is found in DB.The value : &amp;#39;11.0R4&amp;#39;.&lt;br /&gt;2019-06-14 22:53:46,399 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:46,433 [8] INFO Aras.Tools.ArasUpdateGui.Logger Checking module &amp;#39;DB_Optional_OC_Settings&amp;#39; compatibility.&lt;br /&gt;2019-06-14 22:53:46,458 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:46,547 [8] INFO Aras.Tools.ArasUpdateGui.Logger Variable &amp;#39;VersionServiceUpdate&amp;#39; is found in DB.The value : &amp;#39;0&amp;#39;.&lt;br /&gt;2019-06-14 22:53:46,549 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:46,578 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:46,681 [8] INFO Aras.Tools.ArasUpdateGui.Logger Variable &amp;#39;Application Core&amp;#39; is found in DB.The value : &amp;#39;11.0R1&amp;#39;.&lt;br /&gt;2019-06-14 22:53:46,688 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:46,718 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:46,831 [8] INFO Aras.Tools.ArasUpdateGui.Logger The innovator DB contains AML package with name : &amp;#39;com.aras.innovator.cmf&amp;#39;.&lt;br /&gt;2019-06-14 22:53:46,832 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:46,863 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:46,972 [8] INFO Aras.Tools.ArasUpdateGui.Logger The innovator DB contains AML package with name : &amp;#39;com.aras.innovator.solution.PLM&amp;#39;.&lt;br /&gt;2019-06-14 22:53:46,976 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:47,008 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:47,122 [8] WARN Aras.Tools.ArasUpdateGui.Logger String[] {Variable &amp;#39;Office Connector&amp;#39; is not found in DB.}&lt;br /&gt;2019-06-14 22:53:47,124 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:47,156 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence started&lt;br /&gt;2019-06-14 22:53:47,188 [8] INFO Aras.Tools.ArasUpdateGui.Logger Required version of Innovator : &amp;#39;11.0 SP9&amp;#39;.&lt;br /&gt;2019-06-14 22:53:47,297 [8] WARN Aras.Tools.ArasUpdateGui.Logger String[] {Incompatible version of Innovator}&lt;br /&gt;2019-06-14 22:53:47,301 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence finished&lt;br /&gt;2019-06-14 22:53:47,335 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence started&lt;br /&gt;2019-06-14 22:53:47,368 [8] INFO Aras.Tools.ArasUpdateGui.Logger Required version of Innovator : &amp;#39;11.0 SP10&amp;#39;.&lt;br /&gt;2019-06-14 22:53:47,489 [8] WARN Aras.Tools.ArasUpdateGui.Logger String[] {Incompatible version of Innovator}&lt;br /&gt;2019-06-14 22:53:47,508 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence finished&lt;br /&gt;2019-06-14 22:53:47,544 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence started&lt;br /&gt;2019-06-14 22:53:47,584 [8] INFO Aras.Tools.ArasUpdateGui.Logger Required version of Innovator : &amp;#39;11.0 SP11&amp;#39;.&lt;br /&gt;2019-06-14 22:53:47,697 [8] WARN Aras.Tools.ArasUpdateGui.Logger String[] {Incompatible version of Innovator}&lt;br /&gt;2019-06-14 22:53:47,699 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence finished&lt;br /&gt;2019-06-14 22:53:47,737 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence started&lt;br /&gt;2019-06-14 22:53:47,778 [8] INFO Aras.Tools.ArasUpdateGui.Logger Required version of Innovator : &amp;#39;11.0 SP12&amp;#39;.&lt;br /&gt;2019-06-14 22:53:47,914 [8] INFO Aras.Tools.ArasUpdateGui.Logger InnovatorDependence finished&lt;br /&gt;2019-06-14 22:53:47,917 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:48,072 [8] WARN Aras.Tools.ArasUpdateGui.Logger String[] {Variable &amp;#39;Product Engineering&amp;#39; is not found in DB or value of DB variable &amp;#39;Product Engineering&amp;#39; in the Innovator DB is not equal to &amp;#39;11.0R3&amp;#39;.}&lt;br /&gt;2019-06-14 22:53:48,080 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:48,120 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application started&lt;br /&gt;2019-06-14 22:53:48,256 [8] INFO Aras.Tools.ArasUpdateGui.Logger Variable &amp;#39;Product Engineering&amp;#39; is found in DB.The value : &amp;#39;11.0R4&amp;#39;.&lt;br /&gt;2019-06-14 22:53:48,257 [8] INFO Aras.Tools.ArasUpdateGui.Logger Application finished&lt;br /&gt;2019-06-14 22:53:48,303 [8] WARN Aras.Tools.ArasUpdateGui.Logger Variable &amp;#39;Office Connector&amp;#39; is not found in DB.&lt;br /&gt;2019-06-14 22:53:48,348 [8] INFO Aras.Tools.ArasUpdateGui.Logger CompatibilityPackage finished&lt;br /&gt;2019-06-14 22:53:48,389 [8] ERROR Aras.Tools.ArasUpdateGui.Logger Aras.Tools.ArasUpdateCore.Implementations.Commands.CheckCompatibilityPackageCommand: Variable &amp;#39;Office Connector&amp;#39; is not found in DB.&lt;br /&gt;2019-06-14 22:53:48,479 [8] INFO Aras.Tools.ArasUpdateGui.Logger Operation &amp;#39;Install&amp;#39; failed&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;please help me guys if you have any idea.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>