Sparx Systems Forum
Enterprise Architect => Bugs and Issues => Topic started by: SteveHickey on February 22, 2011, 04:34:19 pm
-
We have a couple of EA Projects from a year ago that have security enabled. Unfortunately, the standard password has not been used and we are unable to access the project files.
Is there any work around that would enable us to access the project files without us having to recreate these files?
-
Yes, there is a hack:
- Create a new project with security enabled
- Create a new user and pasword in this new project
- Open the new project with ms-access and open table t_secuser
- Copy the value of the column password of your new user
- Open the old project with ms-access and open tabe t_secuser
- Paste the just copied value in the password column
- Close databases
- Open the old project and login with the password of the new user on the new project.
Geert
-
..even shorter.
Open the t_sec users table and delete the password against the specific user. ( set Password = "" )
Then log in leaving the password blank.
-
Hmm, why take the easy road when you can take the hard road as well ;D
Geert