Quantcast
Channel: Configuration Manager 2007 Software Distribution forum
Viewing all 431 articles
Browse latest View live

SCCM 2007 - Package Creation

$
0
0

By default, when you are creating a Package in SCCM.  The name, version, manufacturer and language fields are present.

When typing in the version, manuf or lang fields, it then appears in the name - how can that be disabled?

Eg.

Name: Latest Google Chrome

Version: 36.143.4.00

Language: en

SCCM will then name the package Latest Google Chrome 36.143.4.00 en when all we want it to say is "Latest Google Chrome" but still have the version and language to be associated to the package.

We want everything to be separate and not affect the name we choose. Can this be done and if so, how?


Powershell Syntax working when run in cmd, but when run through SCCM2007 Task Sequence it claims the syntax is incorrect?

$
0
0

The code below is a simple powershell statement which enables me to change the execution policy so that I can run powershell scripts. When I run this in a normal windows enviroment the statement will work fine, not giving me an issue whatsoever. However, whenever it runs in the task sequence the TS fails. I am running this via the command line option in the task sequence, each time running this step as 3 different types of administrators.

powershell.exe -noninteractive Set-ExecutionPolicy -ExecutionPolicy unrestricted

Checking the log file it states this:

Set-ExecutionPolicy : The term 'Set-ExecutionPolicy' is not recognized as the 	InstallSoftware	13/10/2014 17:28:09	3768 (0x0EB8)
name of a cmdlet, function, script file, or operable program. Check the 	InstallSoftware	13/10/2014 17:28:09	3768 (0x0EB8)
spelling of the name, or if a path was included, verify that the path is 	InstallSoftware	13/10/2014 17:28:09	3768 (0x0EB8)
correct and try again.	InstallSoftware	13/10/2014 17:28:09	3768 (0x0EB8)
At line:1 char:1	InstallSoftware	13/10/2014 17:28:09	3768 (0x0EB8)+ Set-ExecutionPolicy -ExecutionPolicy unrestricted	InstallSoftware	13/10/2014 17:28:09	3768 (0x0EB8)+ ~~~~~~~~~~~~~~~~~~~	InstallSoftware	13/10/2014 17:28:09	3768 (0x0EB8)+ CategoryInfo          : ObjectNotFound: (Set-ExecutionPolicy:String) [], 	InstallSoftware	13/10/2014 17:28:09	3768 (0x0EB8)
CommandNotFoundException	InstallSoftware	13/10/2014 17:28:09	3768 (0x0EB8)+ FullyQualifiedErrorId : CommandNotFoundException	InstallSoftware	13/10/2014 17:28:09	3768 (0x0EB8)

InstallSoftware	13/10/2014 17:28:09	3768 (0x0EB8)

 Failed to run the action: Script Exception.
Incorrect function. (Error: 00000001; Source: Windows)	TSManager	13/10/2014 17:28:09	2716 (0x0A9C)

I am new to both SCCM and Powershell, but from my point of view, this should work, considering that the syntax is not actually incorrect? Please could anyone with any idea drop some hints and tips on how to stop this issue.

Supersedence and App updates in Task Sequences

$
0
0

2 questions on Application supersedence:

1. If i set up App v2 to supersede App v1, do I have to deploy App v2 aswell? To the same collection?

2. In task sequences that have App v1, do I have to edit them all removing App v1 and adding App v2?

I thought I understood Application supercedence as whenever a policy is refreshed, if someone has App v1, it will replace it with App v2, without needing an active deployment. But getting conflicting info from MS and forums.

I really do not want to have to edit 20 different task sequences every month when updates for Java, flash, adobe, firefox etc. are released. There must be a better way??!?!?

Excel Interactives

$
0
0

