-0600
Subject: [SR-Users] login to siremis failed 'siremis.user' doesn't
Hi There, A fast solution would be to re-run the installation procedure. To do
so , follow the steps below : a)Remove siremis-4.0.0/siremis/install.lock
b)While reinstalling and setting up the database propertie
Hi There,
A fast solution would be to re-run the installation procedure. To do so ,
follow the steps below :
a)Remove siremis-4.0.0/siremis/install.lock
b)While reinstalling and setting up the database properties , check all of
the options available at the bottom of the form .
That
When I attempted to login to siremis , i got the following errors "Base table
or view not found: 1146 Table 'siremis.user' doesn't exist"
And then I created the table manually using the following commands
CREATE TABLE `user` (
`SYSID` int(11) NOT NULL auto_increment,
`USERID` varchar(15