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

how to delete package reference from distribution point SCCM 2012

$
0
0

We have deleted packages from DPs with no issues, when we first delete remove content from DPs then delete packages.

some team members deleted a package\application from SCCM, now the DPs keep showing waiting for package or waiting for content.

I do not believe they checked to see status on DPs first.

How can we delete this job from that DP that is still waiting for content?


Michael Pace Client Services Team Allegis Group, Inc.


Dynamically changing SCCM Cache Size

$
0
0

Has anyone come up with a 'clean' method to increase the SCCM Cache size as part of a large application deployment?

For example, we have a 8GB adobe application that is larger than our default client cache size - 5GB. We have made the switch to all SSDs, so preserving disk space is a necessity.

The option of increasing the cache on all clients is not appetizing. We attempted to make a dependance on another application that will increase the cache size, but the client will not run the dependency if the size of the first application is larger than the cache.

We COULD run the application as part of a task sequence, but this would mean our software portal users would need to know to shop for a task sequence rather than software for these few applications that exceed cache size.

Anyone come up with a better solution for this?

Will


Will

uninstallation of .msi application failed

$
0
0

Hi ,

I have to uninstall the Mcafee Agent Application from some machines through SCOM 2012 R2.

for this i created .msi application, distributed to DP and deployed to device collection but getting below error while uninstall in appinforce.log on client machine.. i had tried on two machines but getting same issue.

same application are being installing through same .msi file from SCCM 2012 R2..

please suggest how can i resolve this issue..


Shailendra Dev

Migration job: "Provider exception" on wim-file

$
0
0

Hi,

I've setup a migration job between two SCCM servers to copy over a task sequence. Copy of other objects went fine but this one fails on a wim image (which is on DFS). Error is Provider exception: "Provider exception: Failed to ..."
All other items of the task sequence or migrated BUT the task sequence itself.

This post is similar but does not apply for me.

https://social.technet.microsoft.com/Forums/systemcenter/en-US/d77184cb-05d1-4902-a804-d1a663b60693/failed-to-read-image-property-from-the-source-wim-file-due-to-error-80004005?forum=configmgrosd

Please advise.
J.

Note: could it be related to the fact there is some software not on the sccm server which we are migrating to? F.e. MDT is not installed on the second sccm-server but it IS on the first one.


Jan Hoedt


App-V applications not publishing globally?

$
0
0

I'm trying to deploy some App-V apps to machines for a VDI image I'm working on and for some reason they're only deploying per user, not per machine. I want to have the apps pre-loaded on the image, but with per user they install within a few minutes of logging on. Here's an example of what I see with the get-appvclientpackage cmdlet:

PackageId            : f9d811cc-3e9b-417e-917e-227db3f87961
VersionId            : 2375fa3e-ee63-490e-bed3-e6426a1eaae2
Name                 : Google Chrome 41 Enterprise (App-V)
Version              : 0.0.0.1
Path                 : C:\WINDOWS\ccmcache\5\Google Chrome 41 Enterprise (App-V).appv
IsPublishedToUser    : True
UserPending          : False
IsPublishedGlobally  : False
GlobalPending        : False
InUse                : True
InUseByCurrentUser   : True
PackageSize          : 497167593
PercentLoaded        : 100
IsLoading            : False
HasAssetIntelligence : True


From everything I've read, it looks like targeting a machine should automatically make SCCM add the "-global" switch to the command, but it's not there in the appenforce.log. I didn't see anything in the deployment options to specify global deployment, so I'm at a loss. Any ideas?

Problem with Java 1.8 update 31 deployment

$
0
0

It seems like I have to re-invent my SCCM Java deployment process each and every time Oracle comes out with a new update. I am currently attempting to deploy Java 1.8 update 31 and am having little luck. While this is an SCCM-centric question I am still in the testing process prior to actually deploying the software. I getting an installation error as follows with the 32-bit installation:

MSI (s) (50:CC) [11:52:09:663]: Product: Java 8 Update 31 -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action installexe, location: C:\Windows\Installer\MSI79FF.tmp, command: /s INSTALLDIR="C:\Program Files (x86)\Java\jre1.8.0_31\\" WEB_JAVA=1 REPAIRMODE=0

