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

Unable to installed software

$
0
0

Can you please help me on below error

2016409600  2278557696  0x87D00800      Content transfer manager job is in an unexpected state


Deploying MSI package which has .vbs script?

$
0
0

I am looking to deploy a application via sccm. This package has 3 .msi files and it runs via a '.vbs' script command. How do i do it to deploy it as an application and not package.

The package has .vbs script and when it runs it has 3 .msi files associated with it. When i choose 'Create Application' in SCCM, i do not see an option to choose .vbs file. Please advise what am i doing wrong.

Unable to distribute content to DP. Error: Failed to compile MOF file. Error code: -1073741502

$
0
0

Hi,

Am unable to update any content to DP. Error is:

Mofcomp.exe failed, delete the classes and retry compiling D:\Program Files\Microsoft Configuration Manager\bin\x64\smsdpprov.mof    SMS_DISTRIBUTION_MANAGER    10/20/2015 12:44:30 PM    16732 (0x415C)
Failed to compile MOF file. Error code: -1073741502    SMS_DISTRIBUTION_MANAGER    10/20/2015 12:44:30 PM    16732 (0x415C)

Anybody here can help?

ARNING: An update to the System Center 2012 Configuration Manager Cmdlet Library is available.

$
0
0

Hi,


I have this script which deploys software but I get a warning all the time to update (what I did before but then my script fully fails).

