2012R2 Application installation steps after deploying OS from Task sequence is slow after applying hotfix 2910552

We are currently using CM2012r2 for Endpoint protection, and in trying to save licensing costs, I have been given the task of doing imaging and application deployment through CM as well... everything started off well... noticed that imaging took a lot longer
than I remembered when I used CM2007 at my previous employer. Found we needed hotfix 2910522 and what took an hour to download now only takes 5 minutes (yay!) Then started other strange issues.  Mostly the fact that in the task sequence, the install application
blocks (we have 3 with 4-8 apps each) suddenly got really slow to execute. (boo!)  The application blocks eventually finish, but take about 5 hours and only the last block actually installs.    For example: 7zip takes 15 minutes to "install"
but since it isn't in the last block, it doesn't in fact install on the system.
so here is what I know so far:
Updated the boot image after applying the hotfix
Added the hotfix to the Windows and configmgr setup step command line to install the patch
Verified that all applications install correctly outside of the task sequence.
Created a new task sequence just in case the hotfix messed something up.
here is what I've noticed:
Only happens on workstations that have been imaged previously by CM (even if I remove the machine from AD and CM)
New machines image just dandy
not hardware specific (tested on 5 different laptop models and 3 desktop models)
workstations that have the issue, when finished, only installed the applications from the last block (4 apps) and none from the previous 2 blocks (16 applications)
If imaged new (not previously known) it installs the client correctly and it checks in, ones with the issue are in internet only mode and don't see the PKI cert for the machine, and will not check in.
Things I've checked, double checked, verified, and done:
All applications have the box for "allow this application to be installed from the Install Application task sequence action..."
applications are on all distribution points
Distribution points are healthy
One MP/DP was complaining about how it couldn't access a SMS folder.  uninstalled the roles, let it sit over the weekend, reinstalled this morning
Verified that the servers were on 10Gb full and were not throwing error on the line
Antivirus scanning was not scanning the store (used the built in template for scep)
Next steps that I am going to try:
create a new task sequence and split up install application blocks to only have single applications in them
recreate the boot wim for the media
 Thanks in advance

So this issue of yours is in B&C -task sequence? You're using capture CD for capturing, why? Why not automate the build entirely.
I'd suggest you add this:
http://support.microsoft.com/kb/2775511/en-us to your BUILD image (either online of offline, in the WinPE -phase), it fixes many WMI related problems.
After you've done your golden .wim, deploy it to your clients.
We don't do a build and capture because certain applications require handling on our part. Management has said it needs to be a certain way, therefore this is how we have to build it.  (mostly settings, and views that can't be controlled through registry,
Group Policy, etc.)  There are users that if they have to click on an accept button or it isn't the right color, or they want a different icon in their lab, then they go to the top and it comes back down to us, and our lives become miserable.
We create the image in audit mode, capture it using boot media, and sequence in things that are updated constantly (flash, shockwave, java, etc.) through the task sequence.
in relation to that KB, why would it work on new machines but not ones that have been touched before?

