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

Java Package Issues

$
0
0

Hello,

I'm trying to push out a new Java update in SCCM and I'm using a power shell. Two things I'm having issues with....

1. I get 0% on Compliance even though it has installed on the end user computers.

2. When I go to monitor and deployments and look at Java it shows errors "Message ID 10006" How do you fix this?

Here is the powershell I'm using.

# Script to uninstall and install Java

# Get the script folder
function Get-ScriptDirectory 

    $Invocation = (Get-Variable MyInvocation -Scope 1).Value 
    Split-Path $Invocation.MyCommand.Path 

$scriptFolder = Get-ScriptDirectory

# If there is a previous version installed we need to stop the process

if (Get-Process -Name Java -ea SilentlyContinue) {Stop-Process -Name Java -Force}

if (Get-Process -Name JP2Launcher -ea SilentlyContinue) {Stop-Process -Name JP2Launcher -Force}

if (Get-Process -Name javaw -ea SilentlyContinue) {Stop-Process -Name javaw -Force}

# Now we need to uninstall the old version, Oracle didnt to this right!

$app = Get-WmiObject -Class Win32_Product | Where-Object { 
    $_.Name -match "Java" 
}
foreach ($a in $app) {$a.Uninstall()}

# Install Java
$parameters = "/i " + "$scriptFolder" + "\jre1.8.0_91.msi /quiet"
$installStatement = [System.Diagnostics.Process]::Start( "msiexec", $parameters ) 
$installStatement.WaitForExit()

Compliance **%

$
0
0

After set a collection to receive an application - how or where to find out which computer has the Application successfully installed when it is showing **% (not 100%) in Compliances from SCCM?

thanks

SCCM 2012 CAS by mistake Primary site data deleted from CAS

$
0
0

HI While executing Preinst.exe /delsite <TP1> which is supposed to beTP2 in SCCM CAS different primary site info deleted how we can recover the Primary site DATA in CAS i have tried by running recovery but it gives error that CAS dont have info of Primary site replication also Stopped Link analyser gives Info that this will resolve in 30 minutes although its more then 1 hr still same info what to do how to resolve. 

past due will be retried

$
0
0

past due will be retried 0x643(1603)

I get this message on random applications and machine's that install fine when u manually click retry. Not sure if there is a setting somewhere I am missing. Doesn't seem to be a problems with the packages or applications and they install on other machines ect.

thanks in advance.


Network Access Account for SuperPeer not found

$
0
0

Hi All,

I am trying out the peer cache feature which came out in CM 1604. Peers are not able to connect and download content from other peers. I drilled down and found an error related to the network access account not being configured, but I have done that in the CM console. I verified that the network access accounts are present in WMI at client side '\\ROOT\ccm\Policy\Machine\ActualConfig:CCM_NetworkAccessAccount'. Can you direct to something which I am not doing correctly?

Logs say:

16-05-2016 17:50:22CSuperPeerController::GetNAAInfo enteredContentAccess3732 (0x0E94)
16-05-2016 17:50:22The network access account is not defined.ContentAccess3732 (0x0E94)
16-05-2016 17:50:22Allowed:1, SSL:0, Httpport:8005, Broadcastport:8004ContentAccess3732 (0x0E94)
16-05-2016 17:50:22http://+:8005/ContentAccess3732 (0x0E94)



Thanks,

Paras

Application installs correctly but SCCM reports Past Due - will be retired

$
0
0

Hey,

I created a two-part application install for VLC. The first .exe, runs as the user, copies the VLC settings to the logged in %userprofile%, the 2nd part, runs as system, installs VLC and copies a config file to :\users\default\appdata\roaming\vlc.  They both install correctly but SCCM reports it Failed; Past Due - will be retired.  If I uninstall VLC SCCM will reinstall it but still reports it's past due.   

I've attached the log file.  Any ideas?  And thanks in advance for looking..

Thanks

 A user is logged on to the system. AppEnforce 5/16/2016 11:26:02 AM 4928 (0x1340)
    Performing detection of app deployment type inVentiv VLC User Pref Copy(ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_78825666-218e-48f4-b330-ea2b6a1d2b5d, revision 5) for user. AppEnforce 5/16/2016 11:26:02 AM 4928 (0x1340)
