myITforum.com Community Forum myITforum.com Community Forum

Home  Forums  Blogs  Live Support chat  Search Articles  Wiki  FAQ  Email Lists  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Photo Gallery  Member List  Search  Calendars  FAQ  Ticket List  Log Out

All Forums RSS Feed Subscription:


           



USMT30_X86.cab

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
  Printable Version
All Forums >> [Management Products] >> Microsoft Systems Management Server >> SMS Feature Packs >> USMT30_X86.cab Page: [1]
Login
Message << Older Topic   Newer Topic >>
USMT30_X86.cab - 2/18/2007 2:47:30 AM   
ewnk76

 

Posts: 168
Score: 0
Joined: 10/22/2006
Status: offline
FindFile: The file USMT30_X86.cab could not be found in any standard locations.  ZTIUserState   2/15/2007 3:47:41 PM      0 (0x0000)
ERROR: Unable to find USMT30_X86.cab file so it is not possible to install USMT 3.0, aborting            ZTIUserState   2/15/2007 3:47:41 PM            0 (0x0000)
ERROR - Unable to install USMT 3.0 to restore user state.   ZTIUserState   2/15/2007 3:47:41 PM            0 (0x0000)
 
am having this error in the BDD logs, nothing migrated , and i have the USMT30_X86.cab in the Tolls folder.plese help
Post #: 1
RE: USMT30_X86.cab - 2/18/2007 9:44:19 AM   
ewnk76

 

Posts: 168
Score: 0
Joined: 10/22/2006
Status: offline
its solved i use to install the USMT for xp not for vista, but one thing if i ned to use the config.xml, i use the follwing
ScanStateArgs=/v:5 /o /c /efs:copyraw /config:config.xml i have an error since i need to excluse some seting
 
any idea where to put the conig.xml
 

(in reply to ewnk76)
Post #: 2
RE: USMT30_X86.cab - 2/18/2007 1:49:03 PM   
BenpHunter

 

Posts: 142
Score: 4
Joined: 1/6/2007
From: Microsoft New Zealand
Status: offline
Config.xml needs to go in the %scriptroot% directory.

Thanks,
Ben Hunter

(in reply to ewnk76)
Post #: 3
RE: USMT30_X86.cab - 2/18/2007 3:08:13 PM   
jscheffelmaer

 

Posts: 173
Score: 1
Joined: 5/6/2002
Status: offline
And the code doesn't do it automatically so you either have to create our own custom task our just include it in the cab file for when it gets extracted.  Knida silly they have properties for the mig files but not the config.

(in reply to BenpHunter)
Post #: 4
RE: USMT30_X86.cab - 2/19/2007 3:21:30 AM   
ewnk76

 

Posts: 168
Score: 0
Joined: 10/22/2006
Status: offline
i didnt understand the steps to configre the config.xml, do i need it or its optional????

for example when i migrate fom XP, office 2003, i have the shortcut of the office???

see this

MigSys.xml. Specify this file on both command lines when the destination computer is running Windows XP to migrate operating system and browser settings.(in addition, you should specify /targetXP). You can modify MigSys.xml. When the source or destination computer is running Windows Vista, this file is not applicable because the operating system and browser settings are migrated using the manifests. Since you cannot modify the manifests, if you want to exclude certain operating system settings in this scenario, you will need to create and modify a Config.xml file.

< Message edited by ewnk76 -- 2/19/2007 4:03:35 AM >

(in reply to jscheffelmaer)
Post #: 5
RE: USMT30_X86.cab - 2/19/2007 10:09:03 AM   
jscheffelmaer

 

Posts: 173
Score: 1
Joined: 5/6/2002
Status: offline
You create your own manifests based on the MigSys, MigUser, etc.  You can even save them as 1 big manifest, lets say MIGRATE.xml.  There is no need to use a config.xml in this case.  All the config.xml does is allow you to turn on and off items very easily as opposed to opening your MIGRATE.XML file and deleting a whole section. THe config.xml also allows you to add extra items,files on to your migrate.xml again without having to modify the migrate.xml directly.  So as you can see its nice to have, but it is not required if you configure your migfile correctly to what you want.

(in reply to ewnk76)
Post #: 6
RE: USMT30_X86.cab - 2/19/2007 10:28:17 AM   
ewnk76

 

