Jump to content


enginsoysal

The language specific BITS version wasn't found

Recommended Posts

Hi Guys,

 

I'm new to SCCM 2007. I'm trying to push the SCCM Client to every discovered agent.

 

Scenario:

 

I have a domain controller called engin.global (engin is my name) and a sccm server called sccm01. Both are Windows Server 2003 R2. I have created a user called SCCM-ADMIN which handles everything when talking about distributing and pushing things. SCCM-ADMIN is a domain admin

 

When I try to push the client I get the following error:

 

The language specific BITS version wasn't found (Failed to download 'WindowsServer2003-KB923845-x86-ENU.exe' from 'http://engin.global/CCM_Client/i386/BITS25' with error code 0x80004005).

 

In Site Database -> <name sccm server> -> Site Settings -> Client Agents -> Computer Client Agent I can see that I have 3 options. I tried them all and still I get above error.

 

I rebooted both my domain controller as well as sccm01 and still the error message.

 

I tried to look up this error and every website gave me the suggestion to "disable firewall" or do some other strange thing but I don't think this applies to me... and I'll tell you why.

 

When I open a browser and navigate to http://engin.global/CCM_Client/i386/BITS25 I get "Page not found" but when I replace "engin.global" with "sccm01" : http://sccm01/CCM_Client/i386/BITS25 I do get a list off all the KB files including the one that it can't find.

 

So my first instinct is that the IIS settings aren't correct but I can't locate the setting to change this.

 

Anyone had this issue before and now how to resolve this?

 

Any help is appreciated.

 

Thanks,

 

 

Engin

Share this post


Link to post
Share on other sites

Hi,

 

Thanks for the quick reply. I tried nslookup:

 

Z:\>nslookup

*** Can't find server name for address 192.168.1.50: Non-existent domain

Default Server: UnKnown

Address: 192.168.1.50

> ^C

Z:\>nslookup 192.168.1.50

*** Can't find server name for address 192.168.1.50: Non-existent domain

Server: UnKnown

Address: 192.168.1.50

*** UnKnown can't find 192.168.1.50: Non-existent domain

 

The IP address for my DC is 192.168.1.50 and SCCM01 is 192.168.1.51

 

So it's definitly something with DNS. I'll try some things and when I got an answer I post it here for future reference.

Share this post


Link to post
Share on other sites

Ok so I figured out why I get:

 

Default Server: UnKown.

 

the server enginsrv01 is a Domain Controller and also the DNS server.

 

in the TCP/IP settings I configured that the DNS should be 127.0.0.1 but that should be the IP address the server uses. Now when I punch NSLOOKUP in SCCM01 I get the following:

 

Z:\>nslookup

Default Server: enginsrv01.engin.global

Address: 192.168.1.50

>

 

Great... but that actually didn't solved my problem.

 

I still get the same error:

 

The language specific BITS version wasn't found (Failed to download 'WindowsServer2003-KB923845-x86-ENU.exe' from 'http://engin.global/CCM_Client/i386/BITS25' with error code 0x80004005).

 

I shutdown SCCM01 and rebooted ENGINSRV01. No go...

 

when going to http://engin.global/...ent/i386/BITS25 still "Page not found"

 

when navigating to http://sccm01/CCM_Client/i386/BITS25 I get the list which I need...

 

So my original problem hasn't been solved but I figure that if I didn't change the DNS settings I would get more trouble in the future.

 

Still mind boggling...

 

I gather that the link should be http://sccm01.engin.global/CCM_Client/i386/BITS25 (which works...) but it doesn't add the sccm01 in front...

Share this post


Link to post
Share on other sites

I finally figured out why it went to the wrong site.

 

When navigating to Site Database -> Site Management -> <name site> -> Site Settings -> Site Systems -> SCCM01 -> ConfigMgr Site System I noticed that I didn't enter the fully FQDN. Instead off sccm01.engin.global I just entered engin.global.

 

However that still did not resolve my problem. I got a different error code. A piece of the log:

 

