ILLiad/Aeon Single Server Configuration

Print Friendly and PDF Follow

The integration of ILLiad and Aeon via two new web services makes it possible for ILLiad staff to place Aeon requests directly from the ILLiad client and for Aeon staff to respond to the requests directly from the Aeon client.

All of the following steps must be completed in order for this integration to work.

For instructions on how to use these integration features in the ILLiad and Aeon clients, please see Using Web Platform Integration with ILLiad and Aeon.

WebPlatformConfig Table

ILLiad WebPlatformConfig Table

First, we will make entries in the WebPlatformConfig table. This table provides ID information that allows ILLiad and Aeon to talk to each other.

These entries will be made in the ILLiad Customization Manager under System | Integration | WebPlatformConfig.

ILLiad Web Platform Entry

  1. Click New Record.
  2. Create an entry for the ILLiad Web Platform by filling in the following values:

    ID This field is auto-generated.
    NVTGC This field is auto-generated (ILL).
    API Key Click on the API Key field, then click the ellipses to generate this.
    Base Webservice URL This URL should point to your ILLiad Web Platform. This will look like https://your.ILLiad.server.name/ILLiadWebPlatform/. The URL must contain https and you must have an SSL certificate installed.
    Description Fill in a description that helps you identify that this entry points to the ILLiad Web Platform.
  3. Click Save.

Aeon Web Platform Entry
  1. Click New Record.
  2. Create an entry for the Aeon Web Platform by filling in the following values:

    ID This field is auto-generated.
    NVTGC This field is auto-generated (ILL).
    API Key Click on the API Key field, then click the ellipses to generate this. This API Key will be used again in the Aeon Customization Manager.
    Base Webservice URL This URL should point to your Aeon Web Platform. This will look like https://your.Aeon.server.name/aeon/WebPlatform/. The URL must contain https and you must have an SSL certificate installed.
    Description Fill in a description that helps you identify that this entry points to the Aeon Web Platform.
  3. Click Save.

Aeon WebPlatformConfig Table

Next, we will do the same in the WebPlatformConfig table in the Aeon Customization Manager.

Again, the table is under System | Integration | WebPlatformConfig.

  1. Click New Record.
  2. Create an entry for the ILLiad Web Platform by filling in the following values:

    ID This field is auto-generated.
    API Key This value MUST match the second entry (the Aeon Web Platform entry) in the ILLiad WebPlatformConfig table. The easiest way to make sure these values match is to copy from the ILLiad Customization Manager and paste into the Aeon Customization Manager.
    Base Webservice URL This URL should point to your ILLiad Web Platform. This will look like https://your.ILLiad.server.name/ILLiadWebPlatform/. The URL must contain https and you must have an SSL certificate installed.
    Description Fill in a description that helps you identify that this entry points to the ILLiad Web Platform.
  3. Click Save.

WebPlatformConfig Key

Now that we have made the needed entries in the WebPlatformConfig tables, we need to enter a WebPlatformConfig Key value. This key tells ILLiad which platform configuration entry to use when trying to talk to its own web platform.

This entry will be made in the ILLiad Customization Manager under System | Web Platform | ILLiadWebPlatformConfig.

  1. Click New Record.
  2. Enter the Key Value. This value will be the ID number for the WebPlatformConfig table entry (made in the ILLiad Customization Manager) that identifies the ILLiad Web Platform. In the example we have been using, the value will be set to 1.
  3. Click Save.

External Field Mapping

The last step in integrating ILLiad and Aeon is filling out the ExternalMapping table in the ILLiad Customization Manager. This table identifies how fields will be mapped from ILLiad to Aeon.

This would be best to discuss between the Special Collections and Interlibrary Loan departments to make sure relevant data gets to the best fields in Aeon.

This entry will be made in the ILLiad Customization Manager under System | Integration | ExternalFieldMapping.

  1. Click New Record.
  2. Create an External Field Mapping entry by filling in the following values:

    Name The name of the mapping entry, either Loan or Photoduplication.
    Value This identifies which ILLiad field value is sent to Aeon. It can also contain more than one ILLiad field value separated by text or spaces to be combined into one field in Aeon. See example below for more details.
    SystemID This number MUST correspond with the WebPlatformConfig table entry (in the ILLiad Customization Manager) that identifies the Aeon Web Platform. In the example we have been using, the value for each entry in the ExternalFieldMapping table will be set to 2.
    ExternalType Identifies the type of field to which you are mapping. At this time there are only two valid values:
    Transaction maps directly to an Aeon Transaction field.
    Parameter includes the value as a GET parameter when sending the request to the Aeon web platform. Currently the only valid parameter entry is IsPhotoduplicationRequest and that entry is required in the ExternalField entry if Parameter is chosen.
    ExternalField This identifies the actual field name in Aeon to which the value will be mapped from ILLiad.
  3. Click Save.

External Field Mapping Guidelines

External Field Mapping entries will be different from institution to institution depending on specific needs and policies.

  • You will need to create a generic ILL user account in your Aeon database. All requests from ILLiad will be mapped to this username in Aeon.
  • You will need the following entries in your ExternalFieldMapping table for the ILLiad/Aeon integration to work properly:
Name Value SystemID ExternalType ExternalField
Loan False

2

Parameter IsPhotoduplicationRequest
Photoduplication True

2

Parameter IsPhotoduplicationRequest
Loan ill_user (or the username you have created in Aeon to accept ILLiad requests)

2

Transaction Username
Photoduplication ill_user (or the username you have created in Aeon to accept ILLiad requests)

2

Transaction Username
  • The following are some example transaction entries that you can use as a template for more entries:
Name Value SystemID ExternalType ExternalField
Loan <#Transaction Field="LoanTitle">

2

Transaction ItemTitle
Photoduplication <#Transaction Field="PhotoJournalTitle">

2

Transaction ItemTitle
Loan <#Transaction Field="PublicationPlace"> - <#Transaction Field="PublicationDate">

2

Transaction ItemPublisher
Photoduplication <#Transaction Field="PhotoJournalVolume"> : <#Transaction Field="PhotoJournalIssue">

2

Transaction ItemVolume

 

 

Questions?

If this article didn’t resolve your issue, please contact Atlas Support for assistance:

Contact Support