Forum Discussion
I have installed the Community Edition 2025 and my first impressions is that, they heavily worked with UI changes and it looks nice. Rest is same as before maybe need some more time to test. However RE package for Release 2025 is missing but I see packages for all other Modules
- AngelaIp4 months agoIdeator I
I confirm that the RE package for Release 2025 is missing. You can probably still use the previous version, but I assume Aras just forgot to add the new package. The lastest RE version was released for Release 33 and contained new useful features like spellcheck, drag&drop and other quality of live improvements. So this version would definitely be a win.
@ALL
Could someone verify whether Aras has updated the user restrictions to align with the current descriptions on the homepage and in the Administrator Quick Start Guide?
- According to the homepage Release 2025 supports up to 50 users
- According to the Administrator Quick Start only "enabled" users are counted.Back in Release 2024, system accounts and "disabled" users were counted too.
Questions:
1. Is the user limit strictly 50, or is it slightly higher - around 53-55 - to accommodate system accounts such as Vault and Authentication Admin?
2. If you exceed the user limit and disable some of the accounts, does Innovator work again? Are disabled accounts still counted as "active" users?Here is a small C# Method that can be used to add some "Test Users" fast and easy.
The Method will add 47 users. Please lower the "new user" number if you already have added your own custom accounts.Notes: Only use this code in a dedicated test environment. Please don´t add very large numbers of users with this Method. This may have negative impact to your system performance.
[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:8e41dba7-5050-4cef-875e-01ff939b023f:type=csharp&text=Innovator%20inn%20%3D%20this.getInnovator%28%29%3B%0A%0Aint%20amountNewUsers%20%3D%2047%3B%0A%0AStringBuilder%20amlBuilder%20%3D%20new%20StringBuilder%28%22%3CAML%3E%22%29%3B%0Afor%20%28int%20i%3D0%3B%20i%20%3C%20amountNewUsers%3B%20i%2B%2B%29%0A%7B%0A%20%20%20%20amlBuilder.Append%28%24%40%22%0A%20%20%20%20%20%20%20%20%3CItem%20type%3D%22%22User%22%22%20action%3D%22%22add%22%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Clogin_name%3ETest%20%7Bi%2B1%7D%3C%2Flogin_name%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cfirst_name%3ETest%3C%2Ffirst_name%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Clast_name%3EUser%20%7Bi%2B1%7D%3C%2Flast_name%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Clogon_enabled%3E1%3C%2Flogon_enabled%3E%0A%20%20%20%20%20%20%20%20%3C%2FItem%3E%22%29%3B%0A%7D%0AamlBuilder.Append%28%22%3C%2FAML%3E%22%29%3B%0A%0AItem%20res%20%3D%20inn.applyAML%28amlBuilder.ToString%28%29%29%3B%0A%0Areturn%20res%3B]
Thanks in advance!
- eli_donahue4 months agoNew Member
Just cross-posting here to mention that RE for Release 2025 is now available via Aras Update.
Here's the download page for Aras Update in case anyone needs it: Downloads | Aras