<?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>gautamk さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/gautamk</link><description>gautamk さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Unlock Item using REST API</title><link>https://www.aras.com/community/f/development/36017/unlock-item-using-rest-api</link><pubDate>Wed, 07 Oct 2020 07:44:37 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c5ddf560-ed30-4c26-905c-be7f53a54f58</guid><dc:creator>gautamk</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Consider the scenario&lt;/p&gt;
&lt;p&gt;1. User A has locked the Document from Innovator GUI and edited Name property but did not Save, unlock and Close&lt;/p&gt;
&lt;p&gt;2. Same user using REST API (through Postman, does not matter though) unlock the Item. Rest call as below&amp;nbsp;&lt;/p&gt;
&lt;p&gt;PATCH:&amp;nbsp;&lt;a href="http://mersenpoc.centralus.cloudapp.azure.com/mersen/server/odata/Document(&amp;#39;8B07D4B0D3AF4376BC031336E2E0E216&amp;#39;)"&gt;http://&amp;lt;hostname&amp;gt;/odata/Document(&amp;#39;8B07D4B0D3AF4376BC031336E2E0E216&amp;#39;)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;{&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;@aras.action&amp;quot; : &amp;quot;unlock&amp;quot;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;The response status is 200 ok.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. Try to unlock Item again by firing the same REST API: Status 500 Internal Server Error &amp;quot;ItemIsNotLockedException&amp;quot; which is considering #2 above. This indicates Item is not locked.&lt;/p&gt;
&lt;p&gt;4. Go to Innovator UI and access Item ( In this case above Document ), UI shows up Document as &amp;quot;Locked&amp;quot;. Refresh, logout have no impact. Status on UI is &amp;quot;Locked&amp;quot;. Even I cannot Unlock, &amp;quot;Save Unlock and Close&amp;quot; from Innovator UI for this Item.&lt;/p&gt;
&lt;p&gt;I would like to know&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. What is the problem in this scenario and why there is the discrepancy in REST API and Innovator UI behavior&lt;/p&gt;
&lt;p&gt;2. Why dont&amp;nbsp; &amp;nbsp;&lt;span&gt;&amp;nbsp;&amp;quot;@aras.action&amp;quot; : &amp;quot;unlock&amp;quot; checks if the document is in edit stage and not to unlock in this case&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3. How to fetch the lock status of an Item using REST API. Instead of using locked_by_id property of Document Item Type&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Any help / suggestions are greatly appreciated&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Gautam&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="border:2px dotted #000000;height:0px;left:85px;margin:0px auto;position:absolute;top:413px;width:0px;"&gt;&lt;/span&gt;&lt;span style="color:black;font-size:10px;height:20px;left:70px;position:absolute;top:398px;width:50px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to get the refresh token when existing token expires using the expired token.</title><link>https://www.aras.com/community/f/community/9099/how-to-get-the-refresh-token-when-existing-token-expires-using-the-expired-token</link><pubDate>Wed, 19 Feb 2020 04:59:11 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:42b04a7d-c542-47bf-8345-429809ee873f</guid><dc:creator>Shrikant</dc:creator><description>&lt;p&gt;We have one application which utilizes ARAS REST API token authentication using username and password .We are facing issue once the access token expires (in our case it&amp;#39;s 3600 secs) we need to refresh that token without the need of user to sign-in again using username and password. So, How to get the refresh token using expired access token from the ARAS REST API.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Need help on agent service installation for Aras Innovator separate server installation in cluster env</title><link>https://www.aras.com/community/f/community/9192/need-help-on-agent-service-installation-for-aras-innovator-separate-server-installation-in-cluster-env</link><pubDate>Thu, 05 Mar 2020 13:30:25 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7b0ae9a3-346e-4d8b-b34f-93b3e21deaa9</guid><dc:creator>gautamk</dc:creator><description>&lt;p&gt;&lt;span style="font-size:150%;"&gt;I am setting up innovator 12.3 in cluster environment with load balancer sitting in front of multiple innovator instances.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;Do I need to set up separate agent service for each innovator instance that are under the load balancer or only one agent service would suffice?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;If one agent service works for all the instances of innovators under load balancer, which URL, agent service needs to point to ? Load balancer URL ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size:150%;"&gt;Any hints or references &amp;nbsp;? Thanks, Gautam K&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="border:2px dotted #000000;height:0px;left:48px;margin:0px auto;position:absolute;top:97px;width:0px;"&gt;&lt;/span&gt;&lt;span style="color:black;font-size:10px;height:20px;left:33px;position:absolute;top:82px;width:50px;"&gt;&lt;/span&gt;&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>Thu, 05 Mar 2020 13:30:25 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3ababaa6-9edb-4ae3-acac-bed38cd4445e</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>Discussion Starter I</title><link>https://www.aras.com/community/achievements/21025ab1-febb-4fb4-a872-d32a921cb45c</link><pubDate>Fri, 26 Jul 2019 14:04:52 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7a88dba4-ddfb-4467-aaea-cf4e8c46e3f9</guid><dc:creator /><description>Start a discussion in a forum that receives 5 replies.</description></item><item><title>unable to open http://localhost/InnovatorServer/Server/InnovatorServer.aspx in browser</title><link>https://www.aras.com/community/f/getting-started/6182/unable-to-open-http-localhost-innovatorserver-server-innovatorserver-aspx-in-browser</link><pubDate>Fri, 26 Jul 2019 03:00:36 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2ee35390-69f6-468c-92b0-859fa8d52200</guid><dc:creator>gautamk</dc:creator><description>&lt;p&gt;Hi there!&lt;/p&gt;
&lt;p&gt;I have installed innovator 11 on windows 7.&lt;/p&gt;
&lt;p&gt;Mircosoft SQL SERVER - 14.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Configured IIS from Built-in component of Windows 7&amp;nbsp;- IIS version is 7.5( as per &lt;a href="https://support.microsoft.com/en-in/help/224609/how-to-obtain-versions-of-internet-information-server-iis" rel="noopener noreferrer" target="_blank"&gt;Microsoft document&lt;/a&gt; )&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;IIS is correctly configured. I have created helloworld asp page and placed in in wwwroot just to be sure IIS runs smoothly and the asp page does run.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;.However when accessed&amp;nbsp;localhost/.../InnovatorServer.aspx&amp;nbsp;IIS throws the Error -&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;&lt;span&gt;This page isn&amp;rsquo;t working&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;localhost&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is currently unable to handle this request.&lt;/p&gt;
&lt;div id="error-information-popup-container"&gt;
&lt;div id="error-information-popup"&gt;
&lt;div id="error-information-popup-box"&gt;
&lt;div id="error-information-popup-content"&gt;
&lt;div class="error-code"&gt;HTTP ERROR 500&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/6/pastedimage1564109585732v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;Any help is highly appreciated. Thank you&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Gautam&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>