Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Does Primo Central return results for a particular PC key?

    • Article Type: Q&A
    • Product: Primo
    • Product Version: 4

    Question

    Does Primo Central return results for a particular PC key?
    Is Primo Central responding?
    Is access to Primo Central blocked?

    Answer

    1. SSH to the Primo Front End server
    2. Run the command shown in Additional Information
    - Replace [PCKEY] with your Primo Central Key
    - Replace [QUERY] with a search term
    3. Review the results

    Additional Information

    You can find your Primo Central Key in the Primo Back Office under Ongoing Configuration Wizards > Institution Wizard > PC Key field.

    Command for step 2

    curl -v http://fe.p.prod.primo.saas.exlibris...rPrimoSearcher -H "Content-Type: text/xml" -H "Soapaction: ddd" --data-binary '<soapenv:Envelope xmlns:api="http://api.ws.primo.exlibris.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><soapenv:Header></soapenv:Header><soapenv:Body><api:searchXCompressed><query xsi:type="soapenc:string">[QUERY]</query><sort xsi:type="soapenc:string"></sort><strDidumean xsi:type="soapenc:string"></strDidumean><language xsi:type="soapenc:string">eng</language><strFrom xsi:type="soapenc:string">1</strFrom><strTake xsi:type="soapenc:string">10</strTake><asFull xsi:type="xsd:boolean">false</asFull><searchAuthorization xsi:type="soapenc:string">[PCKEY]</searchAuthorization><availabilityAuthorization xsi:type="soapenc:string">[PCKEY]</availabilityAuthorization></api:searchXCompressed></soapenv:Body></soapenv:Envelope>'

     

    • Was this article helpful?