Please advise howto get rid of the warning (until a new cmdlet arrives I won't upgrade).
J.


Jan Hoedt

SQL 2014 silent install fail

$
0
0

I am trying to install MSQL with the following cmd line via SCCM 2012,

SETUP.EXE /ACTION=INSTALL /IACCEPTSQLSERVERLICENSETERMS /UpdateEnabled=0 /FEATURES=TOOLS,SSMS  /SkipRules=RebootRequiredCheck /QS

and this works running it just with the CMD on a machine but with SCCM it always fails and is giving me the error, 

Exit message:                  Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.

I can't find anything that should be set to get rid of this! 

Installing VS2013 Professional as System with SCCM 2012 R2 on Windows 8.1 and Windows 10

$
0
0

This is the error I get (Which is a known issue online) when installing Visual Studio 2013 Professional as System with SCCM 2012 R2 on Windows 8.1 and Windows 10

MSI (s) (00!28) [17:04:35:430]: Product: Microsoft Visual Studio Professional 2013 --Error 26403.Failed to add user to group.  (-2147463168   SYSTEM  
Performance Log Users   )

If I set up the application to install as the User. It will install without error. But when set up as System the install fails with the error above. Installing as System is needed as we have it in a Task Sequence when deploying these two OS'. 

Has anyone found a fix for this?

SCCM and use App-V Shared Content Mode.

$
0
0

Hello,

I am trying to use SCCM 2012 R2 with App-V 5.0 SP2 HF4 to use the Shared Content Store.
The App-V client is installed with the sharedcontentstoremode=1. When i deploy the app-v application with SCCM the content still hits the local disk of the client (streaming/Downloading). Is it just not possible to use the shared content store mode with SCCM app-v application deployment or do i need to set some extra registry settings? I am unable to find any documentation that explains the way to configure SCCM/APP-v to use the Shared Content Store. The documenation i find is only related to the Full App-v infrastructure.

 

Application Catalog population delay

$
0
0

I am working in a new environment this week and stumbled across an issue I haven't seen before. I have packaged a handful of applications and am currently deploying them to a series of user collections. Typically I expect to see the application in the catalog within 60 seconds. There are other existing apps listed, but anything new that I deploy is taking ~60 minutes to appear in the catalog. All of the components are healthy, the catalog loads fine, and the existing deployments install without any issues.

Any idea what could be causing the delay?


SVChost is consuming 95% of memory usage

$
0
0

Hi,

After deploying the patches for the month of September, we encountered a very strange issue on many of the laptops. SVChost is consuming more than 95% of memory. When I use the process explorer to find the list of services, I found that there are 11 services running that includes BITS, WMI, and Windows Update services.

I tried the steps mentioned in this link:-

How do I fix this high CPU usage svchost virus or whatever it is?

I ran the  batch file mentioned in the comment section as we don't have the option to disable the Windows Update. The user did not complained for the two days after running the script but the issue restarted after two days.

Can anyone suggest me a solution. The issue keeps on increasing and need to find a solution soon.




Cheers,
Gaurav Ranjan/ Sr. Analyst-Professional Services
MICROLAND Limited -India's leading Infrastructure Management Services Company

NOTE:Mark as Answer and Vote as Helpful if it helps

config.xml

$
0
0

I created my setup.msp then remembered I have to use the config.xml instead because I'm using .exe to deploy.

Does anyone have an example of the config.xml file that will do a full default install and suppress prompts and cancel.

Minor update in App-V: no need to create new version of App-V?

$
0
0

Hi,

General question: you have an (app-v) application in which you update 1 single line in its configuration.xml.
To send this update to the clients, you can just update it the source in sccm  and expect it to (update the id) update only this xml to the client, correct?
You don’t have to open the App-v package in a sequencer and save it as a new version in order to make this change happen to all deployed clients, right?

Please advise.
J.


Jan Hoedt

Application Supersedence not working as I want and expect!

$
0
0

Hello,

I need help to find out how to properly deploy an upgraded application using the SCCM 2012 Application supersedence.

What I have

  1. One application in production with version 1.0. Let us call it APPL-BLUE1.0
  2. New application of the same product with version 2.0. Let us call it APPL-RED2.0

What I want to achieve (the goal)

Users should be notified via the Software Center that a new update is available. The new update should not be installed until the user is ready and manually triggers the installation via the Software Center.

My configuration settings

On application APPL-RED2.0 I have gone to Properties -> Supsersedence and added the APPL-BLUE1.0 to the Supsersdence list. Replacement Deployment Type is configured (set to the Deployment type for the APPL-RED2.0) and the Uninstall checkbox is checked (to uninstall the APPL-BLUE1.0 deployment type first).

Install behaviour for APPL-RED2.0 is "Install for system" and "Whether or not a user is logged on" with Normal visibility.

Then I create the Deployment which I have tried three different ways.

  1. Action: Install, Purpose: Available, "Automatically upgrade any superseded versions of this application"unchecked.
  2. Action: Install, Purpose: Available, "Automatically upgrade any superseded versions of this application" checked.
  3. Action: Install, Purpose: Required, "Automatically upgrade any superseded versions of this application" checked (forced, greyed out).

What happens

  1. The application is not automatically made available in the users Software Center at all. No notification is presented and the user has to access the installation by looking in the Application Cataloguefirst. Once found in the Application Catalogue the installation runs without problems but this means that the user must somehow know there is a new version available through other means.
  2. The application is automatically installed (without regard to whether or not the application is in use) on the client and a notification is presented on the users machine (Software Center).
  3. Exactly the same result as for #2.

This conflicts with what I want to achieve. I want a notification and that the application is automatically made available for installation in the Software Center but I do not want it to automatically upgrade but rather let the user initiate the installation whe he or she is ready (i.e. when the application is not in use).

Please point me in the right direction in order to accomplish this.

Thank you.

Sindre

office 2016 notes

$
0
0

just deployed office 2016 using sccm 2012r2 sp1 cu1

  • I noticed that the program icons went to the root of the start menu and not in the usual All Programs Microsoft Office 201x folder in the start menu.
  • search feature doesn't seem to be working.(did before on 2013)
  • on first use it runs the config window (then disappears after 20 seconds or so)

can these minor things be fixed?




Weird Application Issue, not installing or even detecting

$
0
0

This week we noticed on several pcs that after being reimaged they are not pulling any Applications, flash, java ect. Packages are still being installed fine, silverlight, custom scripts, other exe's ect.

Also when running Software Inventory Cycle or AppDeployment Cycle there are no errors, but the AppDiscovery.log and AppEnforce.log are not being created..

Don't see any boundary issues, LocationServices.log and ClientLocation.log have no errors.. Any advice would be appreciated.

Microsoft Office 2010 Inventory

$
0
0

Hi, Guys!

I have to create report based on MS Office 2010 installation date in Add/Remove programs. Unfortunately, I found out that Install date on PCs is wrong. It shows that Office installed a month ago - I know that it is wrong 100%. 

It seems that add/remove program install date have been changed since last office 2010 updates was installed.

After that I've turned on Quick Fix Engineering namespace in hardware inventory to discover first ms office update install date, but no luck. Column "Name0" in v_GS_QUICK_FIX_ENGINEERING is NULL.

Does anybody know what could be a workaround to get MS Office 2010 installation date?

Thanks!


Questions on SCCM Deployments

$
0
0

Please give details on how the build system supplies the configuration manager with the MSIs for deployment.   How does this interface work?   What will it look like in configuration manager?   How do subsequent versions get tracked in configuration manager?  How does configuration manager know what version of what product is in what target environment/machine.....

I need answers for all these questions very urgent...Can any one help me in this regard....

Thanks in advance.

Prestage content : what to do next after the prestage content is copied to the Target DP and Extracted ?

$
0
0

Hi

We have copied around 1000 Application Packages ( 320 GB ) of prestage content over WAN from one DP to Other

Then extracted the Contentusing the Run command ExtractContent.exe /P:D:\Prestage /S

Added the DP to the DP Group and now it shows, do i need to do somethimg more for the content to start showing up here, i checked the log on the DP D:\SMS_DP$\sms\logs 

it says

<![LOG[Sent PCA00043.1 package state message to site]LOG]!><time="17:58:58.058-60" date="10-22-2015" component="PrestageContent" context="" type="1" thread="12188" file="archivefile.cpp:951">
<![LOG[Sent PCA00048.2 package state message to site]LOG]!><time="17:58:58.168-60" date="10-22-2015" component="PrestageContent" context="" type="1" thread="12188" file="archivefile.cpp:951">

i belive it looks good so far , so do i just have to wait and watch the Ball to become green or is there anything more i need to do ?

Thank you

Tanoj


OSLM ENGINEER - SCCM 2007 & 2012

Linking disribution point Data

$
0
0

Hi, I wasn't exactly sure how to name this title. Hopefully someone can help me out with this.

I created a distribution point at one of our larger sites in the UK and got all the data distributed successfully which took about a week. We have several other sites out there which have direct lines to that main UK site, so they don't have to come back to our main data center then go back out. I decided I needed to make this site a Secondary rather than just a DP. In order to do that I had to remove the DP and MP and re-do it. I got the secondary installed successfully but now all the data that had been distributed is there but the Primary doesn't realize it and i'd like to tell the primary it is there without having to completely redistribute the data.  Does anyone know how to go about accomplishing this?

Thanks!

Deployed application Available in Software Center but not Web Catalog

$
0
0
I deployed a test application to a system and I can see the the application under available software in the software center desktop application, however when i click on "Find additional application from the applications catalog" the website loads and states "No applications are available at this time"

Edit registry of client with App-V package?

$
0
0

Hi,


We have an issue on a client pc which has a App-V package. The issue can be solved by removing some registry keys which are in this virtual package. Can that be done?

Please advise.
J.


Jan Hoedt

Viewing all 4762 articles
Browse latest View live


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