+++ Application not discovered. [AppDT Id: ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_78825666-218e-48f4-b330-ea2b6a1d2b5d, Revision: 5] AppEnforce 5/16/2016 11:26:02 AM 4928 (0x1340)
    App enforcement environment:
 Context: User
 Command line: VLC_File_Copy.EXE
 Allow user interaction: Yes
 UI mode: 1
 User token: not null
 Session Id: 4294967295
 Content path: C:\WINDOWS\ccmcache\a
 Working directory:  AppEnforce 5/16/2016 11:26:02 AM 4928 (0x1340)
    Prepared working directory: C:\WINDOWS\ccmcache\a AppEnforce 5/16/2016 11:26:02 AM 4928 (0x1340)
    Prepared command line: "C:\WINDOWS\ccmcache\a\VLC_File_Copy.EXE" AppEnforce 5/16/2016 11:26:02 AM 4928 (0x1340)
    Executing Command line: "C:\WINDOWS\ccmcache\a\VLC_File_Copy.EXE" with user context AppEnforce 5/16/2016 11:26:02 AM 4928 (0x1340)
    Working directory C:\WINDOWS\ccmcache\a AppEnforce 5/16/2016 11:26:02 AM 4928 (0x1340)
    Post install behavior is BasedOnExitCode AppEnforce 5/16/2016 11:26:02 AM 4928 (0x1340)
    Waiting for process 5396 to finish.  Timeout = 15 minutes. AppEnforce 5/16/2016 11:26:02 AM 4928 (0x1340)
    Process 5396 terminated with exitcode: 0 AppEnforce 5/16/2016 11:26:03 AM 4928 (0x1340)
    Looking for exit code 0 in exit codes table... AppEnforce 5/16/2016 11:26:03 AM 4928 (0x1340)
    Matched exit code 0 to a Success entry in exit codes table. AppEnforce 5/16/2016 11:26:03 AM 4928 (0x1340)
    Performing detection of app deployment type inVentiv VLC User Pref Copy(ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_78825666-218e-48f4-b330-ea2b6a1d2b5d, revision 5) for user. AppEnforce 5/16/2016 11:26:03 AM 4928 (0x1340)
+++ Application not discovered. [AppDT Id: ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_78825666-218e-48f4-b330-ea2b6a1d2b5d, Revision: 5] AppEnforce 5/16/2016 11:26:03 AM 4928 (0x1340)
++++++ App enforcement completed (1 seconds) for App DT "inVentiv VLC User Pref Copy" [ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_78825666-218e-48f4-b330-ea2b6a1d2b5d], Revision: 5, User SID: S-1-5-21-1863563187-2403694799-1375531988-106743]++++++ AppEnforce 5/16/2016 11:26:03 AM 4928 (0x1340)
+++ Starting Install enforcement for App DT "VideoLan VLC 2.2.2 Install" ApplicationDeliveryType - ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_bbd485e6-11fa-4f48-bdb4-420b99fc0728, Revision - 1, ContentPath - C:\WINDOWS\ccmcache\c, Execution Context - System AppEnforce 5/16/2016 11:30:49 AM 3652 (0x0E44)
    A user is logged on to the system. AppEnforce 5/16/2016 11:30:49 AM 3652 (0x0E44)
    Performing detection of app deployment type VideoLan VLC 2.2.2 Install(ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_bbd485e6-11fa-4f48-bdb4-420b99fc0728, revision 1) for user. AppEnforce 5/16/2016 11:30:49 AM 3652 (0x0E44)
