Z39.50 not working after upgrade to Voyager 9
- Product: Voyager
- Product Version: 9.0.0, 9.1.0
Problem Symptoms
- Other libraries are unable to connect via Z39.50
- Consortium or ILL partners unable to search catalog
Defect Status
Issue VYG-5730 is resolved for Voyager 9.1.0 and higher.
Workaround
- Edit
/m1/voyager/xxxdb/ini/z3950svr.ini
- Find the ZServer setting:
ZServer=localhost
- Change the ZServer value from "localhost" to "0.0.0.0":
ZServer=0.0.0.0
- Restart the z3950svr process for that Voyager instance:
- On Solaris:
svcadm restart xxxdb/Pz3950svr
- On Linux:
ps -ef | grep z3950 | grep xxxdb| awk {'print $2'} | xargs kill
/m1/voyager/xxxdb/sbin/Pz3950svr
- On Solaris:
Additional Information
If the server supports IPv6, use "::0" instead: ZServer=::0
- Article last edited: 17-Oct-2014