Hello there, I have a problem with my RS. When I try to start it with DB support, it just won't start. In noDB_mode, it works perfectly. So, this has to be something with the database configuration. The database is created and provided by a MSQL Server 2005 Enterprise. I have made multiple changes in my configuration of the hibernate.remote.url. I have specified an instance, no instance, with name, with ip etc but no luck at all. It now looks like [code]jdbc:sqlserver://myServerName\myInstanceName:14733[/code]. I have initialized the database with the sql scripts provided in the enterprise folder of my RS installation. My user is a dbOwner on the DB and what i get as an error in the RS.log is the following [code]15:20:21.354 Trace W2K8GEN02 GVP8_RS GCTI-153-20000 com.gvp.rpt.service.StandAloneReportingService PARTITIONING_ENABLED is false. Using configuration - [Ljava.lang.String;@be8c3e
15:20:22.430 Trace W2K8GEN02 GVP8_RS GCTI-153-20000 com.gvp.rpt.dao.SessionFactoryBean Building new Hibernate SessionFactory
15:20:38.343 Debug W2K8GEN02 GVP8_RS GCTI-153-09900 com.gvp.rpt.dao.SessionFactoryBean Closing opened DB session.
15:20:38.998 Trace W2K8GEN02 GVP8_RS GCTI-153-20000 com.gvp.rpt.service.RSBrokerFactoryBean Supported JMS broker connections: UNENCRYPTED
15:20:38.998 Trace W2K8GEN02 GVP8_RS GCTI-153-20000 com.gvp.rpt.service.RSBrokerFactoryBean JMS broker listening on: tcp://0.0.0.0:61616?transport.closeAsync=false
15:20:39.357 Trace W2K8GEN02 GVP8_RS GCTI-153-20007 com.gvp.rpt.service.DateComponentsPopulationJob DateComponents Population job run
15:20:39.357 Trace W2K8GEN02 GVP8_RS GCTI-153-20000 com.gvp.rpt.service.DateComponentsPopulationJob Populating DateComponents from Tue Jan 01 00:00:00 EET 2013 until Thu Jan 01 00:00:00 EET 2015
15:20:55.113 Trace W2K8GEN02 GVP8_RS GCTI-153-20000 com.gvp.rpt.dao.SessionFactoryBean Closing Hibernate SessionFactory
15:20:55.113 Standard W2K8GEN02 GVP8_RS GCTI-153-40000 com.gvp.rpt.service.StandAloneReportingService Unable to start RS application context, shutting down. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'callSummaryLoggingJob' defined in class path resource [quartz.config.xml]: Cannot resolve reference to bean 'callSummaryLoggingService' while setting bean property 'targetObject'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datePopulateService' defined in class path resource [ems-rs-withDB.xml]: Invocation of init method failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection
15:20:55.113 Standard W2K8GEN02 GVP8_RS GCTI-153-30001 com.genesyslab.commons.lca.LCAManager Reporting Server is unable to change its runtime mode
15:20:55.113 Debug W2K8GEN02 GVP8_RS GCTI-153-09900 com.gvp.rpt.service.StandAloneReportingService Unregistering RS SNMP AgentX Subagent
15:20:55.113 Debug W2K8GEN02 GVP8_RS GCTI-153-09900 com.gvp.rpt.snmp.agentx.subagent.RSSubagent Stopping RS AgentX Subagent.
15:20:55.113 Trace W2K8GEN02 GVP8_RS GCTI-153-20048 com.gvp.rpt.snmp.agentx.subagent.RSSubagent SNMP AgentX Subagent stopped
15:20:55.113 Debug W2K8GEN02 GVP8_RS GCTI-153-09900 com.gvp.rpt.service.StandAloneReportingService Stopping Restlet listening service
15:20:55.223 Debug W2K8GEN02 GVP8_RS GCTI-153-09900 com.gvp.rpt.service.StandAloneReportingService Closing RS Configuration/Management context
15:20:55.223 Trace W2K8GEN02 GVP8_RS GCTI-153-04109 com.genesyslab.commons.log4j.LoggingManager Logging service stopped
15:20:55.223 Trace W2K8GEN02 GVP8_RS GCTI-153-20000 com.genesyslab.commons.ConnectionManagementService Connection to Message ServerPRIMARY - tcp://10.197.100.21:4343 successfully shut down.
15:20:55.223 Trace W2K8GEN02 GVP8_RS GCTI-153-20000 com.genesyslab.commons.ConnectionManagementService Connection to Configuration ServerPRIMARY - tcp://W2K3GEN01:2020 successfully shut down.[/code]
My RS is in version 8.1.502.67 and its a fresh install