+++ Application not discovered. [AppDT Id: ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_bbd485e6-11fa-4f48-bdb4-420b99fc0728, Revision: 1] AppEnforce 5/16/2016 11:30:49 AM 3652 (0x0E44)
    App enforcement environment:
 Context: Machine
 Command line: VLC_2.2_Default.EXE
 Allow user interaction: No
 UI mode: 1
 User token: not null
 Session Id: 4294967295
 Content path: C:\WINDOWS\ccmcache\c
 Working directory:  AppEnforce 5/16/2016 11:30:49 AM 3652 (0x0E44)
    Prepared working directory: C:\WINDOWS\ccmcache\c AppEnforce 5/16/2016 11:30:49 AM 3652 (0x0E44)
    Prepared command line: "C:\WINDOWS\ccmcache\c\VLC_2.2_Default.EXE" AppEnforce 5/16/2016 11:30:49 AM 3652 (0x0E44)
    Executing Command line: "C:\WINDOWS\ccmcache\c\VLC_2.2_Default.EXE" with system context AppEnforce 5/16/2016 11:30:49 AM 3652 (0x0E44)
    Working directory C:\WINDOWS\ccmcache\c AppEnforce 5/16/2016 11:30:49 AM 3652 (0x0E44)
    Post install behavior is BasedOnExitCode AppEnforce 5/16/2016 11:30:49 AM 3652 (0x0E44)
    Waiting for process 5968 to finish.  Timeout = 20 minutes. AppEnforce 5/16/2016 11:30:49 AM 3652 (0x0E44)
    Process 5968 terminated with exitcode: 0 AppEnforce 5/16/2016 11:31:18 AM 3652 (0x0E44)
    Looking for exit code 0 in exit codes table... AppEnforce 5/16/2016 11:31:18 AM 3652 (0x0E44)
    Matched exit code 0 to a Success entry in exit codes table. AppEnforce 5/16/2016 11:31:18 AM 3652 (0x0E44)
    Performing detection of app deployment type VideoLan VLC 2.2.2 Install(ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_bbd485e6-11fa-4f48-bdb4-420b99fc0728, revision 1) for user. AppEnforce 5/16/2016 11:31:18 AM 3652 (0x0E44)
+++ Discovered application [AppDT Id: ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_bbd485e6-11fa-4f48-bdb4-420b99fc0728, Revision: 1] AppEnforce 5/16/2016 11:31:18 AM 3652 (0x0E44)
++++++ App enforcement completed (28 seconds) for App DT "VideoLan VLC 2.2.2 Install" [ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_bbd485e6-11fa-4f48-bdb4-420b99fc0728], Revision: 1, User SID: S-1-5-21-1863563187-2403694799-1375531988-27580]++++++ AppEnforce 5/16/2016 11:31:18 AM 3652 (0x0E44)
+++ Starting Install enforcement for App DT "inVentiv VLC User Pref Copy" ApplicationDeliveryType - ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_78825666-218e-48f4-b330-ea2b6a1d2b5d, Revision - 5, ContentPath - C:\WINDOWS\ccmcache\a, Execution Context - User AppEnforce 5/16/2016 11:31:19 AM 3652 (0x0E44)
    A user is logged on to the system. AppEnforce 5/16/2016 11:31:19 AM 3652 (0x0E44)
    Performing detection of app deployment type inVentiv VLC User Pref Copy(ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_78825666-218e-48f4-b330-ea2b6a1d2b5d, revision 5) for user. AppEnforce 5/16/2016 11:31:19 AM 3652 (0x0E44)
+++ Application not discovered. [AppDT Id: ScopeId_20056A92-2456-4EEB-869F-8BFFECDE976C/DeploymentType_78825666-218e-48f4-b330-ea2b6a1d2b5d, Revision: 5] AppEnforce 5/16/2016 11:31:19 AM 3652 (0x0E44)
    App enforcement environment:

SCCM 2012 R2 SP1: Application Deployment - Past Due - Will be "Retried"

$
0
0

Hi All,

I am trying to deploy Intel WIDI driver as a "Required" application. the  user experience settings are:

 Installation Behavior: Install for System if Resource is device;otherwise install for user

Login Requirements: Only when a user is logged on

when the application is deployed to the clients, the installation status goes to: Past Due - Will be "Retried"

however, if i go in Software Center and manually "Retry" on the installation, it installs successfully. but this is not the desired outcome i want.

i have set the deployment schedule slightly in the past (because someone suggested that can fix the issue) but it didn't help either.





