Number | BSCMAKE Fatal Error Message |
BK1500 | UNKNOWN ERROR Contact Microsoft Product Support Services |
BSCMAKE detected an unknown error condition. | |
Note the circumstances of the error and notify Microsoft Corporation by following the instructions in the Microsoft Product Assistance Request form at the back of one of your manuals. | |
BK1501 | unknown character character in option option |
BSCMAKE did not recognize the given character specified for the given option. | |
BK1502 | incomplete specification for option option |
The given option did not contain the correct syntax. | |
BK1503 | cannot write to file filename |
BSCMAKE could not write to the given file. | |
One of the following may have occurred:
|
|
BK1504 | cannot position in file filename |
BSCMAKE could not move to a location in the given file. | |
One of the following may have occurred:
|
|
BK1505 | cannot read from file filename |
BSCMAKE could not read from the given file. | |
One of the following may have occurred:
|
|
BK1506 | cannot open file filename |
BSCMAKE could not open the given file. | |
One of the following may have occurred:
|
|
BK1507 | cannot open temporary file filename |
BSCMAKE could not open one of its temporary files. | |
One of the following may have occurred:
|
|
BK1508 | cannot delete temporary file filename |
BSCMAKE could not delete one of its temporary files. | |
One of the following may have occurred:
|
|
BK1509 | out of heap space |
BSCMAKE ran out of memory. | |
One of the following may be a solution:
|
|
BK1510 | corrupt .SBR file filename |
The given .SBR file is corrupt or does not have the expected format. | |
Recompile to regenerate the .SBR file. | |
BK1511 | invalid response file specification |
BSCMAKE did not understand the command-line specification for the response file. The specification was probably wrong or incomplete. | |
For example, the following specification causes this error:
bscmake @ |
|
BK1512 | database capacity exceeded |
BSCMAKE could not build a database because the number of definitions, references, modules, or other information exceeded the limit for a database. | |
One of the following may be a solution:
|
|
BK1513 | nonincremental update requires all .SBR files |
An attempt was made to build a new database, but one or more of the specified .SBR files was truncated. This message is always preceded by warning BK4502, which will give the name of the .SBR file that caused the error. | |
BSCMAKE can process a truncated, or zero-length, .SBR file only when a database already exists and is being incrementally updated. | |
One of the following may be a cause:
|
|
BK1514 | all .SBR files truncated and not in database |
None of the .SBR files specified for an update was a part of the original database. This message is always preceded by warning BK4502, which will give the name of the .SBR file that caused the error. | |
One of the following may be a cause:
|
|
BK1515 | bscfile : incompatible version; cannot incrementally update |
The given database (.BSC file) was not created with this version of BSCMAKE. A database can be incrementally built only by the same version of BSCMAKE as the one used to fully build the database. |