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

The software change returned error code 0x87D0128F (-2016406897)

$
0
0

Hi all,

We are currently using Admin Studio 2013 to create App-V applications (which in turn uses the Microsoft App-V 5.0 Sequencer running through AAC).  I have noticed that the last few applications that have been sequenced, when deployed via SCCM 2012 have the following error:

The software change returned error code 0x87D0128F (-2016406897)

Now, we have tested these applications on a vanilla Windows 7 SP1 OS using the AppVLauncher and the application launches as expected.  The issue seems to be with the app deployment.  I have read a couple of articles about this (slim picking) and one suggested the shortcut could have an extra space at the start.  This is not the case for my apps.  Also the other suggestion is changing the Enable Scripting registry key, but again this did not work.

Has anyone else seen this problem and have a solution?

Ta


App-v WMI Query error when adding packages

$
0
0
Hello, 

We keep on getting this error message "Unspecified error" in SCCM when deploying apps to some computers using App-v 5 SP3 with SCCM 2012 R2 CU3, After looking in the logs we are finding lots of red regarding to WMI in the logs, if we rip off the App-v Client and re install it works fine with no issues, however we cant keep this up forever. 

has anybody in the community noticed this before or have any workarounds / fixes . 

i have attached some info from in the App Discovery ; 


and from Appenforce 

any help or advise more then welcome :)



The CI version info data is not available - SCCM 2012 R2 CU2

$
0
0

Hello, 

I was reviewing some of our app deployment today and i was shocked to find that one of them ( App-v 5SP3 MSI) is reporting 99% error rate in the deployment monitoring feedback chart, however there was nothing listed under ERROR, i i run the Report Application infrastructure errors and i have several thousand system reporting that " The CI version info data is not available" there was also several other CI related errors ( i have listed them all bellow). i have verified that the software is still on and still working fine, i just think the reporting status process has broken, did a Google did find some other complain of the issue but not managed to find a fix and to understand the root, has anybody got a VERY low risk ideas on how to fix the reporting without redeployment of the app ? 

-201641085822785564380x87D00316	CI Agent job was canceled.-201641085922785564370x87D00315	The CI version info data isnot available.-201641086022785564360x87D00314	CI Version Info timed out.

Supersedence in SCCM 2012

$
0
0

Hi

Basically I am working with SCCM 2012 and we are using supersedence to upgrade and replace applications. My question is regarding the way supersedence works. I use it to supersede applications on machines that are added to a specific collection. But I have been advised that when setting up supersednece it upgrades all instances on this application whether or not they are added to the collection that the new application is targeted at?

Could someone clear up this situation, this has been raised because we had a rogue deployment of Office that was attributed to supersedence.

Your advice would and clarification would be appreciated.

Thanks

Distributing Registry fails

$
0
0

We are trying to distrubute a registry key using Sccm but does not work. So I wonder if a registry like this can be deployed using a batch file or registry command like regedit.exe /s regfile.reg. This the key we are trying to distrubute. The users have no rights to the computers.

Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office]
 
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0]
 
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Outlook]
 
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Outlook\Resiliency]
 
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Outlook\Resiliency\AddinList]
"Appl.Officexxx.Outlook.Addin"="1"

.msp file revision number as Application detection rule

$
0
0
Can we use a .msp file revision number as an application "detection rule" in place of windows installerproduct code ? I am using SCCM 2012.

Deploying Applications without using client cache

$
0
0

Hi,

We use Configuration Manager 2012 R2 for client deployment and application deployment.  Our ICT Suite computers did have an image of 23GB to deploy previously, but for ease of updating I am now using a task sequence with a common base image and installs applications depending on collection.  Then also using that Application list to give our staff ability to choose applications to install onto their laptops using Software Centre.

