Aeon Known Issues
92 results found
-
Determining transaction ownership in DataRepeaters in not efficient
The check for UserControlsTransaction is loading the transaction query each time to determine ownership.
Bug# 4493
0 votes -
Researcher tags aren't saved to the database during implementation
A problem during implementation where they are saving the researching tags to the database. When the researcher tags are not properly encoded some characters can result in exceptions in the web DLL. In particular, it seems that the '=' character in a researcher tag causes this issue.
Bug# 4356
0 votes -
Staff Layout Template Corruption - System.NullReferenceException
Templates are occasionally being corrupted and resulting in a System.NullReferenceException error.
Bug# 3689
0 votes -
Web API requests fail due to multiple requests from different applications being processed simultaneously
Requests to the Aeon API from multi-threaded applications are failing to be served by the API. Requests are failing due to a "missing" API Key despite it being provided in the header.
Sample error message in Aeon API logs:
INFO AtlasSystems.Aeon.WebApi.Security.ApiKeyAuthenticationMiddleware - ApiKey was not authenticated. Failure message: Unable to authenticate API key.
ERROR AtlasSystems.Aeon.WebApi.Security.ApiKeyAuthenticationHandler - Error retrieving web platform config: <APIKEY>. The context cannot be used while the model is being created. This exception may be thrown if the context is used inside the OnModelCreating method or if the same context instance is accessed by multiple threads concurrently. Note…
0 votes -
0 votes
-
Blocked users able to edit/resubmit requests Awaiting User Review/Cancelled status
Blocked users are able to resubmit requests when changing the schedule retrieval date on Cancelled and Awaiting User Review requests.
Bug#3845
0 votes -
Max key length for BillingDefaults table exceeds maximum length for MSSQL Server
When creating Aeon's BillingDefaults table and you enter a row into the table that maxes out the MSSQL fields, you will receive the following error:
Warning! The maximum key length for a clustered index is 900 bytes. The index 'PK_BillingDefaults' has a maximum length of 1120 bytes. For some combination of large values, the insert/update operation will fail.
0 votes -
Researcher Re-Submitted Request After Processing
Some web users have been able to re-submit requests after they are placed in statuses that should not allow re-submission.
0 votes -
ShowAutoRowFilter Null Reference Exception
Invalid data row displays when "Show Auto Filter Row" option is turned on
0 votes -
The Aeon installer does not support non-standard database user installations
A default database user and password are hard-coded into the installer defaults. When the DB update scripts try to grant permissions on new or updates tables, it will always try to grant them to 'aeon'. Need a way to configure the database user/password on install if different from hard-coded 'aeon'.
0 votes -
Database saves entered blank lines before ItemTitle on web form
Using the web request form, users can enter a new/blank line(s) before the item's title. That character is saved in the database causing the ItemTitle Field to appear blank in the client's grid view, and missing in the email templates when the ItemTitle tag is used.
0 votes -
Password Reset link not converting when emailed from client
The password reset email template should be hidden in client email template options.
0 votes