Server Reference Guide : Configuring the OpenROAD Server : Server Component and Gatekeeper Configuration : Configure the OpenROAD 32-bit Server Components
 
Share this page                  
Configure the OpenROAD 32-bit Server Components
The OpenROAD installer automatically registers the 32-bit orrso.dll and the orps.dll components. The following steps are typically unnecessary.
Note:  Locations of files are listed in OpenROAD Server 32-bit Components.
You can use the files in the %II_SYSTEM%\ingres\bin directory to access the OpenROAD server (32-bit) from 32-bit processes (such as a Java Virtual Machine) on Windows 32-bit or Windows 64-bit systems.
To configure the 32-bit server components
1. Register the 32-bit DLLs orps.dll and orrso.dll using the 32-bit version of regsvr32.exe.
On a 32-bit system this is located in %windir%\system32\regsvr32.exe:
%windir%\system32\regsvr32 %II_SYSTEM%\ingres\bin\orps.dll
%windir%\system32\regsvr32 %II_SYSTEM%\ingres\bin\orrso.dll
On a 64-bit system this is located in %windir%\syswow64\regsvr32.exe:
%windir%\syswow64\regsvr32 %II_SYSTEM%\ingres\bin\orps.dll
%windir%\syswow64\regsvr32 %II_SYSTEM%\ingres\bin\orrso.dll
2. Add the %II_SYSTEM%\ingres\bin directory before the PATH (or other) environment variables, where required.