Neither JWPs or JCPs can be started via the Service Manager Dialog or command line. The following error is shown:
U00003590 UCUDB - DB error: '08001', 'No suitable driver found for SQLDRIVERCONNECT=jdbc:oracle:thin:@server:1544/database', '0', 'java.sql.SQLException'
Release : 12.3
Component : AUTOMIC AUTOMATION
Configuration.
The SQLDRIVERCONNECT string contained a typo.
[JDBC]
SQLDRIVERCONNECT=SQLDRIVERCONNECT=jdbc:oracle:thin:@server:1544/database
Once the duplicate string SQLDRIVERCONNECT was removed the processes started as expected.
[JDBC]
SQLDRIVERCONNECT=jdbc:oracle:thin:@server:1544/database