Skip to content

ILLiad Known Issues

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

149 results found

  1. Web validation rules for required fields don't account for 'NULL' special value

    The ILLiad web DLL will perform special handling for text values equivalent to 'null,' replacing them with an actual null value when it updates the database.

    Bug# 4602

    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

    0 comments  ·  Web Interface  ·  Admin →
  2. In the web, 'null' is a special string that can prevent some valid data from being inserted, specifically as a user last name.

    ILLiad does a case-insensitive comparison of the field value and will treat a user record with the LastName of Null as null when it updates the database.

    Bug# 4601

    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

    0 comments  ·  Web Interface  ·  Admin →
  3. ILLiad can incorrectly create a new user under RemoteAuth if the provided username is NULL

    This is because RemoteAuth takes authority. As a result patron requests may fail after being submitted since the user is invalid.

    Bug# 4575

    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

    0 comments  ·  Authentication  ·  Admin →
  4. The renewal button in the ILLiad web pages may be enabled even if the due date is outside the renewal window

    The renewal button doesn't consider the due date and the RenewalWindowDays/RenewalBeforeWindowDays customization keys when determining if the button is visible in the web pages.

    Bug# 4571

    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

    0 comments  ·  Web Interface  ·  Admin →
  5. Changing skins will cut off the Holdings window, hiding the Delete and Clear buttons from the Selected Lenders box

    This issues occurs when you change the skin then navigate to Open request>OCLC tab>Holdings tab.

    Workaround: Restarting the client fixes the issue; however, you will need to restart the client each time you change the skin or else the error will occur again.

    v9.0
    Bug# 4481

    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

    0 comments  ·  Staff Client  ·  Admin →
  6. The BillingInformation table in the Lending Web Pages will not display if BillingActive is set to false

    The lending web pages prevent the display of the billing information table when BillingActive is set to false.

    Workaround: If BillingActive is set to BillingActiveLending, then the BillingInformation table will always display in the lending web pages.

    Bug#4444

    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

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

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

    0 comments  ·  Staff Client  ·  Admin →
  9. Dropped User/Staff/LenderAddresses tables need permissions added back

    The permissions for the dropped tables are not being added back/copied over and have to be done manually after the update.

    v9.0
    Bug#3903

    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

    0 comments  ·  Staff Manager  ·  Admin →
  10. SLLoginFailed not showing up for invalid Username on Forgot Password

    The invalid username status line doesn't seem to be triggering the SLLoginFailed customization key on the Forgot Password page. The status line does appear if triggered on the logon pages.

    v9.0 & 8.7
    Bug#4147

    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

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

    0 comments  ·  Staff Client  ·  Admin →
  12. SQL Alias Manager does not display properly with high DPI

    In SQL Alias Manager v1.2.2 the textboxes to enter a server address and the database name are not visible.

    Workaround: If you shrink the page splitter and move to the left, the textboxes will begin to appear.

    Bug#3792

    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

  13. ILLiad print datasource using legacy headers

    When printing the PrintAddress.doc template from the client, the PrintAddress.xlsx data source file that is created has the Legacy style headers for both the Legacy queue and the Print queue.

    v8.7.2
    Bug#3797

    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

    0 comments  ·  Printing  ·  Admin →
  14. BillingManagerPrintDataPath defaults to C:\illiad\print\ on Client install

    The data source for the Billing Manager printing process still defaults to C:\illiad\print\ in the Customization Manager, but newer installations of the ILLiad client don't create this folder. This only occurs for new installations who don't have the print folder from previous installations.

    v9.0 & 8.7
    Bug#3887

    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

    0 comments  ·  Printing  ·  Admin →
  15. 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

    0 comments  ·  Staff Client  ·  Admin →
  16. System addons that explicitly set FormNames can result in loading the addon multiple times

    If a system addon is created but FormNames are also entered, the addon will be loaded for both the system script environment and for each form script environment that is specified. An example where this causes errors is when registering system event handlers which can only be registered to a single addon.
     
    Forms are not relevent in Library, System, or Server addons.

    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

    0 comments  ·  Addons  ·  Admin →
  17. 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

    0 comments  ·  Reporting  ·  Admin →
  18. Lender Address form throws an error

    FormLenderAddresses will throw an exception when the request tab is opened without the lender being saved first.

    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

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

  20. Change Password form does not have correct tab ordering for the ForcePasswordReset checkbox

    The Force Password Reset checkbox does not have the focus prior to the Ok button for proper Top->Bottom & Left->Right expectations. v9.0.3

    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

    0 comments  ·  Web Interface  ·  Admin →

Feedback and Knowledge Base