ILLiad Known Issues
16 results found
-
ILLiad 9.2 server install won't install SAML unless you install the database If you uncheck "Create ILLiad database" in the install shield, it doesn't install the SAML folder or necessary components.
Bug# 22420
1 vote -
Shared server logon account errors should be cleared Invalid database credentials for shared server sites can manifest as strange errors in the client that don't represent the actual problem of a bad username/password.
After successfully logging in, if a shared server we should verify the connection is successful.
Bug# 4915
1 vote -
Remove AE Upload POST content from logs Remove the Article Exchange file post content from logs so that logs can be more easily reviewed and so that the logs don't roll over as quickly.
The HTTP headers and host/path should be sufficient.
Bug# 21427
1 vote -
Check for status map file existence before deleting or warning StatusMapDelete uses DeleteFile which will still return false if the file does not exist. In these cases a warning is still written to the log and should not be. The file existence should be checked either before attempting to delete or before writing the log entry.
Bug# 22972
1 vote -
ILLiad Server installer asks for database name if Create database is unchecked The ILLiad server installer will still prompt you for a database name even if the "Create the ILLiad Database" box is unchecked. It doesn't appear to do anything with the name.
Bug# 23661
1 vote -
CCC API - Improve handling of incorrect locations If a CCC location ID is provided, the API client class should still retrieve locations, and should confirm that the given ID matches one of the location IDs returned. If not, a specific explanatory error message should be displayed.
Bug# 14901
1 vote -
Unable to uninstall ILLiad server When trying to uninstall an instance of ILLiad server using the installer, the SQL seed scripts will attempt to be run again and will fail. That shouldn't be happening as part of that feature uninstallation.
Bug# 15571
1 vote -
Accessibility - RequestList page (sensory and contrast) When a grid row is hovered, the text color changes and does not pass contrast with either row background.
Bug# 32827
1 vote -
PrintDialog does not trap keyboard focus Due to the presence of the PDF Viewer in the PrintDialog, the content behind the dialog on the inactive page is focusable by keyboard.
Bug# 33114
1 vote -
Exceptions thrown by ExecuteCommand methods are not catchable by pcalls in addons Exceptions thrown by ExecuteCommand methos are not catchable by pcalls, which is not behavior that any addon developer would expect. Exceptions are still logged, but they count as successfully executed code when run in a pcall.
Bug# 24918
1 vote -
DocDel/LendingEmailFromName and DocDel/LendingEmailFromAddress customization keys are not used to populate the email From value The Customization Manager has ProcessType-specific customization keys that should be used to generate the From value on new DocDel or Lending emails (DocDelEmailFromName, DocDelEmailFromAddress, LendingEmailFromName, LendingEmailFromAddress) if the relevant Email Template does not contain a From Name / From Address value.
However, the email's From Name and From Address are instead being overwritten with the values from the EmailFromName and EmailFromAddress keys rather than with the value from the ProcessType-specific keys when the Email Template doesn't set these values.
Bug# 29874
1 vote -
Shared Server Manager - Item Available Notification Templates are not named properly The CopyNotificationTemplates.sql from the ILLiad Shared Server Manager tool is copying all templates but is not handling the renaming of the item available templates which should use the NVTGC prefix.
Bug# 30814
1 vote -
PrintUser and PrintAddress uses ILL Customization Key template instead of site-specific template The customization object created for printing a user template does not specify the NVTGC to use on both the user and lender address prints and should be updated for both.
Bug# 31081
1 vote -
Renewals for LOCL routed requests do not update Due Date on Lending side request. LOCL requests that have gone through a renewal the Lending side do not get updated with a new Due Date that matches what the Borrowing side request has been updated to.
Bug# 31448
1 vote -
Thesis request forms use incorrect Author field The newest ILLiad pages use the PhotoArticleAuthor instead of PhotoItemAuthor in the ThesisRequest and EditThesisRequest forms. The ILLiadMainMenu page table then does not display the Author value because Thesis DocumentType requests displays PhotoItemAuthor not PhotoArticleAuthor so changing the default web pages to use PhotoItemAuthor for Thesis requests will display properly in the Table.
Bug# 32257
1 vote -
Status-specific include pages do not work on SiteMap.html When using a status-specific include page to display content on SiteMap.html, the default include page and associated links are displayed instead due to an error in the DLL.
Bug# 11764
0 votes