MTD 2012 update 1 : unable to locate the results.xml file needed to determine the deployment results

Answered MTD 2012 update 1 : unable to locate the results.xml file needed to determine the deployment results

  • Monday, October 01, 2012 3:18 PM
     
     

    Having upgraded my MTD 2010 to MDT 2012 update 1,completely regenerate the boot images.I have seen similar errors but cant quite figure out what to do,

    I get the following Errors

    Cannot find script file "C:\MININT\Scripts\LTICleanup.wsf"

    when i click ok to the above,i get the following in my  Deployment summary (with yellow background)

    Operating System Deployment completed successfully.

    i get a yellow back ground after deployment in completed successfully

    During Deployment process, 0 errors and 1 warnings were reported.

    Details>>

    unable to locate the results.xml file needed to determine the deployment results. (This may be the result of mismatched script versions. Ensure all boot images have been updated)

    Are the two errors linked to each other?this has not been the case in MDT 2010 set up prior to the upgrade??

All Replies

  • Monday, October 01, 2012 4:39 PM
     
     
    The only time I saw that was with a bad xml file. what I did at the time was build a 2012 share from sctratch, and created a linked deployment share from the one with errors to the new one, replicated the content and test, it got rid of the errors.
  • Monday, October 01, 2012 8:07 PM
     
     
    strangely its happening on MDT servers which i upgraded and one i created from scratch.On the one i created from scracth,only copied the the unattend files to re-use for the task sequences and the customs ini file in the control folder of the deployment share,would it be that these files copied over may need tweaking to avoid this?
  • Tuesday, October 02, 2012 2:29 PM
     
     

    You might want to have a read of this.. I had a similar issue:

    http://social.technet.microsoft.com/Forums/en-US/mdt/thread/cb77ab5c-5f96-433f-85ae-c37b983b3856

  • Tuesday, October 02, 2012 8:59 PM
     
     

    Thanks buddy,Im going through it t try and see if i can narrow the issue down from the thread you have provided,looks helpful,Deployment completes successfully but i just want to get rid of the warning.

    i believe my unattend file recycled from MDT 2010 could also be the issue as.I will try to recreate them in MDT 2012 and try it out when i get back to work.

  • Wednesday, October 03, 2012 2:54 PM
     
     

    Thanks buddy,Im going through it t try and see if i can narrow the issue down from the thread you have provided,looks helpful,Deployment completes successfully but i just want to get rid of the warning.

    i believe my unattend file recycled from MDT 2010 could also be the issue as.I will try to recreate them in MDT 2012 and try it out when i get back to work.


    I thought (hoping) this might have been fixed in MDT update 1 but I've just started seeing it again, so I may have to amend the script as I suggested until it's fixed by MS.
  • Wednesday, October 03, 2012 3:06 PM
     
     

    well,i have tried creating a fresh unattend file but still get the same issues poping up right after deployment. Regenerating the boot images doesn't seem to help either.

    As mentioned,the first message that pops up is this one below,but obviously the MININT Folder gets deleted after deployment completes which is good

    Then when i OK the above, the Deployment summary comes up yellow with 0 errors and 1 warning,I still just don't understand why

  • Thursday, October 11, 2012 7:53 AM
     
     

    You say you regenerated the boot images.

    Could you delete the entire contents of the boot folder and then update your deployment share, to recreate your boot images from scratch.

    See if that sorts this.


    Blog: http://scriptimus.wordpress.com


  • Thursday, October 11, 2012 11:33 AM
     
     

    Hi Edward,

    did you find a solution for the warning "with succes"?

  • Thursday, October 11, 2012 12:23 PM
     
     

    Hi guys many thanks for your responses,sorry have been busy off MDT:

    yes,I tried this(deleting boot files) but  this didn't resolve the problem either.My last resort will be to recreate new wims in MDT 2012 as they were all created in MDT 2010 as they may have remnants of issues from 2010 that 2012 cannot update.I will surely post back with the outcome of this.

    Cheers Ed.

  • Friday, October 12, 2012 5:53 AM
     
     

    Hello,

    i have found the solution for me!

    - Created new Distribution-share

    - Copied TS to new DS

    - Imported (same) reference-image in DS

    - Added reference-image to the new TS

    Completed Succes!

  • Tuesday, October 16, 2012 9:05 AM
     
     

    Hello,

    i have found the solution for me!

    - Created new Distribution-share

    - Copied TS to new DS

    - Imported (same) reference-image in DS

    - Added reference-image to the new TS

    Completed Success!

    Thanks for your response sir, I will try to again recreate another DS,this is what i did on another PC after the upgrade on the first one.I will post back again
  • Tuesday, October 16, 2012 9:58 PM
     
     Answered

    SUCCESS FINALLY!

    After endless "debugging" I finally found out what was causing the two Error messages.It turns out the unattend files I resused from MDT 2010 contained a command line to get rid of the MININT Folder contents after deployment (though it never worked in 2010 strangely),a task which MDT 2012 now does itself.

    Explanation of Errors: In the few seconds before deployment would complete,the command line in the Task Sequence would execute and completely Delete the contents of the MININT Folder which had all the Scripts (C:\MININT\Scripts) hence the first  MDT error >>could not find ‘LTICleanUP.wsf’ << which is the script responsible for cleaning up all the junk after Deployment

    This was the same case as the Results.xml file in the C:\MININT\Scripts folder which would also get deleted before MDT determined the Final results of the Deployment in the Final summary hence the ‘1’ Warning in the Final Summary.

    Once I cleared out the Command line in the TS and redeployed,the Error ‘could not find ‘LTICleanUP.wsf’ did not pop up and the Final summary reported like normal with ‘0’ Errors and ‘0’ Warnings plus the normal Gray Background.

    I am Guessing MVD12345 you too also made a modification to your TS in MDT 2010 prior to the upgrade as you also encountered the same error.

    Many thanks again to all who followed this post with suggestions!


    • Edited by EdwardMj Tuesday, October 16, 2012 9:59 PM
    • Marked As Answer by EdwardMj Tuesday, October 16, 2012 9:59 PM
    •