Quantcast
Channel: Configuration Manager 2012 - Application Management forum
Viewing all 4762 articles
Browse latest View live

Disable Uninstall option for the available apps

$
0
0

Hi ,

I would like to deploy an application as available, and the requirement is to have the uninstall option disabled in the software center for the user. Could any pls let me know if there is any way to acheive it.

Regards

Krishna C K


Error in converting APP V 4.6 created apps

$
0
0

I am trying to convert an application created using App V 4.6

But I get the following error. Could any one let me know how to resolve this

The following environment variables are conflicting:
Conflict found in OSD containing XXXXXXXXXXX
Variable: PATH=%CSIDL_PROGRAM_FILES%\Microsoft Application Virtualization
Sequencer\;%PATH%;%CSIDL_PROGRAM_FILES%\XXXXX;%CSIDL_PROGRAM_FILES%\XXXXXXXX;
Variable: PATH=%PATH%;%CSIDL_PROGRAM_FILES%\XXXXX;%CSIDL_PROGRAM_FILES%\XXXXXXX;

Regards

KC

Create a User Collection with installed specific software

$
0
0

Can someone help with Query to Create a User Collection with installed specific software.

I have created a collection for Computer Collection with installed specific software but i need to push apps on users and for that i need to create a user collection with specific software installed.

Thanks

available software, installation status, installed software

$
0
0

someone help  me in application deployment for systems scenarios is application created with appropriate deployment type deployed to machines now in software center there are three items like available software, installation status, installed software actually how will behave if we deploy application on SYSTEMS available\required option

 

same behavior will applicable to package?


sccmghost@hotmail.com

Creating an Advertisement Through Powershell SCCM 2012

$
0
0

Currently I'm trying to find the most efficient way to automate the package deployment process using powershell. The script I'm using at the moment is returning Message ID 100035(waiting for content) under the deployment status, and the CAS logs say

<![LOG[Requesting content SKG00054.1, size(KB) 1344, under context System with priority Low]LOG]!><time="11:18:46.382+240" date="07-06-2012" component="ContentAccess" context="" type="1" thread="2780" file="contentaccessservice.cpp:855">
<![LOG[Submitted CTM job {1CA3F8E4-13DA-1483-9F8E-12FUL5C4E3FE} to download Content SKG00054.1 under context System]LOG]!><time="11:18:46.413+240" date="07-06-2012" component="ContentAccess" context="" type="1" thread="2780" file="downloadmanager.cpp:554">
<![LOG[Successfully created download  request {2CEK4BA5-FD7D-4529-A04D-95DXE98237566} for content SKG00054.1]LOG]!><time="11:18:46.413+240" date="07-06-2012" component="ContentAccess" context="" type="1" thread="2780" file="downloadcontentrequest.cpp:824">
<![LOG[Location update from CTM for content SSKG00054.1 and request {2CEK4BA5-FD7D-4529-A04D-95DXE98237566}]LOG]!><time="11:18:47.069+240" date="07-06-2012" component="ContentAccess" context="" type="1" thread="2676" file="downloadcontentrequest.cpp:991">
<![LOG[Download request only, ignoring location update]LOG]!><time="11:18:47.069+240" date="07-06-2012" component="ContentAccess" context="" type="1" thread="2676" file="downloadcontentrequest.cpp:1010">

Execmgr logs:

<![LOG[Execution Request for advert SKG200BB package SKG00054 program * state change from WaitingDependency to WaitingContent]LOG]!><time="11:18:46.601+240" date="07-06-2012" component="execmgr" context="" type="1" thread="2676" file="executionrequest.cpp:503">
<![LOG[Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="SKG00054",ProgramID="*", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l]LOG]!><time="11:18:46.601+240" date="07-06-2012" component="execmgr" context="" type="1" thread="2676" file="event.cpp:410">
<![LOG[Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="SKG00054",ProgramID="*", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l]LOG]!><time="11:18:46.741+240" date="07-06-2012" component="execmgr" context="" type="1" thread="3452" file="event.cpp:410">

