Errata

Exchange Server Cookbook

Errata for Exchange Server Cookbook

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page 174
Using VBScript code

the code to create a new StorageGroup is incorrect. There are 2 errors:

Incorrect line: strSGName = sgArray(0)
Corrected line: strEXISTINGSGName = sgArray(0)

Incorrect Line: strTemp = Mid(strTemp, InStr(2, strTemp, "CN"))
Corrected Line: strTemp = Mid(strEXISTINGSGName,InStr(2,strEXISTINGSGName,"CN"))


Anonymous  Aug 19, 2008 
Printed Page 188
top script

in the Using VBScript section, 'To move a database to another path...', the line continuation underscores are missing.

The 13th line of the code continues on line 14. There should be a "_" at the end of line 13 signifying that that next line is part of the first line.

Anonymous  Aug 20, 2008