Similar Messages

  • After applying Hotfix 2910552,while doing Migration from Win XP to Win 8.1 got Error 800700C1

    Hi,
    I have two SCCM Lab. Both have same configuration and hotfix(2910552) installed.
    I am doing hardlink migration from Windows XP to Windows 8.1.
    In one of the lab migration from XP to win 8.1 have successfully implemented after applying the hotfix 2910552,and then after updating the Boot image. But i am getting issue while doing the same on my second lab. The error in log file is 
    Command line execution failed(0x800700C1)
    Failed to install boot image,is not a valid win32 application
    Failed to reboot the system(0x800700C1)
    Thanks
    Pallavi

    Thank you for sharing the solution.
    If your question was resolved/answered, you should mark the thread as "answered".
    Then you should make e new thread/question for the new error you get. This will make it alot easier for other users, modetrators and Microsoft to help you. It will also make it much eaiser for othe people with the same issue to search the forums.
    Thank you.
    Ronni Pedersen | Microsoft MVP - ConfigMgr | Blogs:
    www.ronnipedersen.com/ and www.SCUG.dk/ | Twitter
    @ronnipedersen

  • Post Installation steps for Messages archiving from Adapter engine

    Hi,
    Can any let me know the post installation steps for Archiving messages from AE.
    We are archiving the messages from Integration Engine (BC_XMB).
    This note refers to the Post installation steps... But i could not find them anywhere.
    Note 790226 - Messages in AdapterEngine/PCK database do not get archived
    Thanks,
    Tanuj
    Message was edited by:
            Tanuj Kumar Bolisetty

    Hi Tanuj,
    have a look at note 872388
    "2) For messages in the Adapter Framework: note 816022, question 8
    (deletion) and
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/b2fc3f48ecc742e10000000a
    1550b0/content.htm (archiving)"
    Additionally consult the troubleshooting guide,page 110
    Set the adapter service properties (note 791379)
    Hope it helps
    Jaime

  • Is there a way to keep Deployment Utility from modifying sequence file paths?

    While the Deployment Utility appears to be a great tool, it does some things that I'd rather it didn't. One is that it modifies all paths in sequence that it is including from Absolute to Relative. While this is a nice feature for many reasons, it is a show-stopper for our uses. This is because as part of our distribution process, we also use a checksum routine to verify that the sequence files being run by the operators on the Test Stations we deploy to are running the correct (unmodified) version of the test software. By using Absolute paths, we can detect and prevent accidental editing/changing of the sequences or paths that we have deployed, but if we have to use relative paths that is something that we could work with also.
    So my questions are: 1. Can this path update 'feature' be disabled? and 2. If not, then will pre-setting all paths in a sequence cause the deployment utility to only copy the file and not update it (thus changing it's checksum)?
    I'm going to test the latter when I have time, and if there are any other suggestions that might be useful, I'm love to hear them.
    Thanks,
    -Jack 

    Rick,
    In my experimentation to see if using relative paths, I was able to prove that a sequence that uses them will not be updated - with one caveat; if the path that is referenced by the sequence is not itself in a sub-directory, i.e.; it's in a different branch of the relative directory structure with respect to the Target (such as the TestStand directory), then the sequence file is always updated and re-saved. An example is that we have a sequence in the Tools directory that calls a DLL in the FrontEnd directory of the Components\User path. This re-saving causes a checksum change and screws up our verification mechanism. 
    It is unfortunate that I cannot prevent the deployment utility from modifying sequence files - Since we control the entire Test environment, including the location that software gets installed to - Test Station custodians can't go installing the software in a different location, or worse, multiple locations, so we don't have the issue to worry about.
    Because of this 'better' method, we now have to re-evaluate how to control the installed version of the software, or use a different installer, such as CVI, which while it has been working for us, has it 's own issues that we're trying to get away from. I'm glad that I am finding out about this now before I've locked down the sequences so that I can probably move the features in the Tools to the Frontend Callback sequence. 
    It's almost always the case thought that one persons forced enhancement is another's 'feature' or worse 'bug'.
    Thanks for confirming the behavior on the Deployment utility for me.
    -Jack

  • Remove sccm 2012 client package from task sequence

    Hello, is possible to remove the sccm client package from task sequence ? i am deploying OS to workgroup computers and i dont want install the sccm client . I am using MDT to create the task sequence.
    Erickson Martinez

    No, if you are using a task sequence in ConfigMgr (MDT integrated or not) then a client package is mandatory. The only way to get rid of the client is to deinstall it at the end of the task sequence (for example by using the SMSTSPostAction variable).
    Another option, if you don't want the client, is to use MDT to deploy those machines. But that would cause an extra deployment mechanism to maintain.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Post installation steps after SAP BW system copy

    Hi!
    I am about to do post processsing steps after system copy of SAP BW system.
    1) One of the steps is to delete all entries from tables DBSTATHORA, DBSTAIHORA, DBSTATIORA,
    DBSTATTORA.
    Question: what is the way to do this?
    2) During the installation I received the error within import ABAP step.
    (IMP) INFO: import of D010TAB completed (4477754 rows) #20090505133631
    DbSl Trace: Error 12801 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-12801 occurred when executing SQL stmt (parse error offset=0)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 423090176 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS PARALLEL )
    DbSlExecute: rc = 99
    (SQL error 12801)
    error message returned by DbSl:
    ORA-12801: error signaled in parallel query server P000
    ORA-01659: unable to allocate MINEXTENTS beyond 34 in tablespace PSAPSR3700
    (DB) INFO: disconnected from DB
    As solution I changed the the following lines within D010TAB.TSK:
    from D010TAB~ 0 C err to D010TAB~0 C ign and
    from D010TAB1  C err to D010TAB1 C ign
    Question:
    how to create index manually after system copy?
    Thnak you very much!

    Jgen Pfeiffer wrote:>
    > Hi!
    >
    > I am about to do post processsing steps after system copy of SAP BW system.
    >
    > 1) One of the steps is to delete all entries from tables DBSTATHORA, DBSTAIHORA, DBSTATIORA,
    > DBSTATTORA.
    > Question: what is the way to do this?
    Simply run
    TRUNCATE TABLE <table_name>;
    for each of those tables.
    Make sure to either logon as SAP<SID> or provide the owner of the tables with the statement.
    > 2) During the installation I received the error within import ABAP step.
    > (IMP) INFO: import of D010TAB completed (4477754 rows) #20090505133631
    > DbSl Trace: Error 12801 in exec_immediate() from oci_execute_stmt(), orpc=0
    > DbSl Trace: ORA-12801 occurred when executing SQL stmt (parse error offset=0)
    > (DB) ERROR: DDL statement failed
    >  (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 423090176 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS PARALLEL )
    >  DbSlExecute: rc = 99
    >  (SQL error 12801)
    >  error message returned by DbSl:
    > ORA-12801: error signaled in parallel query server P000
    > ORA-01659: unable to allocate MINEXTENTS beyond 34 in tablespace PSAPSR3700
    > (DB) INFO: disconnected from DB
    >
    > As solution I changed the the following lines within D010TAB.TSK:
    > from D010TAB~ 0 C err to D010TAB~0 C ign and
    > from D010TAB1  C err to D010TAB1 C ign
    >
    > Question:
    > how to create index manually after system copy?
    The problem here was the large INITIAL size clause.
    If there is enough freespace at all in the tablespace this should work:
    CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 NOLOGGING COMPUTE STATISTICS PARALLEL;
    If I'm not wrong, the second index is just vice versa:
    CREATE UNIQUE INDEX "D010TAB~1" ON "D010TAB" (  "TABNAME", "MASTER" ) TABLESPACE PSAPSR3700 NOLOGGING COMPUTE STATISTICS PARALLEL;
    In general it is really not a good idea to skip the creation of unique indexes...
    regards,
    Lars

  • Post Installation Steps after installation of sap sol 7.1

    Dear all
    Can you pls share me what are the post installation steps required after the installation of Solution Manager 7.1
    I know some of them as same in ECC
    1 ) SICK
    2) STMS
    3) RZ10 - Profile parmeters
    4) SGen
    5) Back ground Jobs scheduling
    Also tell me which parameters need to be set in solman
    regards
    Shakshi

    Hi,
    You can refer below guide for setup:
    https://websmp103.sap-ag.de/~sapidb/011000358700000872072011E
    Regards
    Vivek

  • OSD Task sequences failed in application installation step.

    Hello,
    I am deploying win 7 with installing app-v client application(by package), I applied this Task sequences on some of devices sometimes it worked and installed app-v client application but in some cases 
    Task sequences failed to installed app-v client steps. 
    Please provide reason for this and how to resolve this.

    Certain pre-requisites need to be installed for the App-V client to successfully install.
    Take a look here http://sccmentor.wordpress.com/2013/05/21/deploy-the-app-v-5-0-client-with-sccm-2012/
    Note that KB2533623 has been superseeded if you are pushing out any Windows Updates as part of your OSD.
    http://sccmentor.wordpress.com/2013/07/30/kb2533623-superseded-by-kb2758857/
    Have these pre-reqs been applied in the Task Sequence prior to the App-V client install? If not add them in and try the push again.
    Cheers
    Paul | sccmentor.wordpress.com

  • Can't delete or retire application because of a (Non-existent) dependent Task sequence

    Hello.
    I am trying to delete an outdated application from my SCCM environment.
    However when i try to delete I get the warning that the application cannot be deleted because of 1 dependent task sequence.
    I have been through every single task sequence and there is no reference to the application in any of them.
    The application also no existing deployment types and and no deployments.
    If I look in revision history for the app, it shows Revision 23 but I do not have the option to delete it.
    How can I permanently delete this application from SCCM?

    Hi,
    Have you tried to delete the revision history after retiring the application?
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Multiple row insert not working as before after applying hotfix apsb13-13

    Coldfusion 9.01
    Windows Server 2003
    Microsoft Access database (yeah, we know)
    Before the hotfix was applied, we could add multiple rows (anywhere from 1-100 or more) and now we're limited to 15 rows at a time after applying the hotfix. We've narrowed it down to the hotfix being the culprit as we had to rebuild the server not to long after this hotfix was applied (~ 1 month) and the multiple row inserts were once again working fine until we got to the point of applying this hot fix again.
    Anyone heard of this happening? Any ideas how to correct?
    Thanks in advance,
    fmHelp
    Below is code  of how we're doing the multiple row insert (it's performed over 3 pages):
    Page 1
    <cfform name="form1" method="post" action="handler.cfm?page=update_2">
    <input type="hidden" name="sProductID" value="<cfoutput>#qProducts.sProductID#</cfoutput>">
    <table width="100%" border="0" cellspacing="3" cellpadding="3">
      <tr>
        <th scope="row" colspan="2" align="center">Update an Inventory Product</th>
      </tr>
      <tr>
        <th width="42%" scope="row">Product ID</th>
        <td width="58%"><cfoutput>#qProducts.sProductID#</cfoutput></td>
      </tr>
      <tr>
        <th width="42%" scope="row">Friendly Name</th>
        <td width="58%"><cfoutput>#qProducts.sFriendly_Name#</cfoutput></td>
      </tr>
      <tr>
        <th width="42%" scope="row">Description</th>
        <td width="58%"><cfoutput>#qProducts.sDescription#</cfoutput></td>
      </tr>
      <tr>
        <th width="42%" scope="row">Vendor</th>
        <td><select name="sVendor">
          <cfoutput><option value="#qProducts.sVendor#">#qProducts.sVendor#</option></cfoutput>
          <option value=""></option>
          <cfoutput query="qVendor">
            <option value="#sVendor#">#sVendor#</option>
          </cfoutput>
        </select></td>
      </tr>
      <tr>
        <th scope="row">Order No.</th>
        <td><cfinput name="sOrder_No" type="text" value="" required="yes" message="Order number is a required field."></td>
      </tr>
      <tr>
        <th scope="row">Lot No.</th>
        <td><input name="sLot" type="text" value=""/></td>
      </tr>
      <tr>
        <th scope="row">Date Expires</th>
        <td><input name="dtExpire" type="text" value=""/></td>
      </tr>
      <tr>
        <th scope="row">Boxes received</th>
        <td><input name="iBoxes" type="text" value="" /></td>
      </tr>
      <tr>
        <th scope="row">Doses/Units</th>
        <td><input name="pcount" type="text" value="" /></td>
      </tr>
      <tr>
        <th scope="row">Note</th>
        <td><cfoutput>#qProducts.sNote#</cfoutput></td>
      </tr>
      <tr>
        <th scope="row"> </th>
        <td> </td>
      </tr>
      <tr>
        <th scope="row" colspan="2" align="center"><input type="submit" value="Submit" /></th>
      </tr>
    </table>
    </cfform>
    </table>
    Page 2
    <form name="form1" method="post" action="handler.cfm?page=update_3">
    <cfoutput><input type="hidden" name="pcount" value="#FORM.pcount#"></cfoutput>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
              <td colspan="6" align="left">Record count (Doses/Units)= <cfoutput>#FORM.pcount#</cfoutput></td>
        </tr>
        <tr>
            <td>Product ID</td>
            <td>Vendor</td>
            <td>Order No.</td>
            <td>Lot No.</td>
            <td>Expiration Date</td>
            <td>Num. of Boxes</td>
        </tr>
        <cfset Peoplecount = 0>
        <cfloop index="Add" from="1" to="#form.pcount#" step="1">
            <tr>
                <cfset Peoplecount = PeopleCount + 1>
                <td><input  <cfoutput> value="#FORM.sProductID#" </cfoutput> name="sProductID_<cfoutput>#Peoplecount#</cfoutput>" type="text" id="sProductID_"></td>
                <td><input <cfoutput>value="#FORM.sVendor#"</cfoutput> name="sVendor_<cfoutput>#Peoplecount#</cfoutput>" type="text" id="sVendor_"></td>
                <td><input  <cfoutput> value="#FORM.sOrder_No#" </cfoutput> name="sOrder_No_<cfoutput>#Peoplecount#</cfoutput>" type="text" id="sOrder_No_"></td>
                <td><input <cfoutput>value="#FORM.sLot#"</cfoutput> name="sLot_<cfoutput>#Peoplecount#</cfoutput>" type="text" id="sLot_"></td>
                <td><input  <cfoutput> value="#DateFormat(FORM.dtExpire, 'MM/DD/YY')#" </cfoutput> name="dtExpire_<cfoutput>#Peoplecount#</cfoutput>" type="text" id="dtExpire_"></td>
                <td><input <cfoutput>value="#FORM.iBoxes#"</cfoutput> name="iBoxes_<cfoutput>#Peoplecount#</cfoutput>" type="text" id="iBoxes_"></td>
            </tr>
        </cfloop>
        <tr>
            <td> </td>
            <td>
                <input type="submit" name="Submit" value="Submit">
                <input name="HowMany" type="hidden" id="HowMany" value="<cfoutput>#Form.pcount#</cfoutput>">
            </td>
        </tr>
    </table>
    </form>
    </table>
    Page 3
    <cfquery name="qGetOnHand" datasource="#variables.DSNCI#">
    SELECT        *
    FROM        Products
    WHERE        sProductID = '#session.sProductID#'
    </cfquery>
    <cfquery datasource="#variables.DSNCI#">
    UPDATE        Products
    SET            iOnHandQty = (#FORM.pcount# + #qGetOnHand.iOnHandQty#)
    WHERE        sProductID = '#session.sProductID#'
    </cfquery>           
    <cfset quantity = #FORM.pcount#>
    <cfset Pcount = 0>
    <!-- Start Loop -->
    <cfloop index="Add" from="1" to="#form.howmany#" step="1">
        <cfset Pcount = Pcount + 1>
        <cfset Product = "Form.sProductID_#Pcount#">
        <cfset Product = Evaluate(Product)>
        <cfset Vendor = "Form.sVendor_#Pcount#">
        <cfset Vendor = Evaluate(Vendor)>
        <cfset Order  = "Form.sOrder_No_#Pcount#">
        <cfset Order = Evaluate(Order)>
        <cfset Lot = "Form.sLot_#Pcount#">
        <cfset Lot = Evaluate(Lot)>
        <cfset Expires = "Form.dtExpire_#Pcount#">
        <cfset Expires = Evaluate(Expires)>
        <cfset Boxes = "Form.iBoxes_#Pcount#">
        <cfset Boxes = Evaluate(Boxes)>
        <cfquery datasource="#variables.DSNCI#" name="InsertData">
            Insert into Received_History (sProductID, sVendor, sOrder_No, sLot, dtExpire, iBoxes, dtReceived)
            values ('#Product#', '#Vendor#', '#Order#', '#Lot#', <cfif Expires IS "">NULL<cfelse>#CreateOdbcDate(Expires)#</cfif>, #Boxes#, #CreateOdbcDate(Now())#)
        </cfquery>
    </cfloop>

    Rasi wrote:show your complete default.pa (also make sure that you dont override pulse settings in ~/.config/pulse) this setting should allow sound for ANY user - i just tried it and it works
    also: of course you restarted pulseaudio?
    I restarted pulseaudio and my computer.
    My default.pa is displayed in the first post.
    My files in /etc/pulse:
    > ls -la /etc/pulse
    total 28
    drwxr-xr-x 1 root root 116 May 16 10:22 .
    drwxr-xr-x 1 root root 3740 May 16 10:47 ..
    -rw-r--r-- 1 root root 1269 Mar 3 21:31 client.conf
    -rw-r--r-- 1 root root 2348 Oct 8 2013 daemon.conf
    -rw-r--r-- 1 root root 5756 May 16 10:24 default.pa
    -rw-r--r-- 1 root root 5718 Oct 8 2013 default.pa.pacnew
    -rw-r--r-- 1 root root 2112 Oct 8 2013 system.pa
    -la
    My files in ~/.config/pulse:
    > ls -la ~/.config/pulse
    total 1048
    drwx------ 1 homeuser homeuser 660 Sep 12 2013 .
    drwx------ 1 homeuser homeuser 1054 Apr 24 14:06 ..
    -rw-r--r-- 1 homeuser homeuser 40960 Oct 17 2013 1a8726d55f9140ae9d95dc512eacea67-card-database.tdb
    -rw-r--r-- 1 homeuser homeuser 43 May 16 10:37 1a8726d55f9140ae9d95dc512eacea67-default-sink
    -rw-r--r-- 1 homeuser homeuser 42 May 16 10:37 1a8726d55f9140ae9d95dc512eacea67-default-source
    -rw-r--r-- 1 homeuser homeuser 12288 May 16 10:49 1a8726d55f9140ae9d95dc512eacea67-device-volumes.tdb
    lrwxrwxrwx 1 homeuser homeuser 23 Sep 12 2013 1a8726d55f9140ae9d95dc512eacea67-runtime -> /tmp/pulse-cDmMRoO9oFBz
    -rw-r--r-- 1 homeuser homeuser 12288 May 15 22:43 1a8726d55f9140ae9d95dc512eacea67-stream-volumes.tdb
    -rw------- 1 homeuser homeuser 256 Jun 15 2013 cookie
    -rw-r--r-- 1 homeuser homeuser 331776 Jun 21 2013 equalizer-presets.tdb
    -rw-r--r-- 1 homeuser homeuser 659456 Sep 20 2013 equalizer-state.tdb
    Thanks for your efforts.

  • Timed Loop timing source - Control Loop From Task is too slow

    I'm trying to make a Timed Loop run at a period of 2 ms, with an analog input task running at 50 kHz as timing source. The input analog signal is scaled and fed into a synchronised analog output task on the same multifunction DAQ board. Using the built-in 1 kHz or 1 MHz clock as timing source for the Timed Loop works great, except for a slight time lag between the loop and my AI/AO tasks which over time becomes unacceptable because my task will be running for up to an hour. However, when I use the DAQmx Create Timing Source: Control Loop From Task vi to create a timing source, everything slows down and the fastest loop time I can get is around 20 ms. Any suggestions to get around this would be highly appreciated!
    System: LabVIEW RT 8.0 with DAQmx 8.0 running on an NI PXI-8186; NI PXI-6251 used for analog input.

    You're welcome!
    You can build an array, and if your data is not hugh (100's of MB) this may be the easiest solution. However, we aways suggest implementing the Producer/Consumer Architecture. Keep the PID in the Producer loop, but move the File IO to the Consumer. Also, it  appears that your instrument uses some form of serial communication, so that could cause lags in your system....
    What is your application about in general, what performance are you hoping for, etc?
    Joshua B.
    National Instruments
    NI Services
    NI Support Resources
    NI Training Resources

  • Mdt 2012 sp1 command line does not run from task sequence

    Hi,
    I am hoping I can explain this correctly.  I am using MDT 2012 and having an issue with running command lines, powershell and batch files that I setup.
    The task sequence is set to use an account called "MDTService".  it has rights to join the domain but is not in the local admin group of the reference image.  a domain GPO renames the local admin account CoAdmin.
    when running a command line to, for example, run xcopy a folder and subdirectories to the "program Files x86" directory, it does not copy.
    When I log on to the system and use an admin account to manually run the command I do not have an issue.  if I log onto the system with the MDTService user and run it, it fails.
    How do I get the commands to run from the MDT task sequence?  I do not want to make the MDTService user an admin.  I have tried the run as option in the task sequence but that did not work.  maybe is set it wrong.  I used a domain\Admin
    account which did not work.
    what can I clarify or logs can I post to provide more details.
    Thanks in advance.

    Any account that needs to add files under %ProgramFilesx86% must be granted administrative privileges.
    Keith Garner - keithga.wordpress.com

  • Run Package with prerequisite package from Task Sequence

    If a package runs another package first as a prerequisite will that work from a task sequence.

    There is no explanation. This by design and is stated in the official TechNet docs:
    https://technet.microsoft.com/en-us/library/hh846237.aspx?f=255&MSPPError=-2147217396#BKMK_InstallPackage
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Post installation step after DB migration

    I have done Database Migration from DB2 LUW to oracle 11g through Heterogeneous system copy. I need post migration steps because
    because right now I facing an issue for example in dbacockpit database connection show DB2 
    also data base space and other information is blank.
    and when I bauble click on sapgui login varibale login screen not show error appear service could not found etc.
    Migration related information
    Source  SAP Verion is NW7.4 on AIX Db2 LUW
    Target  SAP Verion is NW7.4 on AIX oracle
    Regards

    Thanks Johnny,I am downloading system copy guide I just want to share one more logs.
    BR0801I BRCONNECT 7.40 (1)
    BR0805I Start of BRCONNECT processing: cenilxwe.sta 2014-03-04 20.24.20
    BR0484I BRCONNECT log file: /oracle/DEV/sapcheck/cenilxwe.sta
    BR1301W Error message from likeywlib:
    ===...could not load SSF library /usr/sap//D00/exe/libsapcrypto.so .
    BR1301W Error message from likeywlib: 543 likey_init: Couldn't load SAPSECULIB ("/usr/sap//D00/exe/libsapcrypto.so") using function SsfSupInitEx (), rc = 10 (no library).
    BR1301W Error message from likeywlib: 542 likey_init: At least one more attempt to load the SAPSECULIB will follow.
    BR0101I Parameters
    Name                           Value
    oracle_sid                     DEV
    oracle_home                    /oracle/DEV/112_64
    oracle_profile                 /oracle/DEV/112_64/dbs/initDEV.ora
    sapdata_home                   /oracle/DEV
    sap_profile                    /oracle/DEV/112_64/dbs/initDEV.sap
    system_info                    devadm/oradev ERPDEV AIX 1 7 000D94DBD400
    oracle_info                    DEV 11.2.0.3.0 8192 585 40145394 ERPDEV UTF8 UTF8 3919391349 &DEV
    sap_info                       740 SAPSR3 0002LK0003DEV0011H17627635420015Maintenance_ORA
    make_info                      rs6000_64 OCI_112 Apr 10 2013
    command_line                   brconnect -jid STATS20140304202420 -u / -c -f stats -t ALL
    stats_table                    ALL
    stats_dbms_stats               ALL:R:0
    stats_change_threshold         50
    stats_parallel_degree          1
    stats_dict_cycle               0
    stats_system_cycle             0
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.21
    BR0813I Schema owner found in database DEV: SAPSR3*
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.24
    BR0814I Number of tables in schema of owner SAPSR3: 95035
    BR0836I Number of tables treated as info cubes for owner SAPSR3: 53
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.41
    BR0815I Number of indexes in schema of owner SAPSR3: 114708
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.42
    BR0818I Number of tables found in DBSTATC for owner SAPSR3: 399
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.42
    BR0807I Name of database instance: DEV
    BR0808I BRCONNECT action ID: cenilxwe
    BR0809I BRCONNECT function ID: sta
    BR0810I BRCONNECT function: stats
    BR0812I Database objects for processing: ALL
    BR0851I Number of tables with missing statistics: 0
    BR0852I Number of tables to delete statistics: 0
    BR0854I Number of tables to collect statistics without checking: 0
    BR0855I Number of indexes with missing statistics: 0
    BR0856I Number of indexes to delete statistics: 0
    BR0857I Number of indexes to collect statistics: 0
    BR0853I Number of tables to check (and collect if needed) statistics: 95035
    Owner SAPSR3: 95035
    BR0126I Unattended mode active - no operator confirmation required
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0817I Number of monitored/modified tables in schema of owner SAPSR3: 95035/10971
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0877I Checking and collecting table and index statistics...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0883I Table selected to collect statistics after check: SAPSR3.BTCCTL (7/0:1088:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0881I Collecting statistics for table SAPSR3.BTCCTL with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 7, OCCBL = 128, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 92 WHERE TNAME = 'BTCCTL''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.BTCCTL
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0883I Table selected to collect statistics after check: SAPSR3.DBSNP (54/30:0:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0881I Collecting statistics for table SAPSR3.DBSNP with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 84, OCCBL = 40, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 130 WHERE TNAME = 'DBSNP''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.DBSNP
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0883I Table selected to collect statistics after check: SAPSR3.MONI (8700/2154:8293:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0881I Collecting statistics for table SAPSR3.MONI with method/sample E/P30 ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'E', OPTIO = 'P30', NROWS = 10947, OCCBL = 43216, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 2947 WHERE TNAME = 'MONI''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.MONI
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0883I Table selected to collect statistics after check: SAPSR3.SAPWLSERV (2/0:4:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0881I Collecting statistics for table SAPSR3.SAPWLSERV with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 2, OCCBL = 128, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 51 WHERE TNAME = 'SAPWLSERV''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.SAPWLSERV
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0883I Table selected to collect statistics after check: SAPSR3.SWNCCOLLPERF (22/13:0:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0881I Collecting statistics for table SAPSR3.SWNCCOLLPERF with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 35, OCCBL = 40, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 115 WHERE TNAME = 'SWNCCOLLPERF''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.SWNCCOLLPERF
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.SWNCMONI (1117/6:728:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.SWNCMONI with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 1123, OCCBL = 3968, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 2685 WHERE TNAME = 'SWNCMONI''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.SWNCMONI
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.SWNCMONIINDEX (11/0:6:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.SWNCMONIINDEX with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 11, OCCBL = 40, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 87 WHERE TNAME = 'SWNCMONIINDEX''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.SWNCMONIINDEX
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.SWNC_TCOLL_LOG (3400/1810:0:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.SWNC_TCOLL_LOG with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 5210, OCCBL = 3648, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 137 WHERE TNAME = 'SWNC_TCOLL_LOG''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.SWNC_TCOLL_LOG
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.TBTCO (1664/255:1479:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.TBTCO with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 1919, OCCBL = 3456, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 283 WHERE TNAME = 'TBTCO''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.TBTCO
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.TBTCS (25/255:119:254)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.TBTCS with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 26, OCCBL = 40, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 110 WHERE TNAME = 'TBTCS''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.TBTCS
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.TSPOPTIONS (13/0:142:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.TSPOPTIONS with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 13, OCCBL = 128, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 28 WHERE TNAME = 'TSPOPTIONS''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.TSPOPTIONS
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.TST01 (435/261:1096:219)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.TST01 with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 477, OCCBL = 768, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 166 WHERE TNAME = 'TST01''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.TST01
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.TUCON (14/23:0:23)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.TUCON with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 14, OCCBL = 128, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 37 WHERE TNAME = 'TUCON''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.TUCON
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0879I Statistics checked for 95035 tables
    BR0878I Number of tables selected to collect statistics after check: 13
    BR0880I Statistics collected for 13/0 tables/indexes
    BR0894I Tables with the longest duration of collecting statistics for owner SAPSR3
      Pos. Owner    Table                Duration   Rows/old    Rows/new  Meth./Samp.   Space[KB]  Used[KB:%]    Data[KB:%]    Lobs   Space[KB]   Used[KB:%]    Data[KB:%]
                                           [m:s]
    BR0806I End of BRCONNECT processing: cenilxwe.sta 2014-03-04 20.24.46
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0804I BRCONNECT terminated with errors
    Regards

  • Flex application not working when deployed run from Server

    Hi,
    I have Flex application which takes a parameter from user, makes a web-service call and returns the message.
    This application is running perfectly when I launch from IDE.
    But when I copy the files from bin-release to server and launch it, it gives me no result.
    In the crossdomain file on the server which hosts web-service, I have added the my host IP in the
    allow-access-from domain tag.
    In the initialization method of the application I load crossdomain using following code:
        Security.allowDomain("remoteservername");
        Security.loadPolicyFile("http://remoteservername/crossdomain.xml");
        var request:URLRequest = new URLRequest("http://remoteservername/crossdomain.xml");
        var loader:URLLoader = new URLLoader();
        loader.load(request);
    Is there a way I can debug application when running from server?
    Please give me some pointer to solve this problem.
    Thank you.
    Chintan

    Alex thanks for reply
    The URL for the app is http://<some_IP>/flex_app
    <some_IP> is added in crossdomain.
    Also we have outbound IP's and of these are also added in the crossdomain file.
    This is the current content of crossdomain file:
    <cross-domain-policy>
    <site-control permitted-cross-domain-policies="master-only"/>
    <allow-access-from domain="<some_IP>"/>
    <allow-access-from domain="<outbound_IP1>"/>
    <allow-access-from domain="<outbound_IP2>"/>
    <allow-access-from domain="<outbound_IP3>"/>
    <allow-http-request-headers-from domain="<outbound_IP1>" headers="SOAPAction"/>
    <allow-http-request-headers-from domain="<outbound_IP2>" headers="SOAPAction"/>
    <allow-http-request-headers-from domain="<outbound_IP3>" headers="SOAPAction"/>
    </cross-domain-policy>
    App runs perfectly fine when launched from Flex Builder.

Maybe you are looking for