I'm unsure why the advertisement isn't deploying properly, because the properties look identical to previous packages I've sent manually. One thing I may think be the issue is that I'm adding the package to a Distribution Point Group which I know may disrupt deployments if a package has already previously been assigned to it I believe.

$sitename = "SKG"

Function create-PKGDeployment

{

$targetcoll = gwmi -ns "root\SMS\Site_$sitename" -class SMS_Collection | WHERE {$_.Name -eq 'Lab'}
$collID = $targetcoll.CollectionID
$collName = $targetcoll.Name

$PKG = gwmi -ns "root\SMS\Site_$sitename" -class SMS_Package | WHERE {$_.name -eq 'Firefox'}
$PKGID = $PKG.PackageID
$PKGName = $PKG.Name
$AdvName = $PKGName+"_"+$PKGID+"_"+$collName

[ARRAY]$PackageID = $PKGID;
Invoke-WmiMethod -Namespace "Root\SMS\Site_SKG" -Name AddPackages -Path "SMS_DistributionPointGroup.GroupID='{1PKU8557-9153-4C39-8DHK-DB0C53H801BA}'" `
-ArgumentList ( ,$PackageID)

$Format = get-date -format yyyyMMddHHmmss
$Date = $Format + ".000000+***"

$AdvArgs = @{
AdvertisementName = "$AdvName";
CollectionID = $collID;
PackageID = $PKGID;

SourceSite = $sitename;
ActionInProgress = 2
PresentTime = $Date
ExpirationTime = $Date
PresentTimeEnabled = $true


ProgramName = "*";

AdvertFlags = 33751072;
RemoteClientFlags = 2128;
TimeFLags = 8193


}

Set-WmiInstance -Class SMS_Advertisement -arguments $AdvArgs -namespace "root\SMS\Site_$sitename" | Out-Null
}
Create-PkgDeployment


someone help me on deployment type

$
0
0
someone help me on  deployment type & detection method like file system & registry some some examples

sccmghost@hotmail.com

SCCM 2012 - Retired applications report or query

$
0
0

Hi there

Does anyone know of a report or query which will list all applications with a 'Retired' status?

We have an extremely large number of applications and I'd like to quickly report on which apps are retired, but none of the reports I've tried include data on status (Active or Retired).

Advice welcome as ever.

Regards,

John.

Deploying Applications Using Task Sequence

$
0
0

Hi, can someone please tell me what I am doing wrong. I am trying to deploy some App-V 5.0 prerequisites using a task sequence but for whatever reason the TS just will not execute the install application group I created (screenshot below).

The OSD part of the TS installs correctly without any errors but the applications just don't get installed. 


SCCM Query for summary of installed software in a specific collection

$
0
0

Hi,

I have a SCCM 2012 SP1 environment, I am given a task to collect Summary of installed software in a specific collection. There is a built in report under Reports > Asset Intelligence > Software 01A - Summary of installed software in a specific collection. But this report is throwing an XML error. I need the query to collect the installed software in a specific collection .Can anyone tell me what the query is ?

Also using the report builder is there a way to mirror the built in report so that I can generate the same report as Software 1A - Summary of installed software in a specific collection.


Regards, h9ck3r.

App-V apps intermittantly fail to install via SCCM

$
0
0

Hi,

I have a few sequenced apps deployed using SCCM to our work computers.  These apps are deployed to User collections.  When a new computer is brought online they intermittently fail to install, however if you manually 'retry' the installation in Software Center, after the 4th or 5th attempt of retrying they install successfully.  Some apps fail to automatically install far more than others with one app failing to install consistently.

When the apps fail to install the streaming-transport debug log shows errors for Auto-Proxy detection and failure to send or receive HTTP responses to the distribution point full path to the .appv package file.  Send failures return an HResult of 0x80190193.  Receive failures return an HResult of 0x80190193 or 0x80072f0c.

The AppEnforce.log file returns an HResult of 80190193 and "The provided URL could not be resolved.  Please check that the URL is valid."  I assumed this to be the FQDN part of the command line that points at the DP package location.  The bit that puzzles me the most is that if it was a problem with the DP then surely none of the apps would install, and certainly a persisting with a manual 'retry' wouldn't produce a successful install result.

We use a proxy server.  AutoDetect proxy settings in IE is disabled and the FQDN of the Site Server/Distribution Point has been added to the Intranet Zone in IE.  If I tell IE not to use a proxy at all I still get the same errors (including the auto proxy detection error) in the Streaming-transport debug log for the apps that have failed to install.

The App-V 5 deployment types are all configured to stream rather than download and run.  If I switch them to 'download and run' they all consistently install without errors.

App-V clients are configured to use 'shared cache mode' and 'package scripts' is enabled.

Our environment is as follows: SCCM 2012 SP1 running on Server 2012.  App-V 5 SP1 clients installed on Windows 7 Enterprise with SP1. 

Any ideas as to what is going on would be welcomed as I've been tearing my hair out with this for a week!

Event logs - server and domain names have been changed - Streaming-Transport debug log:

Event ID 85

Log Name:      Microsoft-AppV-Streaming-Transport/Debug
Source:        Microsoft-AppV-Streaming-Transport
Date:          28/08/2013 10:07:42
Event ID:      85
Task Category: Transport request operation
Level:         Error
Keywords:     
User:          SYSTEM
Computer:      SCH-UEVGEN02.webfarm.local
Description:
Auto proxy detection for URL https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv failed with status Unknown HResult Error code: 0x80072f94
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-AppV-Streaming-Transport" Guid="{15936a6f-bea1-479e-9ab1-1815802d2205}" />
    <EventID>85</EventID>
    <Version>1</Version>
    <Level>2</Level>
    <Task>5</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-28T09:07:42.223458300Z" />
    <EventRecordID>472</EventRecordID>
    <Correlation />
    <Execution ProcessID="3948" ThreadID="4012" ProcessorID="0" KernelTime="2" UserTime="1" />
    <Channel>Microsoft-AppV-Streaming-Transport/Debug</Channel>
    <Computer>SCH-UEVGEN02.webfarm.local</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="StringValue">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv</Data>
    <Data Name="Status">-2147012716</Data>
  </EventData>
</Event>

Event ID 66

Log Name:      Microsoft-AppV-Streaming-Transport/Debug
Source:        Microsoft-AppV-Streaming-Transport
Date:          28/08/2013 10:07:42
Event ID:      66
Task Category: Transport request operation
Level:         Error
Keywords:     
User:          SYSTEM
Computer:      SCH-UEVGEN02.webfarm.local
Description:
HTTP response receipt from https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv failed.  Status: Unknown HResult Error code: 0x80072f0c
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-AppV-Streaming-Transport" Guid="{15936a6f-bea1-479e-9ab1-1815802d2205}" />
    <EventID>66</EventID>
    <Version>1</Version>
    <Level>2</Level>
    <Task>5</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-28T09:07:42.312531300Z" />
    <EventRecordID>476</EventRecordID>
    <Correlation />
    <Execution ProcessID="3948" ThreadID="4012" ProcessorID="0" KernelTime="2" UserTime="1" />
    <Channel>Microsoft-AppV-Streaming-Transport/Debug</Channel>
    <Computer>SCH-UEVGEN02.webfarm.local</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="Status">-2147012852</Data>
    <Data Name="URL">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv</Data>
  </EventData>
</Event>


Event ID 67

Log Name:      Microsoft-AppV-Streaming-Transport/Debug
Source:        Microsoft-AppV-Streaming-Transport
Date:          28/08/2013 10:07:42
Event ID:      67
Task Category: Transport request operation
Level:         Error
Keywords:     
User:          SYSTEM
Computer:      SCH-UEVGEN02.webfarm.local
Description:
HTTP request from https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv failed.  Status: Unknown HResult Error code: 0x80190193
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-AppV-Streaming-Transport" Guid="{15936a6f-bea1-479e-9ab1-1815802d2205}" />
    <EventID>67</EventID>
    <Version>1</Version>
    <Level>2</Level>
    <Task>5</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-28T09:07:42.325397400Z" />
    <EventRecordID>478</EventRecordID>
    <Correlation />
    <Execution ProcessID="3948" ThreadID="4012" ProcessorID="0" KernelTime="2" UserTime="1" />
    <Channel>Microsoft-AppV-Streaming-Transport/Debug</Channel>
    <Computer>SCH-UEVGEN02.webfarm.local</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="Status">-2145844845</Data>
    <Data Name="URL">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv</Data>
  </EventData>
</Event>


Event ID 110

Log Name:      Microsoft-AppV-Streaming-Transport/Debug
Source:        Microsoft-AppV-Streaming-Transport
Date:          28/08/2013 10:07:42
Event ID:      110
Task Category: Transport stream request operation
Level:         Error
Keywords:     
User:          SYSTEM
Computer:      SCH-UEVGEN02.webfarm.local
Description:
Http Send request on URI https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv with header  failed with status Unknown HResult Error code: 0x80190193.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-AppV-Streaming-Transport" Guid="{15936a6f-bea1-479e-9ab1-1815802d2205}" />
    <EventID>110</EventID>
    <Version>1</Version>
    <Level>2</Level>
    <Task>4</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-28T09:07:42.325397400Z" />
    <EventRecordID>479</EventRecordID>
    <Correlation />
    <Execution ProcessID="3948" ThreadID="4012" ProcessorID="0" KernelTime="2" UserTime="1" />
    <Channel>Microsoft-AppV-Streaming-Transport/Debug</Channel>
    <Computer>SCH-UEVGEN02.webfarm.local</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="URI">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv</Data>
    <Data Name="Header">
    </Data>
    <Data Name="Status">-2145844845</Data>
  </EventData>
</Event>


Error in AppEnforce.log

<![LOG[The AppV 5X client is configured for use with ConfigMgr.]LOG]!><time="10:07:38.954-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appvclientconfig5x.cpp:64">
<![LOG[The package with GUID efaa1d42-dc70-4fc0-8976-fb692e83c395 is not installed on this machine yet]LOG]!><time="10:07:38.964-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appvpackagequery5x.cpp:177">
<![LOG[Package: WinRAR 4.20 Win7 x64 with version GUID 6d7400fc-169b-4fa1-b292-29fdac24cae4 is not installed. Will install it]LOG]!><time="10:07:38.965-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appv5xhandler.cpp:459">
<![LOG[Configure the package WinRAR 4.20 Win7 x64 as streaming. Use content ID Content_5f364464-dd13-4bb2-8142-3c41850f5e49 and content version 1]LOG]!><time="10:07:38.965-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appv5xhandler.cpp:475">
<![LOG[Using content path <a href="https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv]LOG]!><time="10:07:39.206-60">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv]LOG]!><time="10:07:39.206-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appv5xhandler.cpp:494">
<![LOG[Running App-V command ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1';  Add-AppvClientPackage -Path 'https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv'  -DynamicDeploymentConfiguration 'C:\Windows\ccmcache\4\WinRAR_420_Win7x64_DeploymentConfig.xml'] for the  machine]LOG]!><time="10:07:39.211-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appvcommandutil.cpp:117">
<![LOG[    Executing Command line: "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1';  Add-AppvClientPackage -Path 'https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv'  -DynamicDeploymentConfiguration 'C:\Windows\ccmcache\4\WinRAR_420_Win7x64_DeploymentConfig.xml' with system context]LOG]!><time="10:07:39.211-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appexcnlib.cpp:345">
<![LOG[    Process 3948 terminated with exitcode: 1]LOG]!><time="10:07:42.823-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appexcnlib.cpp:431">
<![LOG[Here is the error message generated by the process:
Add-AppvClientPackage : The provided URL could not be resolved. Please check
that the URL is valid. HRESULT: 80190193.
At line:1 char:106
+ import-module 'C:\Program Files\Microsoft Application
Virtualization\Client\Appv ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
    + CategoryInfo          : NotSpecified: (:) [Add-AppvClientPackage], COMEx
   ception
    + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Micr
   osoft.AppV.AppvClientPowerShell.AddAppvPackage
 
]LOG]!><time="10:07:42.823-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appexcnlib.cpp:441">
<![LOG[AppV command ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1';  Add-AppvClientPackage -Path 'https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv'  -DynamicDeploymentConfiguration 'C:\Windows\ccmcache\4\WinRAR_420_Win7x64_DeploymentConfig.xml'] failed with return code 1.]LOG]!><time="10:07:42.823-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appvcommandutil.cpp:128">
<![LOG[AppVCommandUtil::RunAppVCommand() failed. (0x87d0128f)]LOG]!><time="10:07:42.824-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appvcommandutil.cpp:154">
<![LOG[AppVManageClient5X::InstallAppVPackage() failed. (0x87d0128f)]LOG]!><time="10:07:42.824-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appvmanage5x.cpp:86">
<![LOG[    CAppV5XHandler::InstallApp() failed. (0x87d0128f)]LOG]!><time="10:07:42.824-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appv5xhandler.cpp:646">
<![LOG[++++++ App enforcement completed (4 seconds) for App DT "WinRAR 4.20 Win7 x64" [ScopeId_86A33434-E76B-408D-8910-C2EADC8E3BA0/DeploymentType_93e3e297-e10c-421e-a178-fe43212b1bde], Revision: 2, User SID: S-1-5-21-3578899820-3203048151-3782333795-4928]++++++]LOG]!><time="10:07:42.826-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appprovider.cpp:2366">

 

SCCM package distribution priority

$
0
0

I have in my environment SCCM 2012 SP1 installed.

I created a small testpackage to test upload of that package to all my distribution Points, and created it as a Medium priority package. I saw in the content status view in the console that it was put "In progress" in a queue, I knew there were other packages uploading to all my DPs. To speed things up, I changed the priority to High after a day or so, because I wanted that package to be uploaded first to all my DPs. No other packages has High in my environment. From the link below, this would not affect the queue in SCCM 2007, because once the package has been created, you can't change it to distribute faster.

http://social.technet.microsoft.com/Forums/en-US/76626568-a372-4996-8131-3934ed903805/deploying-packages-and-sending-priority?forum=configmgrgeneral

My question is, is this still designed the same way in 2012? Or will SCCM 2012 notice the priority has changed, and pull it in front of the queue?


Freddy

deployment type nothing but programs?

$
0
0
deployment type nothing but programs? after creation of each deployment type need to update application/deployment type e.g adobe reader application is created & deployed with one deployment type based on requirement  created one more deployment type so this case needs to update deployment type? how it work with existing deployment can i have a sample application

sccmghost@hotmail.com

Orphaned Applications in software center

$
0
0
I have seen this a few times but seems to be intermittent.  I created a query based user collection.  My test user account was part of that collection.  I deployed an app to the collection.  The user was able to see it in the app catalog and install it successfully.  The user then uninstalled the app successfully.  The app stills shows in Software Center as available (which appears to be normal although I wish the behavior would be that it would disappear).  But that's not the issue.  So I no longer wanted the user to be able to deploy this application that they previously installed and uninstalled.  Since it is a query based collection which the user should be in, I added an exclude collection that just had the user account in it  which seemed to work fine.  The exclusion collection caused my test user account to drop out of the collection.  After a few minutes, the app dropped out of the app catalog which is good and what I expected.  The problem here is that the app still remains in Software Center and shows as available and the user can still continue to install and uninstall this app.  I have forced user policy several times with no change and let it sit for a few hours with still no change.  As a test I then removed all membership from the collection so that it was completely empty.  Still no change.  I then deleted the collection and the deployment and still no change.  I have also forced machine policy and application deployment evaluation cycles and still no change. I have ensured that there are no other deployments of this app, it is not a dependent app of any other app either.  So I am left with an app that I can still install/uninstall from software center with no existing deployments of that app.  Other times I have done similar and the app does disappear from Software Center after updating user policy.  But definitely once or twice in the past I have seen this behavior as well.  In the past I believe I removed and re-installed the configmgr client to get rid of the orphaned apps.  I have not done that yet this time in the hopes of troubleshooting further.  Has anyone ran into anything like this? 

Remove/stop Application deployment without loosing compliance history

$
0
0
Hi I need to stop the deployment of an application to a collection but I do not want to lose the history of the deployment. Is there a way to delete an application/package deployment and keep the deployment's history (success rate,etc)? 
  
Thanks! 

Uninstalled application via Software Center thinks it needs to be re-installed

$
0
0

Hi all,

I've deployed a bunch of apps for users to install via the App Catalog. I also want them to be able to uninstall the application via Software Center. This all works fine. However, soon after I uninstall the application, a notification pops up that says the application is Past due - will be updated. I don't understand why. The application deployment is set to Available (otherwise it couldn't be installed from the App Catalog), so why does the SC think it needs to be re-installed?


Deleted Deployments are still visible in Softwarecenter

$
0
0

Hello!

Whenever i delete a Deployment from a collection, it doesn't get deleted out of the clients Softwarecenter. The Application is still visible on the client and if I click the button to install it, I get an error telling me that the Softwarecenter can't update the needed Information.

i've already tried to reinstall the Client. This removes all old (deleted) deployments from the softwarecenter, but as soon as i deploy an aplication and then delete the deployment I get the same Error again.

Has anyone experienced something like this before?

Thanks in advance!

supersede existing application

$
0
0
we have created a application & deployed into production now how supersede existing application with new application i mean needs create any deployment types on existing application?

sccmghost@hotmail.com

created application &with file system detection method application got installed

$
0
0
someone help me this scenario like created application &with file system detection method application got installed on new machine some one removed application but application is not installing again it requires to do any extra settings or configuration?

sccmghost@hotmail.com

GetDPLocations failed with error 0x80072ee7

$
0
0

Hello, I have been wrestling with this for the last week, I am trying to get CM working in my lab. I can’t seem to get the client console to push down, please help? Here is my ccmsetup log.

<![LOG[==========[ ccmsetup started in process 1984 ]==========]LOG]!><time="19:35:07.945+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3708" file="ccmsetup.cpp:9100"><![LOG[Running on platform X64]LOG]!><time="19:35:07.945+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3708" file="util.cpp:1681"><![LOG[Updated security on object C:\Windows\ccmsetup\cache\.]LOG]!><time="19:35:07.945+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3708" file="ccmsetup.cpp:8944"><![LOG[Launch from folder C:\Windows\ccmsetup\]LOG]!><time="19:35:07.945+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3708" file="ccmsetup.cpp:721"><![LOG[CcmSetup version: 5.0.7804.1000]LOG]!><time="19:35:07.945+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3708" file="ccmsetup.cpp:727"><![LOG[In ServiceMain]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="ccmsetup.cpp:3340"><![LOG[Running on OS (6.1.7601). Service Pack (1.0). SuiteMask = 274. Product Type = 2]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:2673"><![LOG[Ccmsetup command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:3563"><![LOG[Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required.]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:3721"><![LOG[Command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:3722"><![LOG[SslState value: 224]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="ccmsetup.cpp:4330"><![LOG[CCMHTTPPORT:    80]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:8280"><![LOG[CCMHTTPSPORT:    443]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:8295"><![LOG[CCMHTTPSSTATE:    224]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:8313"><![LOG[CCMHTTPSCERTNAME:    ]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:8331"><![LOG[FSP:    ]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:8383"><![LOG[CCMFIRSTCERT:    1]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:8441"><![LOG[Config file:      C:\Windows\ccmsetup\MobileClientUnicode.tcf]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4432"><![LOG[Retry time:       10 minute(s)]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4433"><![LOG[MSI log file:     C:\Windows\ccmsetup\Logs\client.msi.log]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4434"><![LOG[MSI properties:    INSTALL="ALL" SMSSITECODE="CM1" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" CCMFIRSTCERT="1"]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4435"><![LOG[Source List:]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4443"><![LOG[                  \\CC-VMM01.cancorp.com\SMSClient]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4450"><![LOG[                  \\CC-VMM01.CANCORP.COM\SMSClient]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4459"><![LOG[MPs:]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4462"><![LOG[                  CC-VMM01.cancorp.com]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4477"><![LOG[No version of the client is currently detected.]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:2734"><![LOG[Updated security on object C:\Windows\ccmsetup\.]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="ccmsetup.cpp:8944"><![LOG[A Fallback Status Point has not been specified.  Message with STATEID='100' will not be sent.]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:9428"><![LOG[Running as user "SYSTEM"]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:1972"><![LOG[Detected 12186 MB free disk space on system drive.]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="util.cpp:574"><![LOG[Checking Write Filter Status.]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:1999"><![LOG[This is not a supported write filter device. We are not in a write filter maintenance mode.]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:2026"><![LOG[Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=CM1))']LOG]!><time="19:35:07.991+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="lsad.cpp:640"><![LOG[OperationalXml '<ClientOperationalSettings><Version>5.00.7804.1000</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>224</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F1308201D9A00302010202105450BE956B70BD8F4E01B9E58783EA07300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3133303832383031343933385A180F32313133303830353031343933385A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A0282010100D18987CEEAF610EBC87DE8E88713E5BC2AE3F0F4531A50B3DEC280DFE25A77B8E74C75D9745D9D22E40297229D106E3927B0593FEEF5A3C6755F48A6652F2F148F4C2001E47E8BBB73D71E4A73B81B13B3B07E71E89018E98C4CC3D59792C106CD9577C82199EDBB78193A42DB95DC49BC132C7CFB385E4C2CC6932ABAD83A033A1D9FF89DD2777F22ACCCE6A606DD3C88A001D10C20E637751E7FFD93A6ABDD68956CDE5C9A425465947F49EEA985CC001E0ACEBC7A57D044F718BBA55972C598598892D9934D8367364787B4B31A34B2BDD28731E37ECE9BB2822F25CCB88E5019512EB63A9C2C410E2F607C33E7F50FCF9A9C6F4DE73447D2263BF0AB5F6D0203010001A3393037301F0603551D1104183016821443432D564D4D30312E63616E636F72702E636F6D30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B05000382010100B32F67776B617D0F2EA558B262C66B8F92605EA77259C889F1BB89C7351A2EC0ECF59FF28917E0B7218C476EFA047EF0A01A6B263A7581E683C242AC3BFF21E7A34A7F379712A514DDB6FFBBF04C083AF4B2BB1069D945FA84E89EB3F46BD8B2EF51DA20CDB1B43DA552D240F16EDC7CC2FB0A77A1D85C88366F4CF6F138BC98978D5FDDE077D8C43DCCA15B97670709C2B82ECF4496B5C6459713B6A2147303446A3C32F077870EA225C4AADCA1116480883702648C23DD3DFF367FD4C52B671ACEFEF2D4199D766805192EE428B6AEA315ABE1820F21BB458D92569043CCE4AD229E81FE5BD5DAA4E903B197DA3B2AA34304CCF4B1BA49FDE19113DCE788C4</SiteSigningCert></SecurityConfiguration><RootSiteCode>CM1</RootSiteCode><CCM> <CommandLine>SMSSITECODE=CM1</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState" Value="0" /></Capabilities><Domain Value="cancorp.com" /><Forest Value="cancorp.com" /></ClientOperationalSettings>']LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="lsadcache.cpp:236"><![LOG[Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown.]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmutillib.cpp:372"><![LOG[The MP name retrieved is 'CC-VMM01.cancorp.com' with version '7804' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>']LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="lsadcache.cpp:334"><![LOG[MP 'CC-VMM01.cancorp.com' is compatible]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="lsadcache.cpp:339"><![LOG[Retrieved 1 MP records from AD for site 'CM1']LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="lsadcache.cpp:287"><![LOG[Retrived site version '5.00.7804.1000' from AD for site 'CM1']LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="siteinfo.cpp:575"><![LOG[SiteCode:         CM1]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:2051"><![LOG[SiteVersion:      5.00.7804.1000]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:2052"><![LOG[Ccmsetup is being restarted due to an administrative action. Installation files will be reset and downloaded again.]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:2086"><![LOG[Only one MP CC-VMM01.cancorp.com is specified. Use it.]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:9745"><![LOG[Searching for DP locations from MP(s)...]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:10683"><![LOG[Current AD site of machine is NewYork]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="LocationServices" context="" type="1" thread="3428" file="lsad.cpp:746"><![LOG[Local Machine is joined to an AD domain]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="LocationServices" context="" type="0" thread="3428" file="lsad.cpp:698"><![LOG[Current AD forest name is cancorp.com, domain name is cancorp.com]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="LocationServices" context="" type="1" thread="3428" file="lsad.cpp:818"><![LOG[DhcpGetOriginalSubnetMask entry point is supported.]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="LocationServices" context="" type="0" thread="3428" file="ccmiputil.cpp:117"><![LOG[Begin checking Alternate Network Configuration]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="LocationServices" context="" type="0" thread="3428" file="ccmiputil.cpp:1095"><![LOG[Finished checking Alternate Network Configuration]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="LocationServices" context="" type="0" thread="3428" file="ccmiputil.cpp:1172"><![LOG[Sending message body '<ContentLocationRequest SchemaVersion="1.00"><AssignedSite SiteCode="CM1"/><ClientPackage/><ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0" UseInternetDP="0"><ADSite Name="NewYork"/><Forest Name="cancorp.com"/><Domain Name="cancorp.com"/><IPAddresses><IPAddress SubnetAddress="10.0.0.0" Address="10.0.0.30"/></IPAddresses></ClientLocationInfo></ContentLocationRequest>
']LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="siteinfo.cpp:96"><![LOG[Sending message header '<Msg SchemaVersion="1.1"><ID>{68E42063-EA4F-4E83-99B0-A5E6621925C3}</ID><SourceHost>CC-OH-DC1</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:CC-OH-DC1:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>CC-VMM01.cancorp.com</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2013-08-29T23:35:08Z</SentTime><Body Type="ByteRange" Offset="0" Length="1078"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="siteinfo.cpp:177"><![LOG[CCM_POST 'HTTP://CC-VMM01.cancorp.com/ccm_system/request']LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="httphelper.cpp:807"><![LOG[GetDPLocations failed with error 0x80072ee7]LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="3" thread="3428" file="siteinfo.cpp:532"><![LOG[Failed to get DP locations as the expected version from MP 'CC-VMM01.cancorp.com'. Error 0x80072ee7]LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="2" thread="3428" file="ccmsetup.cpp:10926"><![LOG[A Fallback Status Point has not been specified.  Message with STATEID='101' will not be sent.]LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:9428"><![LOG[Next retry in 10 minute(s)...]LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="ccmsetup.cpp:8498">

Command line to run the SCCM client installation

$
0
0

SCCM Client package have been distributed to all servers.  It will be available in \\servername\smspkgf$\GS2002B2
Do we need a command line to run the SCCM client installation manually?

Viewing all 4762 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>