
Travelcard
Established Members-
Posts
10 -
Joined
-
Last visited
Everything posted by Travelcard
-
Machine restarted automatically last night
Travelcard replied to Kingskawn's question in Software Update Point
Thanks for posting this, we were running into the exact same issue. -
SCCM 2012 > issues with ReportServer_log.LDF size
Travelcard replied to h4x0r's topic in Configuration Manager 2012
A year later and I run into the same problem at another site. To help myself out again this time next please note that you may have to manually run a full backup to allow the change in the maximum file size. Otherwise you will end up with the "FILEGROWTH cannot be greater than MAXSIZE" error. -
SCCM 2012 SP1 Change proxy server post install
Travelcard replied to Travelcard's topic in Configuration Manager 2012
Ah excellent - thanks for that. Driving me mental -
Hi guys, Our site now needs a proxy server and I just can't find where to add that in my previously working SCCM 2012 SP1 installation. At the moment updates are not able to be downloaded. Can someone point me in the right direction? You would normally add this when you add the SUP role, but if I now go to the properties of the SUP, the "use proxy" parts are greyed out, so clearly I have to enable it somewhere else first. Cheers.
-
SCCM 2012 SP: BGB http proxy Error 25001. 80070057
Travelcard replied to bpsoft's question in Troubleshooting, Tools, Hints and Tips
If you do want to re-add the namespace use this VBS script: strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root") Set objItem = objWMIService.Get("__Namespace") Set objNamespace = objItem.SpawnInstance_ objNamespace.Name = "ccm" objNamespace.Put_ -
SCCM 2012 SP: BGB http proxy Error 25001. 80070057
Travelcard replied to bpsoft's question in Troubleshooting, Tools, Hints and Tips
Hi all, Just a word of caution - wat4lunch's suggestion may help, but it'll mean that other items fail. For instance any Powershell scripts you may have need that namespace to work. Cheers. -
SCCM 2012 > issues with ReportServer_log.LDF size
Travelcard replied to h4x0r's topic in Configuration Manager 2012
Thanks for posting this. My DB was already set to 'simple' backup, but was at 160GB in size :| I've changed it to 1GB max now and it dropped instantly. Cheers. -
SCCM 2012 Cannot connect to site
Travelcard replied to ABAdmin's topic in Configuration Manager 2012
Same problem - same resolution. Thanks for posting!- 13 replies
-
- sccm 2012
- configuration manager
- (and 8 more)
-
I'm another who loved the SCCM 2012 guides so would love a SCOM 2012 one too.
-
client can not be installed in server 2003 or 2003r2
Travelcard replied to liuyanshare's topic in Configuration Manager 2012
I've just had the exact same problem with Server 2003. Looking at the ccmsetup.log it is clear what the problem is: "This operating system does not contain the correct version of BITS. BITS 2.5 or later is required." After manually installing http://www.microsoft.com/en-ie/download/details.aspx?id=4933 and rebooting, the client is now installing automatically. Hope that helps.