BUG: DocErr: Unattended Setup INI File in Books Online

ID: Q136491


The information in this article applies to:

BUG# NT: 10176 (6.00)

SYMPTOMS

If you attempt an unattended setup using the sample .INI file from the Microsoft SQL Server Books Online as a template, it causes a 'Noncritical Error' saying:

External library procedure GetPrivProfStr reported the following error

however, the missing string is not reported in the message.


CAUSE

This is a documentation error. The unattended installation will work correctly using the .INI template below.


WORKAROUND

The following .INI file can be used as a template for creating an actual .INI file with these caveats:


STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


MORE INFORMATION

There are three errors in the SQL Server Books Online, SQL Server Setup, Appendix B, "A Sample Setup Initialization File" section. These were found by comparing the GetPrivProfStr calls in Setup.INF with the sample file. (NOTE: The August 1995 TechNet CD is more out of date than the Books Online.)


   Password=ABC1234        should be  UserPassword=ABC1234
   CustomScPath=C:\TEMP    should be   CustScPath=C:\TEMP
   CustScriptList={ ... }  should be  CustomScriptList={ ... } 

The only entries missing from the sample file are the following optional ones (which are mentioned in the [Network] section in BooksOnline): VinesStreetName, ADSPObjectName, and DecNetObjectID.

There are three additional errors in this Books Online section that might cause problems:

Also, the new character sets (CP1250, CP1251, and CP1253 to CP1257) are not listed, nor are their corresponding SortOrders.

Additional query words: sql6 install manual docs


Keywords          : kbsetup SSrvDoc_Err SSrvInst kbbug6.00 
Version           : 6.00
Platform          : WINDOWS 
Issue type        : 

Last Reviewed: April 16, 1999