I am trying to deploy the Office Interactive help files for Excel, Outlook and Word to our users through software distribution. I have tried packaging the install, Creating and Deploying an MSi, and Using task sequences to try and get a successful install and everyting fails unless the logged on user is an administrator and then it works. The error, 1603,  always seem to concern a DFshim.dll file in the sxs updates folder that requires admistrator level access - dfshim_dll_31bf3856ad364e35_6.2.7600.16513_none_40cecc845ce1dd88.

Anyone have any ideas on how to I can get these to install? I have checked off install as Administrator, tried run from distribution point, use a drive letter and all the normal.

Error during connection to (64) or (53)

$
0
0

Hey everyone

I have a SCCM 2007 R3 site with multiple Secondary Sites. All other Sites are functioning fine, however sending packages to one site in particular has been problematic. It worked up until a week or so ago.

From the primary site server, I can ping and nslookup the secondary site server

From the secondary site server, I can ping and nslookup the primary site server

On the secondary site server, I have the primary site server computer account in the local administrator's group

I made sure all the SMS shares on the Secondary site are still available and present.

I checked permissions on the Site Server's SMSPKGC$ directory, and the administrators group is populated with Full Control (which contains an AD group containing my primary site server computer account)

The sender account for the Secondary site contains the correct DNS name for the Secondary Site Server

I've tried removing the problematic package and re-sending = no luck

I've tried sending a new, smaller test package = no luck

In the Sender.log on the Primary Site Server, I see these errors:

*************************

Error during connection to  \\SecondarySiteServer.domain.com\SMS_SITE (64).

Error during connection to \\SecondarySiteServer\SMS_SITE (64).

Error during connection to \\SecondarySiteServer\SMS_Site (53).

Cannot connect to server SecondarySiteServer at remote site <Site #>, won't try send requests going to site <SecondarySite#> for an hour or until there are not active send requests.

FQDN for server SecondarySiteServer is SecondarySiteServer.domain.com

*************************

I'm seeing both 53 & 64 errors.

I did notice on the Secondary Site server that I get occasional MP check failures in the MPCONTROL.log:

*************************

Call to HttpSendRequestSync succeeded for port 80 with status code 200, text:OK

Http test request succeeded.

Successfully performed Management point availability check against local computer.

Call to HttpSendRequestSync failed for port 80 with status code 500, text: Internal Server Error

Http test request failed, status code is 500, 'Internal Server Error'

*************************

Does anyone have any recommendations on what to check for next?

Thanks

Help me in creating a Device Collection - i have a list of machine name (in a excel or CSV file)

$
0
0

Hello Guys,

I have created a Device collection for UK region (2000+ machines)

Now i have been given a list of 1000 machines to which i need to deploy an application.

I have to create a device collection for this 1000+ machines. as an input i have a excel or CSV file with a list of machine names.

Please suggest me how can i create a device collection with CSV file as input. Is my CSV file should be in particular format.

Or is there any other way i can create a collection for this 1000 specific machines.

Please suggest.

SCCM 2012 SQL Server Report Builder Error

$
0
0

I am trying to create a report with SQL query on SCCM 2012. I get the below error.

TITLE: Microsoft SQL Server Report Builder
------------------------------

An error occurred while executing the query.
The SELECT permission was denied on the object 'v_GS_OPERATING_SYSTEM', database 'CM_C01', schema 'dbo'.

------------------------------
ADDITIONAL INFORMATION:

The SELECT permission was denied on the object 'v_GS_OPERATING_SYSTEM', database 'CM_C01', schema 'dbo'. (Microsoft SQL Server, Error: 229)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=11.00.3000&EvtSrc=MSSQLServer&EvtID=229&LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------

OnSearchComplete - Failed to end search job. Error = 0x8007000e.

$
0
0

Hello,

The below error received in WUhandler.log. Machine have space in C Drive.

OnSearchComplete - Failed to end search job. Error = 0x8007000e.WUAHandler8/29/2014 11:24:40 AM20272 (0x4F30)
Scan failed with error = 0x8007000e.WUAHandler8/29/2014 11:24:40 AM20272 (0x4F30)

