cancel
Showing results for 
Search instead for 
Did you mean: 

Import acp via commandline

rmahepal
Champ in-the-making
Champ in-the-making
Hi there,

I found a export & import command line tool for a linux Unix environment.
It is a script which work with any version of Alfresco.
Here's the link: https://issues.alfresco.com/jira/browse/ETHREEOH-2499 

I want to import a certain space (test.acp) from one environment (application 1) to another environment (application 2).
The test.acp is a export of the test space of the application 1.
When i run this script i see 'import successfully' in the terminal.
What i don't see is the space in the application 2.

The script is fine.
Does anyone know if i should run another script or perform a certain action after the command line so that i can see the test space in my application 2?

Any kind of help would be most welcome.

Thanks in advance.

Kind Regards,
Reena
2 REPLIES 2

joe_l3
Star Contributor
Star Contributor
Hi,
after the export on application 1, have you run the import command on application 2 ?

run export on application1:
export -user admin -pwd admin -store workspace://SpacesStore  -verbose test.acp

run import on application2:
import -user admin -pwd admin -store workspace://SpacesStore  -verbose test.acp

Take a look here: http://wiki.alfresco.com/wiki/Export_and_Import

joe.l3

rmahepal
Champ in-the-making
Champ in-the-making
Hi,

Yes i run the import command on application 2 but nothing.
We just gave it upSmiley Sad

Thanks.

Kind Regards,
Reena