SCCM trouble deploying 1635

<![LOG[+++ Application not discovered. [AppDT Id: ScopeId_AB6CE6FE-70E2-4244-9943-9653F0BEC7BC/DeploymentType_47d0d45e-f304-40f1-9f23-5700c 94a8727, Revision: 9]]LOG]!><time="13:32:33.642-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="localapphandler.cpp:291">
<![LOG[    App enforcement environment:
          Context: User
          Command line: msiexec /i "AcroRead.msi" PATCH="AdbeRdrUpd1014.msp" TRANSFORMS="AcroRead.mst" /qb /norestart
          Allow user interaction: Yes
          UI mode: 1
          User token: not null
          Session Id: 1
          Content path: C:\windows\ccmcache\x
          Working directory: ]LOG]!><time="13:32:33.643-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="appcontext.cpp:67">
<![LOG[    Prepared working directory: C:\windows\ccmcache\x]LOG]!><time="13:32:33.645-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="appcontext.cpp:182">
<![LOG[Found executable file msiexec with complete path C:\windows\system32\msiexec.exe]LOG]!><time="13:32:33.651-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="executility.cpp:187">
<![LOG[    Prepared command line: "C:\windows\system32\msiexec.exe" /i "AcroRead.msi" PATCH="AdbeRdrUpd1014.msp" TRANSFORMS="AcroRead.mst" /qb /norestart]LOG]!><time="13:32:33.662-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="appcontext.cpp:331">
<![LOG[Valid MSI Package path = C:\windows\ccmcache\x\AcroRead.msi]LOG]!><time="13:32:33.671-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="appcontext.cpp:740">
<![LOG[    Advertising MSI package [C:\windows\ccmcache\x\AcroRead.msi] to the logged on user.]LOG]!><time="13:32:33.673-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="appcommon.cpp:123">
<![LOG[    Executing Command line: "C:\windows\system32\msiexec.exe" /i "AcroRead.msi" PATCH="AdbeRdrUpd1014.msp" TRANSFORMS="AcroRead.mst" /qb /norestart with user context]LOG]!><time="13:32:34.768-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="appexcnlib.cpp:201">
<![LOG[    Working directory C:\windows\ccmcache\x]LOG]!><time="13:32:34.768-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="appexcnlib.cpp:215">
<![LOG[    Post install behavior is BasedOnExitCode]LOG]!><time="13:32:34.807-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="appcommon.cpp:1091">
<![LOG[    Waiting for process 3816 to finish.  Timeout = 120 minutes.]LOG]!><time="13:32:34.811-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="appexcnlib.cpp:1682">
<![LOG[    Process 3816 terminated with exitcode: 1635]LOG]!><time="13:33:03.209-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="appexcnlib.cpp:1691">
<![LOG[    Looking for exit code 1635 in exit codes table...]LOG]!><time="13:33:03.210-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="appexcnlib.cpp:315">
<![LOG[    Unmatched exit code (1635) is considered an execution failure.]LOG]!><time="13:33:03.210-180" date="09-11-2012" component="AppEnforce" context="" type="2" thread="6332" file="appexcnlib.cpp:401">
<![LOG[++++++ App enforcement completed (29 seconds) for App DT "Adobe Reader X (10.1.4)" [ScopeId_AB6CE6FE-70E2-4244-9943-9653F0BEC7BC/DeploymentType_47d0d45e-f304-40f1-9f23-5700 c94a8727], Revision: 9, User SID: S-1-5-21-898125067-2190569883-1495593899-1106] ++++++]LOG]!><time="13:33:03.215-180" date="09-11-2012" component="AppEnforce" context="" type="1" thread="6332" file="appprovider.cpp:2345">
Hi, when deploying adobe from command line i get the following error 1635, without patch deployment goes fine.
command line is msiexec /i "AcroRead.msi" PATCH="AdbeRdrUpd1014.msp" TRANSFORMS="AcroRead.mst" /qb /norestart

For patch deployment use Acrobat/Reader SCUP catlogs. It will be a lot easier, without you providing any command lines.
Thanks,
Vinod