Posts: 168
Score: 0
Joined: 10/22/2006
Status: offline
but the AppMig and the user Mig is very big and hard to be edited , all that i need is the Outlock settings, and the user profile and i dnt need the office 2003 shortcut????

(in reply to jscheffelmaer)
Post #: 7
RE: USMT30_X86.cab - 2/19/2007 10:35:11 AM   
jscheffelmaer

 

Posts: 173
Score: 1
Joined: 5/6/2002
Status: offline
Yes they are big, you can remove whatever you don't want as well.  As for hard to be edited all you need is notepad. Though if you are not familiar with the syntax of the files yet then yes it would be hard to edit it no matter of the size. =)  I would experiment if I were you and see what works best for your scenario.  I will see if I can post an article on how to put the config.xml in the .CAB file for extraction.

(in reply to ewnk76)
Post #: 8
RE: USMT30_X86.cab - 2/19/2007 10:42:34 AM   
ewnk76

 

Posts: 168
Score: 0
Joined: 10/22/2006
Status: offline
thank you am waiting for your Reply , but should i :

to make it clear, i have to craete the Config.xml with this name config.xml.
then add the config.xml and cutm.xml( if i need ) in the tools folder
then do i have to add the follwing in custmsetting.ini

LoadStateArgs=/v:5 /c /lac /lae /config:config.xml
USMTMigFiles=MigApp.xml, MigUser.xml, MigCustom.xml

OR...

LoadStateArgs=/v:5 /c /lac /lae
USMTMigFiles=MigApp.xml, MigUser.xml, MigCustom.xml,config.xml

secound Q do i need to edit the ZTUuserstate.wsf .


(in reply to jscheffelmaer)
Post #: 9
RE: USMT30_X86.cab - 2/19/2007 11:10:21 AM   
jscheffelmaer

 

Posts: 173
Score: 1
Joined: 5/6/2002
Status: offline
You can not add the config.xml to the USMTMigFiles property as it will think its a mif file and not a config file. So what happens is it appends the arguments like this for scanstate. (Check the logs for verification) scanstate /i:MigApp.xml /i:MigUser.xml /i:MigCustom.xml /i:config.xml    And since config.xml is not a mig file it will error out.

Your first example is more correct, only problem is the config.xml will not be copied locally, only the mig files.
Also I believe the syntax is:
USMTMigFiles1=MigApp.xml
USMTMigFiles2=MigUser.xml 
...

So your question probably is, how do I include the config.xml so it gets copied to the local hard drive to use? And this is where i stated adding it to the USMT_X86.CAB file would solve this as it extracts all the files into the local directly.  Then you just need to make sure your scanstate/loadstate arguments have /config:config.xml as a value.

There are other ways of getting the config.xml to be copied to the local folder including modifying the zti scripts, but I don't recommend modifying the originals unless you are real confortable with the internal process and know how to solve issues when MS releases updates to the scripts.

(in reply to ewnk76)
Post #: 10
RE: USMT30_X86.cab - 2/19/2007 11:34:13 AM   
ewnk76

 

Posts: 168
Score: 0
Joined: 10/22/2006
Status: offline
also i need to use the MigCustom.xml i need to migrate the folder name data and all the PST in the C drive is this the correct syntax:

<migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/test">   
<component type="Documents" context="System">
       <displayName _locID="test">Test component</displayName>
       <role role="Data">
           <rules>
        <include>
           <objectSet>
                <pattern type="File">C:\Data\*
  • </pattern>
               </objectSet>
             </include>
               </rules>
           </role>
       </component>
    <component type="Documents" context="System">
    <displayName>PST</displayName>
    <role role="Data">
       <rules>
         <include>
           <objectSet>
             <pattern type="File"> C:\* [*.PST]</pattern>
           </objectSet>
         </include>
       </rules>
     </role>
    </component>
    </migration>

    (in reply to jscheffelmaer)
  • Post #: 11
    RE: USMT30_X86.cab - 2/20/2007 12:16:03 PM   
    jscheffelmaer

     

    Posts: 173
    Score: 1
    Joined: 5/6/2002
    Status: offline
    Try this article and see if it helps you ewnk76. You should follow every step.  Let me know if it helps.
    http://www.deployvista.com/Blog/tabid/70/EntryID/22/Default.aspx

    quote:

    ORIGINAL: ewnk76

    thank you am waiting for your Reply , but should i :

    to make it clear, i have to craete the Config.xml with this name config.xml.
    then add the config.xml and cutm.xml( if i need ) in the tools folder
    then do i have to add the follwing in custmsetting.ini

    LoadStateArgs=/v:5 /c /lac /lae /config:config.xml
    USMTMigFiles=MigApp.xml, MigUser.xml, MigCustom.xml

    OR...

    LoadStateArgs=/v:5 /c /lac /lae
    USMTMigFiles=MigApp.xml, MigUser.xml, MigCustom.xml,config.xml

    secound Q do i need to edit the ZTUuserstate.wsf .



    (in reply to ewnk76)
    Post #: 12
    RE: USMT30_X86.cab - 2/21/2007 6:08:39 AM   
    ewnk76

     

    Posts: 168
    Score: 0
    Joined: 10/22/2006
    Status: offline
    forget about the Config.xml,ok i use to Edit the MIGSYS, MIGAPP,MIGUser and recap the Files, and copy
    them to the Tools, its working know but i have to configre spasfic settings
    for Line Busness application:

    Do i need to Use the Appmig or Cutm One
    And if i use the Cus.xml wher i should Put IT
    Whats the Importent thing I should look for in the settings and the files


    thank you


    (in reply to jscheffelmaer)
    Post #: 13
    RE: USMT30_X86.cab - 3/11/2007 10:14:57 AM   
    ewnk76

     

    Posts: 168
    Score: 0
    Joined: 10/22/2006
    Status: offline
    thanks for me i will use diffrant package, since its for diffrant location and deffrant departmant

    (in reply to ewnk76)
    Post #: 14
    RE: USMT30_X86.cab - 3/20/2007 12:22:24 PM   
    wbhatti

     

    Posts: 1
    Score: 0
    Joined: 3/20/2007
    Status: offline
    Dear cheffelmaer
     
      We follow the blog on www.deployvista.com to creat the ZTEUSMTConfigFile.swf and imbed ZTI, it works fine and all customize xml file and config.xml file was copied to %Program Files%USMT30 folder. but we got a rc=35 error when scanstate doing user state estimate.  according to the log is said can not find the config.xml file.
    do we need include full path of config.xml (e.g  /Config:"c:\progam files\usmt30\config.xml"). below the command line generate by zteusmtconfigfile.swf and role define in cs.ini.   Thanks for the fantastic script!
     
    "About to run command: cmd /c ""C:\Program Files\USMT30\scanstate.exe" /v:5 /o /c /uel:14 /ue:a* /i:MigApp.xml /i:MigUser.xml /i:MigSys.xml /i:Custom.xml /config:config.xml "C:\MININT\SMSOSD\OSDLOGS\usmtestimate" /p /nocompress /l:C:\MININT\SMSOSD\OSDLOGS\USMTestimate.log /progress:C:\MININT\SMSOSD\OSDLOGS\USMTestimate.prg > nul 2>&1""
     
     

    [USMTSettings]
    USMTMigFiles1=MigApp.xml
    USMTMigFiles2=MigUser.xml
    USMTMigFiles3=MigSys.xml
    USMTMigFiles4=Custom.xml
    USMTConfigFile=Config.xml

    [Default]
    OSInstall=Y
    OSDINSTALLSILENT=1
    ComputerBackupLocation=None
    ScanStateArgs=/v:5 /o /c /uel:14 /ue:a*
    LoadStateArgs=/v:5 /c /lac

     

    (in reply to ewnk76)
    Post #: 15
    RE: USMT30_X86.cab - 3/29/2007 7:04:14 AM   
    ewnk76

     

    Posts: 168
    Score: 0
    Joined: 10/22/2006
    Status: offline
    i have the same error , how did you solve this issue.

    thank you

    (in reply to wbhatti)
    Post #: 16
    RE: USMT30_X86.cab - 4/3/2007 8:49:05 PM   
    BenpHunter

     

    Posts: 142
    Score: 4
    Joined: 1/6/2007
    From: Microsoft New Zealand
    Status: offline
    Here is a good blog on using USMT with BDD 2007 from Michael Niehaus, maybe it will help.

    http://blogs.technet.com/mniehaus/archive/2007/03/22/tips-for-integrating-usmt-3-0-into-bdd-2007.aspx

    Thanks,
    Ben Hunter

    (in reply to ewnk76)
    Post #: 17
    RE: USMT30_X86.cab - 4/4/2007 2:10:55 PM   
    ewnk76

     

    Posts: 168
    Score: 0
    Joined: 10/22/2006
    Status: offline
    thank you, i have seen this before, any way the case was solved below you can find the detail..


    First we isolated the Xml files in separate lab then we test the Xml files using “scanstate/loadstate” commands and there was no IE 7 crash, so we isolated our thoughts and found that the problem related to some  domain issues that affect the migration process ,after that we remove the user from Group Policy Settings ( GP ) and start testing the migration , and after tracking settings in the group policies we found that -Proxy Settings- were responsible of windows crash and the – exception syntax- in the Proxy Settings is the main reason for our problem ,that’s why I didn’t figure it out because it didn’t make any problem using Windows XP or vista machine that not migrated using usmt.

    it seeme a needle in hay stack...

    thank you .

    (in reply to BenpHunter)
    Post #: 18
    RE: USMT30_X86.cab - 5/1/2007 4:47:04 PM   
    jscheffelmaer

     

    Posts: 173
    Score: 1
    Joined: 5/6/2002
    Status: offline
    Sorry I did not get notified that this thread updated! =/   The error 35 you are seeing seems to have to do with ZTI having a different working directly that LTI deployment.  Therefore the c:\minint\smsosd\osdlogs folder is the default folder and scanstate is looking there instead to find the config.xml, even though it is indeed in the tools\x86 folder.  I am looking into why this is the case now.  For a workaround you could modify the script and give it the full path of the config file: Let me know if this works for you.

    ZTEUSMTConfigFile.wsf

    The section in bold is changed to reflect full path.

    quote:


    sBaseArgs = oEnvironment.Item("ScanStateArgs")
     If sBaseArgs = "" then
      sBaseArgs = "/v:5 /o /c"
     End if
     sBaseArgs = sBaseArgs & " /config:" & sUSMTPath & "\" & sUSMTConfigFile
     oEnvironment.Item("ScanStateArgs") = sBaseArgs


    Edit:
    Put quotes around the path incase you have spaces in the path name:
    sBaseArgs = sBaseArgs & " /config:" & Chr(34) & sUSMTPath & "\" & sUSMTConfigFile & Chr(34)


    < Message edited by jscheffelmaer -- 5/1/2007 5:52:03 PM >

    (in reply to wbhatti)
    Post #: 19
    RE: USMT30_X86.cab - 5/7/2008 4:46:05 PM   
    old_chicago

     

    Posts: 34
    Score: 0
    Joined: 2/21/2008
    Status: offline
    quote:

    So your question probably is, how do I include the config.xml so it gets copied to the local hard drive to use? And this is where i stated adding it to the USMT_X86.CAB file would solve this as it extracts all the files into the local directly. Then you just need to make sure your scanstate/loadstate arguments have /config:config.xml as a value.


    Hi Jason,

    This is exactly what I am trying to do with my confg.xml and custom.xml (the one you helped me with yesterday).  So, you're saying I need to add these two files to my .CAB file?  How exactly do I go about doing this?  Here is what my cs.ini looks like:

    USMTSettings]
    ;ScanStateArgs=
    ;LoadStateArgs=
    USMTMigFiles1=migapp.xml
    USMTMigFiles2=migsys.xml
    USMTMigFiles3=miguser.xml
    USMTMigFiles4=Custom.xml
    USMTConfigFile=Config.xml
    UserDataLocation=\\server\usmt301\migdata

    Now, like you said, I need to get the custom.xml and config.xml to copy down to the local PC when USMT is executed from MDT litetouch.vbs

    What steps should I follow to get this result?

    Thanks,

    OC


    (in reply to jscheffelmaer)
    Post #: 20
    RE: USMT30_X86.cab - 5/7/2008 4:56:35 PM   
    old_chicago

     

    Posts: 34
    Score: 0
    Joined: 2/21/2008
    Status: offline
    Jason,

    I should add that I'm using LTI, not ZTI.

    Thanks,

    OC

    (in reply to old_chicago)
    Post #: 21
    RE: USMT30_X86.cab - 5/7/2008 5:06:04 PM   
    jscheffelmaer

     

    Posts: 173
    Score: 1
    Joined: 5/6/2002
    Status: offline
    Hi OC,

    No you are in luck, all the information you see here above only applied to the initial release of BDD 2007.  With MDT all you will need to is set the USMTConfigFile property within your customsettings.ini, this feature was not provided in the initial release of BDD 2007.

    So you should have something like as you have it:   This will automatically copy these files from the scripts or usmt folder over locally to the drive when it runs USMT.  Check the BDD.log if it is not copying and find out why.

    P.S.  Why are you commenting out your ScanstateArgs and LoadStateArgs?  If you plan on MDT controlling the execution you may want to enable your args here.

    [USMTSettings]
    ScanStateArgs= /uel:14   (etc etc)
    LoadStateArgs=
    USMTMigFiles1=migapp.xml
    USMTMigFiles2=migsys.xml
    USMTMigFiles3=miguser.xml
    USMTMigFiles4=Custom.xml
    USMTConfigFile=Config.xml
    UserDataLocation=\\server\usmt301\migdata

    < Message edited by jscheffelmaer -- 5/7/2008 5:07:18 PM >


    _____________________________

    Jason Scheffelmaer
    Systems Integration Specialist


    (in reply to old_chicago)
    Post #: 22
    RE: USMT30_X86.cab - 5/8/2008 11:43:26 AM   
    old_chicago

     

    Posts: 34
    Score: 0
    Joined: 2/21/2008
    Status: offline
    Hi Jason,

    Great, that clears some things up for me.  The only thing I'm not quite certain at this point is where exactly the config.xml and custom.xml file needs to be placed on the MDT server?  Do they both go in the tools\x86 directory? or should they go in the scripts directory?

    (in reply to jscheffelmaer)
    Post #: 23
    RE: USMT30_X86.cab - 5/8/2008 11:47:47 AM   
    jscheffelmaer

     

    Posts: 173
    Score: 1
    Joined: 5/6/2002
    Status: offline
    If I recall correctly you will want to place them in the same location as the default xml files you will be using as well (migapp.xml, etc) which if I remember correctly is Tools\x86.

    Once you do this, run thru the process and the BDD.log will show you ever step including the copying of the files from where to where, and the scanscate command line and switches and all.

    Once you move to SCCM Task sequencing it changes a little bit.

    _____________________________

    Jason Scheffelmaer
    Systems Integration Specialist


    (in reply to old_chicago)
    Post #: 24
    RE: USMT30_X86.cab - 5/8/2008 11:55:32 AM   
    old_chicago

     

    Posts: 34
    Score: 0
    Joined: 2/21/2008
    Status: offline
    Jason,

    I don't see the other .xml files (miguser, migapp, etc.) in the tools\x86 directory.  I do, however, see the MSI for USMT in this directory.  I ran a search on the files and couldn't find them in the distribution folder.

    O.C.

    (in reply to jscheffelmaer)
    Post #: 25
    RE: USMT30_X86.cab - 5/8/2008 12:11:38 PM   
    jscheffelmaer

     

    Posts: 173
    Score: 1
    Joined: 5/6/2002
    Status: offline
    Oh that is right, because the process actually installs USMT if it files the installation file.  Go ahead and place your two xml files here as well and run through a test procedure.

    _____________________________

    Jason Scheffelmaer
    Systems Integration Specialist


    (in reply to old_chicago)
    Post #: 26
    Page:   [1]
    All Forums >> [Management Products] >> Microsoft Systems Management Server >> SMS Feature Packs >> USMT30_X86.cab Page: [1]
    Jump to:





    New Messages No New Messages
    Hot Topic w/ New Messages Hot Topic w/o New Messages
    Locked w/ New Messages Locked w/o New Messages
     Post New Thread
     Reply to Message
     Post New Poll
     Submit Vote
     Delete My Own Post
     Delete My Own Thread
     Rate Posts




    Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

    0.344