[OPEN-ILS-DEV] srfsh# login admin open-ils says admin account is inactive
Mike Rylander
mrylander at gmail.com
Thu Mar 19 21:06:02 EDT 2009
On Thu, Mar 19, 2009 at 8:52 PM, Zachary Tucker <zbtucker at gmail.com> wrote:
> Hello all!
> I have installed OpenSRF 1.0.4 and Evergreen 1.4 and have gotten down to the
> last step: the test. That is where I run into problems. When I run the
> login admin open-ils command in the srfsh command line, I get that the
> request has been received, but then it takes a long time. After the long
> time has passed, I get a message saying that opensrf.authorization.init
> failed, and that the admin user is inactive.
> Anyone know of common symptoms and solutions?
I believe the following SQL will fix the issue:
INSERT INTO permission.usr_work_ou_map (usr, work_ou) VALUES (1, 1);
The next release, 1.4.0.3 (which was going out the door when a bug was
discovered, so is being re-wrapped), includes this in the DB upgrade
script. Concurrent with that release will be a new release of OpenSRF
(1.0.5) which addresses some Internet Explorer issues in the OPAC.
--
Mike Rylander
| VP, Research and Design
| Equinox Software, Inc. / The Evergreen Experts
| phone: 1-877-OPEN-ILS (673-6457)
| email: miker at esilibrary.com
| web: http://www.esilibrary.com
More information about the Open-ils-dev
mailing list