home *** CD-ROM | disk | FTP | other *** search
/ CICA NT 1997 November / CICA_NT_CD-ROM_Walnut_Creek_November_1997.iso / patches / sp5_351m.exe / README.TXT < prev    next >
Text File  |  1996-09-19  |  35KB  |  572 lines

  1. ---------------------------------------------------------------------------
  2.               Microsoft Windows NT 3.51 Workstation and Server
  3.                             U.S. Service Pack 5
  4. ---------------------------------------------------------------------------
  5.  
  6.  
  7. Contents
  8. --------
  9. 1.0  Introduction
  10. 2.0  Installation Instructions for the Windows NT 3.51 U.S. Service Pack 5
  11. 2.1  User Notes
  12. 2.2  List of Bugs Fixed in Windows NT 3.51 U.S. Service Pack 5
  13.  
  14. 1.0  Introduction
  15. -----------------
  16. This release of Microsoft(R) Windows NT(TM) 3.51 U.S. Service Pack 5 is
  17. easy to apply from within Windows NT and changes only those files that
  18. were originally set up on the Windows NT Workstation or Windows NT Server
  19. system.  Service Pack releases are cumulative: they contain all previous
  20. fixes, as well as any new fixes made to the system.
  21.  
  22.  
  23. 2.0  Installation Instructions for the Windows NT U.S. Service Pack
  24. -------------------------------------------------------------------
  25. Installing the Service Pack from a floppy disk:
  26. 1.  Insert Service Pack Disk 1 into the floppy drive.
  27. 2.  At the Windows NT Command Prompt, change to that floppy drive (that is,
  28.     A: or B:) and type UPDATE.
  29. 3.  Follow the instructions given on the screen.
  30.  
  31. Installing the Service Pack from a CD-ROM:
  32. 1.  Insert the Service Pack CD-ROM disk into the CD-ROM drive.
  33. 2.  At the Windows NT Command Prompt, change to that CD-ROM drive, then
  34.     change to the i386, MIPS, ALPHA, or PPC directory (depending upon 
  35.     whether you have an Intel(TM), MIPS(R), ALPHA AXP(TM) or PowerPC(R) 
  36.     CPU), and type UPDATE.
  37. 3.  Follow the instructions given on the screen.
  38.  
  39. Installing the Service Pack from a network drive:
  40. 1.  At the Windows NT Command Prompt, type the command to connect to the
  41.     network drive on which the Service Pack files reside.
  42. 2.  Change to that network drive and type UPDATE.
  43. 3.  Follow the instructions given on the screen.
  44.  
  45.  
  46. 2.1  User Notes
  47. ---------------
  48. *** New ROUTE.EXE Command Line Argument
  49.  
  50. A new command line argument for ROUTE.EXE has been added in Service Pack 5.
  51. The new parameter is METRIC, and is described below:
  52.  
  53. ROUTE [-f] [command [destination] [MASK netmask] [gateway] [METRIC metric]]
  54.  
  55. METRIC
  56.    The metric option is used to associate a cost/hop count for the 
  57.    destination specified by the route entry. Generally this specifies the 
  58.    distance in number of hops from the destination. If not specified, the 
  59.    metric is set to 1 by default.
  60.  
  61.  
  62. *** Emergency Repair Disk
  63.  
  64. If it is necessary to use the Windows NT Emergency Repair Disk to repair
  65. your Windows NT system at some time after you apply the Service Pack, you
  66. will need to re-apply the Service Pack after the repair is completed.  This
  67. is because the Emergency Repair Disk repairs your system by restoring your
  68. original Windows NT setup.  After the repair has completed, simply follow
  69. the above Installation Instructions to reapply the Service Pack.
  70.  
  71. IMPORTANT NOTICE:
  72. When using the Windows NT Emergency Repair Disk to repair your Windows NT
  73. system after applying the Service Pack, do not repair the file SAMSRV.DLL.
  74. If it is necessary to repair this file because it has become corrupt, you
  75. must replace it with the Service Pack version of the file.
  76.  
  77. This is necessary because the Service Pack update process changes the user
  78. database, and the Service Pack version of SAMSRV.DLL is needed to allow
  79. the system to function properly.
  80.  
  81.  
  82. *** Adding New Components to the System
  83.  
  84. If new software or hardware components are changed or added to your system
  85. after you have applied the Service Pack, it will be necessary to reapply
  86. the Service Pack.  This is because the files taken from the original
  87. Windows NT disk set may not be equivalent to the files on the Service Pack
  88. disk set.  It is not possible to install new components directly from the
  89. Service Pack media (such as a new keyboard or printer driver).  New
  90. components must be installed from the original product media.
  91.  
  92.  
  93. *** Installing Symbol Files from the CD-ROM
  94.  
  95. To install the symbol files corresponding to the new binaries in Service
  96. Pack 5, do the following (assuming your CD-ROM drive is D:, your symbol
  97. files are located in the C:\WINNT\SYMBOLS directory, and you are installing
  98. the files for an x86 machine):
  99.  
  100.     XCOPY /S /U /D D:\SUPPORT\DEBUG\I386\SYMBOLS C:\WINNT\SYMBOLS
  101.  
  102. This will copy the Service Pack 5 .DBG files over the existing versions of
  103. these files.  The XCOPY command shown will copy only those .DBG files that
  104. are already installed (/U switch), and only those with a more recent time-
  105. date stamp (/D switch).
  106.  
  107.  
  108. *** Verifying the Proper Firmware for Powerized Systems
  109.  
  110. To install Service Pack 5 on your Powerized system, you should first verify
  111. your Firmware is up-to-date.  Your Firmware should have a date of Oct. 5, 
  112. 1995, or later.  This information is displayed during the system's boot.  
  113. Optionally, you may use the fw-title command to verify this.  If you have 
  114. an earlier Firmware date, contact your hardware manufacturer to get the 
  115. latest release of the Firmware.
  116.  
  117.  
  118. *** New APIs Available with Service Pack 5
  119.  
  120. Service Pack 5 contains 3 additions to the Win32 API:
  121.  
  122. Fibers
  123. ------
  124. A fiber is a lightweight thread that is manually scheduled.  Fibers do not 
  125. provide advantages over a well-designed multithreaded application.  
  126. However, fibers can make it easier to port applications that were designed 
  127. to schedule their own threads.  
  128.  
  129. Specific fiber APIs include:
  130.  
  131. ConvertThreadToFiber()
  132. CreateFiber()
  133. DeleteFiber()
  134. GetCurrentFiber()
  135. GetFiberData()
  136. SwitchToFiber()
  137.  
  138. Winsock Enhancement
  139. -------------------
  140. Two new APIs, AcceptEx() and GetAcceptExSockaddrs(), have been added to the 
  141. Windows Sockets family.  AcceptEx() provides a way to asynchronously accept 
  142. a connection, obtain the local and remote addresses for the connection, and 
  143. receive the first block of data, all within a single call.
  144.  
  145. Directory Monitoring
  146. --------------------
  147. One new API, ReadDirectoryChangesW(), has been added to enhance an 
  148. application's ability to monitor directories.  It allows an application to 
  149. receive notification whenever a change occurs in a directory.  These 
  150. changes include file modifications, renames, and deletions.  Unlike 
  151. FindFirstChangeNotification(), this API will return the full name of the 
  152. affected file.
  153.  
  154. For complete details on these APIs, including headers, libraries and sample 
  155. code, see the Win32 SDK Addendum for Service Pack 5, available in the "For
  156. Developers Only" section of the Microsoft Web site at 
  157. http://www.microsoft.com/devonly.
  158.  
  159.  
  160. 2.2  List of Bugs Fixed in Windows NT 3.51 U.S. Service Pack 5
  161. --------------------------------------------------------------
  162. NOTE: Use the Qxxxxxx number that precedes the title of the bug fix to
  163. query the Microsoft Knowledge Base to find an article about that bug.
  164.  
  165. Service Pack 1
  166. --------------
  167. Q128453: Windows NT 3.51 Hangs (Memory Access Violation) Running Exchange
  168. Q128454: Windows NT 3.51 Hangs with Office 95 (Word) Help File Wizard
  169. Q130093: Err Msg: Incorrect Response from the Network
  170. Q130292: Windows NT Win16 Subsystem Crashes Printing from Quicken 4.0
  171. Q130677: TCP/IP Generates Frames with Loopback Address as Source Address
  172. Q131343:  "Invalid Page Fault" Running Office 95 Help Wizard
  173. Q131427: Windows NT 3.51 TCP/IP System Network Interface Hang
  174. Q131683: Help File Opens Very Slowly with Office 95 Applications
  175. Q131779: Help Fails for VB Modules in Excel
  176. Q131865: SMC Elite Ultra NIC Causes UNIX Computers to Disconnect TCP/IP
  177. Q132198: Middle Mouse Button Does Not Work Under Windows NT 3.51
  178. Q132466: Problems Printing From DCA IRMA Workstation for NT 1.1
  179. Q132470: STOP Msg: 0x0000000A or 0x0000001E When Using PING
  180. Q132858: PowerStack with Cirrus Video Adapter Hangs During Startup
  181.  
  182. Service Pack 2
  183. --------------
  184. Q112665: UPDATE.EXE Starts Setup Help If Space Exists in Directory Path
  185. Q128567: Landscape Orientation Reversed With Postscript Driver
  186. Q129670: GSNW Not Releasing Session to NetWare Server
  187. Q129724: Macintosh Client Has Slow Access to Windows NT 3.5x SFM Volume
  188. Q130226: Banner Always Printed When Using GSNW Print Gateway
  189. Q130783: STOP Msg: 0x0000003F NO_MORE_SYSTEMS_PTES Repetitive I/O on MIPS
  190. Q130932: Desktop Remains Active At Logoff
  191. Q130979: User Environment Variables Set Before Default Home Directory
  192. Q131073: Datagram Sends Fail if Route is Not in IPX Cache
  193. Q131241: FTPSVC Orphans Connections, Uses Up Virtual Memory
  194. Q131428: DHCPADMN Reports Error 14 After You Select Local Machine
  195. Q131689: Postscript Jobs Do Not Print Correctly Over SFM and AppleTalk
  196. Q132085: Applications Hang When Opening Files when CSNW is Installed
  197. Q132394: Streaming Mode NPMCA.SYS NIC Sleeps on Transmit.
  198. Q132511: Windows NT 3.51 Hangs on Shutdown With Some S3 Based Video Cards
  199. Q132722: Server Instability After Reboot Caused by NDIS Driver Problem
  200. Q132896: FTP Client Scripts Terminate Without Completing
  201. Q132903: Err Msg Using NetBIOS over TCP/IP (NETBT.SYS): STOP 0x0000000A
  202. Q133112: NetWkstaSetUid2 API Returns Access Denied
  203. Q133128: Printing From Windows NT 3.51 to an HP4 at 600 DPI is Slow
  204. Q133252: Windows NT 3.51 GSNW Help Reports The File Is Corrupted
  205. Q133280: FTPSVC: Delay Receiving FTP Directory Annotation and Prompt
  206. Q133303: WINFILE.EXE Application Error When Associating a Searched File
  207. Q133306: Maximum Disk Space of 1.99 GB Displayed for NetWare Volume
  208. Q133384: Event ID 2019: Nonpaged Memory Pool Empty
  209. Q133410: The Breakpoint "{,<filename>,} .<line>" Cannot Be Set
  210. Q133488: LPR Printing Fails After Setting Up Security
  211. Q133701: Forward Slash May Be Ignored As A Path Delimiter In 3.51
  212. Q133757: Performance Monitor SQLServer-Log Object Corrupted
  213. Q134250: No Compaq Netflex Drivers in Windows NT 3.51 for RISC Platforms
  214. Q134285: STOP Msg: 0x0000007B or "0x4,0,0,0 Error" in WinNT 3.51 Setup
  215. Q134286: Windows NT 3.51 LsarLookupSids errors from Big Endian Servers
  216. Q134386: Computers Using QVision Display Driver Lock Up
  217. Q134427: Dr. Watson Access Violation Occurs Sending Mail Attachments
  218. Q134701: Uninitialized Pointers in DHCPSSVC.DLL Cause Access Violation
  219. Q134765: Unknown Software Exception When Application Calls OpenGL
  220. Q134959: Cannot copy Icons From a Common Group to a Personal Group
  221. Q134968: NetWare Connections Remain Connected After You Log
  222. Q134969: Faxing from 16-bit Program Using Separate Memory Space Fails
  223. Q134985: Browsing & Other Traffic Incur High Costs over ISDN Routers
  224. Q134988: Access Violation in glsbCreateAndDuplicateSection API on PowerPC
  225. Q135065: Windows NT 3.51 Hangs on Shutdown
  226. Q135275: Windows NT Backup : Incorrect Date in "Tape Name" Text
  227. Q135277: WINS Records of Multi-homed Computers Do Not Replicate
  228. Q135291: Print Manager: Owner Appears as System Printing from Macintosh
  229. Q135308: Disk Administrator Corrupts Partitions
  230. Q135471: Cannot Reconnect to OS/2 Name Space Resources on NetWare Server
  231. Q135548: PIF Editor Reserve Shortcut Keys Settings May Be Ineffective
  232. Q135553: IOCTL_NDIS_QUERY_ALL_STATS Causes STOP Msg in Windows NT 3.51
  233. Q135621: NetWare Transaction Tracking System (TTS) Not Detected
  234. Q135667: STOP 1E When Using File Manager and Services for Macintosh (SFM)
  235. Q135692: "List Name From" List Box Shows Only 20 Trusted Domains
  236. Q135724: Deleted Disk Space Not Released on Converted NTFS Volume
  237. Q135774: Performance Monitor Counters Produce Unlikely Results
  238. Q135777: Unable to Connect Using Cabletron EISA F70XX FDDI NIC
  239. Q135856: RIP Table Does Not Update When New RIPX Response Is Received
  240. Q136023: Batch Files Stop Executing with Windows NT version 3.51
  241. Q136024: Tape Hardware Data Compression Disabled After Running NTBackup
  242. Q136334: Access Violation in LSASS.EXE During User Password Change
  243. Q136336: Windows NT Fails Because of an Access Violation in WINLOGON
  244. Q136375: NTFS directory corruption with more than 100,000 files
  245. Q136402: IniFileMapping for 16-Bit Windows Apps Fail in Windows NT 3.51
  246. Q136472: NE3200 NIC Driver Can Lose Locally Administered Address
  247. Q136627: Layered Drivers Never See WINSOCK IRPs for the TCP/IP Device
  248. Q136780: WinFax Pro Software Causes 16-bit Applications To Hang
  249. Q136782: Unable To Connect To AT&T Advanced Server For UNIX Printer Share
  250.  
  251. Service Pack 3
  252. --------------
  253. Q126688: Stack Overflow with Windows NT 3.51 RAS
  254. Q126689: STOP Msg: c000021a Logging on a Second Time to WinNT 3.51 w/ SP2
  255. Q126967: New TCP/IP Registry Parameter Ignores Push Bit on Receives
  256. Q139281: STOP Msg: 0x0000004E or 0x0000000A Under Heavy Computer Usage
  257. Q139535: Some TrueType Fonts Do Not Produce Glyphs on Windows NT 3.51
  258. Q139635: RAS Authentication of Third Party PPP SPAP Clients Fail
  259. Q139714: RAS Stop 0x000000a 6194ea98 00000002 00000001 80115534
  260.  
  261. Service Pack 4
  262. --------------
  263. Q134959: Cannot copy Icons From a Common Group to a Personal Group
  264. Q137857: Errorlevel Paradigm Behaves Differently in Windows NT 3.51
  265. Q137968: Perfmon and Network Monitor Counters Show Incorrect Values
  266. Q138415: Windows NT Fails to Check for Low Disk Space (No Admin Alerts)
  267. Q138700: ARP -s Fails After Applying SP2 to Windows NT 3.51
  268. Q138737: Directory Synchronization May Fail with Windows NT 3.51 Mail
  269. Q138794: Out of Memory Error Installing Windows NT 3.51 Service Pack 2
  270. Q138854: Connecting Using NBT.SYS Causes Windows NT Session to Hang
  271. Q138987: Novell Clients are Denied Access Logging on to FPNW Servers
  272. Q138995: Updating to WinNT 3.51 SP2 Causes Loss of Persistent IP Routes
  273. Q139015: Trap 0xA in ExFreePool of NTOSKRNL.EXE
  274. Q139057: NET STOP WINS Fails to Stop WINS Service
  275. Q139058: Battery Shutdown Signal Delayed Using Windows NT UPS Service
  276. Q139065: Services For Macintosh on Windows NT 3.51 Service Pack 2 Hangs
  277. Q139171: Compaq System Hangs with Incomplete IRP in Cpqarray
  278. Q139207: S3 Driver Doesn't Correctly Support 72Hz on Some IBM PS/2 Models
  279. Q139208: Instability in RAS using TAPI X25 Ndiswan Driver
  280. Q139274: Updated System Environment Variables Result in STOP 0x0000021a
  281. Q139338: WINS Counters Disappear from Performance Monitor
  282. Q139350: WinNT General Protection Fault Exiting 16-bit Access Version 2.0
  283. Q139351: STOP Msg: c000021a - Using Mandatory Profile w/o Access Rights
  284. Q139380: Multi-homed WINS Server Replication Partner Failures
  285. Q139415: New TCP/IP ArpCacheLife Parameter in Windows NT 3.51
  286. Q139494: Multiple CRC Errors and Hardware Overruns Using RAS
  287. Q139619: Printing From a Service To A Network Printer Fails
  288. Q139649: Windows NT Service Can't Connect to Network Printer on 3.51
  289. Q139691: International Characters in User Names Not Handled Properly
  290. Q139929: SNMP Queries Of Very Long OID's May Cause SNMP Service To Hang
  291. Q139956: RPC from a Big Endian Computer Causes GP Fault
  292. Q139985: WINS Client Fails to Reach a Multi-homed Server
  293. Q140008: Seed Routing Network Range Options Grayed Out with DEC FDDI
  294. Q140258: Incomplete Server List in File Manager's Connection Dialog Box
  295. Q140329: Trust Relationships Fail with Large Number of Trusted Domains
  296. Q140364: Registry Size Limit Change Results in Pagedpoolsize Change
  297. Q140400: GSNW/CSNW Creates 8.3-Format Directory Names in Uppercase Only
  298. Q140408: Access Denied Attempting to Rename File Across the Network
  299. Q140463: SNMP Agent Hangs on Very Long Queries
  300. Q140506: Print Jobs Sent to SFM Printer Hang in Spooler After Printing
  301. Q140603: SNMP Trap Frames Appear to be Dropped
  302. Q140639: Daylight Savings Time Not Advancing
  303. Q140675: Windows NT Doesn't Show All Files on OS/2 Server
  304. Q140685: MAC Clients Get Access Denied on Newly Created Folders
  305. Q140783: Access Violation on RAS Client Dialing Into Windows 95
  306. Q140784: Call to NetUserGetLocalGroups results in NERR_UserNotFound
  307. Q140818: STOP Message: After "DIR ..\" is Issued from a Samba Client
  308. Q140973: Inaccessible Floppy Disk Drive on Toshiba Portege 610CT
  309. Q140978: WINS Does Not Replicate <1c> Names Properly
  310. Q141019: SNMP Debug Messages Are Written to Eventlog
  311. Q141156: STOP Msg: 0x0000000A in SFMATALK.SYS After Receiving ATP Packet
  312. Q141344: Network Connections Refused Over NetBT
  313. Q141371: STOP Msg: STOP 0x0000000A from DLC.SYS 
  314. Q141467: Macintosh RPC Client Fails Across AppleTalk Zone
  315. Q141520: Generic Text Driver Prints Control Characters and Blank Lines
  316. Q141732: Adaptec AHA154x Driver Fails to Install Second Adapter
  317. Q141753: Memory Violation Running Attachmate Extra! for Windows in WOW
  318. Q142060: BackupExec 6.0 Not Backing Up WFW in Windows NT 3.51 SP3
  319. Q142204: CSNW Drive Mappings Incorrect
  320. Q142371: Perfmon Counter DISK QUEUE LENGTH Gives Incorrect Report
  321. Q142695: SP3 Localized SERVER.HLP (On-line Books) Causes Dr. Watson Error 
  322. Q142696: WinNT 3.51 SP3 GARAM4.TTF Font Not Displayed Properly
  323. Q142697: Unlocked Workstation Not Returned to Full Screen Application
  324. Q142698: Service Pack Overwrites Localized Version of Windows NT
  325. Q142699: WinNT 3.51 w/ CPU Maxed Prints Very Slowly to Banding Printers 
  326. Q142700: WinNT 3.51 SP2 SFM Share Can Only be Created on NTFS
  327. Q142701: SAM Does Not Replicate Members of the Administrators Alias
  328. Q142704: Windows NT Mail Client Does Not Handle Long Filenames Correctly
  329. Q142708: WinNT 3.51 SP2 w/ UK Keyboard Gives Wrong Accented Characters
  330. Q142709: Big Files Copy Slowly from Mac to SFM Over AppleTalk Router 
  331. Q142710: Lock Violation Opening NetWare Server File w/ Shareable Bit Set
  332. Q142711: Windows NT Hangs on Alpha with > 1 GB System Memory
  333. Q142714: RAS Does Not Hang Up Immediately If Usernames Are Different 
  334. Q142866: Alpha Computer w/ Proteon P139x-Plus Revision J NIC Doesn't Work
  335.  
  336.  
  337. Service Pack 5
  338. --------------
  339. Q126967: New TCP/IP Registry Parameter Ignores Push Bit on Receives      
  340. Q129129: Windows NT SNMP Agent Allows Only Read Access                   
  341. Q130876: Printing Through HPMON(DLC) May Cause Print Subsystem to Hang   
  342. Q135609: WINS Fails on RAS Server with Multiport Adapter Installed       
  343. Q135692: "List Name From" List Box Shows Only 20 Trusted Domains         
  344. Q135700: Modifications to NETBT.SYS to Support Layered Drivers           
  345. Q137155: Users Without System32 Permissions Cannot Logon                 
  346. Q137522: FPNW Keeps Directory Handles Open, Preventing Deletion          
  347. Q138222: DHCP Server Delays Release of Client-Rejected IP Addresses      
  348. Q138244: Printing Fails with "RPC Procedure Call Failed"                 
  349. Q138257: Inconsistent Print Results Using HP LaserJet 5L                 
  350. Q138713: Err Msg: Driver Entry Point Not Found After Service Pack Upgrade
  351. Q138792: TCARC.SYS Causes Trap 0xA or Hangs Windows NT                   
  352. Q140641: Updated Samsrv.dll Supports AppleTalk and Banyan Vines Clients  
  353. Q140891: Remote Shutdown May Fail                                        
  354. Q141118: No FPNW "NetWare Compatible Password Expired" Check Box         
  355. Q142608: Windows for Workgroups fails to print to Apple IIG through NTS. 
  356. Q142610: Err Msg: OS Loader V3.51 TRAP 0000000E PAGE FAULT               
  357. Q142611: WOW: GP Fault in DDEML.DLL Using Visual Basic Application       
  358. Q142612: TrueImage errors 4041 when printing from a Macintosh            
  359. Q142613: System Control Application Shows Insufficient Memory Dialog Box 
  360. Q142615: Event Log Service Fails to Check Access to Security Log File    
  361. Q142617: Server Rejects TreeConnectAndX and DirectorySearch SMB          
  362. Q142620: Access Violation in Nwsvc.exe                                   
  363. Q142621: OS/2 Application Does Not Return DOSREADQUEUE Properly          
  364. Q142622: Repeated Automatic Logons in Windows NT May Fail                
  365. Q142623: Encryption Keys of 768 & 1024 Bits Unavailable in IntÆl WinNT
  366. Q142624: Err Msg: "Unable to connect to target machine" 
  367. Q142625: NETBIOS Defaults To 16 Sessions on Windows NT
  368. Q142626: LogonUser API Now Has Support for Network Logons
  369. Q142627: NTDETECT.COM Incorrectly Detects Some S3 Video Controllers
  370. Q142628: Stop 0x23 Errors in FASTFAT.SYS
  371. Q142630: NTFS with Full Logfile Condition May Cause Trap
  372. Q142631: Internet Information Server Directory Access Issue Resolved 
  373. Q142645: FPNW Stops w/ Win3.x Client Directory Search: "********.***"
  374. Q142646: Upgrading To SP4 Can Overwrite Newer Versions of OLEAUT32.DLL
  375. Q142647: Callback Field for RAS May Not Be Viewable From Rasadmin.exe
  376. Q142648: STOP 0x00000024 in NTFS.SYS
  377. Q142649: STOP 0x0000000A on ALR Revolution
  378. Q142650: Netlogon Stops when Mailslot Message Is Larger than Specified
  379. Q142651: Third-Party Cursor Hangs Cirrus Driver
  380. Q142680: Modification to Support Direct Host IPX Acceleration Drivers    
  381. Q142874: Services for Macintosh Reports Incorrect Free Volume Space      
  382. Q142880: NetBT Fails to Bind to a Large Number of IP Addresses      
  383. Q143143: Error Printing From Macintosh to LPT Port of Windows NT Server  
  384. Q143329: Serial Mouse Does Not Work on a DEC Alpha Computer              
  385. Q145623: Access Violation in LSASS.EXE On Primary Domain Controller      
  386. Q145796: Print Manager Displays Macintosh EPS Document As File Name      
  387. Q146114: Heavy Load of FTP Service Results in Access Violation           
  388. Q146880: Logon/Logoff Events Logged Out of Order in Security Log         
  389. Q146905: Remote Pipe DosWaitNmPipe to OS/2 Subsystem Gives Error 123     
  390. Q147204: Stop 0x0000000A in NDIS.SYS on a Multi-Processor Computer       
  391. Q147246: Using Direct Hosting over IPX Causes STOP 0x0000000A            
  392. Q147349: No Sound On Some PCMCIA Modems in Windows NT 3.51               
  393. Q147372: Problem Using Full Tape Backup Requiring More than One Tape     
  394. Q147458: End of Media Crossing During Windows NT Tape Backup             
  395. Q147601: Problem Switching From Office 95 to 16-bit Application Window   
  396. Q147642: NetWare Files Overwritten When Updating To Windows NT 3.51 SP4  
  397. Q147661: MSMail32 Message With Hyphens Results In Access Violation       
  398. Q147695: MEMBER OF in FPNW Login Script Returns Incorrect Results        
  399. Q147697: Turning Off Auditing of Security Policy Changes Not Audited     
  400. Q148174: NWCONV.EXE Does Not Give Correct Permissions                    
  401. Q148188: Internet Information Server Security .CMD /.BAT Patch           
  402. Q148353: Access Denied Using CHGPASS with DSMN                           
  403. Q148485: Service Pack 4 Causes Some Installation Programs To Fail        
  404. Q148487: MS-DOS "For" Command Fails when Run Against an FPNW Server      
  405. Q148501: Preventing PCI Resource Conflicts on Intel-based Computers      
  406. Q148646: Stop 0x0000000A When Referencing Empty Sent Queue               
  407. Q148845: Access Violation in RASMAN.EXE Under Windows NT 3.51            
  408. Q148846: RAS Port Instance Names in Performance Monitor Are Corrupted    
  409. Q148929: Security Event ID 642 Logged Incorrectly for Audits             
  410. Q148939: DHCP Server Creates Unnecessary Lease                           
  411. Q148957: NTBACKUP Fails With Application Error During Verify Process     
  412. Q149112: Some Image Maps Do Not Work with IIS                            
  413. Q149167: Unable to Allocate Resources from the NDIS Wrapper              
  414. Q149214: Windows NT Server Stops Responding To Macintosh Clients         
  415. Q149293: File Manager Can Not View Permissions After NWCONV.EXE Is       
  416. Q149344: NWCONV.EXE Does Not Correctly Apply Permissions                 
  417. Q149393: CrashOnAuditFail Activates on Shutdown with ProcessTracking     
  418. Q149394: CTRL+BREAK Does Not Work for 16-Bit Applications                
  419. Q149395: Stop Msg: 0x0000001E in RDR.SYS Caused by Corrupted SMBs        
  420. Q149468: CSNW Clients May Cause Clipper Index Corruption                 
  421. Q149525: Poor Performance May Occur During FTP File Transfers            
  422. Q149528: FTP Client Uses Only One IP Address on Multihomed Workstations  
  423. Q149532: Windows NT Clients Run Out of Ports                             
  424. Q149534: Windows NT Socket Apps Run Out of Ports                         
  425. Q149559: FPNW LOGIN.EXE Doesn't Handle Password Expiration               
  426. Q149643: Printing to NetWare Deallocates Directory Handle                
  427. Q149722: Windows NT Registry Has a Limit of 300 Interfaces               
  428. Q149819: RPC Causes Exchange Server to Hang All Connected Clients        
  429. Q149857: MoveFileEx API Does Not Work After Applying SP4                 
  430. Q149891: Programmatic System Shutdown Fails                              
  431. Q149949: Some Browsers May Fail to Connect When IIS Uses SSL             
  432. Q149955: Random Users Do Not Appear in SYSCON Viewed w/ FPNW Server      
  433. Q150008: DOS Applications Receive Wrong Error Code in FPNW               
  434. Q150009: WinNT System Shutdown/Power Off Causes Boot-Sector Corruption   
  435. Q150047: NetWare Drives Inaccessible to CIM and MMTA                     
  436. Q150048: Syscon Changes Maximum Password Age on FPNW Server              
  437. Q150059: Cannot Perform a NET VIEW Across RAS to Windows 95 Client       
  438. Q150060: Cannot Delete Directory Structure on FPNW Volume                
  439. Q150097: cc:Mail Clients Lock Up Through FPNW                            
  440. Q150124: Cannot Access CD-ROM After Installing SP4                       
  441. Q150140: STOP Msg: 0xC000021a as Application Terminates                  
  442. Q150152: Printing from Mac to HP 3x with 52.2 HP Postscript Cartridge    
  443. Q150158: NTFS: Directory Changes Reported to LMREPL Erroneously     
  444. Q150172: FPNW Will Not Create File Larger Than 2.14GB                    
  445. Q150275: Redirector Doesn't Close the Session After User Logs Off        
  446. Q150302: Overlapped I/O to Tape Results In Data Corruption               
  447. Q150305: DEC FDDI Adapters Fail to Respond to Broadcasts                 
  448. Q150337: Simultaneous Dr. Watsons Stop Windows NT                   
  449. Q150350: NetLogon Maximum Value of Pulse Should Exceed 3600              
  450. Q150355: Windows NT Nonresponsive During NTFS Directory Traversal                
  451. Q150410: Having 300+ Print Queues Causes Access Violation in Localmon    
  452. Q150508: Netscape Clients Hang While Posting Data to SSL Forms on IIS    
  453. Q150559: New Windows NT TCP/IP Registry Parameter: ArpTRSingleRoute      
  454. Q150729: Err Msg: "Access Denied" When Using Account Operator            
  455. Q150736: Stopping SNA Server Service Leads to Perpetual Stopping State   
  456. Q150823: Trap 0xA When Token Ring Source Routing Data Exceeds 18 Bytes   
  457. Q150831: Stop 0x0000000A in NBF.SYS When Running Under Stress            
  458. Q150833: Memory Deallocation Failure in SRV.SYS Directory Notification            
  459. Q150838: NWLNKSPX May Reset Connection With Out-Of-Sequence Packet       
  460. Q150847: File Manager Truncates Long File Names Containing Spaces        
  461. Q150904: DDE Link Stops Updating After Closing Another Link              
  462. Q150918: FPNW Event ID 2630 Unable to Access PDC for Write               
  463. Q150938: Printer Resident Fonts not Available w/ "Print Text as Graphics"
  464. Q150996: Session Canceled Error Using IBM 16/4 Adapter II                
  465. Q151007: IBM ThinkPad Drives Have Problem w/ Read/Write and Media Change 
  466. Q151008: Sony 7000 and DEC TZ09 4mm DAT Not Supported Under 3.51         
  467. Q151010: IIS IDC: Err Msg: Error Performing Query                        
  468. Q151183: WWW Clients Using Basic Authentication May Fail with IIS 1.0    
  469. Q151216: NTVDM May Leak Memory When Opening/Closing COMM Ports           
  470. Q151222: Stop A in FLNK.SYS While Copying From FPNW Server               
  471. Q151226: FPNW Grace Logins Are Not Reset When Password Is Changed        
  472. Q151235: FPNW Does Not Search Trusted Domains for Object Names           
  473. Q151259: New Netlogon Registry Entry for Dialup Routers                  
  474. Q151306: WINS Partner Registry Settings May be Deleted                   
  475. Q151432: Invalid File Handle with SP4 Nwrdr.sys                          
  476. Q151448: Trap 0x50 and Trap 0xA Under Heavy Stress                       
  477. Q151453: Netscape 2.01 Clients Hang While Getting SSL Pages w/ Graphics  
  478. Q151471: Processes Do Not Respond When NTFS Encounters an Error          
  479. Q151714: WinNT RPC Client May Fail Against DCE Server                    
  480. Q151824: FoxPro Query May Return Inaccurate Results with FPNW            
  481. Q151962: System Appears to Stop When Adding Users to Large Global Groups 
  482. Q151977: FPNW Not Responding Correctly to Record Locking and Logging     
  483. Q151989: Novell 32-bit Client for Win95/WinNT Doesn't See FPNW Volume    
  484. Q151991: FPNW Writes Incorrect Last Modified Date on Files from OS/2     
  485. Q151997: DECMON Can Cause Spoolss to Generate an Access Violation        
  486. Q152051: IBM Gothic Box Font Appears Garbled                             
  487. Q152121: Windows NT Logon to NetWare Is Slow & Causes Event 8007 Errors  
  488. Q152156: Access Violation in Client Process During Authenticated RPC     
  489. Q152270: CreateProcessAsUser() Fails After Applying Service Pack 3       
  490. Q152271: EnumServicesStatus() Results in Services.exe Memory Leak        
  491. Q152272: GetSecurityDescriptorGroup() Returns Incorrect Primary Group    
  492. Q152273: DHCP Server May Give Out Duplicate IP Addresses                 
  493. Q152304: Random Blue Screens Caused by Bad Packet and DLC.SYS            
  494. Q152348: Block Writes Across Net May Cause Performance Hit               
  495. Q152398: Login.exe Now Sets Primary Server After Successful Login        
  496. Q152428: Initialization Failure in Rasman.dll When Shutting Down         
  497. Q152448: Mouse Cursor Freezes Intermittently in Windows NT               
  498. Q152450: Change Password Dialog Text Changed for NetWare                 
  499. Q152474: Window Socket Application Failure with Connection Reset Event   
  500. Q152547: GP Fault in Windows NT VDM When Using SCROLL_LOCK/UNLOCK Key
  501. Q152589: Netscape 2.01 Clients Hang While Getting SSL Pages w/ Graphics  
  502. Q152625: Ibmtok.sys Generates Event Message ID:5002 Error                
  503. Q152705: Multihomed WINS Servers Send Name Query Responses               
  504. Q152719: WAN and Trust: Traffic On the Wire                              
  505. Q152837: ControlService() Results in Services.exe Memory Leak            
  506. Q152986: CSNW Does Not Report Directory Restrictions                     
  507. Q152992: Netlogon Service Does Not Start After Applying SP4              
  508. Q153157: WNetGetUser Returns ERROR_NOT_CONNECTED                         
  509. Q153202: Duplex Printing Causes Problems After Applying SP4              
  510. Q153237: File Manager Unable to Copy Long File Names to Write-Only Volume
  511. Q153332: ECHO Command in a Batch File Does Not Echo /Q                   
  512. Q153462: Err Msg: Event 4010: Unable to Get the Local Computer Name      
  513. Q153504: PCL5EMS Does Not Support All Memory Available on HP LJ 5Si MX   
  514. Q153596: TCP/IP Performance Degrades When Resuming Large Data Transfer   
  515. Q153665: SPX Data Stream Type Header May Reset Unexpectedly              
  516. Q153666: Updated TCP/IP Printing Components for Windows NT 3.51          
  517. Q153706: WINS Service Terminates During Replication                      
  518. Q153949: CSNW Does Not Support MS-DOS NAME SPACE Correctly               
  519. Q153953: Log on Locally Permission Not Required for Client Access        
  520. Q153993: Windows NT May Cache Data Even if Write-through Flag is Set     
  521. Q154067: System Error: The WIN 16 SubSystem Was Unable to Allocate Memory
  522. Q154090: Installing Too Many OLE Applications May Cause System to Lock   
  523. Q154117: No Drive Letter When Using PC-Card Type III Slot
  524. Q154145: SSL: ISAPI Secure Transmissions Limited to 32K of Data          
  525. Q154175: Users May Lose Designated Default Printer After Multiple Logins 
  526. Q154183: CreateFile API with Delete-on-Close Option May Fail             
  527. Q154355: How to Tune Trusts for Dialup Routers in a WAN                  
  528. Q154444: EPS Files Larger Than Page Fail to Print                        
  529. Q154485: Disabling Keep Alive Connections in IIS 1.0                     
  530. Q154563: FPNW Search Drive Vector Not Set  
  531. Q154564: Access Denied Using CHNGPASS When Logged On to FPNW             
  532. Q154688: DPT PCI-SCSI Fails on PPC if IRQ Greater Than 15                
  533. Q154700: HALMCA Does Not Check for PCI                                    
  534. Q154783: Msg Sent from MSMail Windows NT Client Undeliverable            
  535. Q154784: Windows NT Operating System SNMP OID Incorrect                  
  536. Q154785: WinNT 3.51 Service Packs (SPs) Incorrectly Update Newer SPs
  537. Q154790: Weitek PCI Video Fails to Load on PowerPC Secondary PCI Bus     
  538. Q154797: SP5 Adds Code Pages for Central European Language Support
  539. Q154799: Update.exe in 3.51 Service Packs May Use Wrong Patchdll.dll     
  540. Q154832: Disabling Thread Creation for CGI I/O in IIS 1.0                
  541. Q154833: Automatic Logoff After Screen Saver Fails
  542. Q154841: Problem Connecting to Xylogics Annex-3 Terminal Server          
  543. Q154845: Bugcheck in Fastfat.sys                                         
  544. Q154846: AP Error Running Gdsset.exe in Japanese IIS                     
  545. Q154847: WINMSD May Not Report Correct Service Pack Version              
  546. Q154854: Trap 0xA in AtalkBPFreeBlock                                    
  547. Q154862: Web Browsers May Fail When Accessing SSL Secure Pages           
  548. Q154865: Datatype Misalignment in inetsloc                               
  549. Q154933: Err Msg: The LsaCreateSecret Call Failed                        
  550. Q154938: Bugcheck 0xA - Saving 64K File to NetWare in Notepad            
  551. Q154939: CreateQueueJobAndFile Fails w/ Queues Other Than Print Queue    
  552. Q154942: IIS Virtual Root Cannot Be Browsed on a SAMBA or WIN95 Share    
  553. Q154944: Power PC (PPC) Only: OldIrql Is Stored Before Spinlock
  554. Q154945: FlushFileBuffers Not Committing Filesize Properly in NT3.51 SP4 
  555. Q154946: Bugcheck 93 in the RDR                                          
  556. Q154948: S3.sys Driver Does Not Work with Dell Optiplex                  
  557. Q154950: SPX Header Not Available for a Terminate Packet                 
  558. Q154951: Blue Screen w/ S3 Video Driver Upgrading from 3.51 to SP3 or SP 
  559. Q154952: Remote Admin Can Access a File for Which Everyone Has No Access 
  560. Q154953: Setup Unable to Create IUSR_computername Account                
  561. Q154963: DosSetSigHandler API Not Behaving as Expected in OS/2 Subsystem 
  562. Q154982: ATDISK Reports Huge Disk Size on IDE Greater Than 2 GB          
  563. Q154983: Dual Screens at High Resolutions Don't Display Correctly        
  564. Q154990: SETPASS May Change Password of Wrong User                       
  565. Q155026: Stop 0xC000021a in Windows Subsystem with Status c00000005      
  566. Q155052: IIS Server Handling of URLs Using "\", "<", and ">"             
  567. Q155056: IIS Security Concern Using Batch Files for CGI                  
  568. Q155057: ScanLogicalLocksByName Supported in FPNW with Service Pack 5    
  569. Q155058: IIS Server May Hang After Processing Several Client Queries     
  570. Q155138: Stop 0x00000077 in FPNWSRV.SYS During Burst Mode Read           
  571. Q155330: FPNW Utility to Setup Subauthentication on Domain Controller    
  572.