1. The Network Interface failed to initialise properly due to a device attached to the system is not functioning, which needs to be removed or fixed.
2. Set the AdminService to:
Automatic (Delayed Start) This will cause the AdminService to delay startup whenever the system reboots, allowing additional time for other services to start first.
- [WIN+R]: services.msc
- OpenEdge AdminService > Properties > General [tab]:
- Startup type: Automatic (Delayed Start)
3. Add Service Dependencies specifically for the OpenEdge AdminService (service)
A. Dependent Services, once identified for the specific Windows environment can be added with elevated rights from a command shell.
Example:
sc config AdminService11.7(64-bit) depend= TermService/Netlogon/Dhcp/Dnscache/nsi/lmhosts/LanmanWorkstation/WebClient
B. Service dependencies can be added to the Registry (with the usual caveats)
1. Export the registry key for the AdminServer:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AdminService11.7(64-bit)
2. Download the attached registry key export: [ AdminService.reg.txt ]
3. Add the
"DependOnService" string entry with the exact hex value to your exported AdminService registry key in a text editor (Notepad)
4. Reapply the AdminService keys to the registry by double clicking on your updated .reg file
5. Once the registry is set with the service dependencies, these dependent services can be reviewed from services.msc for the AdminService by viewing the Properties and then selecting "Dependencies" Tab
- Verify that these dependent services are found in this server's Windows Services
- Remove unused Services and add additional Services not listed from the AdminServer registry key "DependOnService" string