Cant Delete Application because imaginary Deployment?

$
0
0

Hello everyone,

I'm new with SCCM and need some help with this:

I made a Application because I wanted to test the Application Feature etc.

After correctly installing and uninstalling the software I came back a week later and Software Center tells me that the software (and one other) is no longer available for no reason.

Maybe i did something wrong while managing other stuff but I simply came to the conclusion that i want to delete the Application in SCCM since it was only for test purpose.

I went into SCCM, deleted the deployment and tried to delete the application, but the deployments counter is on 1 and when I look into the deployments it says 'No items found.'

So SCCM tells me that i can't delete a application when its still deployed.

I cant find where this deployment should be:

Is there any other way to force the Application to get deleted?

Greetings, Paxz.

//pictures will follow when i am allowed upload them (account is new)

how to install MetroApp for all user account or device basic using SCCM 1511

$
0
0

Hello,

I have to installed Metro app to a device but it should be in device basic not user basic so when metro app is pushed out to a device(win10) it will be get available for all users of domain or.... not like that when user login then only app get install.

Actually I have scenario where two types of user for a device.
User1 : when it login to device ,smsAgent running.
User2:When it login to device SMSAgent get stopped as per requirement.

And need to deploy Metro App for all users (User1 and User2).

If there is way please assist.
Thanks
Richa



Shorter restart delay for a specific application deployment

$
0
0

Hello,

In our environnement, users have a 240 minutes delay to reboot their computer after an installation.

We have a specific application deployement that requires an immediate reboot after installation. Is there a way to use specific reboot settings for that particular application ?

Regards,

Michel

Universal(Metro) app deployment to Windows 10 using SCCM

$
0
0

Hi,

I am having a scenario were we need to deploy an universal(Metro) app to Windows 10 Devices using SCCM. I wanted to know :-

1. Can we deploy the Universal(Metro) apps to device collection ?

2. Does the installation of the app requires user login ?

Thanks,

Pranay.

[SOLVED] Error "ObjectLockContext has not been set." on Properties of Apps, Deployment Types, Task Sequences etc.

$
0
0

Using a specific AD account, when I attempt to view the properties of any Applications, any Deployment Types, any Task Sequences or edit any Task Sequences, I see errors similar to below.

Appears to be specific to that account as my own works fine.

Thoughts on what might be happening?

The requested object information could not be retrieved.  Refresh the Configuration Manager console to verify that another administrator has not moved or deleted the object, or that the role-based administration security scopes or security roles for the object or current user have not changed.


ConfigMgr Error Object:
instance of SMS_ExtendedStatus
{
	Description = "ObjectLockContext has not been set.";
	ErrorCode = 1078462229;
	File = "e:\\nts_sccm_release\\sms\\siteserver\\sdk_provider\\smsprov\\sspsedo.cpp";
	Line = 961;
	ObjectInfo = "ObjectLockContext";
	Operation = "ExecMethod";
	ParameterInfo = "SMS_ObjectLock";
	ProviderName = "WinMgmt";
	StatusCode = 2147749889;
};

-------------------------------
Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException
The SMS Provider reported an error.


Stack Trace:
   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)
   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters)
   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.CheckSedoLock(ActionDescription action, IResultObject resultObject, Boolean& objectIsReadOnly, IResultObject& subCollection)
   at Microsoft.ConfigurationManagement.AdminConsole.SccmTaskHandlerBase.DoTask(IList`1 navigationNodes, NavigationModelNodeTask task)
   at Microsoft.EnterpriseManagement.ConsoleFramework.WindowTaskHandler.WindowTaskOperation.ExecuteTaskJob(Object sender, ConsoleJobEventArgs jobArguments)
   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)

-------------------------------

System.Management.ManagementException
Generic failure


Stack Trace:
   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)
   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters)
   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.CheckSedoLock(ActionDescription action, IResultObject resultObject, Boolean& objectIsReadOnly, IResultObject& subCollection)
   at Microsoft.ConfigurationManagement.AdminConsole.SccmTaskHandlerBase.DoTask(IList`1 navigationNodes, NavigationModelNodeTask task)
   at Microsoft.EnterpriseManagement.ConsoleFramework.WindowTaskHandler.WindowTaskOperation.ExecuteTaskJob(Object sender, ConsoleJobEventArgs jobArguments)
   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)

