mqh7
How to tell what's missing from DP
One package not being distributed to Branch DP
Hi all,
I have been trying to search for this issue, but have not found anything similar to this.
My problem is that there is a single Package that is not being transferred to the Branch DP.
Oher packages haev transferred ok, but there is one that does not. I have deleted and republished the package several times with no luck.
All packages have been created to copy the source files from a local directory on the site server.
The only differences that I can see between the packages are that the one not transferring:
- is larger - about 80MB (The others aless than 20MB each)
- contains a folder with files in it. The packages that were copied only contain one or two files each, with no folder.
Would there be any reason that would stop one package being copied but not the others?
Oh, this is with SCCM 2007 R3
Create package / program that will uninstall one version of a program and install another
Phil Balderos
Unable to uninstall all previous version of java 64 bit using sccm 2007
Hi,
I am using below script to uninstall all previous version of java 6 (64 bit) in a windows 7 64 bit system using sccm 2007. It is not uninstalling via sccm but same script is uninstalling when i tried to run it manually as a administrator. Could you please suggest whether ths issue in the script or in Sccm?
FYI- the system has the 32 bit sccm client installed
const HKEY_CLASSES_ROOT = &H80000000
const HKEY_CURRENT_USER = &H80000001
const HKEY_LOCAL_MACHINE = &H80000002
const HKEY_USERS = &H80000003
const HKEY_CURRENT_CONFIG = &H80000004
const HKEY_DYN_DATA = &H80000005
strComputer = "."
set oWsh = createobject("wscript.shell")
Set oReg = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" _
& strComputer & "\root\default:StdRegProv")
strKeyPath1 = "HARDWARE\DESCRIPTION\System\CentralProcessor\0"
strValueName1 = "Identifier"
oReg.GetStringValue HKEY_LOCAL_MACHINE,strKeyPath1,strValueName1,strValue1
if (instr(strValue1,"64")) then
strKeyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" ' Root level
End If
if (instr(strValue1,"x86")) then
strKeyPath = "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall" ' Root level
End If
'-------------------------------------------------------------------------------------------------------
Dim cmd_a, cmd_b
oReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
sMatch = "C:\Program Files\Java\jre6\"
For Each subkey In arrSubKeys
on error resume next
sDisplayName = oWsh.Regread("HKLM\" & strKeyPath & "\" & subkey & "\InstallLocation")
'msgbox sDisplayName
'msgbox sDisplayName
if err.number = 0 then
on error goto 0
if instr(sDisplayName, sMatch) > 0 then
On Error Resume Next
sUninstall = oWsh.Regread("HKLM\" & strKeyPath & "\" & subkey & "\UnInstallString")
If Err.Number = 0 Then
cmd_a = sUninstall & " /qn"
cmd_b = "exit"
owsh.RUN "cmd /k" & cmd_a & "&" & cmd_b, 0, True
'msgbox sUninstall
Else
End If
On Error GoTo 0
end if
end if
Next
on error goto 0
Software Distribution getting failed
Hi,
I have distribution issues in software distribution. I'll be grateful if anyone help me out in resolving this...
I have SCCM 2007 R2 running in my evvironement with one primary and one primary child sites. currently I have am facing distribution issue at my primary site. When ever I distribute any software package it gets failed. In site component status I have SMS_DISTRIBUTION_MANAGER critical due errors 2302 and 2324, whereas distmgr.log has following lines
Successfully created/updated the package S01000EF SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
STATMSG: ID=2311 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=KHI100SCCM01 SITE=S01 PID=684 TID=5108 GMTDATE=Fri May 03 11:17:37.347 2013 ISTR0="S01000EF" ISTR1="" ISTR2="" ISTR3=""
ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="S01000EF" SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
Updating package info for package S01000EF SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
Created policy provider trigger for ID S01000EF SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
Package S01000EF does not have a preferred sender. SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
Package S01000EF is new or has changed, replicating to all applicable sites. SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
Sent package changes to site C01 for package S01000EF SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
STATMSG: ID=2339 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=KHI100SCCM01 SITE=S01 PID=684 TID=5108 GMTDATE=Fri May 03 11:17:37.613 2013 ISTR0="S01000EF" ISTR1="C01" ISTR2="" ISTR3=""
ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="S01000EF" SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
Sent package changes to site N01 for package S01000EF SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
STATMSG: ID=2339 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=KHI100SCCM01 SITE=S01 PID=684 TID=5108 GMTDATE=Fri May 03 11:17:37.613 2013 ISTR0="S01000EF" ISTR1="N01" ISTR2="" ISTR3=""
ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="S01000EF" SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
StoredPkgVersion (0) of package S01000EF. StoredPkgVersion in database is 0. SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
SourceVersion (1) of package S01000EF. SourceVersion in database is 1. SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
Adding these contents to the package S01000EF version 1. SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
STATMSG: ID=2301 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=KHI100SCCM01 SITE=S01 PID=684 TID=5108 GMTDATE=Fri May 03 11:17:37.676 2013 ISTR0="Testpkg" ISTR1="S01000EF" ISTR2="" ISTR3=""
ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="S01000EF" SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
Exiting package processing thread. SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:37 PM 5108 (0x13F4)
Used 0 out of 3 allowed processing threads. SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:42 PM 3756 (0x0EAC)
Sleep 3600 seconds... SMS_DISTRIBUTION_MANAGER 03-May-13 4:17:42 PM 3756 (0x0EAC)
Starting package processing thread,thread ID = 554 SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 3756 (0x0EAC)
Sleep 3600 seconds... SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 3756 (0x0EAC)
STATMSG: ID=2300 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=KHI100SCCM01 SITE=S01 PID=684 TID=1364 GMTDATE=Fri May 03 11:18:32.209 2013 ISTR0="Testpkg" ISTR1="S01000EF" ISTR2="" ISTR3=""
ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="S01000EF" SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1364 (0x0554)
No action specified for the package S01000EF. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1364 (0x0554)
Start adding package to server ["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\... SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1364 (0x0554)
["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\ is NOT a Branch DP SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1364 (0x0554)
Will wait for 1 threads to end. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1364 (0x0554)
Thread Handle = 1296 SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1364 (0x0554)
Attempting to add or update a package on a distribution point. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1020 (0x03FC)
for ["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\, machine account is to be used SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1020 (0x03FC)
STATMSG: ID=2342 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=KHI100SCCM01 SITE=S01 PID=684 TID=1020 GMTDATE=Fri May 03 11:18:32.287 2013 ISTR0="Testpkg" ISTR1="["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\"
ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400 AVAL0="S01000EF" AID1=404 AVAL1="["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\" SMS_DISTRIBUTION_MANAGER 03-May-13
4:18:32 PM 1020 (0x03FC)
Established connection to ["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\ SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1020 (0x03FC)
The best drive on the distribution point is C:\ SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1020 (0x03FC)
Try to create export SMSSIG$ on MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\SMSSIG$\ SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1020 (0x03FC)
The drive share is accessible. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1020 (0x03FC)
Successfully created the directory for the signature export. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:32 PM 1020 (0x03FC)
Successfully inserted SMSSIG$ as an signature export to MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\SMSSIG$\ SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:42 PM 1020 (0x03FC)
The distribution point ["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\ doesn't point to an existing path. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:42 PM 1020 (0x03FC)
The best drive for installing package on the distribution point ["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\ is C:\ SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:42 PM 1020 (0x03FC)
Share SMSPKGC$ does not exist on distribution point ["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\ SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:42 PM 1020 (0x03FC)
Try to create export SMSPKGC$ on ["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\ SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:42 PM 1020 (0x03FC)
The drive share is accessible. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:42 PM 1020 (0x03FC)
Successfully created the directory for the export. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:42 PM 1020 (0x03FC)
Successfully inserted SMSPKGC$ as an export to ["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\ SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1020 (0x03FC)
Creating, reading and or updating Operations Management server role registry keys for a Distribution Point ... SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1020 (0x03FC)
Attempting to create subdirectory S01000EF under the export. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1020 (0x03FC)
The export is inaccessible. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1020 (0x03FC)
Failed to create sub directory S01000EF off MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\SMSPKGC$\ SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1020 (0x03FC)
STATMSG: ID=2324 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=KHI100SCCM01 SITE=S01 PID=684 TID=1020 GMTDATE=Fri May 03 11:18:52.556 2013 ISTR0="["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\"
ISTR1="S01000EF" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400 AVAL0="S01000EF" AID1=404 AVAL1="["Display=\\KHI100SCCM01\"]MSWNET:["SMS_SITE=S01"]\\KHI100SCCM01\" SMS_DISTRIBUTION_MANAGER 03-May-13
4:18:52 PM 1020 (0x03FC)
Error occurred. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1020 (0x03FC)
Performing error cleanup prior to returning. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1020 (0x03FC)
DP thread with array index 0 ended. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
Used 1 out of 3 allowed processing threads. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 3756 (0x0EAC)
Sleep 3600 seconds... SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 3756 (0x0EAC)
DP thread with thread handle 1296 and thread ID 1020 ended. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
Updating package info for package S01000EF SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
Created policy provider trigger for ID S01000EF SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
Package S01000EF does not have a preferred sender. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
Package S01000EF is new or has changed, replicating to all applicable sites. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
Sent package changes to site C01 for package S01000EF SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
STATMSG: ID=2339 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=KHI100SCCM01 SITE=S01 PID=684 TID=1364 GMTDATE=Fri May 03 11:18:52.650 2013 ISTR0="S01000EF" ISTR1="C01" ISTR2="" ISTR3=""
ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="S01000EF" SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
Sent package changes to site N01 for package S01000EF SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
STATMSG: ID=2339 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=KHI100SCCM01 SITE=S01 PID=684 TID=1364 GMTDATE=Fri May 03 11:18:52.666 2013 ISTR0="S01000EF" ISTR1="N01" ISTR2="" ISTR3=""
ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="S01000EF" SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
StoredPkgVersion (0) of package S01000EF. StoredPkgVersion in database is 0. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
SourceVersion (1) of package S01000EF. SourceVersion in database is 1. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
STATMSG: ID=2302 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=KHI100SCCM01 SITE=S01 PID=684 TID=1364 GMTDATE=Fri May 03 11:18:52.681 2013 ISTR0="Testpkg" ISTR1="S01000EF" ISTR2="" ISTR3=""
ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="S01000EF" SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
Failed to process package S01000EF after 0 retries, will retry 2 more times SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
Exiting package processing thread. SMS_DISTRIBUTION_MANAGER 03-May-13 4:18:52 PM 1364 (0x0554)
Creating custom collection based on missing software
Hello,
I'm in the process of updating over 2,000 workstations from OCS 2007 R2 client to Microsoft Lync 2010 client. The initial push was a voluntary install of the new client. So, now we are taked to determine which workstations are missing the Lync 2010 client and to proceed pushing out the Lync client to these workstations.
In order to accomplish this I created a new collection based on the following query:
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_COMPUTER_SYSTEM.Name not in (select distinct SMS_G_System_COMPUTER_SYSTEM.Name from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like "Microsoft Lync 2010")
The problem I have is that collection is populating with workstations that actually have Lync already installed. I'm not a SQL expert by any means. I'm I missing something?
Any help would be greatly appreciated.
Thanks.
Program Failed Error Messages on Collection
We are receiving the following errors on some of our student lab computers collection:
Microsoft Security Client failed to apply policy "CampusLabDesktops". Error: Failed to open the local machine Group Policy. Error code: 0x80004005.
Microsoft Security Client failed to apply policy "CampusLabDesktops". Error: Failed to connect to WMI namespace "Root\Microsoft\PolicyPlatform\WindowsFirewallConfiguration". Error code: 0x8004100E.
Microsoft Security Client failed to apply policy "CampusLabDesktops". Error: Failed to load WMI singleton instance of WMI class "Firewall_Profile_Domain". Error code: 0x80041013.
Any thoughts would be appreciated.
Deploying Powershell scripts via SCCM
I used to deploy .ps1 files from SMS 2003 successfully using the following command:
powershell -command .\script.ps1
unfortunatly its just failing after the allowed elapsed time specified in application. I have the script execution policy set on the machine as RemoteSigned. I have read the following blog about deploying to x64 and powershell referancing SysWoW64.
If i run the command remotly from my machine it works fine. But deploying from SCCM isnt.. I have tried changing the execution policy in the command to:
powershell.exe -executionpolicy bypass -file .\script.ps1 and still doesnt work...
Has anyone got any experiance with deploy powershell scripts through sccm?
Can you deploy Office 2013 through SCCM 2007?
Trying to deploy Java but advertisement stuck at "Running"
Hello All,
I am having trouble distributing a software package (Java 7 update 21) to a test computer in a collection.
I downloaded the msi to our software share. jre.7.0_21.msi
I used the follow command line options when I created the program in sccm msiexec.exe /I jre1.7.0_21.msi /quite
so after I run the Mahcine Policy update eval I when to the Advertisement status and show the following:
![]() | Accepted | 1 | 100 | UPP20115 |
![]() | Running | 1 | 100 | UPP20115 |
This is as far as it goes.
Any assistance would be greatly appreciated.
Thanks!
Phil
Phil Balderos
How to Reset Client to Re-Run a Program
How do I reset a client so that it will re-run a program? I've got an advertisement that has been sent to a collection already and I would like to have it re-run on just one system in the collection. Is there any way to do that?
The program previously ran successfully, but this is just for testing purposes.
Thanks!
DP issues
App-v 4.6
When SCCM publishes appications on out w2k8R2 Server, the icons in the following folder:<disk>:\appvcache\softgrid client\icon cacheis changed from appname.ICO to xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.ICO. The shortcut in the startmenu using this icon file point to this long filname.
On a different server, the ICON file, has a diffent name. The users shortcut on the other hand, har not and hance, the shortcut is blank...
Is there any way i can force SCCM2007 to use the original name of the ICON file as it is sequences?
thanks in advance :)
hash mismatch on package even after removal/re-adding it
Hash could not be matched for the downloded content. Original ContentHash = 5B2D29F31544DCF1A51F9EE056A1C36D074FD252, Downloaded ContentHash = A833C44C9A4E483B00A6DD4FAEF536E7B6C13C08CreateTsMedia5/8/2013 1:37:51 AM5580 (0x15CC)
Failed to stage package NA1000AD (0x80091007) CreateTsMedia5/8/2013 1:37:51 AM5580 (0x15CC)
Failed to create media (0x80091007)CreateTsMedia5/8/2013 1:37:51 AM5580 (0x15CC)
CreateTsMedia failed with error 0x80091007, details="NA1000AD"CreateTsMedia5/8/2013 1:37:51 AM5580 (0x15CC)
MediaGenerator::~MediaGenerator()CreateTsMedia5/8/2013 1:37:51 AM5580 (0x15CC)
Ok, I have a hash mis-match. so I went to the package in question , NA1000AD, and I picked "update DPs". Once complete I tried the create stand alone media again and I got the same error as above. I then Deleted package NA1000AD from the Primary/DP in question. I confirmed it was gone via the log files and I also walked through the create standalone media wizard again and sure enough it said "you're missing 1 package", which is what we wanted.
Then, I added this package back to the DP in question and waited until it was copied down. I try the create stand alone media again and I still get the exact same error.
Hash could not be matched for the downloded content. Original ContentHash = 5B2D29F31544DCF1A51F9EE056A1C36D074FD252, Downloaded ContentHash = A833C44C9A4E483B00A6DD4FAEF536E7B6C13C08CreateTsMedia5/8/2013 1:37:51 AM5580 (0x15CC)
Failed to stage package NA1000AD (0x80091007) CreateTsMedia5/8/2013 1:37:51 AM5580 (0x15CC)
Failed to create media (0x80091007)CreateTsMedia5/8/2013 1:37:51 AM5580 (0x15CC)
CreateTsMedia failed with error 0x80091007, details="NA1000AD"CreateTsMedia5/8/2013 1:37:51 AM5580 (0x15CC)
MediaGenerator::~MediaGenerator()CreateTsMedia5/8/2013 1:37:51 AM5580 (0x15CC)
Why? if the package was removed/re-added to the DP where is the hash mis-match coming from?
mqh7
Unable to add any DPs in a package
Hi All ,
I have created the package and it is available on the SCCM console.
1) First time i was able to add the DP into the package.
2)Now we have deleted those DPs from the package.
3) Again we are trying to re-add those same DPs but it are not showing in the package distribution points.
4) But we can able to add other DPs.
5) We have refreshed the package and checked but still we are unable to see the old DPs
6) Moreover the package version is not incrementing after add a file to the source location (Update Distribution Points).
Help me to resolve the issue.
Deployed software will only work when opened as local admin or domain admin
Phil Balderos
Identify cause of New Program bubble
Is there a way to identify via logs, WMI, etc which application initiates a new program bubble notification? The bubble itself does not indicate which program it is notifying you about, just that there is a new one. Clicking it opens the Get Programs dialog box, which potentially could have a large list of applications. None of these actually tell you which one is the new one. There is also the Run Advertised Programs dialog, but I don't think that lists just new programs which generate the bubble...but I'm not positive.
It would be nice to know where on the system I could see something that says "At 10am on 5/5/2012 advertisement ABC001234 for Microsoft Office requested notification" (or something along those lines). I'll generally be looking at a system remotely, so that's why logs/wmi/etc is best.
Regards
Duplicate Advertisements are getting created
Hi,
I found one strange problem in my SCCM 2007 R3 Environment. I have lot of advertisements in my central server and if i do a double click on any of the advertisement, it is creating a duplicate advertisemet with the same name but with a new advertisement ID.
We are creating advertisements in diferent folders under root, based on the application category but the duplicate ones are getting created under root.
Can anyone suggest some possible causes for this issue?
Thanks in Advance
Regards
Nikhil S
Windows Essentials 2012 deployment via SCCM 2007
Hi,
I am having random install issues with Windows Essentials 2012 on Windows 7 64Bit.
The install command for Windows Essentials 2012 is:
wlsetup-all.exe /AppSelect:MovieMaker,PhotoGallery /noceip /nohomepage /nolaunch /nomu /nosearch /notoolbarceip /q /log:C:\Temp\Microsoft_WindowsEssentials_x86_2012_001_8007_Install
And the error I seem to have identified within the log is as follows:
ETW: TraceDownloadState_Start - Photo Gallery |
Downloading package 'PhotoGalleryLang'-'en' |
Downloading package 'PhotoGalleryLang' from url 'http://wl.dlservice.microsoft.com/download/1/B/E/1BEC07B2-7C31-4598-B8E9-2D12C57DD21B/en/PhotoLibraryLang.cab' |
WebClient(2BCFC920): Beginning Async Download, id=[PhotoGalleryLang-en], highPri=[true], Uri=[http://wl.dlservice.microsoft.com/download/1/B/E/1BEC07B2-7C31-4598-B8E9-2D12C57DD21B/en/PhotoLibraryLang.cab] |
WebClient(2BCFC920): Background thread started |
WebClient(2BCFC920): Download attempt #1 (max 10) |
WebClient(2BCFC920): BeginDownloadAttempt: using BITS |
WebClient(35C55CD8): BITS temporary file=[C:\WINDOWS\TEMP\wct6333.tmp], foreground download=true |
WebClient(35C55CD8): WaitForDownloadAttempt() |
WebClient(100E9618): BITS temporary file=[C:\WINDOWS\TEMP\wct640F.tmp], foreground download=true |
WebClient(100E9618): WaitForDownloadAttempt() |
WebClient(2BCFC920): BITS temporary file=[C:\WINDOWS\TEMP\wct6538.tmp], foreground download=true |
WebClient(2BCFC920): WaitForDownloadAttempt() |
WebClient(0712DA78): Download attempt #4 (max 10) |
WebClient(0712DA78): BeginDownloadAttempt: using URLMon |
WebClient(0712DA78): OnStopBinding(), hr=0x800C0019, wzError=[] |
RCE=WebClient, CODE=0x800c0019 WebClient(0712DA78): Leaving BeginDownloadAttempt() |
WebClient(0712DA78): Waiting 10 seconds before retrying... |
RCE=WebClient, CODE=0x80190191 WebClient(35C55C38): Download error 'UXPlatformLang-en' (BG_ERROR_CONTEXT=5) |
RCE=WebClient, CODE=0x80190191 WebClient(35C55C38): Download error 'UXPlatformLang-en' BITS error: HTTP status 401: The requested resource requires user authentication. |
RCE=WebClient, CODE=0x80190191 WebClient(35C55C38): Download error for 'UXPlatformLang-en' |
WebClient(35C55C38): Waiting 10 seconds before retrying... |
RCE=WebClient, CODE=0x80190191 WebClient(100E9618): Download error 'PhotoCommonLang-en' (BG_ERROR_CONTEXT=5) |
RCE=WebClient, CODE=0x80190191 WebClient(100E9618): Download error 'PhotoCommonLang-en' BITS error: HTTP status 401: The requested resource requires user authentication. |
RCE=WebClient, CODE=0x80190191 WebClient(100E9618): Download error for 'PhotoCommonLang-en' |
WebClient(100E9618): Waiting 10 seconds before retrying... |
RCE=WebClient, CODE=0x80190191 WebClient(2BCFC920): Download error 'PhotoGalleryLang-en' (BG_ERROR_CONTEXT=5) |
RCE=WebClient, CODE=0x80190191 WebClient(2BCFC920): Download error 'PhotoGalleryLang-en' BITS error: HTTP status 401: The requested resource requires user authentication. |
RCE=WebClient, CODE=0x80190191 WebClient(2BCFC920): Download error for 'PhotoGalleryLang-en' |
WebClient(2BCFC920): Waiting 10 seconds before retrying... |
RCE=WebClient, CODE=0x80190191 WebClient(35C55CD8): Download error 'WLXSuiteLang-en' (BG_ERROR_CONTEXT=5) |
RCE=WebClient, CODE=0x80190191 WebClient(35C55CD8): Download error 'WLXSuiteLang-en' BITS error: HTTP status 401: The requested resource requires user authentication. |
RCE=WebClient, CODE=0x80190191 WebClient(35C55CD8): Download error for 'WLXSuiteLang-en' |
WebClient(35C55CD8): Waiting 10 seconds before retrying... |
WebClient(0712DA78): Download attempt #5 (max 10) |
WebClient(0712DA78): BeginDownloadAttempt: using URLMon |
WebClient(0712DA78): OnStopBinding(), hr=0x800C0019, wzError=[] |
RCE=WebClient, CODE=0x800c0019 WebClient(0712DA78): Leaving BeginDownloadAttempt() |
WebClient(0712DA78): Waiting 10 seconds before retrying... |
WebClient(35C55C38): Download attempt #2 (max 10) |
WebClient(35C55C38): BeginDownloadAttempt: using BITS |
WebClient(35C55C38): BITS temporary file=[C:\WINDOWS\TEMP\wct2DAE.tmp], foreground download=true |
WebClient(35C55C38): WaitForDownloadAttempt() |
RCE=WebClient, CODE=0x80190191 WebClient(35C55C38): Download error 'UXPlatformLang-en' (BG_ERROR_CONTEXT=5) |
RCE=WebClient, CODE=0x80190191 WebClient(35C55C38): Download error 'UXPlatformLang-en' BITS error: HTTP status 401: The requested resource requires user authentication. The strange thing is if I re-send the advert to the problem machine it does install. Also I have tried deploying this on a dozen or so machines and the results vary. On occasions the install works OK, but if I try the same machine again after a re-build it may not receive the install. Regards James |
copy and replace files on SCCM client
Hello - What is the best way to copy and replace file on SCCM client which are windows 2003 and windows 2008/R2?
I tried to use the vb script but it didnt worked.
Dim objFSO, objFile
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.GetFile("\\sccmtst01.test.edu\DIS\script\replacefile\adnan.txt")
objFSO.CopyFile objFile.Path, "D:\adnancopytest\"
WScript.Echo "Done."
this is what i see on execmgr.log on sccm client
Raising event:
[SMS_CodePage(437), SMS_LocaleID(1033)]
instance of SoftDistProgramStartedEvent
{
AdvertisementId = "DT22001B";
ClientID = "GUID:419956D9-3DC4-41AC-9219-C7DB3158E009";
CommandLine = "\"C:\\Windows\\System32\\WScript.exe\" \"C:\\Windows\\SysWOW64\\CCM\\Cache\\DT200017.1.System\\copyandreplace.vbs\"";
DateTime = "20111123192152.800000+000";
MachineName = "SCOMAGENT";
PackageName = "DT200017";
ProcessID = 2012;
ProgramName = "copy and replace file";
SiteCode = "DT2";
ThreadID = 816;
UserContext = "NT AUTHORITY\\SYSTEM";
WorkingDirectory = "C:\\Windows\\SysWOW64\\CCM\\Cache\\DT200017.1.System\\";
};
ad
ad