BUG: ExcelSample Database Setup.bat Fails If the Path Contains a Space (828088)
The information in this article applies to:
- Microsoft Office Professional Edition 2003
- Microsoft Visual Studio Tools for the Microsoft Office System version 2003
SYMPTOMSWhen you run Setup.bat for the ExcelSample database that is used with some of the Microsoft Visual Studio Tools for the Microsoft Office System samples, the database is created, but the tables are not populated with data. If you examine the Database.log file in your Temp directory, you can see that Setup.bat generated the following error message: XML parsing error: Invalid at the top level of the document. CAUSE This problem occurs if the path of Setup.bat contains a space.STATUS
Microsoft has confirmed that this is a bug in Visual Studio Tools for Office.
RESOLUTIONTo resolve this problem, you can use either of the following methods: If you have already run Setup.bat one time, and it was not successful, you must first delete the ExcelSample database before you run Setup.bat again. To do this, follow these steps: - Start a command prompt.
- At the command prompt, type osql.exe -E, and then press ENTER.
Note For help about how to use the osql command and the oSQL parameters, type osql /? at the command prompt. - Type drop database ExcelSample, and then press ENTER.
- Type go, and then press ENTER.
- Close the command prompt window.
Modification Type: | Minor | Last Reviewed: | 2/3/2006 |
---|
Keywords: | kbBug kbSample KB828088 kbAudDeveloper kbAudITPRO |
---|
|