Due to the variations in SQL Server configurations, it is possible for the installation of the APETEST database to fail. Before running the APE Database Setup Wizard again, you must remove any partially installed components.
For More Information For more information on using the APE Database Setup Wizard to install the APETEST database, see APE Database Setup Wizard.
To delete the physical device APETEST
To delete the APETEST database
<server name>\Database
To delete the Apetest.dat file
To check for the APE tables in the master database
<server name>\Databases\master\objects\tables
The APE tables (ACCOUNT, ORDERDETAILS, and PRODUCTS) should not be in this list of master database tables. If they are, select and delete each one.
If your database is set up to log all I/O operations, the log file may rapidly fill up. This causes the database to stop accepting all new change requests, which in turn causes APE MTS transactions to abort.
To make space for new change logs, you must either back up or dump the log file. An easy way to dump the log file is to use Microsoft® SQL Server™ Enterprise Manager.
To use SQL Server Enterprise Manager to clear the APETEST log file
dump transaction APETEST WITH NO_LOG