Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I am looking to transfer some content between two 5.3 instances, but I cannot get the import to work. I have tried this in 5.6.1 and I get the same issue. I have carried the following,
Exported using
C:\Development\export>vlt --credentials admin:admin export -v http://localhost:4502/crx /content/vault vault
Tried Importing
C:\Development\export\vault>vlt import -v http://localhost:4502/crx . /Connecting via JCR remoting to http://localhost:4502/crx/serverCollecting import information...Installing node types...- cq -> http://www.day.com/jcr/cq/1.0- sling -> http://sling.apache.org/jcr/sling/1.0- jcr -> http://www.jcp.org/jcr/1.0- nt -> http://www.jcp.org/jcr/nt/1.0- mix -> http://www.jcp.org/jcr/mix/1.0[ERROR] import: java.lang.UnsupportedOperationException: JCR-2003. Implementation missing
Any ideas why this is failing?
Solved! Go to Solution.
Have you tried to use vlt rcp to transfer the content directly from one instance to the other: http://cq-ops.tumblr.com/post/43179911102/how-to-efficiently-copy-large-amounts-of-content
View solution in original post
I have never used VLT to transfer between 2 CQ versions.
However - it works great between a Java IDE and the JCR.
See:
https://helpx.adobe.com/experience-manager/using/creating-aem-project-using-eclipse.html
Check your commands against the docs here:
http://docs.adobe.com/docs/en/crx/2-3/how_to/how_to_use_the_vlttool.html
Views
Likes
Replies