Error while importing content from Alfresco 4.0.d community

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2013 07:23 AM
I am trying to import contents from live Alfresco to Development environment Alfresco Share using the steps mentioned in the following URL:
http://wiki.alfresco.com/wiki/Export_and_Import
Failed to execute import: org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 13667; column 3090 due to error: Cannot find node referenced by path cm:Test_x0020_Importing_x0020_functionality_x0020_for_x0020_Alfrescolive_x0020_to_x0020_DevelopmentEnvironment
It looks like there is some issue with the length of the filename. Is it that the filename should be lesser than 100 characters for import/export to work correctly?
If so, is this maximum filename size configurable ?
http://wiki.alfresco.com/wiki/Export_and_Import
Failed to execute import: org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 13667; column 3090 due to error: Cannot find node referenced by path cm:Test_x0020_Importing_x0020_functionality_x0020_for_x0020_Alfrescolive_x0020_to_x0020_DevelopmentEnvironment
It looks like there is some issue with the length of the filename. Is it that the filename should be lesser than 100 characters for import/export to work correctly?
If so, is this maximum filename size configurable ?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2013 01:44 AM
1. Check ImportComponent code if there is any hardcoded value for length of the path.
2. Are you able to import successfully if you have path less than 100 characters?
3.You can try removing the entry in exported .acp file for the mentioned node and check if import succeeds.
2. Are you able to import successfully if you have path less than 100 characters?
3.You can try removing the entry in exported .acp file for the mentioned node and check if import succeeds.
