04/08/2020

Enable SIP2 Server in Koha | How to Start SIP Server in Koha Software

By Technical Digit

You have to Enable SIP2 Server in Koha Software to integrate RFID System in your Library. Use following command to Enable SIP2 Server.

Open Terminal and run below command to enable SIP2 Server

sudo koha-enable-sip library (Here ‘library’ is instance name)

Next, Start SIP2 Server

sudo koha-start-sip library

To Stop SIP2 Server, You can use below command

sudo koha-stop-sip library

OR

Manual Start SIP2 Server in Koha:-
cd /usr/share/koha/lib
export PERL5LIB=/usr/share/koha/lib
export KOHA_CONF=/etc/koha/sites/library/koha-conf.xml
perl -IC4/SIP/ -MILS C4/SIP/SIPServer.pm /etc/koha/SIPconfig.xml

Login to SIP Server:

Login Request:

9300CNdspl|COdspl|CPDSPL|

Response:

941AY0AZFDFD

ACS Status Request:

9901002.00AY1AZFCA7

Response:

98YYYYNN02500520131212    1642512.00AODSPL|BXYYYYYYYYYYYNYYYY|AY1AZEE78

Patron Information Request:

631  20131212    164314  Y       AAdspl001|AC|AD|AODSPL|BP1|BQ20|AY2AZED40

Response:

64              00020170905    162634000000000000000000000000AODSPL|AAdspl001|AETarsem Singh|BLY|CQN|CC5|PCS|PIY|AFGreetings from Koha.|

Item Information Request:

1720170908    125036AB1234|AC|AODSPL|AY4AZF5DB

Response:

1804020120170908    125036AB1234|AJThe Moon|AQDSPL|BGDSPL|AH20171031    235900|AY4AZEB51

Item Checkin Request:

09N20170908    13432920170908    134329AB1234|AC|AODSPL|AP|BIN|CH|AY7AZEECA

Response:

101YNN20170908    134329AODSPL|AB1234|AQDSPL|AJThe Moon|AAdspl001|AY7AZEC50

 
 
 
Total Views: 2725