Please help to solve the issue.

Regards,

Boopathi s


DP constantly processing orphaned package

$
0
0

Hi,

I'm running SCCM2007 and have a remote site DP configured that is constantly trying to process a package as shown in the distmgr.log.  The package no longer exists on the main server and having searched the SQL db, I'm unable to locate it anywhere, yet it still tries every couple of seconds.

I've tried the queries below and nothing is returned.

SELECT * FROM PkgServers where NALPath = '["Display=\\<Name of DP>\"]MSWNET:["SMS_SITE=<Site Code>"]\\<Name of DP>\' and PkgID = '<ID>

select * from SMSPackages where PkgID = 'XXX00001'
select * from PkgStatus where ID = 'XXX00001'
select * from PkgServers where PkgID = 'XXX00001'

The distmgr.box/incoming has been emptied

Any ideas would be greatly appreciated.

Cheers

Run TS command line error, delete old files

$
0
0

Dear SCCM guys,

I am trying to run TS for that delete files older than 30 days without any luck, i tried all scenario i think i should change something in the code but i don't have that experience in scripting, 

command as following

forfiles -p %appdata%\Microsoft\Signatures\ -m *.* -d -30 -c "cmd  /c del /q @path"

error as below:

Run command line Process completed with exit code 1 Command line returned 1 ERROR: The specified directory does not exist. . The operating system reported error 1: Incorrect function.

Thank you

Trouble Distributing packages to DP

$
0
0

I have a DP on the other side of the world that has been acting up lately. I distribute packages to other DPs fine, but some of the packages don't ever show up as "installed" on my sccm 2007 console. They stay in "Install Pending".

Looking at the status messages, I see a ton of information messages:

2300 - beginning to process...

2342 - starting to process...

2301 - completed processing successfully...

These repeat over and over and over into the thousands for the same few packages. When I examine the distmgr.log on the primary site server, I don't see it having issues sending to this DP. When I examine sender.log I see it writing to the DP successfully. On the dp (which is in a secondary site), I see the distmgr.log go through spurts of processing a ton of the mentioned packages, but never completing or finishing. On a lot of them I see that the versions are wrong.

I've been looking at other suggestions, and I might try the PreloadPkgonSite tool. However in looking at the distmgr\incoming inbox on my secondary site/dp, there are a bunch of xxx.pkg files (nothing in the Incoming\bad folder). These .pkg files aren't named the same as my package ids in question, but when i examine the contents they reference the packages in plain text.

My question is: Should I delete (or move) these .pkg files in the inboxes\distmgr.box\incoming folder on my secondary/dp? I don't see these files on other sites, just this one, and there are a lot, but only a dozen or so recently.

Adobe Pro XI MST file

$
0
0

I download and customized the Adobe XI Pro MSI file and also saved the MST file.  Now, when I run the MSI file, it asks all the options, which have been customized and saved. 

I will save the whole package in a shared folder and let the user run the installer to install the Adobe Pro XI in their machines without selecting any option.  Any idea about accomplishing this task.

Custom distribution share removed from all BDPs

$
0
0

Prior to my arrival it was standard practice to use a custom share folder when distributing packages. From the console this is in thepackage properties window on the data access tab. They were instructed to selectShare the distribution folder (2nd radio button) and provide aShare name of CommonRootFolder\Vendor_Application_Version. SCCM then creates a share called CommonRootFolder and a folder under that.

Recently we were getting complaints that users were not getting software at our branches. While troubleshooting we discovered that all of our branch distribution points no longer have the CommonRootFolder share. To fix that issue we're updating a small package which seems to recreate the share, but was wondering if anyone has ever heard of this happening.


Distribution Point migration status in CM12 console

$
0
0

Hi,

We are using sccm 2012 r2 cu2. we are in middle of migration.

We have in sccm 2007 under secondary site server name assd1 it contain MP and DP role.

Under ASSd1 server i was created one of the distribution point server and copied all the package to the new server assd2.