The installer creates the installation directory and copies the files but the installation ultimately fails with the generic 1603 error.

The command line that I am using to install Java is being passed through Powershell Deployment Toolkit as:

Execute-MSI-Actioninstall-Path"jre1.8.0_31.msi"-Parameters"JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No WEB_JAVA=1 /q"

Which I tested manually as:

msiexec.exe /I "jre1.8.0_31.msi" JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No WEB_JAVA=1 /q

When manually run the install completes just fine without complaint so I know the switches are correct and are fully functional. I have even run the actual .com installer using just the "/s SPONSORS=0" arguments and that works just fine too when run manually.

I have never had an issue where a command line that works when run manually under and admin context won't work when run through Powershell. I read through the related thread at: http://www.edugeek.net/forums/enterprise-software/143767-java-8-update-25-silent-install-via-sccm-8.html however it doesn't seem to come to a definitive conclusion as to what could be done. I am not using config files as I have never had the need to before (passing the switches always worked until now). I am also able to completely uninstall all previous versions of Java using the Remove-MSIApplications PDT commandlet (which also works fine if I manually install 1.8 u 31 before running the PDT process again).

I am just getting fed up with the mess that is Java. It would be nice if there was simply some consistency and predictability within these version. If anyone can provide insight I would really appreciate it.

V/r,

Chris

CRM 2015 Outlook Plugin and SCCM 2012

$
0
0

Good Afternoon!

In need of some assistance from you more experienced SCCM admins. Let me quickly run down the steps of what I've done:

1) Created a network share for CRM 2015 that everyone can see
2) Ran the EXE from Microsoft and followed the instructions from them to create the CrmClient_32.msi 
3) In SCCM, created a new application, and linked the shared folder. SCCM auto-populated the install command, publisher data, etc. The only thing I added was "/s" for the MSI package to install

4) Created a Device Collection with one test PC that already has CRM 2013 installed

5) Deployed the application to the device collection with the following options:

Under Content Tab:

Content Location: \\networkshare\Installs\CRM2015
Persist content in the client cache is NOT checked
Allow clients to share content with other clients on the same subnet IS checked
Deployment options: Do not download content

Under the Programs Tab:

Installation program: msiexec /i /s "CrmClient_32.msi"
Installation start in: blank
Uninstall program: msiexec /x 

Run installation and uninstall program as 32-bit process on 64-bit clients IS checked

Under User Experience Tab:

Installation Behavior: Install for system
Logon requirement: Whether or not a user is logged on
Installation program "margin-bottom:9px;padding-right:0px;padding-font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:21px;word-wrap:break-word;color:#333333;">Maximum allowed run time ( 120 minutes)
Estimated installation time (0 minutes)

6) I schedule the install (for most applications I've seen this works best)

Now when I go to Monitoring, all I see is the deployment is "In Progress" and the category is "Waiting for content" 

I'm frustrated because I don't understand why this won't work. It seems so painless and the method I've described above works for almost any other application I've pushed out.

I'm all ears - is there anything you see that isn't correct? Any ideas or suggestions? If you've successfully pushed out CRM 2015 some how (even if it's not through SCCM), could you please share your solution?

Thank you so much! -Nick

Unable to install Adobe flash player silently while IE is running.

$
0
0
How to install Adobeflash player Active x while IE is running. I have tried with .exe and .MSI also error is showing same even it's not happening manually also.Have any Idea?

Run something(vbs, application or package) with login account, after finishing the application installation with system account

$
0
0

