New features Please use http://kentico.uservoice.com as the primary place to submit your suggestions and allow others to vote for your ideas!
Version 5.x > New features > Import toolkit 5.5 helpful data import error message View modes: 
User avatar
Member
Member
lancetek - 5/18/2011 4:31:58 AM
   
Import toolkit 5.5 helpful data import error message
If the documenturlpath is too long I get this error:

An error occured on import: [DocumentHelper.InsertDocument]: Parent node does not exist!

Which is not a particularly helpful error for the documenturl being too long! I'd like to see more helpful error messages.


FYI:


In fact after a bit of experimentation, the following works:

<mapping target="documenturlpath" source="={%Substring(article_name, 0, 111)%}" />

But I find a documenturl length of 111 chars to be odd.