<![LOG[==========[ ccmsetup started in process 2900 ]==========]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:9010">

<![LOG[Version: 4.0.6487.2000]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:2068">

<![LOG[Command line parameters for ccmsetup have been specified. No registry lookup for command line parameters is required.]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:4093">

<![LOG[Command line: "C:\WINDOWS\system32\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:4102">

<![LOG[CCMHTTPPORT: 80]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:8008">

<![LOG[CCMHTTPSPORT: 443]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:8023">

<![LOG[CCMHTTPSSTATE: 0]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:8041">

<![LOG[CCMHTTPSCERTNAME: ]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:8069">

<![LOG[FSP: ]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:8084">

<![LOG[CCMFIRSTCERT: 0]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:8126">

<![LOG[Config file: C:\WINDOWS\system32\ccmsetup\MobileClient.tcf]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:4497">

<![LOG[Retry time: 10 minute(s)]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:4498">

<![LOG[MSI log file: ]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:4499">

<![LOG[MSI properties: INSTALL=ALL" SMSSITECODE="ES1" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="0" CCMFIRSTCERT="0]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:4500">

<![LOG[source List:]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:4508">

<![LOG[ <a href="file://\sccm01.engin.globalSMSClient]LOG]!><time="19:32:03.917+-60">\\sccm01.engin.global\SMSClient]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:4515">

<![LOG[ <a href="file://\SCCM01SMSClient]LOG]!><time="19:32:03.917+-60">\\SCCM01\SMSClient]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:4524">

<![LOG[MPs:]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:4527">

<![LOG[ sccm01.engin.global]LOG]!><time="19:32:03.917+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:4542">

<![LOG[updated security on object C:\WINDOWS\system32\ccmsetup\.]LOG]!><time="19:32:03.932+-60" date="12-22-2011" component="ccmsetup" context="" type="0" thread="2264" file="ccmsetup.cpp:8849">

<![LOG[A Fallback Status Point has not been specified. Message with STATEID='100' will not be sent.]LOG]!><time="19:32:03.932+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="2264" file="ccmsetup.cpp:9330">

<![LOG[Running as user "SYSTEM"]LOG]!><time="19:32:03.932+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="852" file="ccmsetup.cpp:2690">

<![LOG[Detected 29526 MB free disk space on system drive.]LOG]!><time="19:32:03.932+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="852" file="ccmsetup.cpp:463">

<![LOG[DetectWindowsEmbeddedFBWF() Detecting OS Version]LOG]!><time="19:32:03.932+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="852" file="ccmsetup.cpp:509">

<![LOG[Client OS Version is 5.2, Service Pack Version 2]LOG]!><time="19:32:03.932+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="852" file="ccmsetup.cpp:533">

<![LOG[Client OS is not a supported Windows Embedded Platform]LOG]!><time="19:32:03.932+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="852" file="ccmsetup.cpp:535">

<![LOG[Ccmsetup is being restarted due to an administrative action. Installation files will be reset and downloaded again.]LOG]!><time="19:32:03.932+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="852" file="ccmsetup.cpp:2774">

<![LOG[Failed to successfully complete HTTP request. (StatusCode at WinHttpQueryHeaders: 401)]LOG]!><time="19:32:03.995+-60" date="12-22-2011" component="ccmsetup" context="" type="3" thread="852" file="ccmsetup.cpp:5969">

<![LOG[A Fallback Status Point has not been specified. Message with STATEID='308' will not be sent.]LOG]!><time="19:32:03.995+-60" date="12-22-2011" component="ccmsetup" context="" type="1" thread="852" file="ccmsetup.cpp:9330">

<![LOG[The language specific BITS version wasn't found (Failed to download 'WindowsServer2003-KB923845-x86-ENU.exe' from 'http://sccm01.engin.global/CCM_Client/i386/BITS25' with error code 0x80004005).]LOG]!><time="19:32:03.995+-60" date="12-22-2011" component="ccmsetup" context="" type="3" thread="852" file="ccmsetup.cpp:7067">

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • 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.