How To: Install ABECAS Insight on SQL Server 2005 64 Bit
Wednesday, October 3rd, 2007ABECAS Insight Server can be installed on a machine running SQL Server 2005 64 Bit. The following steps are necessary during this operation:
1. Install the .NET Framework 2.0 and all security updates for the framework on your Windows Server 2003 64 Bit or (for testing purposes) Windows XP Professional 64 Bit machine.
2. Install SQL Server 2005 64 Bit (any edition) and Service Pack 2 for that product.
3. Open the SQL Server 2005 Surface Area Configuration Tool from the SQL Server 2005 folder in the Start Menu and click the Surface Area Configuration for Features link at the bottom of the page.
4. Highlight the CLR Integration node and check Enable CLR integration.
5. Create a folder named AI64 on your C: drive.
6. Right-click on My Computer and select Properties. You can also access this information by opening the System applet in the Control Panel. Click on the Advanced tab and click the Environment Variables button.
7. When the Environment Variables dialog is open, highlight the Path variable in the System Variables list box and click the Edit button.
8. Add C:\AI64 to your path using a semicolon, as shown.
9. Download the ABECAS Insight 64 Bit Support package here. Unzip the files from this package into your C:\AI64 directory. The package includes the following:
NTWDBLIB.DLL (DB Library) - This file is necessary for the operation of ABECAS Insight on any operating system.
Argos.SqlXpLib.dll - The C# assembly required by ABECAS Insight on 64 Bit SQL Server.
Custom_Script_For_Sql_Server_64bit_PART_1.sql - Script required for installation of the C# assembly.
Custom_Script_For_Sql_Server_64bit_PART_2.sql - Script required for installation of the C# assembly.
10. Install ABECAS Insight 7.3 or higher.
11. Open the SQL Server Management Studio as SA and connect to your local SQL Server 64 Bit installation. Click File -> Open -> File… on the menu or CTRL+O on your keyboard to open a file. Browse to the location of Custom_Script_For_Sql_Server_64bit_PART_1.sql and open it. Click the Execute toolbar button or F5 on your keyboard to run the script.
note: This script will run against the MASTER database- Do not alter the script so that it runs against another database. The path in the script refers to the C:\AI64 folder. You will have to change this part of the script if you have chosen another location for your 64 Bit support files.
12. Open Custom_Script_For_Sql_Server_64bit_PART_2.sql and change your current database to ABECAS_CS, or another ABECAS Insight database. You must run this script once in every ABECAS Insight database on your SQL Server other than ABECAS_SHIP. Click the Execute toolbar button or F5 on your keyboard to run the script.
You must follow these steps in order to ensure that the ABECAS Insight Server will function properly. In addition, you must perform steps 11 and 12 after any update to your ABECAS Insight system, as the setup program does not yet fully support 64 Bit installation.