Hi
The following is my situation:
- SSIM 4.8
- MS SQL 2005
- Symantec Critical System Protection Collector v 4.3 id 3137
The following erro appears:
Error while initializing the sensor SCSPdb. Cannot find JDBC driver class "com.microsoft.sqlserver.jdbc.SQLServerDriver". It is possible an incorrect "JDBC Drivers Directory" was specified.
I'm using the same DB for SEP and SCSP, with SEP it works fine the JDBC driver but not with SCSP.
Config.xml from SCSP showed a possible bad reference: sqljdbc.jar , I updated to sqljdbc4.jar, but the issue remains.
I appreciate a lot your help about it.
Rodrigo
PD.
Config.xml
<bean class="com.symantec.cas.ucf.util.SESAEventFieldType" id="fieldTypes" />
<bean class="com.symantec.cas.ucf.sender.CollectorEventSender" id="sender">
<constructor-arg index="0">
<ref local="fieldTypes" />
</constructor-arg>
</bean>
<bean class="com.symantec.cas.ucf.queues.EventSenderQueueImpl" id="senderqueue">
<constructor-arg index="0">
<ref local="sender" />
</constructor-arg>
</bean>
<bean class="com.symantec.cas.ucf.aggregator.EventAggregatorImpl" id="aggregator">
<constructor-arg index="0">
<ref local="senderqueue" />
</constructor-arg>
<constructor-arg index="1">
<ref local="fieldTypes" />
</constructor-arg>
</bean>
<bean class="com.symantec.cas.ucf.queues.AggregatorQueueImpl" id="aggregatorqueue">
<constructor-arg index="0">
<ref local="aggregator" />
</constructor-arg>
</bean>
<bean class="com.symantec.cas.ucf.filter.EventFilterImpl" id="filter">
<constructor-arg index="0">
<ref local="aggregatorqueue" />
</constructor-arg>
<constructor-arg index="1">
<ref local="fieldTypes" />
</constructor-arg>
</bean>
<bean class="com.symantec.cas.ucf.queues.FilterQueueImpl" id="filterqueue">
<constructor-arg index="0">
<ref local="filter" />
</constructor-arg>
</bean>
<bean class="com.symantec.cas.ucf.translator.Translator" id="translator_workinggroup0" />
<bean class="com.symantec.cas.ucf.collector.SESProcessor" id="sesprocessor_workinggroup0" />
<bean class="com.symantec.cas.ucf.sensors.SensorsProperties" id="sensorsProperties0">
<property name="props">
<props>
<prop key="ResultStringDelimiter">|</prop>
<prop key="JdbcDriverFiles">sqljdbc4.jar</prop>
<prop key="DatabaseDriver">com.microsoft.sqlserver.jdbc.SQLServerDriver</prop>
<prop key="LastPositionUpdateFrequency">300000</prop>
<prop key="QuerySet.1.Name">SCSPRealTimeEvents</prop>