One of the new features of Ingres r3 is to allow Ingres to be installed as any user. For the VMS client base this has never been an issue. You could have accounts such as “ingresr3test”, “ingresr3prod” etc..
This functionality has now come to r3. Below is a simple guide on getting it working with Windows XP (should work with Windows 2003, not sure about Win2K).
- Create new user account for the new ingres instance, eg ‘ingres302′
- Add the new user to the ‘Administrator’ group
- Grant the new user the following permits
- ‘Act as part of the operating system’
- ‘Log on as a service’
- Start a command prompt as the new user, enter the new password when asked:
runas /user:ingres302 cmd.exe
- Within this new command shell change to the directory.
- Execute the install:
install.exe
- Ingres should then install as normal but under the new account.
Alternatively you can combine steps 4 and 6 in one go by doing:
runas /user:ingres302 install.exe
from within the ingres install area.
Popularity: 1% [?]