You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sparx-enterprise-archite...@googlegroups.com
Hello I have a old .eap file, and i don't know the password for this file, is there a way to open the file without the password? o a password recovery or craker? thanks
[original message]
Wyatt
unread,
May 16, 2012, 9:07:00 PM5/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sparx-enterprise-archite...@googlegroups.com
I recommend you back up your EAP before attempting anything "interesting".
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sparx-enterprise-archite...@googlegroups.com
Do you know if it's a database-level password, or is it EA's User Security feature that is prompting? �Is EA just asking for a password when opening the file, or a username and password?
If asking for a username and password, it is most likely just EA's User Security. �Try entering "admin" and "password" (these are the default credentials created by EA when security is first enabled). �If that fails, please contact sup...@sparxsystems.com and we should be able to provide some further guidance.
[original message]
philchudley
unread,
May 17, 2012, 4:29:00 AM5/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sparx-enterprise-archite...@googlegroups.com
You could modify the underlying table structure directly, by
setting the column UserSecurity in the table t_secpolices to anything other than Enabled
This may fool EA into believing that there is no security and hence no prompt for password.
However the passwords will still be set in t_secuser table
So a drastic move would be to remove all rows from t_secpolicies, t_secuser and t_secusergroup
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sparx-enterprise-archite...@googlegroups.com
I can confirm what Phil said: just clear t_secpolicies and security is turned off. I have a section about user security in my book (see link below). You can also copy a known user password to your admin's password.
(Or set the admin password to 5PDCD_FT which will enable the standard password)