You have to add the user you want to the the SIPserver.xml file for there to be a SIP account for them to use, then restart the SIPserver.  

It should NOT be your kohaadmin (or koha "root") account from koha-conf.xml, because that is not a real user.  That is, there is no entry in the borrwers table for it.  And it is bad security practice to use your most priviledged account for what should be restricted-priviledge operations.

--
Joe Atzberger
LibLime - Open Source Library Solutions

2009/5/8 chirag purohit <chiragpurohit85@gmail.com>
Hello All,

I am trying to configure SIP2 in koha and I followed the link:

https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/Appendicies/sip2-integration

I also able to start the sip2 server using the command given.
I also verified this using grep command.

I have created user kohaadmin with password smartant and given him all privileges,but when I tried to log as kohaadmin I got the following error.


Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri May  8 12:05:42 2009 from pyther-699f23ee.local
chirag@debian:~$ cd $PERL5LIB/C4/SIP
chirag@debian:~/koha/lib/C4/SIP$ perl -I./ ./SIPServer.pm ./SIPServer.xml >~/sip_log.out 2>~/sip_log.err &
[1] 7983
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.
[1]+  Done                    perl -I./ ./SIPServer.pm ./SIPServer.xml >~/sip_log.out 2>~/sip_log.err


Thanking you in advance.
--
Purohit Chirag