Hi Jason Thanks for this. In this particular instance the library in question would like the borrowers to be loaded automatically to a restricted borrower category so that they meet current customer service response standards and minimise staff intervention. I have a feeling that the problem may be caused by something to do with the address fieldmapper object - I have seen something in the log about no response being returned within 10 seconds so the transaction is rolled back.
Thanks Mark On 19 Dec 2011, at 21:16, Jason Etheridge wrote: >> I'm currently building a patron self registration form which adds the user >> details to the database by calling open-ils.actor.patron.update. > > I'd stop there and take a look at the "staging" schema. There's a > user interface in the staff client called Pending Patrons that is > meant to be populated by things like self-registration, and it pulls > from those tables. So instead of populating actor.usr directly, you'd > be going through staging.user_stage and friends. > > -- > Jason Etheridge > | Equinox Software, Inc. / The Open Source Experts > | phone: 1-877-OPEN-ILS (673-6457) > | email: [email protected] > | web: http://www.esilibrary.com