There are some laptops use EFS to encrypt userprofile. they use software center to install some application(install with system, their user account  don't have admin right, it is application, not package).

We found they met some problems when first opened these application. The root cause is the application can't access the folder under %userprofile%\AppData\Local(the %userprofile%\AppData\Local is encryption), Because of the security policy, it need to be encryption, but we can decrypt the folder under %userprofile%\AppData\Local.

Here is where our question comes,  EFS decryption need to use user account, but software installation need to use system account. so the install script will fail to decrypt the folder.

so I want to know if we have some way to run something(vbs, application or package) with login account, after finishing the application installation with system account?  I need to take effect immediately.

Thanks

SCCM 2007 to SCCM 2012 client migration via Powershell

$
0
0

Hi

I'm looking for a controlled way to migrate a SCCM 2007 server client to SCCM 2012. A push of SCCM Console is no option.
I 'll do all the testing but hoped to gain some time by having these questions answered:

*can an install of SCCM 2012 client be remotely triggered in one go (no uninstall of 2007 needed)?
*if uninstall is needed (of sccm 2007 client), does it need a reboot?

What command to use (preferrably powershell):

\\ourserver\Client\ccmsetup.exe" -argumentlist "SMSSITECODE=sitecode","SMSMP=oursccmserver","SMSCACHESIZE=8000","FSP=oursccmserver","CCMLOGMAXSIZE=104857600"

OR (guess that's the command SCCM is using)

Install-CMClient-DeviceName$ComputerName-IncludeDomainController$False-SiteCodePRD-ForceReinstall$True-AlwaysInstallClient$True-Verbose

J.


Jan Hoedt

Unable to get software deployed to user group

$
0
0
I am using pkzip msi.  Very basic.  i created an application,  deployed to a user collection and a device collection.  I can install the app if it is deployed to a device but i don't see if it it is installed to a usrer.  I went down the list of client logs and don't see anything really jumping out at me.  The user is in sccm, the boundaries are right.  it can get both software updateds and, applications deployed to the device.  Any suggestions on what to look for would be appreciated.

Cyndy



Deploying a vbs file

$
0
0
We set up a .vbs deployment test to one of our client computers, and it shows the deployment was successful. After looking at the client machine the application is not there. Any thoughts on what might have gone wrong? 

Installing an application through Powershell with SCCM 2012 r2 is not working as expected

$
0
0

I am trying to install a VOIP client using a powershell script. When I run the powershell script on the client in a administrative powershell prompt the script runs fine and it installs the application as expected. When I try to do the same thing through the SCCM client using an application it does not install.

I am not a Powershell Guru so the script below is my simple understanding of installations through powershell as of this moment

<#
  Installatiescript CIC Client SU6 32 bit (kantoor)
  Versie 1.3

  17 april 2015 - Uitbreiding logfile. Fix opschonen startmenu
  16 april 2015 - Aanpassing verwijderen oude client, logfile aanmaken in TEMP
  13 maart 2015 - Eerste versie
#>

# Bepaal installatiebron
$SourceDir = "\\VSC0501\SetupShare\APP_IC_Client_SU6\x86"

# Bepaal logvariabelen
$logfile = "$env:TEMP\cic_su6-install.txt"
$Logdate = get-date -f yyyyMMdd-HHmm

# Controleer of oude CIC client aanwezig is (versie 4.04.316) en deinstalleer deze indien nodig
If (Test-Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{543BE3AC-426D-4FDD-8160-ECEEC2E211B6}")
{
  $val = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{543BE3AC-426D-4FDD-8160-ECEEC2E211B6}").DisplayVersion
  if($val -eq "4.04.316") {
      $process = Start-Process -Filepath "msiexec.exe" -Argumentlist "/x {3F20671C-9CA2-41FA-B94A-C7C7FD95C7B4} /QN" -Wait -Passthru
      if ($process.ExitCode -eq 0) {
        Write-Output "$logdate - Client has been succesfully removed" | out-file $logfile -Append
      }
      else {
        Write-Output "$logdate  - Client cannot be succesfully removed" | out-file $logfile -Append
        exit
      }
      $process = Start-Process -Filepath "msiexec.exe" -Argumentlist "/x {543BE3AC-426D-4FDD-8160-ECEEC2E211B6} /QN" -Wait -Passthru
      if ($process.ExitCode -eq 0) {
        Write-Output "$logdate - Client has been succesfully removed" | out-file $logfile -Append
      }
      else {
        Write-Output "$logdate - Client cannot be succesfully removed  - " $process.ExitCode | out-file $logfile -Append
        exit
      }
      #(Start-Process -Filepath "msiexec.exe" -Argumentlist "/x {3F20671C-9CA2-41FA-B94A-C7C7FD95C7B4} /QN" -Wait -Passthru).exitcode
      #(Start-Process -Filepath "msiexec.exe" -Argumentlist "/x {543BE3AC-426D-4FDD-8160-ECEEC2E211B6} /QN" -Wait -Passthru).exitcode
      Get-ChildItem "$env:SYSTEMDRIVE\ProgramData\Microsoft\Windows\Start Menu\Programs\Abvakabo FNV\Interactive Intelligence" | Remove-Item -Recurse
      Remove-Item -Path "$env:SYSTEMDRIVE\ProgramData\Microsoft\Windows\Start Menu\Programs\Abvakabo FNV\Interactive Intelligence" -Recurse -Force
    }
}
else {
  Write-Output "$logdate - Client not present" | out-file $logfile -Append
}

# Installeer CIC Client SU6
$Arguments = "/i `"$SourceDir\ICUserApps_32bit.msi`" /l*vx `"$env:TEMP\cic_su6.log`" TRANSFORMS=`"$SourceDir\Kantoor.mst`" PATCH=`"$SourceDir\ICUserApps_32bit_SU6.msp`" ICSERVERNAME=cic.abvakabofnv.local /QN /norestart"
$process = Start-Process -Filepath "msiexec.exe" -Argumentlist "$Arguments" -Wait -Passthru
if ($process.ExitCode -eq 0) {
  Write-Output "$logdate - CIC Client SU6 (kantoor) has been succesfully installed" | out-file $logfile -Append
  }
  else {
  Write-Output "$logdate - CIC Client SU6 (kantoor) cannot be succesfully installed - " $process.ExitCode | out-file $logfile -Append
  exit
}

# Installeer CIC Client SU6 NL Language Plugin
$Arguments = "/i `"$SourceDir\LanguagePlugins\ICUserApps_LanguagePlugin_nl.msi`" /l*vx `"$env:TEMP\cic_su6_nl.log`" PATCH=`"$SourceDir\LanguagePlugins\ICUserApps_LanguagePlugin_nl_SU6.msp`" /QN /norestart"
$process = Start-Process -Filepath "msiexec.exe" -Argumentlist "$Arguments" -Wait -Passthru
if ($process.ExitCode -eq 0) {
  Write-Output "$logdate - CIC Client SU6 Languagepack NL has been succesfully installed" | out-file $logfile -Append
  }
  else {
  Write-Output "$logdate - CIC Client SU6 Languagepack NL cannot be succesfully installed - " $process.ExitCode | out-file $logfile -Append
  exit
}

# Opschonen Desktop en Start menu
Remove-Item -Path "$env:PUBLIC\Desktop\Interaction Fax.lnk"
Remove-Item -Path "$env:PUBLIC\Desktop\Interaction Voicemail Player.lnk"
Move-Item -Path "$env:SYSTEMDRIVE\ProgramData\Microsoft\Windows\Start Menu\Programs\Interactive Intelligence" "$env:SYSTEMDRIVE\ProgramData\Microsoft\Windows\Start Menu\Programs\Abvakabo FNV" -force

The uninstall part works fine, but the installation (2 parts) do not. As I mentioned before... when I run the script manually it all works fine.

The application is installed using a script. The commandline is

powershell.exe -excecutionpolicy bypass -file Install_UserApps_SU6_Kantoor.ps1

The application runs hidden in the context of the system wether or not the user is logged on. The maximum allowed run time is sufficient (30 minutes).

There is no installation log from the msiexec command so the line were the application should be installed is not executed at all. There is also no mention in my own little log ($logfile = "$env:TEMP\cic_su6-install.txt") mentioning the result of the installation.

The appenforce.log says...

+++ Starting Install enforcement for App DT "Interaction Client - Standaard SU6" ApplicationDeliveryType - ScopeId_2EC1E80A-D73E-4152-A94F-546E7827CCB6/DeploymentType_720b132a-5626-4055-9555-18b4775724c4, Revision - 7, ContentPath - C:\WINDOWS\ccmcache\13, Execution Context - System	AppEnforce	17-4-2015 16:31:05	640 (0x0280)
    A user is logged on to the system.	AppEnforce	17-4-2015 16:31:05	640 (0x0280)
    Performing detection of app deployment type Interaction Client - Standaard SU6(ScopeId_2EC1E80A-D73E-4152-A94F-546E7827CCB6/DeploymentType_720b132a-5626-4055-9555-18b4775724c4, revision 7) for system.	AppEnforce	17-4-2015 16:31:05	640 (0x0280)+++ Application not discovered. [AppDT Id: ScopeId_2EC1E80A-D73E-4152-A94F-546E7827CCB6/DeploymentType_720b132a-5626-4055-9555-18b4775724c4, Revision: 7]	AppEnforce	17-4-2015 16:31:05	640 (0x0280)
    App enforcement environment:
	Context: Machine
	Command line: Powershell.exe -executionpolicy bypass -file Install_UserApps_SU6_Kantoor.ps1
	Allow user interaction: No
	UI mode: 0
	User token: null
	Session Id: 1
	Content path: C:\WINDOWS\ccmcache\13
	Working directory: 	AppEnforce	17-4-2015 16:31:05	640 (0x0280)
    Prepared working directory: C:\WINDOWS\ccmcache\13	AppEnforce	17-4-2015 16:31:05	640 (0x0280)
Found executable file Powershell.exe with complete path C:\WINDOWS\System32\WindowsPowerShell\v1.0\Powershell.exe	AppEnforce	17-4-2015 16:31:05	640 (0x0280)
    Prepared command line: "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -executionpolicy bypass -file Install_UserApps_SU6_Kantoor.ps1	AppEnforce	17-4-2015 16:31:05	640 (0x0280)
    Executing Command line: "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -executionpolicy bypass -file Install_UserApps_SU6_Kantoor.ps1 with user context	AppEnforce	17-4-2015 16:31:05	640 (0x0280)
    Working directory C:\WINDOWS\ccmcache\13	AppEnforce	17-4-2015 16:31:05	640 (0x0280)
    Post install behavior is BasedOnExitCode	AppEnforce	17-4-2015 16:31:05	640 (0x0280)
    Waiting for process 2916 to finish.  Timeout = 30 minutes.	AppEnforce	17-4-2015 16:31:05	640 (0x0280)
    Process 2916 terminated with exitcode: 0	AppEnforce	17-4-2015 16:31:08	640 (0x0280)
    Looking for exit code 0 in exit codes table...	AppEnforce	17-4-2015 16:31:08	640 (0x0280)
    Matched exit code 0 to a Success entry in exit codes table.	AppEnforce	17-4-2015 16:31:08	640 (0x0280)
    Performing detection of app deployment type Interaction Client - Standaard SU6(ScopeId_2EC1E80A-D73E-4152-A94F-546E7827CCB6/DeploymentType_720b132a-5626-4055-9555-18b4775724c4, revision 7) for system.	AppEnforce	17-4-2015 16:31:08	640 (0x0280)+++ Application not discovered. [AppDT Id: ScopeId_2EC1E80A-D73E-4152-A94F-546E7827CCB6/DeploymentType_720b132a-5626-4055-9555-18b4775724c4, Revision: 7]	AppEnforce	17-4-2015 16:31:08	640 (0x0280)++++++ App enforcement completed (3 seconds) for App DT "Interaction Client - Standaard SU6" [ScopeId_2EC1E80A-D73E-4152-A94F-546E7827CCB6/DeploymentType_720b132a-5626-4055-9555-18b4775724c4], Revision: 7, User SID: ] ++++++	AppEnforce	17-4-2015 16:31:08	640 (0x0280)

I'm thinking of going back to a batchfile because that seems to do the job, but Powershell is much more powerfull.
Anybody got any answers on what is going wrong are some suggestions for a better script? 



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?

Script For Deleting Computers in SCCM 2012

$
0
0

Dears,

I need script to remove all the remain computers in SCCM 2012, sometimes we are going to delete some computers in active directory but the computers still remain in SCCM 2012, so I need script or query to find all the computers which removed from active directory but still remain in SCCM 2012, because I don't want to go remove them manually one by one.'

Thanks..


Sccm 2012 No Messages Have Been Received On Package Deployments

$
0
0

Hi Guys,

i have deployed FOXIT PDF from sccm 2012 but there is unknown massage " No Massages have been received "

how can i check this issue in detail ?

thanks 

Rg 

MDRana

How control content distribution process on Pull DP's

$
0
0

Hi,

I'm consider implement in our organization Pull DP. It should allow me on better control how content is distributed and reduce WAN data transfer. I have made a test in my environment and change one of DP's on Pull DP. Next I have distributed small package on this DP and it looks it has been distributed correctly. I have few question about Pull DP. I hope I will find somone who are using this feature in yours SCCM environments:

1. I have checked distmgr and PkgXfer logs and I can't find there any information which proof me a content has been really pulled from source DP. There is possibility to check it somewhere?

2. If on source DP, content not will be available, DP configured as Pull DP, will automatically start download content from Primary Site server? Or maybe it will report error like "missing content" ?

3. I can add more than one, Source DP for Pull DP. Let imagine situation, when I added two source DP's and next I have pushed content to distribute on all DP's. Pull DP will be waiting when first source DP will get content or it jump on second on the list? If yes how long Pull DP wait before check second source DP for content?

Thank you for your answers.

When to Supersede an Application and when to Revision in Config Manager 2012

$
0
0

Forgive me if this question has been asked already.  I have Googled (Binged) far and wide and have not found any real posts that say what is the best option for this type of application scenario.

So, her goes...

Is there any scenario where you would revision an application instead of Superseding it?

An example I would like input on would be something like Adobe Reader.  My obvious thought would be to if you are moving from a deploy of Reader 10 to Reader 11 that you supersede reader 10 with reader 11.  I think this would be the best course.

Now, let's assume that we don't have a SCUP package for Adobe Reader updates and we cannot use SCUP as an answer.

So, our deployment of 11.0.4 has completed to all systems (As a script deployment) and 10 is no longer out there.  Now, Adobe Reader 11.0.7 has been released as an MSP patch update to 11.0.4.  In this scenario, I am not sure if I should revision the install script to patch to 11.0.7 and update the detection method to 11.0.7 or supersede the install with a scripted install that installs 11.0.7.

Assume that my Script install can detect that 11.0.4 is already installed before patching to 11.0.7 and that my script install can also remove older version of Reader 9 & 10 as well.

What would be the thoughts from everyone? What works best for you?

Unable to deploy Word after initial install of Office 2013 Pro Plus

$
0
0

Hi.

I have an .msp that configures Office 2013 to install only Excel. Now, I have been asked to add Word, VisioViewer and Lync to the clients.

I have created an .msp according to this: https://technet.microsoft.com/en-us/library/cc179141.aspx#BKMK_CustomizeExistingInstall.

I have deployed the new .msp to a couple of test-machines. Lync and VisioViewer work great, and the shortcut for Word is present, but does not start the application.

Does anyone have experience with this problem and preferebly a solution?

Thanks in advance.

/Michael

Distribution Manager Failed To Access The Source Directory

$
0
0

Hello All,

I have this issue distributing content to my Distribution Points for months now. I keep running into this error below:

Distribution Manager Failed to Access the source directory (\\share\folder\file.wim)

Possible Cause: Distribution Manager does not have sufficient rights to the source directory.

Solution: Verify that the site server computer account has at least Read access to the directory you specify as the source directory.

Possible Cause: There is not enough disk space available on the site server.

Solution: Verify that there is enough free disk space available on the site server.


I checked the distmgr.log file and received these messages: 

GetTempFileNameA failed; 0x80004005    SMS_DISTRIBUTION_MANAGER    3/24/2015 2:15:38 PM    13952 (0x3680)
CFileLibrary::AddFile failed; 0x80004005    SMS_DISTRIBUTION_MANAGER    3/24/2015 2:15:38 PM    13952 (0x3680)
CContentDefinition::AddFile failed; 0x80004005    SMS_DISTRIBUTION_MANAGER    3/24/2015 2:15:38 PM    13952 (0x3680)
Failed to add the file. Please check if this file exists.    SMS_DISTRIBUTION_MANAGER    3/24/2015 2:15:38 PM    13952 (0x3680)
SnapshotPackage() failed. Error = 0x80004005    SMS_DISTRIBUTION_MANAGER    3/24/2015 2:15:38 PM    13952 (0x3680)
Failed to take snapshot of package CSU0006A    SMS_DISTRIBUTION_MANAGER    3/24/2015 2:15:38 PM    13952 (0x3680)

There is enough space on the site server and the site server has full control over the source directory. I wish I can give you more information but I'm hoping this is enough info to get some assistance. If more information is needed please let me know!

Viewing all 4762 articles
Browse latest View live


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