Similar Messages

  • Having trouble deploying .ear file

    I am having trouble deploying a .ear file in WLS 7.0. The only way that I have found to work every time is by following these steps:
    1. Shutdown the server (if it is running)
    2. Move the ear into the applications directory
    3. Change the extension of the ear file (to .old).
    4. Start WLS 7.0
    5. After startup completes, change the filename back to the .ear extension.
    Simply dragging the ear into the applications directory after startup works sometimes. Other times, the server does not do anything...it seems to not realize that the file was moved.
    Starting the server with the ear already in the applications directory (with the .ear extension) never works. In this case, a "javax.naming.NameNotFoundException" is thrown when trying to resolve the datasource name. Could this be a race condition?
    Any help is appreciated.

    Hi Steve,
    As a quick workaround, can you consider merging that 3rd party
    references into a simple, let's call it 3rdparty.jar, file. Then you
    will be able to overcome this line limit. If you use ANT, it can be
    made a part of the build process and can simplify future additions.
    Hope this helps,
    Regards,
    Slava Imeshev
    "Steve Ebersole" <[email protected]> wrote in message
    news:3e788ce9$[email protected]..
    >
    I am having trouble deploying an EAR file having an ejb module with amanifest
    Class-Path entry. It appears to be directly related to the length of thatClass-Path
    entry. No matter the length of the Class-Path entry, ejbc runs fine butthen
    the problem comes trying to upload the EAR through the console.
    First iteration was just skeletal code and the dependencies were minimal.I was
    able to get this uploaded and deployed correctly. For that EAR, the EJBjar file
    manifest's Class-Path entry had only 2 entries and was no where near the72-character
    line limit.
    Second iteration had some functionality and the dependencies were muchlarger.
    Again ejbc ran fine, but I got errors on upload when the console tries todeploy
    the EAR. The manifest Class-Path entry for that ejb version contained 16jar
    files which, because fo the 72 line limit, spread across 3 lines.
    The complaint I get on deployment is NoClassDefFound for a class that isin a
    jar file listed in the manifest classpath (it found it the first time).
    Is there a bug in WebLogic (6.1 sp3) where it cannot recognize manifestclasspath
    entries over a certain limit? I have seen postings about WebLogic'sissues with
    class loading from manifest classpath entries but thought they had allbeen fixed
    as of 6.1sp3.
    Thanks in advance for any help or suggestions.

  • Trouble deploying a J2EE application using the J2EE 6.20 Deploy Tool

    I am having trouble deploying a J2EE application using the J2EE 6.20 Deploy Tool.
    I successfully create the WAR/EAR files, I then select deploy and the deploy process gets to 100% before displaying an error message.
    Can anybody help?
    Please see Deploy Tool log entry:
    01:39 -  **********************************************************
    05/01/17 10:19:16 -  Applying user role management mappings.
    05/01/17 10:19:16 -  Start updating EAR-file...D:\SAP_J2EEngine6.20_Cluster\deploying\carmodeller\carmodeller.ear
    05/01/17 10:19:27 -  Temp files deleted...
    05/01/17 10:19:27 -  Ear-file updated successfully for 11375ms.
    05/01/17 10:19:27 -  Start deploying ...
    05/01/17 10:20:15 -  Ear-file uploaded to server for 47297ms.
    05/01/17 10:21:47 -  ERROR: ID90506: NOT Deployed. ERROR returned from deploy service :
                         com.inqmy.services.deploy.container.DeploymentException: Can't init application carmodeller. com.inqmy.services.servlets_jsp.server.WebApplicationException: ID17110: Error in starting application carmodeller.java.lang.NullPointerException
                              at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.deploy(ServletsAndJspImpl.java:482)
                              at com.inqmy.services.servlets_jsp.server.WebContainer.commitDeploy(WebContainer.java:256)
                              at com.inqmy.services.deploy.server.DeployServiceImpl.commit(DeployServiceImpl.java:2848)
                              at com.inqmy.services.deploy.server.DeployServiceImpl.deploy1(DeployServiceImpl.java:512)
                              at com.inqmy.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:140)
                              at com.inqmy.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:184)
                              at com.inqmy.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:157)
                              at com.inqmy.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:108)
                              at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
                              at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
                              at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:153)
    05/01/17 10:21:47 -  **********************************************************

    Hi, it looks like the app has trouble starting up:
    05/01/17 10:21:47 - ERROR: ID90506: NOT Deployed. ERROR returned from deploy service :
    com.inqmy.services.deploy.container.DeploymentException: Can't init application carmodeller. com.inqmy.services.servlets_jsp.server.WebApplicationException: ID17110: Error in starting application carmodeller.java.lang.NullPointerException
    Did you have any errors on the compile of the code?
    You also want to check if the app is deployed (if so you may want to remove it before re-deploying it)

  • I used SCCM to deploy Firefox 5.0 to our organization, and when I redeploy firefox 6.0 I still have users complaining that Firefox needs an admin to upgrade even though it is already at 6.0

    I used SCCM to deploy Firefox 5.0 to our organization, and when I redeploy firefox 6.0 I still have users complaining that Firefox needs an admin to upgrade even though it is already at 6.0

    Absolutely! This post has the best solution by a user named cor-el.
    https://support.mozilla.com/en-US/questions/818780#answer-179418

  • Adobe Flash appears to be installing with SCCM 2012 deployment, but ActiveX is missing

    I have found that even though SCCM 2012 deployment has installed flash, I later find that Active X is missing and that it is missing a registry key ?
    HKLM:\Software\Microsoft\Macromed\FlashPlayerActiveX
    Anybody have this problem?

    Yes, look at http://forums.adobe.com/thread/1447047

  • How to find in SCCM 2012, Which(sccm admin) deployed Application on machines.

    Hi,
    Looking log files, to find who(sccm 2012 admin) deployed applications on machines.
    Deployment has been deleted from console, However in database it is shwoing number of machines having with particular application.
    Some sccm 2012 admin deployed application on machines by mistake, how to check from server or client logs, who(sccm admin) deployed application on machines.
    Please let me, if anyone know about this.

    Likely would want to run the "Deployments Created, Modified, or Deleted" status message query ":-)
    Wally Mead
    Wally is right but watch out for these status message, I have not check in CM12 yet but in CM07 just open and click "ok" to close the package/ advert/ etc. would create a status message saying it was modified.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Trouble Deploying Windows updates via SCCM 2012

    Hello
    I'm testing Windows updates via SCCM 2012 - I have successfully deployed updates to 4 test PC's.
    I then added another 15 Test PC's into the same group - Not one of them receive updates (they're all within the same Domain and even in the same room)
    I reviewed "UpdatesDeployment.log -
    1. I highlighted some points that stood out to me
    2. I have the Maintenance window set to 24hours for this test
    From the Server side and Clients side - What are the best .logs to look at.
    CUpdateAssignmentsManager received a SERVICEWINDOWEVENT START Event    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    Suspend activity in presentation mode is selected    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    At least one user has elected to suspend non-business hours activity when in presentation mode. Checking for presentation mode.    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    Proceeding to non-business hours activites as presentation mode is off.    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    Auto install during non-business hours is disabled or never set, selecting only scheduled updates.    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    A user-defined service window(non-business hours) is available. We will attempt to install any scheduled updates.    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    Attempting to install 0 updates    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    No actionable updates for install task. No attempt required.    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    Updates could not be installed at this time. Waiting for the next maintenance window.    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)

    Hi,
    You could also check Windowsupdate.log on the client.
    Best Regards,
    Joyce
    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.

  • SCCM 2012 Deployment Packages and Applications deployment order

    Hello I have an application which deploys Office 2013 through SCCM 2012 I then want to copy some templates to two directories in Office. I have added a script the OFC tool which is suppose to run after the install. But the files don't appear. If I run the
    same script manually all the files are copied. I ended up creating a package just for the Office Template files, but I have to run this manually afterwards. Should I Persist with the script or is there a way to run the package automatically after the application
    deployed has run?

    Sounds like best solution is to create an MSI that can copy the template files and deploy as an application after Office Install. Is this something I can do in Install Shield?
    Seems weird that they would have an option in the MSP to run a script but it doesn't work.
    I wouldn't go to that trouble myself, but that's because I don't author MSIs as part of my role (we have a packaging team who do that task, and they seem to regard authoring an MSI as the solution for everything ;)
    the ConfigMgr AppModel happily caters for all kinds of payloads, despite referring to them as "applications" there is no requirement for the payload to be an MSI.
    MS have long documented that the "run scripts" and "chaining" features of the Office setup engine are "not robust" (i.e. not very tolerant, are a one-shot kind of thing). Some seem to work just fine, others have no joy with it. I don't use it myself, there
    are plenty of other methods, but I find it comes down to what you are comfortable/confident/familiar with. Everything has pros and cons, and above all else, I've found that it's my/our assumptions/understandings that tend to be why things go off-course.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • IE11 SCCM 2012 Deployment - says installed in software center but after re-boot IE8 Remains

    Hello,
    I have an issue deploying IE11 to the estate, on the pc's the package says installed in software centre but when the users re-boot it's still IE8 on the machine.
    The monitoring tool in SCCM 2012 console lists the install as successful.
    I have the appenforce log from one of the machiens with the issue:
     Starting Install enforcement for App DT "Internet Explorer 11 - Windows Installer (*.msi file)" ApplicationDeliveryType - ScopeId_F26B70A7-1D38-41D7-AF12-4D44AF3EDFED/DeploymentType_ee666887-31c1-4b60-837d-b7ce84e496c3, Revision - 1, ContentPath
    - C:\Windows\ccmcache\19, Execution Context - System AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        A user is logged on to the system. AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        Performing detection of app deployment type Internet Explorer 11 - Windows Installer (*.msi file)(ScopeId_F26B70A7-1D38-41D7-AF12-4D44AF3EDFED/DeploymentType_ee666887-31c1-4b60-837d-b7ce84e496c3, revision 1) for system. AppEnforce 28/01/2015
    12:30:53 6512 (0x1970)
    +++ MSI application not discovered [MSI Product Code: {86DC0963-2A1C-42AB-B664-17C12DBF6C6D}, MSI Product version: ] AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        App enforcement environment:
     Context: Machine
     Command line: msiexec /i "IE11-Setup-Full.msi" /q
     Allow user interaction: No
     UI mode: 0
     User token: null
     Session Id: 4294967295
     Content path: C:\Windows\ccmcache\19
     Working directory:  AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        Prepared working directory: C:\Windows\ccmcache\19 AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
    Found executable file msiexec with complete path C:\Windows\system32\msiexec.exe AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        Prepared command line: "C:\Windows\system32\msiexec.exe" /i "IE11-Setup-Full.msi" /q /qn AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
    Valid MSI Package path = C:\Windows\ccmcache\19\IE11-Setup-Full.msi AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        Advertising MSI package [C:\Windows\ccmcache\19\IE11-Setup-Full.msi] to the system. AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        Executing Command line: "C:\Windows\system32\msiexec.exe" /i "IE11-Setup-Full.msi" /q /qn with system context AppEnforce 28/01/2015 12:30:55 6512 (0x1970)
        Working directory C:\Windows\ccmcache\19 AppEnforce 28/01/2015 12:30:55 6512 (0x1970)
        Post install behavior is BasedOnExitCode AppEnforce 28/01/2015 12:30:55 6512 (0x1970)
        Waiting for process 7204 to finish.  Timeout = 120 minutes. AppEnforce 28/01/2015 12:30:55 6512 (0x1970)
        Process 7204 terminated with exitcode: 0 AppEnforce 28/01/2015 12:31:05 6512 (0x1970)
        Looking for exit code 0 in exit codes table... AppEnforce 28/01/2015 12:31:05 6512 (0x1970)
        Matched exit code 0 to a Success entry in exit codes table. AppEnforce 28/01/2015 12:31:05 6512 (0x1970)
        Performing detection of app deployment type Internet Explorer 11 - Windows Installer (*.msi file)(ScopeId_F26B70A7-1D38-41D7-AF12-4D44AF3EDFED/DeploymentType_ee666887-31c1-4b60-837d-b7ce84e496c3, revision 1) for system. AppEnforce 28/01/2015
    12:31:05 6512 (0x1970)
    +++ Discovered MSI application [AppDT Id: ScopeId_F26B70A7-1D38-41D7-AF12-4D44AF3EDFED/DeploymentType_ee666887-31c1-4b60-837d-b7ce84e496c3, Revision: 1, MSI Product code: {86DC0963-2A1C-42AB-B664-17C12DBF6C6D}, MSI Product version: ] AppEnforce
    28/01/2015 12:31:05 6512 (0x1970)
    ++++++ App enforcement completed (11 seconds) for App DT "Internet Explorer 11 - Windows Installer (*.msi file)" [ScopeId_F26B70A7-1D38-41D7-AF12-4D44AF3EDFED/DeploymentType_ee666887-31c1-4b60-837d-b7ce84e496c3], Revision:
    1, User SID: ] ++++++ AppEnforce 28/01/2015 12:31:05 6512 (0x1970)
    This is the CAS log:
    Saved Content ID Mapping e9dea25d-d24d-4d5c-a767-52068338e976.1, C:\Windows\ccmcache\12 ContentAccess 28/01/2015 10:12:41 6884 (0x1AE4)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 10:12:57 9832 (0x2668)
    Releasing content request {1738FD09-9D1F-4708-9266-A418E9EB049A} ContentAccess 28/01/2015 10:12:57 9832 (0x2668)
    All references to Content 1a757176-8b61-4c70-b147-10cdbbfdd0b5.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015 10:12:57
    9832 (0x2668)
    Saved Content ID Mapping 1a757176-8b61-4c70-b147-10cdbbfdd0b5.1, C:\Windows\ccmcache\13 ContentAccess 28/01/2015 10:12:57 9832 (0x2668)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 10:13:10 8140 (0x1FCC)
    Releasing content request {25035F86-891D-41D3-AD45-F845D8689F88} ContentAccess 28/01/2015 10:13:10 8140 (0x1FCC)
    All references to Content cedf67fc-735e-4360-8db4-c8cb5d39663c.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015 10:13:10
    8140 (0x1FCC)
    Saved Content ID Mapping cedf67fc-735e-4360-8db4-c8cb5d39663c.1, C:\Windows\ccmcache\14 ContentAccess 28/01/2015 10:13:10 8140 (0x1FCC)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 10:14:12 14352 (0x3810)
    Releasing content request {BB6AA813-A4F7-4095-B60D-4441E3D7833D} ContentAccess 28/01/2015 10:14:12 14352 (0x3810)
    All references to Content 108336d1-2d2c-4d93-87b3-49d335640f2a.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015 10:14:12
    14352 (0x3810)
    Saved Content ID Mapping 108336d1-2d2c-4d93-87b3-49d335640f2a.1, C:\Windows\ccmcache\15 ContentAccess 28/01/2015 10:14:12 14352 (0x3810)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 10:14:30 13956 (0x3684)
    Releasing content request {2CA9AC92-0716-49A7-86D4-434B88B4D07B} ContentAccess 28/01/2015 10:14:30 13956 (0x3684)
    All references to Content 3fb07321-f1d1-4b71-90f1-233b355b13dd.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015 10:14:30
    13956 (0x3684)
    Saved Content ID Mapping 3fb07321-f1d1-4b71-90f1-233b355b13dd.1, C:\Windows\ccmcache\16 ContentAccess 28/01/2015 10:14:30 13956 (0x3684)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 10:15:53 10588 (0x295C)
    Releasing content request {47EB54C8-54C9-4FF8-A302-53AF844FA275} ContentAccess 28/01/2015 10:15:53 10588 (0x295C)
    All references to Content 9e56a46e-9a6a-42a5-b52b-811231a0ec2e.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015 10:15:53
    10588 (0x295C)
    Saved Content ID Mapping 9e56a46e-9a6a-42a5-b52b-811231a0ec2e.1, C:\Windows\ccmcache\17 ContentAccess 28/01/2015 10:15:53 10588 (0x295C)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 10:16:11 12040 (0x2F08)
    Releasing content request {F230295F-5136-49C7-B1FF-68697DA4C421} ContentAccess 28/01/2015 10:16:11 12040 (0x2F08)
    All references to Content 21ffbbb7-e491-48c1-b515-f5d6dc72f3fd.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015 10:16:11
    12040 (0x2F08)
    Saved Content ID Mapping 21ffbbb7-e491-48c1-b515-f5d6dc72f3fd.1, C:\Windows\ccmcache\18 ContentAccess 28/01/2015 10:16:11 12040 (0x2F08)
    Requesting content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1, size(KB) 98073, under context System with priority Medium ContentAccess 28/01/2015 12:30:30 12104 (0x2F48)
    User policy requested with no user credentials. ContentAccess 28/01/2015 12:30:30 12104 (0x2F48)
    Invalid user. ContentAccess 28/01/2015 12:30:30 12104 (0x2F48)
    Submitted CTM job {7174344D-6757-429C-BA3D-A6FBE9A34DA7} to download Content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 under context System ContentAccess 28/01/2015 12:30:30 12104 (0x2F48)
    Successfully created download  request {5DA5E21D-BB3C-4534-964C-1862EB39F3C8} for content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 ContentAccess 28/01/2015 12:30:30 12104 (0x2F48)
    Location update from CTM for content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 and request {5DA5E21D-BB3C-4534-964C-1862EB39F3C8} ContentAccess 28/01/2015 12:30:30 5228 (0x146C)
    Download location found 0 - http://USS-LON-SCCMDP1.uss.co.uk/SMS_DP_SMSPKG$/Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 ContentAccess 28/01/2015 12:30:30 5228 (0x146C)
    Download location found 1 - http://USS-LON-SCCMMAN.uss.co.uk/SMS_DP_SMSPKG$/Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 ContentAccess 28/01/2015 12:30:30 5228 (0x146C)
    Download request only, ignoring location update ContentAccess 28/01/2015 12:30:30 5228 (0x146C)
    Download started for content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 ContentAccess 28/01/2015 12:30:30 12268 (0x2FEC)
    Download completed for content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 under context System ContentAccess 28/01/2015 12:30:52 5228 (0x146C)
    Computed hash: F6BEAA17C60572A0751C74DACE26075CC2621CF72F23B09EFEEA4C928A3B0E54 ContentAccess 28/01/2015 12:30:53 5228 (0x146C)
    Hash verification succeeded for content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 downloaded under context System ContentAccess 28/01/2015 12:30:53 5228 (0x146C)
    Saved Content ID Mapping Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1, C:\Windows\ccmcache\19 ContentAccess 28/01/2015 12:30:53 5228 (0x146C)
    Download succeeded for download request {5DA5E21D-BB3C-4534-964C-1862EB39F3C8} ContentAccess 28/01/2015 12:30:53 5228 (0x146C)
    Error: DeleteDirectory:- Failed to delete Directory C:\Windows\ccmcache\19.BCWork with Error 0x00000002. ContentAccess 28/01/2015 12:30:53 5228 (0x146C)
    Saved Content ID Mapping Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1, C:\Windows\ccmcache\19 ContentAccess 28/01/2015 12:30:53 12104 (0x2F48)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 12:31:05 10856 (0x2A68)
    Releasing content request {5DA5E21D-BB3C-4534-964C-1862EB39F3C8} ContentAccess 28/01/2015 12:31:05 12104 (0x2F48)
    All references to Content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015
    12:31:05 12104 (0x2F48)
    Saved Content ID Mapping Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1, C:\Windows\ccmcache\19 ContentAccess 28/01/2015 12:31:05 12104 (0x2F48)

    If the command-line you gave ConfigMgr runs successfully, there's not anything else ConfigMgr can do. Thus the logs above don't add any value. Thus, the issue lies with the MSI. Where did you get it from? Have you tried running it with the /l*v command-line
    option to add verbose logging and then reviewed this log file? Have you tried manually testing using the System account (done using psexec) to more closely emulate how ConfigMgr invokes the command-line?
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • SCCM 2012 : Deploying System Center Configuration Manager 2012, Required Desinging Help.

    Hi,
    I required some one to help designing an SCCM 2012 Solution. I dont have any knowledge on Design Part,  This is my first deployment
    My goal: Interconnect 3 remote offices and  The infrastructure is as follows:
     Primary Site Server ( HQ )    : 1000 users
     Secondary Site ( Location1) : 2000 Users
     Secondary Site ( Location2) : 2000 Users
    Link Between Primary and Secondary Sites : 8 MBPS MPLS link
    Database will be installed on a remote SQL 2012 Server.
    Please let me know is there any tool to generate Design document.
    If possible please design and put the Image on the blog.

    Why using a remote SQL server? I'd install it locally. There is no tool available.
    Just make sure that you are using a standalone primary site (therefore no CAS) and place a secondary at location 1 and 2.
    Torsten Meringer | http://www.mssccmfaq.de

  • After SCCM 2012 deployed--

    I have deployed my SCCM 2012 in my company.
    Now I find some pcs with window7 very slow.
    When I login in with a domain accout it will keep the screen "welcome" for very long time(I have waited for 2 hours).
    I can only login in with local administrator account.
    I find the network works that I can ping and visit websites but the netcard appears to the "read cross"(some pcs are "connecting circle")
    I cannot open the netcard operation that when I right click the netcard it comes "no response" and also when I click the windows update from
    the control panel it comes to "no response".
    What should I do?
    Green Hand In Microsoft.

    There's obviously something wrong in your configuration of the environment. Do not blame ConfigMgr until you've done the research on what actually hangs on the login process.
    Some simple steps for debugging your bootup and login process can be found here:
    http://www.msigeek.com/6231/how-to-enable-system-boot-time-logging-using-process-monitor-tool

  • Windows 2008 R2 Server without Service Pack 1 was flag "Not Required" during the SCCM patching/deploying SP1 for 2008

    Dear Brothers,
    I come to a scenario were one of our Windows 2008 R2 Server without Service Pack 1, was Flag under SCCM 2007 Reports Update Status for Service Pack 1 deployment to be "Not
    Required" which definitely inaccurate.
    What I want to know what are the conditions for the Software Update to send a status to SCCM Server that the Service Pack is “Not
    Required” instead of the other way around?
    Is there anyone that can guide me to any KB Article regarding this behavior?
    Regards,

    Yes, I know this is an old post, I’m trying to clean them up. Did you figure this out, if so how?
    I have seen this before and what I have done is manually applied the SP1 to the server. Only then did the error show up as why SP1 didn’t apply. After fixing the error, CM was apply to apply SP1 and other SU to the server.
    http://www.enhansoft.com/

  • SCCM Patch Deployment Severity and Update Classifications

    SCCM 2012 SP1
    I'm a little confused by MSFT terminology
    http://support.microsoft.com/kb/824684/en-us versus terminology used in setting up an automatic deployment.  Let's use Lync 2010 as an example.  I wish to deploy Lync 2010 updates outside of our regular patching via SCCM as I don't have Update
    Classification None set so I don't capture a whole bunch on non-essential patches.
    When I look at current Lync client update:
    http://support.microsoft.com/kb/2815347  I don't see the classification MSFT used on their terminology page so not 100% know how to target it.  It indicates its an UPDATE package but I don't see a SEVERITY level assigned.  So if I use the
    following search criteria would this work?
    Date released:  Last 3 months
    Product:  Microsoft Lync 2010
    Severity: None
    Update Classification:  Updates

    SCCM 2012 SP1
    I'm a little confused by MSFT terminology
    http://support.microsoft.com/kb/824684/en-us versus terminology used in setting up an automatic deployment.  Let's use Lync 2010 as an example.  I wish to deploy Lync 2010 updates outside of our regular patching via SCCM as I don't have Update
    Classification None set so I don't capture a whole bunch on non-essential patches.
    When I look at current Lync client update:
    http://support.microsoft.com/kb/2815347  I don't see the classification MSFT used on their terminology page so not 100% know how to target it.  It indicates its an UPDATE package but I don't see a SEVERITY level assigned.  So if I use the
    following search criteria would this work?
    Date released:  Last 3 months
    Product:  Microsoft Lync 2010
    Severity: None
    Update Classification:  Updates
    I would just remove the Classification and try it that way. I did
    Date released: Last 3 months
    Product: Microsoft Lync 2010
    then just match up the KB article

  • SCCM 2012 Deploy --- Error = The software change returned error code 0x87D00324(-2016410844).

    Deployment to the client is successful but the error reported within Clients "SCCM Software Center"  
    The software change returned error code 0x87D00324(-2016410844).
    Also States on "Status" Past Due - Will be Retired"
    Can't figure this one out and I did some googling with no success in finding a solution?
    I am running an Adobe Flash install (.EXE)
    Any help or direction would be greatly appreciated
    RF

    Hi,
    Thank you for your response
    ""Wow6432Node is not valid on x86 systems."""
    Yes, that I am aware of that.....Windows on Windows, for running x86 apps on x64 Windows<o:p></o:p>
    When I first created the detection method I had only created the "WoW" Check
    for Flash value in the reg, which was running against both x86 & x64 Win 7
    systems, and forgot to include the x64 check/, either case, the error appeared
    on the WOW check. Presently I have 2 "Detection Clauses" one for x86
    and the second clause is x64 ( non WOW Path), and still receive the same erorrs
    on both x86 & x64 systems. ( and x64 system have both reg entries since Win 7 has both x86 & x64 versions of IE)
    Looking at the registry of an x64 Win 7 system I find the Adobe Flash registry entry is
    located in both Wow6432Node and also in the x64 sections of the reg.....<o:p></o:p>
    """"Also, why use the default value? I doubt there's anything in there (the default value is the
    value display in a key in regedit with the name of
    "@").""""<o:p></o:p>
    When Default Value is selected the boxes/options below that allow for more detailed
    information to be entered when performing the "reg check"? This is
    where I had been able to enter specific Build/Version to look for, Flash
    11.4.402.265, so that if it does not discover the build # it will proceed with
    the install.....<o:p></o:p>
    I figured having the option to check for Build/Version # would omit SCCM reinstalling on
    systems that have build 11.4.402.265 already?<o:p></o:p>
    From what I understand is that Adobe Flash x64 installs both versions x86 & x64 since Win 7 has both IE
    x86 & IE x64 bit versions by default, and this would explain the Wow6432Node reg
    entries and the true x64 reg entries in both locations when installing.
    Overall, I am thinking I may be heading in the wrong direction in resolving this, as x86 & x64 versions install on the systems, so this tells me it is detecting when / what needs to be installed, the issue seems to be how it reports back after installing......
    Looking further, I view the Content Status Page, and there reporting info in Asset Detail under [Success]  all others { / In Progresss / Error /Unknown } has no info......
    If this helps provide further details.....
    Thanks
    Regards,
    Ron
    RF

  • SCCM Client Deployment Query

    Hi,
    Customer has already deployed the SCCM 2012 Sp1. They have multiple domains and network segments spread across various geographical locations. Some of the endpoints (having windows OS) at various geographic location has same IP address assigned. The SCCM
    is not able to push the clients to these endpoints.
    We thought of assigning the additional unique IP address to the endpoint device and install agent manually.
    How would things work in case of SCCM client having multiple IP address?
    Can we hardcode the IP address to SCCM client in SCCM database?
    Is there any alternate solution for managing these clients?
    Regards,
    Milind Dhuri.

    Customer do not want to change the IP address.
    Alternatively thought of managing these client using IBCM with limited feature functionality.
    Any thoughts on the same or any other alternatives ?
    how will using IBCM help in this situation?
    Having the same IP address on the network, will cause problems. It will get worse if you use proceed DPs on any segment with duplicate subnets.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

Maybe you are looking for

  • Firefox crash when i open a new window

    Since last pacman -Syu i get this when i'm trying to open the preferences window or when i'm starting a download: *** glibc detected *** /opt/firefox/firefox-bin: free(): invalid pointer: 0x09458f40 *** ======= Backtrace: ========= /lib/libc.so.6[0xb

  • Automatic Creation of Equipment Master

    Hi Experts I have gone through lot of discussion available on forum but still Asset Equipment link is not working. I would like to create Equipment when I create Asset. I have done below settings. 1) Asset Accounting --> Master Data --> Automatic Cre

  • Add IPv6 to a running failover cluster

    Hi I have a sql failover cluster running win2k8 R2 and SQL 2008 it was built around IPv4 the instance listens on IPv4 cluster IP address ( virtual IP) I rescently got a request that there will be servers running in pure IPv6 networks and the need to

  • Cisco WLC 5508 not sending SNMP Traps

    Hello Everyone. I'm having a weird error on our WLC environment. We have an HA with two cisco WLC 5508 and i cannot get SNMP Traps working on a Windows PC running Kiwi Syslog server (free ed.). I can receive correctly Syslog messages, but not traps.

  • Color depth of the mouse cursor

    Upgraded to srss 4.2 yesterday and discovered the addition of Xrender support. After enabling it the mouse cursor switches to an animated one. This looks really horrendous, since the mousecursor is displayed in black and white (1bit color depth). Doe