<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>New Age Digital &#187; Windows Server</title>
	<atom:link href="http://dev.newagedigital.com/blog/category/technical-information/windows-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.newagedigital.com/blog</link>
	<description>We make business technology work.</description>
	<lastBuildDate>Thu, 08 Oct 2009 23:11:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft SBS 2003 and Veritas Backup Exec 10.1d Error Messages</title>
		<link>http://dev.newagedigital.com/blog/2006/10/10/microsoft-sbs-2003-and-veritas-backup-exec-101d-error-messages/</link>
		<comments>http://dev.newagedigital.com/blog/2006/10/10/microsoft-sbs-2003-and-veritas-backup-exec-101d-error-messages/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 14:29:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://dev.newagedigital.com/blog/?p=28</guid>
		<description><![CDATA[Error: 1
This is a common error message that occurs when a user is deleted and the
mailbox retention time is set to a value other than 0.
The Job Notification reports:
(Server: &#8220;Servername&#8221;) (Job: &#8220;Backup 00006&#8243;) Backup 00006 &#8212; The job
failed with the following error: The directory is invalid.
The error in the job log reports:
Completed status: Failed
Final error: [...]]]></description>
			<content:encoded><![CDATA[<h2>Error: 1</h2>
<p>This is a common error message that occurs when a user is deleted and the<br />
mailbox retention time is set to a value other than 0.</p>
<p>The Job Notification reports:</p>
<p>(Server: &#8220;Servername&#8221;) (Job: &#8220;Backup 00006&#8243;) Backup 00006 &#8212; The job<br />
failed with the following error: The directory is invalid.</p>
<p>The error in the job log reports:</p>
<p>Completed status: Failed</p>
<p>Final error: 0xe000fe09 &#8211; The directory is invalid.</p>
<p>Final error category: Resource Errors</p>
<p>For additional information regarding this error refer to<br />
link V-79-57344-65033</p>
<p>Backup- \\SERVER\Microsoft Exchange Mailboxes V-79-57344-65033<br />
- Directory not found. Cannot backup directory ?User Name [uname] and its subdirectories.</p>
<p>Link to Veritas Support Doc:</p>
<p><a href="http://seer.entsupport.symantec.com/docs/241981.ht">mhttp://seer.entsupport.symantec.com/docs/241981.htm</a></p>
<p>You can set the deleted mailbox retention time to 0 to fix the<br />
problem, but this will disable the ability to recover a deleted<br />
mailbox. Open the Server Management screen on the server and<br />
expand the Advanced Management section. Drill down through the<br />
Exchange instance, Servers, Servername, First Storage Group,<br />
Mailbox Store. Right click on the Mailbox Store and select<br />
Properties. Go to the Limits tab, and change the option Keep<br />
Deleted Mailboxes for (Days) to the appropriate amount of<br />
days that the mailbox should stay on the server to 0.</p>
<p>The other option is to train the person that is responsible<br />
for deleting users to purge the mailbox after deleting the<br />
user. Open the Server Management screen on the server and<br />
expand the Advanced Management section. Drill down through<br />
the Exchange instance, Servers, Servername, First Storage<br />
Group, Mailbox Store, Mailboxes. Right click the Mailboxes<br />
folder in the left pane and click the Run Cleanup Agent.<br />
Recently deleted user&#8217;s mailboxes will be in the list with<br />
a small red &#8220;x&#8221; on them. Right click the recently deleted<br />
user.s mailbox and select Purge. Please note that selecting<br />
yes will permanently delete the mailbox and the email therein<br />
will not be retrievable except from previous backups.</p>
<h2>Error: 2</h2>
<p>I have only run into this error once, and I am still not<br />
sure what caused the problem. My guess is that a program<br />
that included an SQL SP3a backend was installed on the<br />
server that had SP4 already installed on it.</p>
<p>The job log reported:</p>
<p>V-79-57344-33938 &#8211; Backup or restore operation terminated<br />
abnormally. An error occurred on a query to database.</p>
<p>0xe0008492 &#8211; Database Query Failure. See the job log for details.</p>
<p>Link to Veritas Support Doc:<br />
<a href="http://seer.entsupport.symantec.com/docs/276443.htm">http://seer.entsupport.symantec.com/docs/276443.htm</a></p>
<p>The solution was as follows:</p>
<ol>
<li>In the SQL 7.0 installation path (by default \Mssql7\Binn)<br />
rename the DLL&#8217;s Sqlresld.dll and Sqlvdi.dll to<br />
Sqlresld7.old and Sqlvdi7.old</li>
<li>Copy from the SQL 2000 installation path (by default<br />
\Program Files\Microsoft SQL Server\80\COM) the DLL&#8217;s<br />
Sqlresld.dll and Sqlvdi.dll into the SQL 7.0 installation<br />
path (by default \Mssql7\Binn)</li>
<li>According to the Microsoft article, it is also recommended<br />
to place the Sqlunirl.dll and Sqlsvc.dll (into \Mssql7\Binn)<br />
due to the DLL&#8217;s dependencies.</li>
</ol>
<p>Before I overwrote the files as the support document suggested,<br />
I checked the file dates and sizes. The files to be overwritten<br />
were older. I also stopped all SQL services before overwriting<br />
the files, though the article did not specify to do so.</p>
<h2>Error: 3</h2>
<p>This was a seemingly random error that occurred out of the blue<br />
after several weeks of successful backups.</p>
<p>The job log reported:</p>
<p>Completed status: Failed</p>
<p>Final error: 0xe00084f8 &#8211; The network connection to the Backup<br />
Exec Remote Agent has been lost. Check for network errors.</p>
<p>Final error category: Resource Errors</p>
<p>Backup- SERVER\SHAREPOINT AOFO: Initialization failure on:<br />
&#8220;\\SERVER\Microsoft Information Store\First Storage Group&#8221;.<br />
Advanced Open File Option used: No.<br />
The network connection failed during the snapshot. Check<br />
the network, and then run the job again.</p>
<p>V-79-57344-65072 &#8211; The Exchange Store service is not<br />
responding. Backup set canceled.<br />
AOFO: Initialization failure on: &#8220;Shadow?Copy?Components&#8221;.<br />
Advanced Open File Option used: No.<br />
The network connection failed during the snapshot. Check the<br />
network, and then run the job again.</p>
<p>V-79-57344-65072 &#8211; The connection to target system has<br />
been lost. Backup set canceled.</p>
<p>This was resolved by changing the Resource Order of the<br />
Exchange items. The Veritas solution was to try to backup<br />
the Exchange Public Folders and Mailboxes in separate<br />
jobs, but I found an alternate solution that resolved<br />
the problem. It was as simple as setting the Public<br />
Folder Store to be backed up before the Mailbox Store.<br />
Thanks to the original poster in the Veritas Newsgroups.<br />
I was not able to find the Newsgroup thread again to give<br />
proper credit to the gentleman who came up with the solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.newagedigital.com/blog/2006/10/10/microsoft-sbs-2003-and-veritas-backup-exec-101d-error-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Network Load Balancing Startup Error on Windows 2003 Server</title>
		<link>http://dev.newagedigital.com/blog/2006/10/10/remove-network-load-balancing-startup-error-on-windows-2003-server/</link>
		<comments>http://dev.newagedigital.com/blog/2006/10/10/remove-network-load-balancing-startup-error-on-windows-2003-server/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 14:13:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://dev.newagedigital.com/blog/?p=14</guid>
		<description><![CDATA[A default installation of Windows 2003 Server, including Small
Business Server, will have the Network Load Balancing Service
enabled. This will cause the Service Control Manager to display
an Application popup before login: &#8220;At least one service or
driver failed during system startup. Use Event Viewer to examine
the event log for details&#8221;. In the Event Viewer a Service Control
Manager [...]]]></description>
			<content:encoded><![CDATA[<p>A default installation of Windows 2003 Server, including Small<br />
Business Server, will have the Network Load Balancing Service<br />
enabled. This will cause the Service Control Manager to display<br />
an Application popup before login: &#8220;At least one service or<br />
driver failed during system startup. Use Event Viewer to examine<br />
the event log for details&#8221;. In the Event Viewer a Service Control<br />
Manager Event ID: 7000 will be displayed with the following details:</p>
<table border="0">
<tbody>
<tr>
<td>Event Source:</td>
<td>Service Control Manager</td>
</tr>
<tr>
<td>Event Category:</td>
<td>None</td>
</tr>
<tr>
<td>Event ID:</td>
<td>7000</td>
</tr>
<tr>
<td>Date:</td>
<td>10/6/2006</td>
</tr>
<tr>
<td>Time:</td>
<td>12:07:03 AM</td>
</tr>
<tr>
<td>User:</td>
<td>N/A</td>
</tr>
<tr>
<td>Computer:</td>
<td>NS2</td>
</tr>
</tbody>
</table>
<p>Description:</p>
<p>The Network Load Balancing service failed to start due to the following error:</p>
<p>The service cannot be started, either because it is disabled or<br />
because it has no enabled devices associated with it.</p>
<p>A supposed fix for this is to view the properties of the network<br />
connections on the server and remove the check for the Network<br />
Load Balancing Service in the list of Services. I have yet to<br />
see this fix work.</p>
<p>The fix that I have found and use on my productions servers<br />
requires a quick registry change. Please note that changing<br />
the Windows registry can have disastrous results if you make<br />
the wrong changes. If you are not sure about the changes you<br />
are making, contact qualified professionals like New Age<br />
Digital to assist you!</p>
<ol>
<li>Start Registry Editor. Click Start, Run, type<br />
&#8220;regedit&#8221; in the Open box, and click OK.</li>
<li>Drill down to the<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WLBS<br />
registry key.</li>
<li>Right click the WLBS registry key and click Export.<br />
Save the file with a descriptive filename to a secure<br />
location. This will backup the registry key and allow<br />
you to restore the key if you make a mistake or decide<br />
to use Network Load Balancing in the future.</li>
<li>In the right window pane, right click registry<br />
entry named Group, and then click Modify.</li>
<li>Clear the Value data. Simply delete the PNP_TDI<br />
and leave the field blank. Click on OK, and close<br />
the Registry Editor.</li>
<li>On reboot the Error message will no longer be displayed.</li>
</ol>
<p>If you wish to enable Network Load Balancing, browse to the<br />
backup of the registry key and double click it. Windows will<br />
ask you to confirm importing the data into the registry.<br />
Approve the import and reboot. Note that any registry key<br />
restore will overwrite existing registry values. Any changes<br />
made to the other values under the WLBS key will be<br />
overwritten as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.newagedigital.com/blog/2006/10/10/remove-network-load-balancing-startup-error-on-windows-2003-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2003 Server SP1 Firewall Modification for Passive or PASV FTP Connections</title>
		<link>http://dev.newagedigital.com/blog/2006/02/10/windows-2003-server-sp1-firewall-modification-for-passive-or-pasv-ftp-connections/</link>
		<comments>http://dev.newagedigital.com/blog/2006/02/10/windows-2003-server-sp1-firewall-modification-for-passive-or-pasv-ftp-connections/#comments</comments>
		<pubDate>Fri, 10 Feb 2006 14:18:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://dev.newagedigital.com/blog/?p=18</guid>
		<description><![CDATA[
(Portions of this document are parphrased from or directly copied
from Microsoft KB article 555022 by Bernard Cheah, MVP.)

Passive Mode FTP connections are normally required by clients connecting through a
NAT firewall or router. The client connects on port 21 and issues a PASV command,
the server responds with a port in the 1024-65535 range for the data connection.
After a [...]]]></description>
			<content:encoded><![CDATA[<p><em><br />
(Portions of this document are parphrased from or directly copied<br />
from <a href="http://support.microsoft.com/default.aspx?scid=kb%3Ben%3B555022" target="_new">Microsoft KB article 555022 </a>by Bernard Cheah, MVP.)<br />
</em></p>
<p>Passive Mode FTP connections are normally required by clients connecting through a<br />
NAT firewall or router. The client connects on port 21 and issues a PASV command,<br />
the server responds with a port in the 1024-65535 range for the data connection.<br />
After a data connection command is issued by the client, the server connects to<br />
the client using the port immediately above the client-side port of the control<br />
connection. The Windows 2003 SP1 Firewall will prevent PASV FTP from working<br />
properly unless exceptions for the ports are created. A metabase property key<br />
named PassivePortRange can be configured to specify the port range the server<br />
will respond with. This can be used to limit the security risk for the FTP<br />
server. The property key only exists in IIS 6.0. Support for IIS 5.0 on<br />
Windows 2000 can be added, but the system administrator will need to install<br />
Service Pack 4 and add the PassivePortRange key in the system registry. Two<br />
ports must be opened for each concurrent FTP connection.</p>
<p><strong>On Windows 2003 Server with IIS6</strong></p>
<ul>
<li>To Enable Direct Metabase Edit
<ol>
<li>Open the IIS Microsoft Management Console (MMC).</li>
<li>Right-click on the Local Computer node.</li>
<li>Select Properties.</li>
<li>Make sure the Enable Direct Metabase Edit checkbox is checked.</li>
</ol>
</li>
<li>Configure PassivePortRange via ADSUTIL script
<ol>
<li>Click Start, click Run, type cmd, and then click OK.</li>
<li>Type cd Inetpub\AdminScripts and then press ENTER.</li>
<li>Type the following command where the range is specified in<br />
&#8220;..&#8221;. cscript.exe adsutil.vbs set /MSFTPSVC/PassivePortRange<br />
&#8220;5001-5201&#8243; </li>
<li>Restart the FTP Publishing Service.</li>
</ol>
</li>
<p>You&#8217;ll see the following output, when you configure via ADSUTIL script:</p>
<p>Microsoft (R) Windows Script Host Version 5.6</p>
<p>Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.</p>
<p>PassivePortRange : (STRING) &#8220;5001-5201&#8243;</p>
<li>Add each port to the Windows Firewall
<ol>
<li>Click Start, click Control Panel, open Windows Firewall,<br />
and select the Exceptions tab.</li>
<li>Click the Add Port button.</li>
<li>Enter a Name for the Exception and the first number in the<br />
port range.</li>
<li>Click TCP if not already selected and click OK.</li>
<li>Repeat for each port in the range &#8211; for large ranges see<br />
the end of the document.</li>
<li>Enable the Windows Firewall on the General Tab.</li>
</ol>
</li>
</ul>
<p> </p>
<p><strong>On Windows 2000 Server with IIS5</strong></p>
<p>Configure PassivePortRange via Registry Editor</p>
<ol>
<li>Start Registry Editor (Regedt32.exe).</li>
<li>Locate the following registry key:<br />
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Msftpsvc\Parameters\ </li>
<li>Add a value named &#8220;PassivePortRange&#8221; (without the quotation marks) of type REG_SZ.</li>
<li>Close Registry Editor.</li>
<li>Restart the FTP Publishing Service.Note: The range that FTP will validate is from 5001 to 65535.</li>
</ol>
<p><strong>To add a range of ports to Windows Firewall from the Command Line</strong></p>
<ol>
<li>Click Start, click Run, type cmd, and then click OK.</li>
<li>Type in the following where the range is specified<br />
in ( ) and the name of the firewall entry is in &#8221; &#8220;.      </p>
<p>FOR /L %I IN (5001,1,5201) DO netsh firewall add portopening<br />
TCP %I &#8220;Passive FTP&#8221;%I </li>
<li>Each port in the range will be added with an &#8220;OK&#8221; confirmation.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://dev.newagedigital.com/blog/2006/02/10/windows-2003-server-sp1-firewall-modification-for-passive-or-pasv-ftp-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS RMS (Retail Management Software)</title>
		<link>http://dev.newagedigital.com/blog/2005/09/08/ms-rms-retail-management-software/</link>
		<comments>http://dev.newagedigital.com/blog/2005/09/08/ms-rms-retail-management-software/#comments</comments>
		<pubDate>Thu, 08 Sep 2005 17:16:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://dev.newagedigital.com/blog/?p=47</guid>
		<description><![CDATA[Retail Management System(RMS) is a Microsoft product for managing your
retail store. RMS is a versatile Point of Sale(POS) product with
manageability and security built in. There are three parts
of the system that work together to make this product easy to
use and manage. The administration, manager and the POS make RMS
an easy product to run your retail [...]]]></description>
			<content:encoded><![CDATA[<p>Retail Management System(RMS) is a Microsoft product for managing your<br />
retail store. RMS is a versatile Point of Sale(POS) product with<br />
manageability and security built in. There are three parts<br />
of the system that work together to make this product easy to<br />
use and manage. The administration, manager and the POS make RMS<br />
an easy product to run your retail needs.</p>
<p>The administration program is where the database is setup and maintained.<br />
There are two types of databases that can be used with RMS.  If your<br />
store&#8217;s data storage needs are small(under 2 gigabytes), then you can run<br />
the MSDE provided with the RMS product. Storage needs greater than 2 gigs<br />
will have to be setup using Microsoft SQL Server, which can handle very<br />
large databases.</p>
<p>The Manager is where the day to day activities are carried out.  It can<br />
run reports, set up cashier and manager accounts as well as employees,<br />
and set up and manage many other aspects of your store&#8217;s operation.<br />
employees. Employee security rights are setup to restrict what portions<br />
of RMS can be viewed and used by your employees. Manager is very powerful<br />
tool to view, report and control your retail. Multiple stores can be<br />
tied together with the addition of the headquarters package which allows<br />
all stores to share account information as well as the ability to transfer<br />
product from one location to another.</p>
<p>The Point of Sale(POS) is where all transaction are processed.  This is<br />
a simple to use GUI that is very customizable to suit your stores needs.<br />
This is where your cashiers conduct all transactions such as sales, back<br />
orders, work orders, layaways and much more.</p>
<p>Whether you are a small or large retail store, you will find<br />
Microsoft Retail Management System<br />
powerful enough to handle your needs.  Ease of use and manageability<br />
will make you and your employees more productive. If you would like a 90<br />
day trial version of Microsofts Retail Management System then<br />
contact us at New Age Digital, Inc. for details.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.newagedigital.com/blog/2005/09/08/ms-rms-retail-management-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