As all application installations will occur over gigabit network or fast wireless connections I don't want the clients using the local cache to download the installations first (especially as some applications are 5GB and the cache doesn't empty straight away).  I found that putting a full path to execute in the installation program field (i.e.msiexec /I \\server\application$\program\install.msi/q) and leaving the content location blank works to deploy applications to collections for installation.  But when the PXE task sequence is run I get the error:

If I create a second Deployment Type with content and distribute the content to the distribution point and set requirements that none of our clients would pass the software still installs (using the Deployment Type with no content).  This all seems a bit of a hack to do a simple task.  Is there a better way to do this?  I just don't want the extra step of the stations downloading the setups into the client configuration manager cache folder.  I also don't want to use Packages as I can't publish these into the Applications list in Software Centre for the clients.

Thanks,

Andy

Maintenance Windows extending to (or beyond) midnight

$
0
0

I'm configuring maintenance windows in my environment and have experienced some strange behavior on one occasion. I'll give details of my implementation if needed, but my question may not require them.

If I set up a maintenance window, say for Saturday, set the Start to 8:00:00 AM, and set the End to be 12:00:00 AM, does SCCM understand how to handle that? The window duration appears to calculate correctly (showing 16 hours), but technically Saturday at 12 AM comes before 8 AM, and I thought it might cause some unexpected behavior in the background. 

In my particular case I saw a window duration in the Maintenance log that was longer than I anticipated. I'm working with multiple windows and had changed settings a couple times, so I'm not sure if it was just an unintended side effect, but I thought I'd throw this question out just in case.

Thanks!


Task sequence error

VB Script is not executing when deployig from SCCM 2012

$
0
0

Manually my VB script is running successfully when executing from the Batch file which internally calls VB Script to suppress "HyperionSmartViewforOffice_11.1.2.1.0" add-in prompts pop up which occurs upon launching MS Excel.

please  see the attached files for folder structure (Folderstructure.PNG), add-in pop up error (add in pop up error.PNG).

Batch Script:

@ Echo Off

msiexec /x {62190FC2-D90E-45A8-9ED8-9C523EC426E2} /qn

removeExcelOpenKey.vbs

vb script :

Dim objExcel
Dim addin

On Error Resume Next
Set objWb = objExcel.Workbooks("myAddin.xla")
If Not wb Is Nothing Then
wb.RunAutoMacros xlAutoClose
End If

 
Set objExcel = CreateObject("Excel.Application")
For i = 0 To objExcel.Addins.Count
    Set objAddin= objExcel.Addins.item(i)
    If objAddin.Name = "HsTbar.xla" Then
        objAddin.Installed = False
    End If
Next
 
objExcel.Quit
Set objExcel = Nothing

tried to fail deploying the package and application (follwed detection method file , registry , windows installer ) as well but no luck.

appreciated help .

thanks,


How to repackage "jre-7u72-windows-i586.exe" application and deploy through SCCM 2012

$
0
0

Hi,

Along with IE 11 we are planning to deploy "jre-7u72-windows-i586.exe"

Created transform file for "jre-7u72-windows-i586.exe" by using Adminstudio Installshield.

Identified vendor .MSI file at

  • %AppData%\LocalLow\Sun\Java\jre1.7.0_72\jre1.7.0_72.msi"
  • %AppData%\LocalLow\Sun\Java\jre1.7.0_72\Data1.cab

Created Transform file

  • Created transform file for "jre-7u72-windows-i586.exe" by using Adminstudio Installshield with the Tuner feature

My queries:

  1. Do we have any best practices while repackaging “jre-7u72-windows-i586.exe?” by Adminstudio
  2. How to deploy the jre-7u72-windows-i586.exe application assuming with parallel deployment of IE  11.
  3. Do we uninstall lower versions of Java when installing any newer versions like jre-7u72-windows-i586.exe? if yes then how to handle
  4. Do we install jre-7u72-windows-i586.exe application without uninstallations of any lower version of JAVA , if yes then how to handle

Looking for best practices / Customizations ?

Thanks, appreciate your help.

Han,


Gc.Hanumareddy

