<?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>Daan Theoden さんのアクティビティ</title><link>https://www.aras.com/community/members/daantheoden</link><description>Daan Theoden さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Navigate tab --&amp;gt; Workflow</title><link>https://www.aras.com/community/f/community/55550/navigate-tab----workflow</link><pubDate>Thu, 17 Jul 2025 06:49:33 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b54ef916-6374-4923-a4ce-b353939992b7</guid><dc:creator>Jan</dc:creator><description>&lt;p&gt;In an item, when i click on Navigate option and click on workflow, then i get the error as following:&lt;br /&gt;Error: Item Type with name Null was not found.&amp;nbsp;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/10/pastedimage1752734965438v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;This happens when new revision of an item is created.&lt;br /&gt;&lt;br /&gt;Please provide solution to it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Release 36 Bug Fix: Search Grids Remain Blank and Strange Horizontal Scroll Behaviour</title><link>https://www.aras.com/community/f/community/55583/release-36-bug-fix-search-grids-remain-blank-and-strange-horizontal-scroll-behaviour</link><pubDate>Wed, 27 Aug 2025 10:05:16 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:445ef951-69a3-4a51-a60d-3a0557cda1ad</guid><dc:creator>Daan Theoden</dc:creator><description>&lt;p&gt;Hello Innovators,&lt;/p&gt;
&lt;p&gt;In Release 36 we were facing&amp;nbsp;some strange behaviour:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Some grids remaining blank even though items where returned from the search query&lt;/li&gt;
&lt;li&gt;Horizontal scrolling on grids would result in columns being mixed and glitching&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After some debugging, we found the issue was caused by 3 files. Attached you find those fixed files and a readme.txt on how to implement them.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.aras.com/community/cfs-file/__key/communityserver-discussions-components-files/10/R36-Blank-Search-Grid-_2B00_-Horziontal-Scroll-Bug-Fix.zip"&gt;www.aras.com/.../R36-Blank-Search-Grid-_2B00_-Horziontal-Scroll-Bug-Fix.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I hope this can help anyone else facing this issue.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;All the best,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Daan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Aras Update Guide: Self-Upgrading Innovator Independently</title><link>https://www.aras.com/community/f/community/55500/aras-update-guide-self-upgrading-innovator-independently</link><pubDate>Thu, 01 May 2025 10:59:30 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ce3f7868-ad2b-482f-ba46-660bcbe6075a</guid><dc:creator>Daan Theoden</dc:creator><description>&lt;p&gt;After plenty of trial and error&amp;nbsp;&amp;ndash;&amp;nbsp;and some much-needed help from Aras Denmark &amp;ndash;&amp;nbsp;we finally got the Aras Update application working. We wanted to handle upgrades independently to reduce reliance on the upgrade team and speed up our deployment cycles. The catch? The Aras Update installer only runs smoothly on a clean, out-of-the-box Innovator installation, which is rarely the case in real-world production environments. To save others from the same headaches, I&amp;rsquo;ve documented the steps for anyone brave enough to attempt a self-upgrade.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This process is supported from Release 14 onwards. It&amp;rsquo;s recommended that an experienced software engineer performs these steps. Attempt at your own risk.&lt;/p&gt;
&lt;p&gt;&lt;strong style="font-family:inherit;"&gt;1. Prepare a Clone of Production&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Install your current Aras version on a separate machine using the &amp;lsquo;Configure Only&amp;rsquo; option.&lt;/li&gt;
&lt;li&gt;Restore a recent production .bak file in SQL Server Management Studio.&lt;/li&gt;
&lt;li&gt;Run the following queries against the cloned database:
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;exec sp_change_users_login &amp;#39;Update_One&amp;#39;, &amp;#39;innovator&amp;#39;, &amp;#39;innovator&amp;#39;;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;exec sp_addrolemember &amp;#39;db_owner&amp;#39;,&amp;#39;innovator&amp;#39;;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;exec sp_change_users_login &amp;#39;Update_One&amp;#39;, &amp;#39;innovator_regular&amp;#39;, &amp;#39;innovator_regular&amp;#39;;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;exec sp_addrolemember &amp;#39;db_owner&amp;#39;,&amp;#39;innovator_regular&amp;#39;;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Update the InnovatorServiceConfig.xml with the correct SQL connection string&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong style="font-family:inherit;"&gt;2. Install Prerequisites&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Install all required prerequisites from the Installation Guide PDF for the desired&amp;nbsp;&lt;strong&gt;target&lt;/strong&gt; version.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;3. Back Up Your Code&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Make a backup of the Innovator folder (your code tree).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;4. Download the Patch&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Get the desired patch from the Aras FTP. You do not have to go through each version. E.g., you can go from Release 26 to Release 34 directly.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;5. Customize Patch Files&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In the following files, append a custom suffix to the &amp;lt;name&amp;gt; property (e.g., &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;lt;name&amp;gt;VersionServiceUpdate[YOURCOMPANYNAME]&amp;lt;/name&amp;gt;&lt;/span&gt;):
&lt;ul&gt;
&lt;li&gt;VersionBuild.xml&lt;/li&gt;
&lt;li&gt;VersionLabel.xml&lt;/li&gt;
&lt;li&gt;VersionMajor.xml&lt;/li&gt;
&lt;li&gt;VersionMinor.xml&lt;/li&gt;
&lt;li&gt;VersionServiceUpdate.xml&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;6. Launch Aras Update&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Run Aras Update as Administrator.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;7. Add the Patch Package&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click &amp;lsquo;Local&amp;rsquo; in the left menu and add a new package.&lt;/li&gt;
&lt;li&gt;Select the extracted patch folder.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;8. Install the Patch&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click &amp;lsquo;Install&amp;rsquo; in Aras Update.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;9. Update Each Module&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For each applicable module:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select only one module at a time (this helps isolate issues).&lt;/li&gt;
&lt;li&gt;Enter the required application/server/SQL credentials.&lt;/li&gt;
&lt;li&gt;Click &amp;lsquo;Install&amp;rsquo;.
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;If errors occur:&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Login to Innovator failed:&lt;/strong&gt; Check prerequisites and ensure IIS is running.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TRUNCATE or FOREIGN KEY errors:&lt;/strong&gt; Compare the affected ItemType with one from a clean install. Adjust the related XML file in .\Aras Innovator 34 Patch\Imports\com\aras\innovator\ as needed, or temporarily remove it from the manifest (keep a backup for step 11). Oftentimes, it has something to do with property lengths, foreign properties and permissions.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Innovator Variables issues:&lt;/strong&gt; Revisit step 5.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GetMethodsKey endpoint (500 Internal Server Error):&amp;nbsp;&lt;/strong&gt;Make sure a user with loginname &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;clientadmin&lt;/span&gt; exists in the database. Add it through nash.aspx&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Other:&amp;nbsp;&lt;/strong&gt;If you hit something else, prepare for some blood, sweat, and forum searches &lt;span&gt;&amp;ndash;&amp;nbsp;&lt;/span&gt;or maybe it&amp;rsquo;s time to&amp;nbsp;reach out to the&amp;nbsp;support team. Do not forget to leave the error message and solution in the comments down below.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Tip: if you need many attempts running the Aras Update installer, do not click &amp;#39;Exit&amp;#39; when it fails. If you click &amp;#39;Home&amp;#39; instead you do not have to enter the server credentials every attempt.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;10. Verify the Update&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If the update completes without errors, try logging in.&lt;/li&gt;
&lt;li&gt;If login fails:
&lt;ul&gt;
&lt;li&gt;Use the NASH endpoint (e.g., &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;localhost/.../nash.aspx&lt;/span&gt;) to manually execute the contents of any removed XML manifest files.&lt;/li&gt;
&lt;li&gt;Use DevTools (F12 &amp;gt; Network) to check for failed requests.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;11. Test Everything&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Test all features and modules. If Aras features have changed, manual conversion may be needed.
&lt;ul&gt;
&lt;li&gt;I recommend writing down test plans with relevant key-users to confirm everything still works&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Review Release Notes for all versions between your source and target version and perform tests accordingly.&lt;/li&gt;
&lt;li&gt;Keep a checklist of manual actions required.&lt;/li&gt;
&lt;li&gt;Repeat the entire process&lt;span&gt;&amp;nbsp;&amp;ndash;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;including running the Aras Update installer and performing all your documented manual actions&lt;span&gt;&amp;nbsp;&amp;ndash;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;until a clean test environment upgrades completely without errors or issues, and all tests pass, before moving on to the cutover step.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;12. Plan Production Cutover&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Schedule a cutover weekend to upgrade production.&lt;/li&gt;
&lt;li&gt;Run your customized Aras Update Patch and complete any manual steps identified in testing.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Congratulations&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You&amp;rsquo;ve&amp;nbsp;now performed a self-upgrade.&amp;nbsp;Time to celebrate. Just remember: this isn&amp;rsquo;t formal documentation, and I&amp;rsquo;m not responsible for any production issues you may face as a result of following these steps.&amp;nbsp;&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, 01 Jul 2025 15:28:52 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f07d5204-2fd8-4e77-ab56-cab83f74cd94</guid><dc:creator /><description>Start a discussion in a forum that receives 5 replies.</description></item><item><title>Connect Claude agent to Aras with MCP</title><link>https://www.aras.com/community/f/development/55532/connect-claude-agent-to-aras-with-mcp</link><pubDate>Thu, 12 Jun 2025 16:07:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2052588b-48aa-46b7-b197-7e21f0a624bf</guid><dc:creator>Daan Theoden</dc:creator><description>&lt;p&gt;&lt;span&gt;After quite some interest in my Claude agent + Aras PLM + Python MCP &lt;a href="https://www.linkedin.com/posts/daan-theoden-254a8b96_plm-arasinnovator-mcp-activity-7337137605119000577-yCdq?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAABRy66AB3X6awzneOIxnIQ_XudTSX9wXKZ0" rel="noopener noreferrer" target="_blank"&gt;demo&lt;/a&gt;&amp;nbsp;on LinkedIn, I&amp;rsquo;d like to share: a basic variant of our setup is now open source on GitHub.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;Get it here:&lt;/span&gt;&lt;span class="white-space-pre"&gt;&amp;nbsp;&lt;a href="https://github.com/DaanTheoden/aras-claude-agent"&gt;GitHub: DaanTheoden/aras-claude-agent&lt;/a&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;You&amp;rsquo;ll find everything you need to connect Claude Desktop to your Aras Innovator instance: query data, create items, call methods, and more. No manual API definitions, just a clean, extensible MCP server.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;Quick highlights:&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="white-space-pre"&gt; &lt;/span&gt;&lt;span&gt;&amp;ndash; Secure OAuth authentication to Aras&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="white-space-pre"&gt; &lt;/span&gt;&lt;span&gt;&amp;ndash; Query and create items (Parts, Documents, BOMs, etc.)&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="white-space-pre"&gt; &lt;/span&gt;&lt;span&gt;&amp;ndash; Call Aras methods and workflows&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="white-space-pre"&gt; &lt;/span&gt;&lt;span&gt;&amp;ndash; Access dropdowns and config data&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="white-space-pre"&gt; &lt;/span&gt;&lt;span&gt;&amp;ndash; Works with free Claude Desktop (Windows, macOS, Linux)&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;Clone the repo, follow the README, and let me know how it goes.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;Questions or feedback? Drop them below or open an issue on GitHub.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Making Connections</title><link>https://www.aras.com/community/achievements/a0a973a4-3516-49d8-bea2-7e6377bc9cc1</link><pubDate>Mon, 12 May 2025 05:44:11 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ed27705e-0f6d-4e64-b008-66af4521374b</guid><dc:creator /><description>Make 5 friends within the community.</description></item><item><title>carstenw</title><link>https://www.aras.com/community/members/daantheoden/activities/5c9bbd0b-cda3-45bb-b19c-70c9d63c41c5</link><pubDate>Mon, 12 May 2025 05:44:11 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:5c9bbd0b-cda3-45bb-b19c-70c9d63c41c5</guid><dc:creator>carstenw</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Daan Theoden</title><link>https://www.aras.com/community/members/daantheoden/activities/1737e98d-8379-4c52-800e-520650264576</link><pubDate>Wed, 30 Apr 2025 14:16:49 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1737e98d-8379-4c52-800e-520650264576</guid><dc:creator>Daan Theoden</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Is there an &amp;quot;in&amp;quot; operator in the Aras REST API?</title><link>https://www.aras.com/community/f/development/55401/is-there-an-in-operator-in-the-aras-rest-api</link><pubDate>Thu, 23 Jan 2025 11:06:20 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f3d1b0d1-a361-4436-9d13-72cbc17eecb3</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi community,&lt;/p&gt;
&lt;p&gt;Is there a way to optimize the following REST request that gets a number of&amp;nbsp;specific items?&lt;/p&gt;
&lt;p&gt;https: //&amp;nbsp; &amp;nbsp;arasmagiccastle.com/test/server/odata/MagicItemType&amp;nbsp; ?$&amp;nbsp; filter=&lt;strong&gt;serial_number eq &amp;#39;9879&amp;#39; or serial_number eq &amp;#39;678&amp;#39; or serial_number eq &amp;#39;643&amp;#39; or serial_number eq &amp;#39;123&amp;#39; or serial_number eq &amp;#39;234&amp;#39;........&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Problems:&lt;br /&gt;1. The number of requested items isn&amp;acute;t fixed, so the query can get super long&lt;br /&gt;2. I don&amp;acute;t like it (solid argument, don&amp;acute;t question it!&amp;nbsp;&lt;span class="emoticon" data-url="https://www.aras.com/community/cfs-file/__key/system/emoji/1f60a.svg" title="Blush"&gt;&amp;#x1f60a;&lt;/span&gt;)&lt;/p&gt;
&lt;p&gt;What I would love to have:&lt;br /&gt;&lt;span&gt;https://&lt;/span&gt;&lt;span&gt;beautifulplm&lt;/span&gt;&lt;span&gt;.com/test&lt;/span&gt;&lt;span&gt;/server/odata/&lt;/span&gt;&lt;span&gt;MagicItemType&lt;/span&gt;&lt;span&gt;?$filter=&lt;strong&gt;serial_number in (&amp;#39;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;9879&amp;#39;,&amp;#39;678&amp;#39;,&amp;#39;643&amp;#39;,&amp;#39;123&amp;#39;,&amp;#39;234&amp;#39;).&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Good alternative:&lt;br /&gt;&lt;span&gt;Another option would be to use a POST operation with @aras.action=get. This would allow us to use the filter condition inside the body. But Innovator doesn&amp;acute;t seem to support this variant yet.&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;Browsers support URLs with a few thousand characters. The long query isn&amp;acute;t a problem right now.&amp;nbsp;But I wonder if there is a more elegant solution to write requests like this? Thanks for any hint!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;@Aras: If you need more ideas for REST...Here you go! :)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&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 do I find identity associated with the user by C# or Javar</title><link>https://www.aras.com/community/f/development/9514/how-do-i-find-identity-associated-with-the-user-by-c-or-javar</link><pubDate>Fri, 17 Apr 2020 17:23:39 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d0ae9ab2-0c3d-4678-92d6-59599f58f01e</guid><dc:creator>QuietClounds</dc:creator><description>&lt;p&gt;if I know the login in user ID, how do I get his identity?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Qiaoyun&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Vault Error - You have insufficient permissions to open the File.</title><link>https://www.aras.com/community/f/community/38113/vault-error---you-have-insufficient-permissions-to-open-the-file</link><pubDate>Thu, 26 Oct 2023 01:36:03 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3688217a-600c-4275-a52e-10dfd266e969</guid><dc:creator>Scott Harvey</dc:creator><description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m getting a weird error with the vault using a completely out of the box install of Innovator 2023. No new users, changes to itemtypes, etc. We literally just installed Innovator 2023 and logged in.&lt;/p&gt;
&lt;p&gt;&amp;quot;Failed to get the File&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;quot;You have insufficient permissions to open the File.&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/10/4718.failed_5F00_to_5F00_get_5F00_file.png" /&gt;&lt;/p&gt;
&lt;p&gt;The problem is that it doesn&amp;#39;t happen to everyone, and who it happens to changes after an IIS reset or application pool recycle. I can log in to Innovator, using localhost from a browser on the same server the application is installed on, using the admin user, and I can open and add files to a Document no problem. Then my colleague, also on the same server, logs in using localhost, with the admin user, and she can&amp;#39;t open the file thanks to this error. She CAN add a file to the Document, and it is properly vaulted, though she is unable to view that file after it&amp;#39;s been added. It&amp;#39;s like create access still works, but not read access. If we recycle the app pools and she logs in first, then I log in, I will get the error. It&amp;#39;s usually the second person to log in that gets the error, though not always. Usually it&amp;#39;s just the one person with the error, but that&amp;#39;s not always the case either.&lt;/p&gt;
&lt;p&gt;Normally when I&amp;#39;d see an error like this I would check the windows folder permissions on the Vault to make sure the user the application pool runs as has access. Everything seemed normal there but to rule it out I added Everyone to the permission with full control. We&amp;#39;re both using the admin user to rule out permissions inside the Innovator application as well. Accessing it from a different server, or using a different browser like Chrome makes no difference, clearing the browser cache also doesn&amp;#39;t help, and neither does the Admin &amp;gt; Clear Client Metadata Cache option in Innovator..&lt;/p&gt;
&lt;p&gt;We turned on all the logging we could and seemed to find the culprit but are at a loss for what is going on and why it&amp;#39;s so intermittent. It seems that for whoever Innovator decides shouldn&amp;#39;t be able to get files, it&amp;#39;s because of an error in the AuthenticationBrokerWebService. It&amp;#39;s trying to do Aras.Server.Models.AuthenticationBroker.GetFileDownloadTokenModel but getting an error, &amp;quot;Database configuration was not found for &amp;#39;dbname&amp;#39;&amp;quot;.&lt;/p&gt;
&lt;p&gt;Has anyone seen something similar before? I&amp;#39;ve worked with Innovator for many years now, including installs of this version, Innovator 2023, and never seen something quite like this before.&lt;/p&gt;
&lt;p&gt;I also noticed weirdness in the license manager. I log in first, and I see just the one session for admin. Then my colleague logs in and tried to get the file, and when I look at the license manager again I see over a 100 sessions for admin. Maybe it&amp;#39;s nothing because I always see multiple sessions per user in other Innovator instances, though 100s of them for a single login and file download attempt seems excessive. I don&amp;#39;t know if it&amp;#39;s related but since the authenticationBroker seems to be the problem with the file download, I figured I&amp;#39;d mention it since it would also have to do with authentication.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;-Scott&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Let me Help You</title><link>https://www.aras.com/community/achievements/687f4b6d-e18a-4e55-836c-49926ca2c9d9</link><pubDate>Mon, 16 Sep 2024 06:46:53 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1ffcbf64-f247-401f-a78b-0affb3de7364</guid><dc:creator /><description>Answer a question that is verified as helpful or correct.</description></item><item><title>Compatibility of IOM.dll with .NET Core 8</title><link>https://www.aras.com/community/f/development/55326/compatibility-of-iom-dll-with-net-core-8</link><pubDate>Fri, 13 Sep 2024 11:24:42 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:e3c57607-b718-4997-bf25-68ba9e5f2730</guid><dc:creator>Daan Theoden</dc:creator><description>&lt;p&gt;Hello Innovators,&lt;/p&gt;
&lt;p&gt;I am currently trying to integrate the IOM.dll with .NET Core 8. Has anyone successfully managed to get it working? If not, are there any recommended workarounds or alternative approaches?&lt;/p&gt;
&lt;p&gt;Looking forward to your insights.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Daan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>MinKyung</title><link>https://www.aras.com/community/members/daantheoden/activities/f8f104e6-8443-4ebf-a1ba-77e6a7ddd30b</link><pubDate>Thu, 04 Jul 2024 08:25:18 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f8f104e6-8443-4ebf-a1ba-77e6a7ddd30b</guid><dc:creator>MinKyung</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>AJ Sebastian</title><link>https://www.aras.com/community/members/daantheoden/activities/cbffceab-2770-4df0-a274-bd174210f714</link><pubDate>Tue, 25 Jun 2024 19:14:53 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:cbffceab-2770-4df0-a274-bd174210f714</guid><dc:creator>AJ Sebastian</dc:creator><description>&lt;p&gt;AJ Sebastian is the Team Lead for Aras Labs and has been with the company for five years, working primarily on Proof of Concepts for exciting new Aras Innovator features. He enjoys building tools that help coworkers and community members customize their Aras Innovator instance more easily. AJ joined Aras after graduating from Champlain College with a BS in Computer Science. He enjoys skiing in winter and hiking in the summer.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>