How to manually create LNRevents database using Management Studio

Manually creating the LNRevents database using Management Studio 

Procedure Steps

This article applies to LNVR firmware version 6.4.500 and later, and is useful in situations (particularly when installing SQL 2005 on Windows Server 2003) where SQL is installed but the database does not get created. You can use the below steps to create the database manually:
  1. Install SQL 2005 Express, using the Express.bat file found on Supplemental CD 8 in Prerequisite Software\Microsoft SQL Server 2005 Express. If you need  a strong password, use expre$$1234.
  2. Install LNVR 6.4 Firmware.
  3. Install SQL 2005 Management Studio, using the SQLServer2005_SSMEE.msi file found on Supplemental CD 8 in Prerequisite Software\Microsoft SQL Server 2005 Express.
  4. Create the LNREVENTS Database:
    1. Open Management Studio, right-click on databases, and then select New Database.
    2. Make the database name LNREVENTS.
    3. Set the initial size of the mdf to 50 MB, and the ldf to 10 MB. Both should be set to Unrestricted Growth.
    4. Click [OK].
    5. Right-click LNREVENTS, and then select <New Query>.
    6. From C:\Program Files\LNVSuite on the LNVR, right-click LnrEvents.sql and select <Edit>.
    7. Copy the entire contents of LnrEvents.sql (CTRL+A, CTRL+C), and then paste it in your query window.
    8. Execute the query.
    9. Under the Object Explorer, right-click LNREVENTS and select <Refresh>.
    10. Expand LNREVENTS and then expand Tables. You should see Event, LNLCONFIGLNR, LNR_PERF_COUNTERS, LNRFILES, and LNRLOC.
  5. Restart LNR services.
  6. Check free space on the storage drives. Change the free space allocation, if needed.

Applies To

LNVR 6.4.500
SQL Server 2005 Express
SQL Server 2008 Express
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Vista
Windows XP 

Additional Information