cancel
Showing results for 
Search instead for 
Did you mean: 

Importation from a generated ACP file in Alfresco 2.0

alexfern
Champ in-the-making
Champ in-the-making
Hello,

I'm testing a migration of a Zope application to alfresco, I build an ACP file from an exported one as template. The content model is ok.

The xml file of the ACP package contain a folder and severals contents into it.

I can import successfully a folder with one content.

But, when I put severals contents into the folder in the xml I've got an integrity error in  trying to import it with the Web Client.
The traceback in catalina.log give me a content in error, but I cannot find it with the Node browser.

I juste repeat the element of my content into the xml file like the first step that working with only one document.

Note :

All uuid of generated content into the xml are uniques and there is no conflict with existing one in database.

Do you have any clue please ?

Thank you by advance.

Best regards.

Alex.
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
By default, Folder and File names must be unique within their parent folder context - is that your issue? If not, it could the characters in the names of the files/folder - again by default we have a pattern that the names must match to stop characters that WebDav and CIFS do not support. These settings can be changed in the contentModel.xml if required.

Thanks,

Kevin

alexfern
Champ in-the-making
Champ in-the-making
In fact, the problems was from all (name, caracters, …)

I have resolved it step to step and it is working now.

Thanks a lot.