I have a solution that use a view, in developer I have selected a column of the view to use as primary key and selected the “row_ident” property. The view works as expected in developer but as soon as I try to import in my test server it gaves me this error:
[warning] The server version of the column 'id' of table 'v_sessioni_aperte' in server 'radius' has no constraint while in the import version it has a unique constraint.
I have created the view on the server before importing the solution.
The import finishes but I’m unable to use the solution because of a “Cannot load form data” error.
I have checked the “Override auto enter types to the auto enter types contained in the import version.” option when importing but I suspect that Servoy has not assigned the row_ident property in the view.
Can you verify if auto enter types are set also for views?