<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Tech Support Forum - Windows NT/2000/2003 Server/2008 Server</title>
		<link>http://www.techsupportforum.com</link>
		<description>Find support for Windows NT/2000/2003 Server/2008 Server editions.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 00:49:39 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.techsupportforum.com/cwd/images/misc/rss.jpg</url>
			<title>Tech Support Forum - Windows NT/2000/2003 Server/2008 Server</title>
			<link>http://www.techsupportforum.com</link>
		</image>
		<item>
			<title>SBS2003 to SBS2008 Migration</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433611-sbs2003-sbs2008-migration.html</link>
			<pubDate>Fri, 20 Nov 2009 15:07:36 GMT</pubDate>
			<description><![CDATA[I'm hoping someone can answer this pretty quick.  I have migrated SBS 2003 to SBS2008.  What a long ordeal!  A bit of a headache too but I'm finally to the last step where you have to demote the SBS2003 server. 
 
My question is with the client machines.  Right now they communicate on the network...]]></description>
			<content:encoded><![CDATA[<div>I'm hoping someone can answer this pretty quick.  I have migrated SBS 2003 to SBS2008.  What a long ordeal!  A bit of a headache too but I'm finally to the last step where you have to demote the SBS2003 server.<br />
<br />
My question is with the client machines.  Right now they communicate on the network fine without me doing anything to them.  Once the SBS2003 server is off the network, will I have to go through the Connect computer wizard on each PC for them to connect to the network?  I have read that the connect computer wizard is required or else you will lose user profiles but I didn't know if that was on a fresh install only.  Can someone let me know if that step is required when migrating?  I really hope not.<br />
<br />
FYI - I know Microsoft mentions that you can do this whole process while people are still on the network but I strongly suggest that you do it off hours and give yourself plenty of time.  Plan to spend a full weekend at least.  You can do it in phases but the initial steps require lots of time.</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>Blue Sky IT</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433611-sbs2003-sbs2008-migration.html</guid>
		</item>
		<item>
			<title>Undetified ICON - Apps is not on the Task Bar</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433565-undetified-icon-apps-not-task-bar.html</link>
			<pubDate>Fri, 20 Nov 2009 11:30:26 GMT</pubDate>
			<description><![CDATA[How do I get rid of an ICON that has appreared on my desktop, it's grey box with two rectangular button on top which are blue and white. 
 
It appears on startup.]]></description>
			<content:encoded><![CDATA[<div>How do I get rid of an ICON that has appreared on my desktop, it's grey box with two rectangular button on top which are blue and white.<br />
<br />
It appears on startup.</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>jitsandhu</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433565-undetified-icon-apps-not-task-bar.html</guid>
		</item>
		<item>
			<title>Dhcp client service not starting</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433497-dhcp-client-service-not-starting.html</link>
			<pubDate>Fri, 20 Nov 2009 04:09:05 GMT</pubDate>
			<description>Hi , 
 
I have windows 2003 sp2 OS installed on my laptop. 
 
I am unable to connect to internet ( automatically detect IP) , since my DHCP service is not starting. 
error 1053: the service did not respond to the start or control request in a timely fashion 
I followed the below procedure but still...</description>
			<content:encoded><![CDATA[<div>Hi ,<br />
<br />
I have windows 2003 sp2 OS installed on my laptop.<br />
<br />
I am unable to connect to internet ( automatically detect IP) , since my DHCP service is not starting.<br />
error 1053: the service did not respond to the start or control request in a timely fashion<br />
I followed the below procedure but still not successful.<br />
Please advise.<br />
<br />
<br />
<br />
[Step I - Make sure that the three driver files are present<br />
Open Windows Explorer and navigate to %Windir%\System32\Drivers folder. Make sure that the following files are present in the folder:<br />
• afd.sys <br />
• tcpip.sys <br />
• netbt.sys <br />
If one or more of the above driver files are missing, extract them from the Windows XP CD-ROM or from the ServicePackFiles\i386 folder, whichever is the latest version.<br />
Step II - Verify the number of Dependencies<br />
From other sources in the Web, I've found that installation of Norton Antivirus (NAV) adds an entry to the DHCP Service dependencies, and removing NAV does not remove the corresponding entry from the DHCP Dependencies.<br />
To view the dependency services registered for DHCP Client Service, type the following command in Start, Run dialog:<br />
CMD /K SC QC DHCP<br />
Verify the output. It should be exactly as below:<br />
[SC] GetServiceConfig SUCCESS<br />
<br />
SERVICE_NAME: dhcp<br />
TYPE : 20 WIN32_SHARE_PROCESS<br />
START_TYPE : 2 AUTO_START<br />
ERROR_CONTROL : 1 NORMAL<br />
BINARY_PATH_NAME : C:\WINDOWS\system32\svchost.exe -k netsvcs<br />
LOAD_ORDER_GROUP : TDI<br />
TAG : 0<br />
DISPLAY_NAME : DHCP Client<br />
DEPENDENCIES : Tcpip<br />
: Afd<br />
: NetBT<br />
SERVICE_START_NAME : LocalSystem<br />
If additional entries are listed under DEPENDENCIES...<br />
If any other additional drivers or Services are mentioned in the DEPENDENCIES section, you need to remove them via the registry. Follow these steps:<br />
• Click Start, Run and type Regedit.exe <br />
• Navigate to the following branch: <br />
• Backup the branch to a REG file <br />
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ Dhcp<br />
• Double-click DependOnService value and set its data as follows: <br />
Tcpip<br />
Afd<br />
NetBT<br />
• Close Regedit.exe <br />
Step III - Verify that the Dependency Service / components are running<br />
Next step is to verify that the three dependency components are running. Follow the steps below:<br />
• Click Start, Run and type DEVMGMT.MSC <br />
• In the View menu, click Show hidden devices <br />
• Double-click Non-Plug and Play drivers section <br />
• Double-click the entry AFD, and click the Driver tab <br />
• Set the Startup type to System. <br />
• Start the service. Note down the error message if any. <br />
• Similarly start the two other drivers namely: <br />
• TCP/IP Protocol Driver <br />
• NetBios over Tcpip ]</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>kads</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433497-dhcp-client-service-not-starting.html</guid>
		</item>
		<item>
			<title>filescriptingobject.CopyFile login prob.</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433401-filescriptingobject-copyfile-login-prob.html</link>
			<pubDate>Thu, 19 Nov 2009 20:11:47 GMT</pubDate>
			<description><![CDATA[Hello all, 
 
Ohhh its hair-pulling time again. Don't think this is the best forum for the issue. Apologies if its not, please direct me if not. 
 
Server running W2003 R2.  ASP app under IIS6 available. The server is an upgrade for hardware and R1->R2.  
 
Some ASP have the following <javascript>...]]></description>
			<content:encoded><![CDATA[<div>Hello all,<br />
<br />
Ohhh its hair-pulling time again. Don't think this is the best forum for the issue. Apologies if its not, please direct me if not.<br />
<br />
Server running W2003 R2.  ASP app under IIS6 available. The server is an upgrade for hardware and R1-&gt;R2. <br />
<br />
Some ASP have the following &lt;javascript&gt; code:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">var fso=new ActiveXObject(&quot;Scripting.FileSystemObject&quot;);<br />
theFile=fso.CopyFile(&quot;C:\temp\remits.txt&quot;,&quot;\\\\servername\\Shares\\bc835.txt&quot;)</code><hr />
</div>Trying to copy a local file (remits.txt) up the the Shares folder on servername<br />
<br />
the CopyFile method fails for &quot;unknown user name or bad password&quot;<br />
<br />
The only users configured on the server are Administrator and AppUser.  Appuser is an anonymous user and member of servername\users with full control of the folder Shares.<br />
<br />
On Monday I had a similar issue (it may or may not have been the same &quot;login&quot; issue) on one workstation -- fixed it and everything worked fine<br />
On that station I did make the System-&gt;Computer Name-&gt;Workgroup identical to servername's workgroup. At the time that seemed to be the fix.<br />
<br />
So, when the current login issue cropped up on a different machine I checked its workgroup, found it different, and made it the same. Still got the problem.<br />
<br />
The XP user does not login to their machine as &quot;AppUser&quot;. They use their personal login of eg. &quot;Lisa&quot;.  I would feel &quot;Lisa&quot; needs to be a member of Servername\Users but for the fact the other workstation worked fine on Monday and used an XP login of &quot;Tony&quot;.  Note: I didn't say today because I haven't had a chance to try the effort _again_ on the Mondaygood machine.<br />
<br />
I might have better information if I could get the W3SVC log to tell me a log-in failed.  I'll be posting a request here at TSF if I can find the right group.<br />
<br />
thanks anybody!</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>rokosz</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433401-filescriptingobject-copyfile-login-prob.html</guid>
		</item>
		<item>
			<title>sbs2003 server is dead</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433311-sbs2003-server-dead.html</link>
			<pubDate>Thu, 19 Nov 2009 14:51:02 GMT</pubDate>
			<description><![CDATA[after 6 months of various "Pros" working on a sbs2003 server, passwords were changed without recording somewhere, server just quit. I have three client machines that need to have the logon removed so that they can be networked peer to peer.  server is overkill for the business.  
How do I get the...]]></description>
			<content:encoded><![CDATA[<div>after 6 months of various &quot;Pros&quot; working on a sbs2003 server, passwords were changed without recording somewhere, server just quit. I have three client machines that need to have the logon removed so that they can be networked peer to peer.  server is overkill for the business. <br />
How do I get the clients to boot without logon?</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>Barrybytes</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433311-sbs2003-server-dead.html</guid>
		</item>
		<item>
			<title>Server 2003 Internet Sharing</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433289-server-2003-internet-sharing.html</link>
			<pubDate>Thu, 19 Nov 2009 13:13:15 GMT</pubDate>
			<description>I want to take my 2003 server and add 2 NICs into it (In addition to the current one) and share the internet across two private subnets. 
 
In other words, I want to have a (example) 192.168.20.x from one NIC and a 192.168.30.x with the other... so basically I can have two separate networks which...</description>
			<content:encoded><![CDATA[<div>I want to take my 2003 server and add 2 NICs into it (In addition to the current one) and share the internet across two private subnets.<br />
<br />
In other words, I want to have a (example) 192.168.20.x from one NIC and a 192.168.30.x with the other... so basically I can have two separate networks which have nothing to do with each other except to share the internet and have the 2003 server act as the firewall. <br />
<br />
What would be the best and easiest way to accomplish this?</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>omicronkappa278</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433289-server-2003-internet-sharing.html</guid>
		</item>
		<item>
			<title>Problem connecting to certain sites</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433288-problem-connecting-certain-sites.html</link>
			<pubDate>Thu, 19 Nov 2009 13:01:32 GMT</pubDate>
			<description>Hi. I hope this is the right forum for this. I have a single computer running Windows 2000. A few days ago, I started not being able to get certain sites on my computer (including my work website that I have a shortcut to and use everyday). When I search the internet, some sites will download and...</description>
			<content:encoded><![CDATA[<div><br />
Hi. I hope this is the right forum for this. I have a single computer running Windows 2000. A few days ago, I started not being able to get certain sites on my computer (including my work website that I have a shortcut to and use everyday). When I search the internet, some sites will download and others won't. I have run Norton, flushed the DNS cache, and done ipconfig/all which comes back IP routing enabled/no and WinsProxy enabled/no. Could that have something to do with it? In case you can't tell-I have NO technological idea what I'm doing. I'm just trying to figure this out. Thank you</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>TJBP</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433288-problem-connecting-certain-sites.html</guid>
		</item>
		<item>
			<title>NETLOGON error (Event ID:5513)</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433273-netlogon-error-event-id-5513-a.html</link>
			<pubDate>Thu, 19 Nov 2009 10:36:00 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I am new to this forum and i'm facing the below error, i see this error on one of our Domain controller.  
 
*The computer xxxxx tried to connect to the server XXXXXX using the trust relationship established by the XXXXXX domain. However, the computer lost the correct security identifier...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am new to this forum and i'm facing the below error, i see this error on one of our Domain controller. <br />
<br />
<b>The computer xxxxx tried to connect to the server XXXXXX using the trust relationship established by the XXXXXX domain. However, the computer lost the correct security identifier (SID) when the domain was reconfigured. Reestablish the trust relationship.</b><br />
What does this error mean and how can this be fixed?</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>Tekken_123</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/433273-netlogon-error-event-id-5513-a.html</guid>
		</item>
		<item>
			<title>Network Printers Disappearing</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/432982-network-printers-disappearing.html</link>
			<pubDate>Wed, 18 Nov 2009 14:04:26 GMT</pubDate>
			<description>Windows Server 2003R2 w/ SP2 (Terminal Servers) 
 
Basically a user can RDP into the server to start their session and all the session printers are available.  Approximately 2 weeks ago I started to receive complaints that only the users default printer was displaying. 
 
I noticed if I log out and...</description>
			<content:encoded><![CDATA[<div>Windows Server 2003R2 w/ SP2 (Terminal Servers)<br />
<br />
Basically a user can RDP into the server to start their session and all the session printers are available.  Approximately 2 weeks ago I started to receive complaints that only the users default printer was displaying.<br />
<br />
I noticed if I log out and back in all the printers may or may not appear.  I don't see anything on the print server showing the problem and nothing appears on the terminal servers.<br />
<br />
I have read the articles (links) about TS printing, etc but am really confused on where to start troubleshooting.  It's as if they aren't getting mapped in the first place (when there is an issue).<br />
<br />
Any insight or tools I could use to try and start narrowing this issue down?<br />
Thanks,<br />
Kerry</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>kerrycorcoran</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/432982-network-printers-disappearing.html</guid>
		</item>
		<item>
			<title>Terminal Session did not responds</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/432930-terminal-session-did-not-responds.html</link>
			<pubDate>Wed, 18 Nov 2009 08:06:31 GMT</pubDate>
			<description>Hello 
 
I am facing this problem for quit long time, we have many Windows 2003 R2 servers, the problem is, After restarting Windows Server 2003, there Terminal Session did not responds, we can not take the remote session of these machine, although it continuously gives the ping responses.  
...</description>
			<content:encoded><![CDATA[<div>Hello<br />
<br />
I am facing this problem for quit long time, we have many Windows 2003 R2 servers, the problem is, After restarting Windows Server 2003, there Terminal Session did not responds, we can not take the remote session of these machine, although it continuously gives the ping responses. <br />
<br />
These Server are at remote location, and SAP and Oracle application are installed in these server. Many times User need to reboot the server, they shut down there all application and reboot it. Server reboots but MSTSC doesn't works. Most of the times we need to ask some to hard boot the server. <br />
<br />
At the time of these problem, we tried to login into remote management console of these server and checked all required  services are running on these like RPC, Computer Browser, Terminal...<br />
<br />
Once the server gets hard booted problem gets solved. But every time hard booting the server is not feasible solution to the problem.<br />
<br />
Can some body help me on this and suggest me what could be the possible reason for this problem.</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>deepak.s</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/432930-terminal-session-did-not-responds.html</guid>
		</item>
		<item>
			<title>Copy Local users to another server</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/432611-copy-local-users-another-server.html</link>
			<pubDate>Tue, 17 Nov 2009 10:27:13 GMT</pubDate>
			<description>Hi, 
 
We are in the process of migrating several folders and subfolders from one windows 2003 server to another. The folders have been created in the new server. The issue now is to migrate the users and their relevant permissions to the new server exactly the same way they were in the old server....</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
We are in the process of migrating several folders and subfolders from one windows 2003 server to another. The folders have been created in the new server. The issue now is to migrate the users and their relevant permissions to the new server exactly the same way they were in the old server. Pls suggest. All these users are local users. Pls suggest a way to perform this.<br />
<br />
Cheers!!<br />
<br />
Aj</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>Aj_Revelino</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/432611-copy-local-users-another-server.html</guid>
		</item>
		<item>
			<title>Information store/mailbox reconnect problem</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/432593-information-store-mailbox-reconnect-problem.html</link>
			<pubDate>Tue, 17 Nov 2009 08:48:20 GMT</pubDate>
			<description><![CDATA[Hi, new to these forums. Running SBS 2003 with Exchange 2003. 
 
I'm having an interesting issue. Our server crashed a while ago, and we managed to recover the previous information store. 
 
I have a 50gb information store, that i want to mount. I can successfully mount it, however when i try to...]]></description>
			<content:encoded><![CDATA[<div>Hi, new to these forums. Running SBS 2003 with Exchange 2003.<br />
<br />
I'm having an interesting issue. Our server crashed a while ago, and we managed to recover the previous information store.<br />
<br />
I have a 50gb information store, that i want to mount. I can successfully mount it, however when i try to reconnect a mailbox it doesn't pick up the user in active directory, or even any of the users. Rather it only picks up by the looks of it, local users on the server. It's as if the old information store does not detect the current active directory on the sbs 2003 server. <br />
<br />
How can i rectify this problem by reconnecting to the current active directory users, since users want access to their old mails.<br />
<br />
thanks for any assistance<br />
Yanchri</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>Yanchri</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/432593-information-store-mailbox-reconnect-problem.html</guid>
		</item>
		<item>
			<title>Help 4 install Server 2k3 on Dell XPS 700</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/432547-help-4-install-server-2k3-dell-xps-700-a.html</link>
			<pubDate>Tue, 17 Nov 2009 04:11:04 GMT</pubDate>
			<description>I have a Dell XPS 700. but I cant install server 2k3. some raid controller i need. it displayed no boot device press F3 to restart. 
warranty has already finished.</description>
			<content:encoded><![CDATA[<div>I have a Dell XPS 700. but I cant install server 2k3. some raid controller i need. it displayed no boot device press F3 to restart.<br />
warranty has already finished.</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>Burn3r</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/432547-help-4-install-server-2k3-dell-xps-700-a.html</guid>
		</item>
		<item>
			<title><![CDATA[Help on "Disable NetBIOS NULL Session"]]></title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/432214-help-disable-netbios-null-session.html</link>
			<pubDate>Mon, 16 Nov 2009 07:12:10 GMT</pubDate>
			<description><![CDATA[I have a DFS Server running Windows 2000 SP4, recently i apply changes ("Disable NetBIOS BULL Session" as per advised in here : http://www.security.ku.edu/docs/doc-viewer.jsp?id=27 
 
After the changes being applied. ALL the shared folders could not be accessed 
Anyone kind enough to let me know...]]></description>
			<content:encoded><![CDATA[<div>I have a DFS Server running Windows 2000 SP4, recently i apply changes (&quot;Disable NetBIOS BULL Session&quot; as per advised in here : <a href="http://www.security.ku.edu/docs/doc-viewer.jsp?id=27" target="_blank">http://www.security.ku.edu/docs/doc-viewer.jsp?id=27</a><br />
<br />
After the changes being applied. ALL the shared folders could not be accessed<br />
Anyone kind enough to let me know what is going on?<br />
I've enabled the back the NetBIOS NULL Session on that server and ALL file sharing services are back to normal</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>samuel882</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/432214-help-disable-netbios-null-session.html</guid>
		</item>
		<item>
			<title>cannot-connect-domain</title>
			<link>http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/431847-cannot-connect-domain.html</link>
			<pubDate>Sat, 14 Nov 2009 23:07:23 GMT</pubDate>
			<description><![CDATA[hiee... I can't form Server Client setup in my company..! I m a fresher workin in a small  
 
company with 100 computers. Details: Server_OS- Win Ser 2003, Client_OS- XP(SP2).  
I installed ADS, DNS but can't ping the domain in server.. If i tried to join my client(XP) in domain, i m gettin the...]]></description>
			<content:encoded><![CDATA[<div>hiee... I can't form Server Client setup in my company..! I m a fresher workin in a small <br />
<br />
company with 100 computers. Details: Server_OS- Win Ser 2003, Client_OS- XP(SP2). <br />
I installed ADS, DNS but can't ping the domain in server.. If i tried to join my client(XP) in domain, i m gettin the followin error &quot;cannot contact domain controller of the domain&quot;.. After many trials I tried it in VMWare with 1 server and 1 Client, it automatically took 2 IPs and got connected. So I tried that 2 IPs as my preffered and alternate DNS IP, then everythin got solved and got connected.. But i have to give the Router side configured DNS IPs to connect the internet.. So I tried other IP combinations withot DNS.. Suddenly it got connected in this config:<br />
Server Side:<br />
IP address: 192.168.1.30<br />
Subnet:255.255.255.0<br />
Gateway:192.168.1.1<br />
<br />
Client Side:<br />
IP address: 192.168.1.31<br />
Subnet:255.255.255.0<br />
Gateway:192.168.1.30<br />
 <br />
In this config it got connected.. I don know wats the prob.. And after some trials with other IP combinations This IP config also not workin.. don know the problem.. anyone help.</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/">Windows NT/2000/2003 Server/2008 Server</category>
			<dc:creator>xboy29</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/microsoft-support/windows-nt-2000-2003-server-2008-server/431847-cannot-connect-domain.html</guid>
		</item>
	</channel>
</rss>
