Err Msg: Backup: NTBACKUP.EXE - Application ErrorLast reviewed: May 12, 1997Article ID: Q106711 |
The information in this article applies to:
SYMPTOMSWhen you use a batch file to back up directories, you will receive the following error message:
Backup: NTBACKUP.EXE - Application Error The instruction at “XxXXXXXXXX” referenced memory at “XxXXXXXXXX”. The memory could not be “read”. Click on OK to terminate the application Click on CANCEL to debug the application CAUSEThe above error message occurs when a line in a batch file (that calls NTBACKUP) contains a directory list that exceeds 282 characters. For example, the file BACK.BAT contains the following lines:
ntbackup backup d:\one\ d:\two\ d:\three\ d:\four\ d:\five\ d:\six\ d:\seven\ d:\eight\eight\ d:\nine\nine\nine d:\ten\ d:\eleven\ d:\twelve\ d:\thirteen\ d:\fourteen\ d:\sixteen\ d:\seventeen\ d:\eighteen\ d:\nineteen\ d:\twenty d:\twentyone\ d:\twentytwo\ d:\twentythree\ d:\twentyfour\ d:\twentyfive\ d:\twentysix\ d:\twentyseven\This file has more than 282 characters on the backup line and will causes the error message.
RESOLUTIONThere are three possible workarounds to this problem:
ntbackup backup d:\one\ d:\two\ d:\three\ d:\four\ d:\five\ d:\six\ d:\seven\ d:\eight\eight\ d:\nine\nine\nine d:\ten\ d:\eleven\ d:\twelve\ d:\thirteen\ d:\fourteen\ d:\sixteen\ d:\seventeen\ d:\eighteen\ d:\nineteen\ d:\twenty d:\twentyone\ d:\twentytwo\ d:\twentythree\ d:\twentyfour\ d:\twentyfiveseven\ ntbackup backup d:\one\ d:\two\ d:\three\ d:\four\ d:\five\ d:\six\ d:\seven\ d:\eight\eight\ d:\nine\nine\nine d:\ten\ d:\eleven\ d:\twelve\ d:\thirteen\ d:\fourteen\ d:\sixteen\ STATUSMicrosoft has confirmed this to be a problem in Windows NT and Windows NT Advanced Server version 3.1. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: prodnt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |