Hi there,
I have exported a solution called “mysolution” from server_a and then I imported the “mysolution” in the server_b. Before I imported the solution in the server_b, another version of “mysolution” existed in the server_b. I deleted that first and made so that there were no versions of “mysolution” anymore in the server_b.
After the import I got the following warning message. (one warning for each table in the solution)
The server version of the column ‘event_id’ of table ‘event’ in server ‘sample_solution’ has ‘servoy seq’ sequence type while the import version has ‘db identity’ sequence type.
This error seems illogical since the there is no server version of the solution “mysolution” since I deleted the old version prior to the import. Also the import version has got all the table definition with pk (dbidentity). But after the import in the server_b all the pk fields are changed to servoy_seq. I have to remember and manually change all the servoy_seq to dbidentity.
Is this a bug or am I doing something wrong?
Thanks for your help.