Database Configuration Notes

Submitted: January 31, 2007

Database Configuration Notes

If you are experiencing database issues then make sure that the following property is configured correctly for your database type:

 

Open the following file:

 

/portal/unicon/Academus/portal-tomcat-a/webapps/portal/WEB-INF/classes/properties/common-factory.properties

 

At the top you will see the following parameters:

 

#net.unicon.sdk.time.implementation=net.unicon.portal.util.OracleTimeServiceImpl
#net.unicon.sdk.time.implementation=net.unicon.sdk.time.NTPTimeServiceImpl
net.unicon.sdk.time.implementation=net.unicon.portal.util.PostgresTimeServiceImpl

Be sure that the proper TimeServiceImpl is activated for your database type:

 

Oracle uses OracleTimeServiceImpl

MS-SQL uses NTPTimeServiceImpl

Postgres uses PostgresTimeServiceImpl

 

Please contact Academus Support if you are still experiencing database issues.