-------------------------------




Permissions to run summarization

$
0
0

Hello.

What level of permissions does a user need to have in ConfigMgr to run summarization for a deployment?


toxaris

Unable to view Deployment Status information in SCCM 2012

$
0
0

Status Information is currently unavailable for this deployment - Error message

can anyone help to find the solution to fix this issue.

we are unable to view status information of deployment whether its in progress or error etc in SCCM 2012



Deploy Microsoft Office with different product keys

$
0
0

Hi guys,

Our organization is divided in a way that each department purchases their own product keys for software they buy.

In MDT, I install the source application as part of OSD task sequence, and then I have a command line in same TS that activates it with appropriate license. That seems to be working great!

In SCCM, I have an application package that installs Office and if I configure .MSP file with a product key it activates. 

Do I need to create a separate application package in SCCM for each product key or is there an easier way to do this?

Edit: I have not been able to create a task sequence that just installs an application for some reason. Is this possible?

Thank you!

Steve



SCCM 2012 st Distribute content problem

$
0
0

Hi!

When I add a new win7 wim file and the executive "distribute content", is created in C:\ SMSPKGSIG new folder (for example PRI00014.1). Copying process is interrupted and win7.wim size is 20MB !?

If I try to execute this win7.wim "Shedule Updates". I get the response "Failed to copy the image from the package source location to the siteserver machine."

What can help?



cenubit

How can I "refresh" content for an application after I make a change to its source files?

$
0
0
I created a new application for Office 2010 in the SCCM console yesterday. After doing a test push install I realized that I needed to change a setting in my Office Customization Tool .MSP file. I navigated to my UNC content location, edited my .MSP and saved it. Several test pushes later I realized that the old .MSP file was still being pushed out by SCCM it is clearly not updating to reflect my changes (or if it is its happening very slow). How can I get SCCM to update my application content to reflect the changes I made to my source files or verify its updating at all?

Can't deploy Visual Studio 2015 Professional in OSD task sequence

$
0
0

I am just learning my way around SCCM 2012 R2 and have had some success with deploying Windows 8.1 and 10 with a number of applications, however, Visual Studio 2015 Pro is continuing to elude me. All the tasks before and after VS installed fine. Looking at the AppEnforce.log on the client shows all the other installation tasks but there is not even a single line, error or otherwise related to the Visual Studio task. I had thought I found my issue when I found out the size of the client cache was 2GB too small, but after specifying a 15GB cache size during the client install in the OSD task sequence, I still get nothing.

Any advice would be greatly appreciated!

OSD failes when TS reaches step "Applying OS"

$
0
0
I have deployed many OS-images with SCCM 2012 SP1 over the last year, both to PXE clients as well as CM clients, but since a few weeks, neither deployments seem to work anymore.

I always receive the error "0x80070002" during the step "applying the OS"

I searched for solutions in different forums, and they all talk about problems with network account etc.
I  ensured the account had share and NTFS permissions, is unlocked in AD and that the password is correct. Also DNS seemts to work fine.
But still OS deployment stops. Even older images with older TS - which worked fine 2 months ago - stop at the same place in the process.

Any thoughts?

Sccm software deployment

$
0
0

Hi

A question on deploying application via SCCM please.

At the moment, a pilot group ocomputers have received an application roll out via a devices collection. This collection was created specifically target a group of pilot computers. It is set as Require. 

And I now need to roll out the same application organization wide via a collection that contains all computers within the organization (query base on OU). this collection includes those pilot computers (above).

As those pilot computers are now in two set of collections and has already have the piece of software installed.

Will this bring any issue to those computers? I.e what could happen if they again receive the software roll out? Will the software be uninstalled and reinstalled? Or what other implications I need to beware of?

Thank you

Viewing all 4762 articles
Browse latest View live


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