Jump to content


lindevang

Established Members
  • Posts

    9
  • Joined

  • Last visited

lindevang's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi there I've a SCCM 2012 setup on two sites and on DP on each of them. I want to use the same Task Sequence to deploy Windows 7 on both sites and want the Task Sequence to put the computer into an OU that matches the site. I've tried several conditions to determine what site the computer running the TS is on, but with no luck. I'm currently using following WMI query: Select * FROM Win32_IP4RouteTable WHERE Destination='0.0.0.0' AND NOT NextHop='192.168.128.1' (The default gateway of the site WAR is 192.168.128.1 so i simply do a "NOT" for site BAL) If I do a "Test query" it verifies it, and says that the machine matches the condition. Any suggestions?
  2. Hi Rocket I actually didn't know that Then there's no reason to get it working the other way. Thank you for your help Rocket Man. It's very appreciated
  3. Prestaging isn't enabled on my DP. I've changed from software package from "automatically download content" to "manually copy the content". It didn't help. I've tried playing with the deployment options and actually got it working (sort of). Instead of downloading the package locally I changed the package to run directly from the DP. But I would perfer that Software Center download the package and then install it. Any clue?
  4. Hi Rocket Man It's opening and closing sessions about two times in a second But only when i try to download software through Software Center. When deploying I can't see any errors in the deployment status: Where do I see if my OSD is running directly from the DP or locally - can't find it The software package is configured as followed:
  5. Hi Rocket Man I've tried deleting the CCMcache = no result If I set the software packages to be installed during the OSD the download speed is as expected. It seems to only download slow through Software Center. I've tried turning off UAC but that didn't help. Is it normal for Software Center to constantly open and close sessions to the Distribution Point?
  6. Hi guys. Hope you can help me again My Setup Very simple: One Primary Site server named server132 that is also my Distribution Point in the site BAL. The client is called test01. The Problem Downloading software packages in Software Center on clients is very very very slow. 1 GB of data can take over a two hours. What I’ve tried OS deployment goes pretty fast, so I assume that network speed isn’t the problem. I can download the same files directly from the share in no time. The firewall is disabled on both Distribution Point and client - didn’t work. I’ve looked in DataTransferService log on the client but I couldn’t see any errors or warnings. I don’t know how the client establishes the connection to the DP, but while downloading a software packages the computer is constantly establishing and closing connections to the DP on a consecutive port number. Is this normal? Please help me guys
  7. Iroquiz> Thank you man! It works like a charm after setting up the boundary groups correct Rocket Man> I copied the content of the original folder to a new folder and created the package.
  8. The Setup Very simple: One Primary Site server named server132 that is also my Distribution Point in the site BAL . The Problem I’m having some strange ”Failed to Run Task Sequence” errors when starting OSD Task Sequences. Following part is written in the smsts.log file: <![LOG[Found location: http://SERVER132.nclan.netcompany.dk/SMS_DP_SMSPKG$/BAL00002]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="1" thread="1048" file="libsmsmessaging.cpp:3761"> <![LOG[Local=0]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="1" thread="1048" file="libsmsmessaging.cpp:3798"> <![LOG[Processing 1 locations.]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="1" thread="1048" file="resolvesource.cpp:2029"> <![LOG[Not processing remote location:]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="1" thread="1048" file="resolvesource.cpp:2076"> <![LOG[ Flags: 01000000]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="1" thread="1048" file="resolvesource.cpp:2077"> <![LOG[ URLs : 1]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="1" thread="1048" file="resolvesource.cpp:2078"> <![LOG[ SMB : ]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="1" thread="1048" file="resolvesource.cpp:2079"> <![LOG[ MCS : ]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="1" thread="1048" file="resolvesource.cpp:2080"> <![LOG[LocationsList.size() > 0, HRESULT=80040102 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,2139)]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="0" thread="1048" file="resolvesource.cpp:2139"> <![LOG[FALSE, HRESULT=80040102 (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,1815)]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="0" thread="1048" file="tspolicy.cpp:1815"> <![LOG[Content location request for BAL00002:2 failed. (Code 0x80040102)]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="3" thread="1048" file="tspolicy.cpp:1815"> <![LOG[hr, HRESULT=80040102 (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,2578)]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="0" thread="1048" file="tspolicy.cpp:2578"> <![LOG[Failed to resolve PackageID=]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="3" thread="1048" file="tspolicy.cpp:2578"> <![LOG[(*iTSReference)->Resolve( pTSPolicyManager, dwResolveFlags ), HRESULT=80040102 (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,3341)]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="0" thread="1048" file="tspolicy.cpp:3341"> <![LOG[m_pSelectedTaskSequence->Resolve( m_pPolicyManager, TS::Policy::TaskSequence::ResolvePolicy | TS::Policy::TaskSequence::ResolveSource, fpCallbackProc, pv, hCancelEvent), HRESULT=80040102 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1480)]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="0" thread="1048" file="tsmediawizardcontrol.cpp:1480"> <![LOG[Failed to resolve selected task sequence dependencies. Code(0x80040102)]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="3" thread="1048" file="tsmediawizardcontrol.cpp:1480"> <![LOG[hrReturn, HRESULT=80040102 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediaresolveprogresspage.cpp,408)]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="0" thread="1048" file="tsmediaresolveprogresspage.cpp:408"> <![LOG[ThreadToResolveAndExecuteTaskSequence failed. Code(0x80040102)]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="3" thread="1048" file="tsmediaresolveprogresspage.cpp:408"> <![LOG[ThreadToResolveAndExecuteTaskSequence returned code 0x80040102]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="1" thread="260" file="tsmediaresolveprogresspage.cpp:221"> <![LOG[setting wizard error: This task sequence cannot be run because the program files for BAL00002 cannot be located on a distribution point. For more information, contact your system administrator or helpdesk operator.]LOG]!><time="11:34:35.336-120" date="07-26-2012" component="TSPxe" context="" type="0" thread="260" file="tsmediawizardcontrol.cpp:1504"> I have googled 0x80040102 and every solution points that the distribution of package is not completed or that the option “Copy the content in this package to a package share on distribution points” in the package is not checked. The package BAL00002 is distributed to the DP. Screenshot. BAL00002 is the Configuration Manager Client Package and the “Copy the content”-option is greyed out so I can't do anything about that. Screenshot. I’ve then copied the content of Configuration Manager Client Package and created a new Package, which gets the ID BAL00007, distributed it to my DP and checked the “Copy content” property. I also have changed the Configuration Manager Client Package in my OSD Task Sequence to BAL00007. Now I get the exact same “Failed to Run Task Sequence” but with BAL0004 instead. I suppose that the Task Sequence loads in a name order. BAL00004 is Boot image (x64) and it is also distributed. Please help!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.