728x90
Problem(Abstract)
You see errors like these on Windows when running ontape, oninit, starts, net start and so on as user informix:
Only member of IXDBSA group (Informix-Admin, by default) can start IBM Informix Dynamic Server.
Dynamic Server failed to start in Recovery Mode. Check Event Log for errors.
System error 5 has occurred. Access is denied.
Symptom
- Only member of IXDBSA group (Informix-Admin, by default) can start IBM Informix Dynamic Server.
- Dynamic Server failed to start in Recovery Mode. Check Event Log for errors.
- System error 5 has occurred. Access is denied.
Cause
The behavior you are seeing is caused by one of these:
- Windows User Account Controls (UAC) component is enabled
- Lack of rights for user informix
- The user is not part of the IXDBSA group (Informix-Admin, by default)
Resolving the problem
- Always open your command windows with the "Run As Administrator" functionality.
- Disable the UAC component:
http://technet.microsoft.com/en-us/library/cc709691(WS.10).aspx - Add the needed user rights to user informix. Download the addrights utility from this site, read about it, run it, then logout and login to refresh user privileges:
http://www.iiug.org/software/index_all.html#ntutils
http://www.iiug.org/software/archive/ntutils.readme.txt
EXAMPLE:
C:\tmp\ntutils>addrights informix - Add the user to the IXDBSA group (Informix-Admin, by default).
728x90
'Informix > informix troubleshooting' 카테고리의 다른 글
Increase performance by removing sequential scans (0) | 2013.05.20 |
---|---|
connections dropping from client application (0) | 2013.04.21 |
Your IBM Informix Instance on Windows OS Shuts Down Unexpectedly (0) | 2013.04.11 |
onstat cannot be loaded : Symbol resolution failed for /usr/lib/libc.a(aio.o) (0) | 2013.03.24 |
Userthread flag values in IDS onstat -u output (0) | 2013.03.20 |