Recent Discussions
virtualGetForm 404 when accessing Aras through Nginx
Hi, I’m running Aras Innovator 14.35.0.44037 behind an Nginx reverse proxy. Setup: Client ↓ HTTPS Nginx ↓ HTTPS :15018 Aras Innovator External URL: https://aras.veconnected.in/VECS_ARAS/ Nginx: location /VECS_ARAS/ { proxy_pass https://127.0.0.1:15018/VECS_ARAS/; proxy_ssl_verify off; proxy_http_version 1.1; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Host $http_host; proxy_set_header X-Forwarded-Prefix /VECS_ARAS; proxy_buffering off; proxy_request_buffering off; } Most Aras Client requests work correctly through Nginx and return: status=200 upstream_status=200 However, when opening Item Forms, the following request returns 404: GET /VECS_ARAS/Client/X-salt=3_14.35.0.44037-X/scripts/virtualGetForm? formId=47B8630E2B4C40C1B23C6EE9962F7681& formLastModifiedDate=2025-05-29T19:48:04.24& languageCode=en& itemTypeId=450906E86E304F55A34B3C0D65C097EA& itemTypeLastModifiedDate=2025-05-29T19:44:47.74& databasehash=3a52875cf3d26f02& mode=add Chrome reports: 404 (Not Found) In some cases DevTools reports: 404 (Not Found) (from service worker) Important observations: The same form works when accessed directly from a browser on the Aras VM. Other X-salt resources work correctly through Nginx. Metadata requests and InnovatorServer.aspx requests return 200. I cannot find the virtualGetForm request in the Nginx access log when the client gets the 404. Aras service-worker.js is registered and being served. The problem occurs with multiple forms. Could virtualGetForm be intercepted by the Aras service worker/cache and returning a cached 404? Is there a recommended way in Aras 14.35 to invalidate/reset the client service-worker/cache, or any known Nginx configuration requirements specifically for virtualGetForm?Installation issue : ODBC Driver 18 SSL Provider error
Hello 😊 I'm trying to install Aras Innovation (all in one server for testing purpose) and I'm stuck on this nice message while trying to connect to the DB : Just to inform that my system is under : Windows Server 2025 Datacenter Azure Edition (10.0) IIS server version 10 (10.0.26100.32860) .NET 6.0.36 installed Microsoft SQL Server Express 2025 (17.0.1000) ☝️ And I've already pushed ODBC17/18 but without success regarding the install. Thank you for your precious "lights" 💡 Regards, G.[ARAS 14] Change display order of authentication options
Hello! My company is using ARAS Innovator 14 (release 39). We have two authentication options: Entra ID SSO and local user. By default, the local login option is displayed first in the login page, and we have to choose the SSO option from the drop-down menu. I want to know if there's a build-in method allowing me to change the display order of those two authentication options? Like a config file, a button on AWS console, etc.? I have read through the ARAS documents come with the installer, but there's nothing regarding this matter. Searching through Google and AI didn't help me find any discussions about this topic too. If anyone know about this, please share your experience with me! Thank you! Here's the screenshot of the login page. The 'Aras Innovator' option allows me to login using local username and password. The 'Azure AD' allows me to login using my company SSO account. Extra discussions: My manager also asked if we could disable the local login option, only leave the SSO one in the login page. As I understand, this is not possible with the backend of ARAS, as each SSO user need to be associated with a local user of the same name. And we should keep the ability to login ARAS with local admin/root account in case SSO has issue. But that's just my understanding, please correct me if you have different opinion/best practice about that!Train and onboard a team on Aras Innovator
We are new to Aras Innovator and trying to onboard our team on Aras Innovator. We would highly appreciate if someone can suggest a learning path(s) for an organization having users across different functions like engineering, SCM, manufacturing, etc.1like2CommentsVaultRecycleBin - What can go wrong if I just delete the complete folder?
Hi Community, I´m currently trying to free up some space on our Vault server. During this process, I noticed that we have accumulated several very large files in the VaultRecycleBin over the years. The files I checked no longer appear to be referenced in the Innovator database. What are the risks of deleting the contents of the VaultRecycleBin? My assumption is that deleting everything would not be a good idea. In a few tests, I found that some files in the folder still seem to have active references. I assume it should be possible to determine which files are still in use and which are no longer needed. But can anyone explain the purpose of the VaultRecycleBin in more detail? Under what circumstances are files moved to this folder? I am not using the Force Orphaned Files Delete variable, so I´m wondering whether these files might be the result of interrupted or failed file transfers, or if there are other scenarios that would cause files to end up there. Any insights or best practices would be greatly appreciated! Angela0likes4CommentsDeployment Strategy for On-Prem
Hello All, Our team is looking to move to an environment/deployment process that supports a 4 week Scrum cycle deployment. I am interested in learning how other On Prem companies work with Aras Innovator to achieve this, and what their environment structure and process for deployment is. Any advice or help is appreciated! :) Thank you!!0likes1CommentChanging File Type Column Width in Relationship Grid
Hi all, I'm trying to change the default width of the "File Type" column in all relationship grids. I was able to change "Related File" within the relationship itemType (related_id), but when I give myself editing permissions on the File item type, it loads with the new width, then immediately reverts to the previous size. Is it possible to change this column?SolvedIs it possible to create custom ConversionServer tasks without external DLL?
Hi community, does anyone know if we can create custom ConversionServer without external DLLs? I want to run some "export files" task in the background if the expected file size is very large. I right now use a Minerva extension for this task, but I want to replace it with an own solution. The tool will probably not work anymore after next update (I have no subscription...), so I want to be prepared for the future. There are a few blog articles regarding creating custom ConversionServer DLLs. But I wonder if we can avoid the DLL at all? I am able to create a custom ConversionTask, but the code inside is not executed yet. I mainly look for hints regarding how to build a proper "onConvert" Method that can be used in the ConversionRule. Can anyone share some experience regarding this topic? If you have a solution but don´t want to share it in public (aká give it away for free): I would exchange a solution for this one with one of my own solution that you might be interested ! [emoticon:c4563cd7d5574777a71c318021cbbcc8] Many thanks! AngelaNoob question...
Hello, 😑 I'm probably very stupid, but I'm trying to find the install file for "Aras Innovator Community Edition" but I can't find it ! I've followed the URL received into the Welcome email I've already received my License key using my MAC address I've been to "https://aras.com/en/download" as well as "https://www.aras.com/en/support/download-innovator" received into the "welcome email" But still can't find any "download" link for the product Thank you for your help... 😅SolvedRelease 36 Bug Fix: Search Grids Remain Blank and Strange Horizontal Scroll Behaviour
Hello Innovators, In Release 36 we were facing some strange behaviour: Some grids remaining blank even though items where returned from the search query Horizontal scrolling on grids would result in columns being mixed and glitching 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. [View:/community/cfs-file/__key/communityserver-discussions-components-files/10/R36-Blank-Search-Grid-_2B00_-Horziontal-Scroll-Bug-Fix.zip:320:240] I hope this can help anyone else facing this issue. All the best, Daan
Tags
- Methods118 Topics
- ItemTypes109 Topics
- Version 1299 Topics
- Forms99 Topics
- Relationships97 Topics
- JavaScript85 Topics
- Installation72 Topics
- Workflows69 Topics
- AML68 Topics
- Server Methods54 Topics