VersaDev Knowledge Base

 

 


versaSRS-SMC Installation Error - Application Settings Tab


Category: FAQ

The information in this article applies to:

  • versaSRS - New Installation ONLY
  • versaSRS-SMC

Symptoms

When trying to access the "Application Settings" tab after a new versaSRS HelpDesk installation an error occurs. (Please refer to attachment below).

Cause

This error occurs if your SQL Server database Setting of "Collation" is configured to be "case sensitive", hence, when the versaSRS HelpDesk Database Creation Script is attempting to create the required Database View - the required column name can not found and therefore the View is not created.

IMPORTANT NOTE >> As a further result of above - due to the installer error roll-back function - proper installation of the versaSRS HelpDesk Database has not been successfully performed!

Resolution

Manual update of the supplied Create Database Structure script is required - this will then allow creation of the database with the SQL Server Collation Property set to "case insensitive".

To do so, please modify the script file "versaSRS_v4_0_0_struct.sql" using notepad or similar, taking care not to change the file extension. For a default installation this file is typically located at;

C:\Program Files\VersaDev\VersaSRS\Setup\SQLScripts\versaSRS_v4_0_0_struct.sql


        Replace the line

        CREATE DATABASE [<VERSASRS_DBNAME>]

        with

        CREATE DATABASE [<VERSASRS_DBNAME>] COLLATE Latin1_General_CI_AI


After the change above has been made - re-run the SMC and go through the New Installation Process as described in the Installation Manual.


Last Reviewed: 27/02/2009
Powered by VersaDev Copyright 1994 - 2008

Article # Q731187


Last Reviewed
27/02/2009

Print this page  Print this page
Click link to send to a friend  Send to a friend
Add to Favorites  Add to Favorites

Provided by
VersaDev Support Services


Did the information in this article help answer your question?

Yes
No
Did not apply


Supporting Documents

Click to view attachment, right-click to saveapplication_tab.jpg