Expand my Community achievements bar.

SOLVED

Trouble importing using vlt

Avatar

Level 3

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/server
Collecting 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?

1 Accepted Solution

Avatar

Correct answer by
Employee

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

2 Replies

Avatar

Level 10

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

Avatar

Correct answer by
Employee

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