Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

​Details


This investigation performs a RTAC lookup against a folio instance and tries to assess as to whether the right RTAC module is installed on that instance or not.

 Requirements
  1. The apikey for the site

  2. 1 or more instance identifiers thatRTAC information is required for

  3. The edge url for the site

 Steps
  1. Run the script getFolioRtac.sh as follows

    1. ./getFolioRtac.sh -a <apikey> -i <instanceIds> -u <folioEdgeUrl>

 Results

If you have json output that looks like availability information then the script has successfully run, otherwise you will need to check the arguments you supplied were correct, if you supplied more than instanceId then they are comma separated.

If holdings are returned then it also checks the details for the first instance returned as a check to see if the correct rtac module has been installed, if you receieve the message

"Unable to locate one of locationCode, materialType.name or library.name, does the folio tenant have the correct rtac module installed"

then there is a reasonable chance that an incorrect variant of RTAC is installed on the folio instance.

whereas if you received the message

"The locationCode, materialType.name and library.name properties have been detected, therefore the correct rtac module is installed"

Then the correct variant of RTAC is installed as all the additional pieces of information we expect to receive are there.

  • No labels