Import Solution Error

Hello,

I’m trying to import a Solution in the client’s machine and it is coming with the following error:

[error] com.servoy.j2db.persistence.RepositoryException: java.sql.SQLException: Failed to delete file C:\Program Files\TSM\TSM\sevdetl.fpt because it maybe be opened by other objects such as a CONCUR_UPDATABLE resultSet.

There isn’t any application accessing the file, except Servoy itself. I could remove and rename the file myself in windows explorer.

Does anyone have any idea what Servoy is doing there?

Thank you.

Why would solution import try to delete a file ? Can you import it in other install ? What Servoy version you use ?

The reason of why importing the solution would remove a file is something I’d like to know… I can import it in other install. Servoy version is 4.1.3.

Cheers,

Do you use the same driver for the import server(s) ? Are you sure the server points to a correct database ? (maybe issue is related to databases installed, or conflicts between them)

No, the driver versions were different. After replacing the driver the problem was solved.

Thank you.