Server Reference Guide : Configuring the OpenROAD Server : Server Component and Gatekeeper Configuration : Configure the OpenROAD 64-bit Server Components
 
Share this page          
Configure the OpenROAD 64-bit Server Components
Note:  Locations of files are listed in OpenROAD Server 64-bit Components.
The files contained in this archive (bin64.zip) can be used to access the OpenROAD server (32-bit) from 64-bit processes (for example, a Java Virtual Machine) on Windows 64-bit installations.
The files orrso.dll, orps.dll, orrsojni.dll and comtestrso.exe are 64-bit versions of those delivered in %II_SYSTEM%\ingres\bin.
The files msvcr90.dll, msvcm90.dll, msvcp90.dll and Microsoft.VC90.CRT.manifest are the 64-bit Microsoft VisualC++ runtime redistributables.
To configure the 64-bit server components
1. Create a new %II_SYSTEM%\ingres\bin64 directory in your OpenROAD installation on your Windows 64-bit machine if it does not exist yet.
2. Extract the contained files into the %II_SYSTEM%\ingres\bin64 directory.
3. Register the bin64 DLLs orps.dll and orrso.dll using %windir%\system32\regsvr32 (64-bit version). For example:
%windir%\system32\regsvr32 %II_SYSTEM%\ingres\bin64\orps.dll
%windir%\system32\regsvr32 %II_SYSTEM%\ingres\bin64\orrso.dll
4. Add the %II_SYSTEM%\ingres\bin64 directory before the PATH (or other) environment variables, where required (when using 64-bit processes).
For example, for Tomcat, configure its Java settings by adding the following Java option:
-Djava.library.path=<full path of %II_SYSTEM%\ingres\bin64>