Answered by:
Sitemap Unprocessed: cannot import solution

Question
-
Hey!
I am importing a managed solution but the import stops without giving any specific error.
By downloading the ImportLog I noticed that it stops while trying to load the SiteMap. There is no reference or errorcode, it just says Unprocessed.
Is there a way to get more information out of the process?
Does anyone have seen something similar before?
Tuesday, August 6, 2013 1:56 PM
Answers
-
Hi,
If you are OnPrem you could try:
Select top 1 data, StartedOn from ImportJob (nolock) order by startedon desc
That might give you more info - if not use the DiagTool and capture the trace whilst importing.
http://crmdiagtool2011.codeplex.com/
hth
Scott Durow
Blog www.develop1.netFollow Me
Rockstar365
If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"- Proposed as answer by Scott Durow (MVP)MVP, Editor Tuesday, August 6, 2013 8:48 PM
- Marked as answer by MarcoPierobon Tuesday, August 6, 2013 9:36 PM
Tuesday, August 6, 2013 8:48 PMAnswerer
All replies
-
Hi,
If you are OnPrem you could try:
Select top 1 data, StartedOn from ImportJob (nolock) order by startedon desc
That might give you more info - if not use the DiagTool and capture the trace whilst importing.
http://crmdiagtool2011.codeplex.com/
hth
Scott Durow
Blog www.develop1.netFollow Me
Rockstar365
If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"- Proposed as answer by Scott Durow (MVP)MVP, Editor Tuesday, August 6, 2013 8:48 PM
- Marked as answer by MarcoPierobon Tuesday, August 6, 2013 9:36 PM
Tuesday, August 6, 2013 8:48 PMAnswerer -
I have been using both.
The query gave me an XML file where I found this:
So it is processing it, and suddenly it stops without giving any error. I checked with a regular expression and there is no error code except for a warning, that has not been a problem in other environments.
Friday, August 9, 2013 1:34 PM -
The Dialog Tool gave me several files, I have been grepping the Solution name and the output has been the repetition of the aforementioned XML file.
Is there a better way to look for errors after an attempted Solution Import?
Friday, August 9, 2013 1:36 PM -
I'm afraid not - the format of these files is fairly free-form other than the datetime stamp.
hth
Scott Durow
Blog www.develop1.netFollow Me
Rockstar365
If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"Friday, August 9, 2013 1:40 PMAnswerer -
It is possible to filter by the GUID of the user who run the import and have better information.Monday, August 12, 2013 8:06 AM