Automation of SCCM 2007

$
0
0

Hi,

I have written power-shell script for SCCM 2012 R2 to perform various task like package creation,baseline creation,Compliance report generation etc . I would like to use these scripts in SCCM 2007. If no, then how  should i proceed to automate above task in SCCM 2007 



package is not getting installed

$
0
0

Hi,

i have created a package for firefox and when i try to install it  get fails with error in execmgr log file "OnContentAvailable program firefox NOT available, 0x80070005" .package got successfully copied to DP & i have a NAA configured in system center however it fails. please assist.

Thanks,

Naveen.


Naveen Betha.

How to create a Global Condition based on computers/users Active Directory Group?

$
0
0

Been asking this for a while now everywhere... Can't find the answer. So the problem is, how can I make a SCCM 2012 Global Condition which can be used to determine Active Directory group the User/Computer belongs to?

I was planning to use this kind of Requirement as Application deployment base, so that certain software would only be deployed to the computers which are in the software group (in the Active Directory)...

Anyone?

Test Case for APP v installation via SCCM

$
0
0

hi friends

Can anyone suggest a test Case for APP v application installation via sccm .


Install and uninstall deployments at the same time?

$
0
0

Hi all,

I've a question about the behavior, if there is an install and an uninstall deployment at the same time?

Background:
I've a device collection called "Default Client" wich deploys all our default software for installation and all special software for uninstallation. For each special software, there is a device collection with an install deployment for it. Now I can add machines to this "special software device collections" to install the software and after removing them from the collection, they uninstall the software.

In my tests on two clients this worked perfect. But can I assume that this works every time or could this behavior be serendipity because of these two competing deployments?

Regards,
Rigger

You want a Good one check this .NET issue out

$
0
0

So it has come to my understanding that sometimes such as in this moment .net 4.0 will NOT restart on reboot. So what I found out is that the wuauserv service is the reason.. It will not restart because this service is running on reboot, however the issue here is that you cannot even FORCE this service to not autostart. No matter what I have done in the services, registry and even telling it to be dependent on the clr_optimization_v4.0.30319_32 and clr_optimization_v4.0.30319_64 to be running before it will start.. There is NO way to stop this bugger from starting on reboot and the real issue is IF this thing starts before they do they will not start even if I stop the wuauserv after it's up.. I need a solution if at all possible on where to go from here.. Because this is literally Killing my SCCM2012 on reboot.. And as for the reboots as well as the .NET is shutting down or the server rebooting in the evening.. We are not sure yet because it logs, NOTTA, there is not a single log for me to go on.. 

Thanks in advance for ANY HELP,


Daryl Craft

Certain .exe files leaving a state of failed in software Center because they are still installing

$
0
0

Hi All,

wondering if anyone sees the above behaviour.

I have 3 programs (visio 2013, Project 2013 and Autodesk Trueview 2015)

Visio and Project use the oct tool for msp files

Autodesk uses simply the /q function

The false positive i keep seeing in SCCM Software Center is an installed state of "Failed" because the install is still running and hasnt actually finished, SCCM just thinks it has and gives the install state of failed as it fails detection of in visios case VISIO.EXE

If you then wait 5 minutes and click retry it puts the state to installed.

Doesnt look good and is something i need to address, MSI and App-V dont see this behaviour.

Can anyone advise on what i could check or alter?

Regards

Chris

.vbe installation program

$
0
0
Can we use a .vbe file as an installation program for application deployment in SCCM 2012?

Application Catalog Website Point

$
0
0
I am trying to setup the Application Catalog Website with SCCM 2012 R2 and when I install the roles to my configuration manager site it does not create a CMApplication folder in C:\inetpub\wwwroot, does not create any iis settings. I have all the features installed for .net 4.0. I have already tried uninstall and running the command aspnet_regiss.exe -I and aspnet_regiss.exe /iru. I do not know what else to do.
Viewing all 4762 articles
Browse latest View live


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