I created this new distribution point last week.

Today I gathered data from sccm 2007 to sccm2012.

Previously I did the same almost 5 servers and after sccm2012 administration-->under site hierarchy--> shared distribution point it shows. after that i will migrate to sccm2012 DP

but this server not showing. but when i saw migctrl.log i can see the log

 The DP assd2.xxx.org is eligible for upgrade 

but not showing under administration-->under site hierarchy--> shared distribution 

Programs

$
0
0

Hi,

When we get a popup to run a program in taskbar and executed it then  it is getting failed. But if the program is executed from Control Panel -> Run Advertised Program  then it is success.

What is the change here. Please help me.

Regards,

Boopathi S


distmgr.log

$
0
0

Hi team,

I saw some issue in distmgr in cm12. We are middle in the migration.

In the distmgr belo error showing for particular package.. Also want to know about sccm PKGstatus_g_ak table.. is this table i am not able to see in cm12 DB..

*** [23000][2627][Microsoft][SQL Server Native Client 11.0][SQL Server]Violation of UNIQUE KEY constraint 'PkgStatus_G_AK'. Cannot insert duplicate key in object 'dbo.PkgStatus_G'. The duplicate key value is (0010078A, 2, W01, ["Display=\\WBGFPMLBKO01.wb.ad.worldbank.org\"]MSWNET:["SMS_SITE=W01"]\\WBGFPMLBKO01.wb.ad.worldbank.org\, 1). : tr_PkgStatus_upd

Cannot update the status of package 0010078A, error = 3

Thanks

Gokulnath

How to copy software to Distribution points for Advertisement.

$
0
0

How to copy software to distribution points manually for creating software advertisement because my organisation network bandwidth is 512kbps so it is very critical to deploy windows-7 sp1. so I plan to create software distribution by copying manually to distribution points.

What is the maximum packages/programs allowed per site

$
0
0

Hello,

On a single primary site of SCCM 2007, how many packages and programs are allowed to create/supported.

Thanks & Regards,

Muthukumaran


MuthuKumaran

SCCM 2012 R2 - Deploy Application from DFS

$
0
0

Hello All,

I have been struggling with this for the last few days. I have been trying to deploy Applications from a DFS share but cannot get it to work. It appears that the MSI cannot be found when MSIEXEC is invoked (error 1619). I have checked the paths and permissions and there does not appear to be an issue there (both the Site Server and installation user account have permissions). Under the Deployment Type I have the following:
Content Tab - Empty
Programs Tab
  Installation Program: msiexec /i "\\dfsroot\Software\Install\7zip\7z920x64.msi"
  Installation start in: \\dfsroot\Software\Install\7zip
User Experience Tab
  Installation behavior: Install for system
  Logon requirement: Whether or not a user is logged on
  Installation program "font-family:'Open Sans', sans-serif;font-size:14.2857141494751px;">I checked the event log on the client and MSIEXEC is getting invoked under the SYSTEM account. That obviously won't work.

What am I missing?

Deleting packages doesn't delete the files from the Distribution Point

$
0
0

Hi,

I have one primary site with one site server acting as my one single server for everything.

I deleted a bunch of Software Update packages in order to reclaim space on my single SCCM drive.

After deleting the packages, I looked at the SMSPKG and SMSKPKGD$ folder, and it appears the pacakge files are still there.

Is there an easy way to identify which ones were deleted? and if so, can i manually delete them?

Im looking for an easy way to do this, since the actual package was deleted in the SCCM console.

Here is a separate post which describes the problem im having, but nobody seemed to have a good answer for it ...

http://social.technet.microsoft.com/Forums/systemcenter/en-US/641519ee-bcad-41ee-9945-d5abe0671ff3/deleting-superseded-updates-reclaiming-disk-space-cleaning-up-package-source-updates?forum=configmgrsum

Please advise.

Viewing all 431 articles
Browse latest View live


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