On 19 May 2017 at 09:07, vikram zadgaonkar <vikramczadgaonkar@gmail.com> wrote:
We are working on NCIP server integration with koha.We are looking for support for the same.
Currently, ncip framework (server and responses etc) appears to be working. However, data from koha db is not being picked up. There appears to be some communication error between the koha library (C4) and ncip server's modules.
Are you using the NCIPServer created by Chris Cormack/Catalyst and later forked/developed by several people, including ByWater and myself? If so: How are you running it? I run it something like this: $ sudo KOHA_CONF=/etc/koha/sites/koha/koha-conf.xml perl -I/home/magnus/kohaclone/ bin/ncip_dancing.pl --port 80 KOHA_CONF=/etc/koha/sites/koha/koha-conf.xml is the path to the koha-conf.xml of the Koha instance that NCIPServer should be talking to. -I/home/magnus/kohaclone/ is the path to where the C4 and Koha folders are. This is how NCIPServer knows where to find the C4:: and Koha:: modules it needs. Hope that helps, Magnus Libriotech