| Administrator | 
		but I see the following in autoconfig log: 
 JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erpprod.mauritiustelecom.com)(PORT=1541))(CONNECT_DATA=(SERVICE_NAME=PMTG)))
 Exception occurred: java.sql.SQLException: The Network Adapter could not establish the connection
 
 
 So, you are probably facing with a configuration issue.
 
 Ensure you have a database listener running properly, on a proper port and service name.
 Ensure the host that database is running, is erpprod.mauritiustelecom.com.. Is erpprod a database host? if not you will need to change it.
 |