Deployment Solution

 View Only
  • 1.  Issue with DS 6.9 SP6 and Windows 8

    Posted Jan 15, 2014 11:28 AM

    Hi everyone,

     

    I have an issue with the couple DS 6.9 SP6 and Windows 8 and 8.1

     

    My Sient Installation Process Job (Windows 8 and 8.1) contain this basics tasks :

    - Diskpart script

    - Windows installation with unattend.xml (DAgent installed with FirstLogonCommand)

    - 1st Script Task (On Production)

    - 2nd Script Task (On Production)

     

    Randomly the 2nd Task is not run on the client !!

    The 1st Task was completed sucessfully but sometime the 2nd Task is not started.

     

    Is that someone already encountered this problem ?

     

    Thanks in advance.



  • 2.  RE: Issue with DS 6.9 SP6 and Windows 8

    Posted Jan 16, 2014 12:16 PM

    Question is if the task is scheduled automatically from the DS, pushed from the client, if the DAgent is connected at the time or not and also if you get any errors on the agent log. It might be worth logging verbose mode (if I'm not wrong, this is log level 7 in the registry) and check the log files there.

    You might also check the logs on the DS server, possibly they show some helpful details?

    -BBC



  • 3.  RE: Issue with DS 6.9 SP6 and Windows 8

    Posted Feb 11, 2014 06:24 PM

    I'm getting a similar issue at present.  Server running on 2008 R2 x64, WinXP, Win7 and WinPE clients.  DS 6.9 SP5 MR3.

    I've found that the workaround is to put delays into all of my jobs so the DS doesn't lose track of things.  I use ping -n 10 127.0.0.1 at the end of batch script tasks to delay things by 10 seconds.  I use the deployment task for copying files and folders rather than xcopy (eg. for copying the token-replaced unattend.xml file, rather than using a dos copy command).  For vbscripts, I use wscript.sleep 10000 to slow things up a little so that the server is ready to receive the status message from the client.

     Also, check the transaction log size for your db - make sure the db is set to Simple Logging (not bulk logged or full logging), and regularly shrink the transaction log, keeping the space available for the db.

    This only started occurring for me after migrating the server from 2003 to 2008 x64.  A Symantec ticket has been opened but to be honest I have given up waiting on the support team and got annoyed with the delays while they worked on it because this was impacting my deployment.  I've found that reliability has been increased after carrying out the above steps.