What is the command that you are using to launch the SIP Server, sounds like a pathing problem to me…

 

Scott Kushner

Information Technologies

Middletown Public Library

From: koha-devel-bounces@lists.koha.org [mailto:koha-devel-bounces@lists.koha.org] On Behalf Of chirag purohit
Sent: Saturday, May 09, 2009 3:12 AM
To: koha-devel@lists.koha.org
Subject: [Koha-devel] SIP2 server Integration Error

 

Hello All

I have configured SIP server on my koha.

In the SIPServer.xml I have set institution id as "VSL",as one of my library code is "VSL",and implementation="ILS" as it was default.


<institution id="VSL" implementation="ILS" parms="">
          <policy checkin="true" renewal="true"
            status_update="false" offline="false"
          timeout="100"
            retries="5" />
    </institution>

But when I tried to login using telenet I am getting following error.Here kohaadmin is just opac user and I have given him all the permission.

kohaadmin is also available in borrower table.

chirag@debian:~/koha/lib/C4/SIP$ telnet localhost 8023
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
login: kohaadmin
password: smartant

Connection closed by foreign host.

If I use illegal user name or password (which does not have account) it gives me following error.

chirag@debian:~/koha/lib/C4/SIP$ telnet localhost 8023
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
login: blabla
password: blabla
Invalid login


Regards,
--
Purohit Chirag