Re: ICW Problem Error 0x80072581 Deleting the DNS record external NIC
- From: "Loci Smith" <locismith@xxxxxxxxxxx>
- Date: Tue, 12 Jun 2007 13:22:29 +0100
Hello Terence
Thanks for your assistance with this, it is very much appreciated.
I have checked all your action points to no avail I am afraid.
Have downloaded the report tool and generated the files you requested and emailed them to you.
Whilst collecting the files you requested I found that the wizard was showing incorrect values for the router information in the config,vbs script and icwdetails.htm files however the text boxes in the wizard were correct?
sLanConnection = "Server Local Area Connection"
sExternalConnection = "Network Connection"
'Router Connection page
sRouterIPAddress = "192.168.0.1"
bRouterOnLocalNic = FALSE
sRouterDnsIPAddress = "192.168.0.1"
sRouterDns2IPAddress = "192.168.0.8"
bUPnP = FALSE
I edited the vbs script to the correct values
sLanConnection = "Server Local Area Connection"
sExternalConnection = "Network Connection"
'Router Connection page
sRouterIPAddress = "192.168.43.80"
bRouterOnLocalNic = FALSE
sRouterDnsIPAddress = "195.12.4.247"
sRouterDns2IPAddress = "62.8.96.38"
bUPnP = FALSE
saved it then tried to run the vbs script when the following error was generated:
could not initialize 1CBC9356-81AD-4D26-8EA6-989A55C5EEB9
if false = IsEmpty(sConnectionToEnable) and false = IsEmpty(sExternalConnection) then
if sConnectionToEnable<>"" and sExternalConnection<>"" and sConnectionToEnable <>sExternalConnection then
MsgBox "sConnectionToEnable and sExternalConnection do not match"
WScript.Quit(1)
end if
end if
oBag.SetProperty "1CBC9356-81AD-4D26-8EA6-989A55C5EEB9", sConnectionToEnable, 1 <- this line ->
oBag.SetProperty "6C99882C-806D-4a0e-9025-CC12BD61FC2B", bDhcp, 1
oBag.SetProperty "81512E10-5E2E-4196-B51B-DA066BD13CCA", sIPAddress, 1
oBag.SetProperty "DB09FB6E-65DE-45b2-A4CF-7D4E24F23CEB", sSubnetMask, 1
oBag.SetProperty "2D7AE074-2B50-4be6-82B3-17FCDC75E256", sDefaultGateway, 1
Re-ran the wizard but same issue.
I cannot see where the wizard is getting the 192.168.0.x segment address' from?
Look forward to your response.
Loci
"Terence Liu [MSFT]" <v-terliu@xxxxxxxxxxxxxxxxxxxx> wrote in message news:MHOAFJMrHHA.1716@xxxxxxxxxxxxxxxxxxxxxxxxx
Hello Loci,
Thanks for your posting here.
From your problem description, I understand this issue is: when you running
the CEICW wizard, you received some error messages and got some errors in
the log file. If I'm off base, please let me know.
As for this, I would like to provide the following action plan:
1. Make sure your SBS internal and external network interface DNS is
pointing to the internal IP address of your SBS server.
2. Do you have any site hosted in the SBS server other than the four
build-in sites? If you have the sites in IIS that were created with Visual
basic, please remove them.
3. If your SBS server is HP/Compaq and you have HP Smart Start or some
other third-party network manage software installed, please uninstall them
and restart the SBS server, run CEICW again to see if there is any change.
4. Check if the PUBLISHING record in DNS is an A record. To do so:
a. Open DNS console of the SBS 2003 server. Navigate to ServerName\Forward
Lookup Zones\Domain.local.
b. In the right panel, check to see if there is a name record 'publishing'.
If so, check the type of the record. If the type of the record is 'Alias
(CNAME)', please delete the record.
c. Rerun the CEICW to configure the networking settings.
5. Corrected permissions on the wwwroot directory (You can check the
permissions with the good SBS)
6. Deleted any pre-existing web listeners in ISA 2004. You can find them
under ISA 2004 console->Firewall Policy->Toolbox in right panel->Network
Objects->Web Listeners
If the above actions do not help, please help me collect the following
information:
1. The icwlog.txt file in the "C:\Program Files\Microsoft Windows Small
Business Server\Support" folder.
2. The icwdetails*.htm in the "C:\Program files\Microsoft Windows Small
Business Server\Networking\ICW\" folder.
3. I suggest you download and run the MPS Report tool from the following
link and then send the generated CAB file to my mailbox
v-terliu@xxxxxxxxxxxxx for further investigation so that we can find what
the root cause is:
http://download.microsoft.com/download/b/b/1/bb139fcb-4aac-4fe5-a579-30b0bd9
15706/MPSRPT_NETWORK.EXE
Overview of the Microsoft Configuration Capture Utility (MPS_REPORTS)
http://support.microsoft.com/default.aspx?scid=kb;en-us;818742
4. Please run "ipconfig /all" on the SBS server and send the output to me.
If you have any questions please do not hesitate to let me know. I am glad
to be of assistance.
Thanks and have a nice day!
Best regards,
Terence Liu(MSFT)
Microsoft CSS Online Newsgroup Support
Get Secure! - www.microsoft.com/security
=====================================================
This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the corresponding
newsgroups so that they can be resolved in an efficient and timely manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
When opening a new thread via the web interface, we recommend you check the
"Notify me of replies" box to receive e-mail notifications when there are
any updates in your thread. When responding to posts via your newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.
Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In doing
so, it will ensure your issues are resolved in a timely manner.
For urgent issues, you may want to contact Microsoft CSS directly. Please
check http://support.microsoft.com for regional support phone numbers.
Any input or comments in this thread are highly appreciated.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: ICW Problem Error 0x80072581 Deleting the DNS record external NIC
- From: Terence Liu [MSFT]
- Re: ICW Problem Error 0x80072581 Deleting the DNS record external NIC
- References:
- ICW Problem Error 0x80072581 Deleting the DNS record external NIC
- From: Loci Smith
- RE: ICW Problem Error 0x80072581 Deleting the DNS record external NIC
- From: Terence Liu [MSFT]
- ICW Problem Error 0x80072581 Deleting the DNS record external NIC
- Prev by Date: Re: Connecting Client Computers to a Domain
- Next by Date: RE: SMTP dns
- Previous by thread: RE: ICW Problem Error 0x80072581 Deleting the DNS record external NIC
- Next by thread: Re: ICW Problem Error 0x80072581 Deleting the DNS record external NIC
- Index(es):
Relevant Pages
|