[OPEN-ILS-DEV] Can't connect with client
Bill Ott
bott at grpl.org
Sat Mar 17 23:16:05 EDT 2007
Bill Erickson wrote:
> I think the next place to look is the database. open-ils.auth relies
> on open-ils.cstore for retrieving data. In srfsh, try something like:
>
> srfsh# request open-ils.cstore
> open-ils.cstore.direct.actor.user.retrieve 1
>
> "1" is the ID of the user object to retrieve and the supplied "admin"
> user will usually have a default ID of 1. If you like, you can
> verify that in the database with "select id from actor.usr where
> usrname = 'admin';"
>
> Let us know if this srfsh request works.
>
> -bill
I'm making baby steps here. The cstore listener was running, but not
the drone. Turns out I had a problem with libdbi. I have that
corrected, and now the srfsh command properly returns the "admin"
record. Unfortunately, the client still gives me the same ol' message.
More information about the Open-ils-dev
mailing list