Skip to content
Translate Ideas and Comments
Choose language:
There was an error during translation

ILLiad Known Issues

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

16 results found

  1. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Admin Tools  ·  Admin →
  2. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Staff Client  ·  Admin →
  3. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  4. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Web Interface  ·  Admin →
  5. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Admin Tools  ·  Admin →
  6. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Staff Client  ·  Admin →
  7. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Admin Tools  ·  Admin →
  8. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Web Client  ·  Admin →
  9. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Printing  ·  Admin →
  10. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Addons  ·  Admin →
  11. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Email  ·  Admin →
  12. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Admin Tools  ·  Admin →
  13. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Printing  ·  Admin →
  14. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Staff Client  ·  Admin →
  15. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    pending release  ·  0 comments  ·  Web Interface  ·  Admin →
  16. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

Feedback and Knowledge Base