Hi,

Thanx for your reply. I have done the following
configuration:

  <VirtualDatabase name="Livestock">
   <Backup>
      <Backuper backuperName="Octopus"
       
className="org.continuent.sequoia.controller.backup.backupers.OctopusBackuper"
        options="zip=true"/>
    </Backup>
    
   <AuthenticationManager>
      <AdminUser username="admin" password=""/>
      <VirtualUser vLogin="iboss" vPassword="">
      <AccessControl defaultPolicy="denyAll">
      <Accept address="127.0.0.1">
      </Accept>
      </AccessControl>
      </VirtualUser>
    </AuthenticationManager>

    <DatabaseBackend name="LivestockDB"
driver="com.microsoft.jdbc.sqlserver.SQLServerDriver"
     
url="jdbc:microsoft:sqlserver://127.0.0.1:1433;DatabaseName=Livestock;SelectMethod=Cursor;"
      connectionTestStatement="Select 1">
      <ConnectionManager vLogin="iboss" rLogin="sa"
rPassword="aoLKvVCCwHc=">
        <VariablePoolConnectionManager
initPoolSize="10" minPoolSize="5"
          maxPoolSize="100" idleTimeout="30"
waitTimeout="10"/>
      </ConnectionManager>
    </DatabaseBackend>

I tried changing the
driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
and url="jdbc:sqlserver". In this case it is giving
the error in loading the drivers.

Please let me know,can we use Sequoia with SQL Server
2005. If yes, then what should be the configuration.
Your help will be highly appreciated.

Regards,
Shaikh Abdul Qaiyum.
--- Emmanuel Cecchet <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> > java.sql.SQLException: Driver
> > com.microsoft.jdbc.sqlserver.SQLServerDriver is
> not
> > Sequoia compliant
> >     at
> >
>
org.continuent.sequoia.controller.backend.DatabaseBackend.checkDriverCompliance(DatabaseBackend.java:560)
> >   
> This is probably just a configuration problem in
> your connection 
> definition.
> You can get that kind of error if the controller
> cannot connect to the 
> backend.
> 
> Do you have other error messages?
> How did you configuration your backend?
> 
> Thanks for your interest in Sequoia,
> Emmanuel
> _______________________________________________
> Sequoia mailing list
> [email protected]
>
https://forge.continuent.org/mailman/listinfo/sequoia
> 



      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to