Trouble importing using vlt | Community
Skip to main content
New Participant
October 16, 2015
Solved

Trouble importing using vlt

  • October 16, 2015
  • 2 replies
  • 772 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ogill

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

2 replies

smacdonald2008
New Participant
October 16, 2015

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

ogillAccepted solution
Employee
October 16, 2015

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