Jump to content

Migrate database backend fails


Recommended Posts

Hi,

 

I have installed a plastic server on Windows 8.1.  I am trying to migrate from SQL Server CE to MySQL.  I have followed the procedures specified in your documentation.  When I attempt to migrate I get the Migration Failed error:

 

The database rep_1 can't be created. Check the server log (plastic.server.log). Error: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.  at

Codice.CM.Data.BaseDataManager.CreateSingleRepository(Int64 repId)

  at admintool.DatabaseCopier.Start()

  at admintool.DatabaseMigrator.MigrateDatabases()

  at admintool.DatabaseMigrator.Start()

 

 

The repository is empty.

 

The server log says:

 

Server:MIKE-HP INFO  Transaction = Transaction timeout -> 120000ms

 

I tried it as the root db user with the same results so it doesn't appear to be a db permissions issue.

 

Ideas?

 

Thanks,

 

Mike

 

 

 

 

 

 

Link to comment
Share on other sites

Hi Mike,

 

it seems to be a timeout issue when the Plastic SCM server tries to create a database.

 

First can you please check that all the MySQL parameters are correctly specified? (server name/ip...)

Then you can check the mysql logs...

 

You can also setup another server using the MySQL backend and use the replication to migrate all the data.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...