cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade to version 1.3 ERROR

kun_skywalker
Champ in-the-making
Champ in-the-making
hi alfresco team

I have upgraded ver 1.2.1 to version 1.3
but seems there were error when migrate the MySQL content at final insert sql into access_control_entry.
I recognize that the table of access_control_entry need unique of acl_id, permission_id, authority_id, however I have duplicate of that keys in T_access_control_entry.

I skip that error message and when starting the application I've got error.
the error such like this:
17:59:04,489 ERROR [tool.hbm2ddl.SchemaUpdate] Unsuccessful: alter table child_ass
oc add index FKC6EFFF32A0F28D72 (child_protocol, child_identifier, child_guid), ad
d constraint FKC6EFFF32A0F28D72 foreign key (child_protocol, child_identifier, chi
ld_guid) references node (protocol, identifier, guid)
17:59:04,489 ERROR [tool.hbm2ddl.SchemaUpdate] Can't create table '.\alfresco\#sql
-9fc_c9.frm' (errno: 150)
17:59:04,567 ERROR [tool.hbm2ddl.SchemaUpdate] Unsuccessful: alter table child_ass
oc add index FKC6EFFF3294135688 (parent_protocol, parent_identifier, parent_guid),
add constraint FKC6EFFF3294135688 foreign key (parent_protocol, parent_identifier
, parent_guid) references node (protocol, identifier, guid)
17:59:04,583 ERROR [tool.hbm2ddl.SchemaUpdate] Can't create table '.\alfresco\#sql
-9fc_c9.frm' (errno: 150)
May 23, 2006 5:59:20 PM net.sf.joott.uno.UnoConnection connect

So help me to solve this…
can I remove the unique constraints or must I look for the duplicate permission on the running application…
What is the fastest way?

Thanks and God bless Alfresco
4 REPLIES 4

simon
Champ in-the-making
Champ in-the-making
We are not using 1.3 yet but this could be relevant for you: Announcements: 1.3 preview

There are database schema changes, so this should only be used on new DB installs: upgrade scripts will become available in the next few days.

kun_skywalker
Champ in-the-making
Champ in-the-making
Thanks Simon…

Sorry for not carefully reading the announcements, okay I will be patient to wait the next release.

Thanks again….

kun

steve
Champ in-the-making
Champ in-the-making
Hi,

We have released our upgrade information.
You can find it here:
http://wiki.alfresco.com/wiki/Upgrading_to_1.3.0

Note that this will upgrade you to the current version of the Alfresco Community Preview 1.3 that we have released.

Steve

kun_skywalker
Champ in-the-making
Champ in-the-making
Thanks Steve….