repository_server population is not aware of row_ident/db id

Forum to discuss the new web client version of Servoy.

repository_server population is not aware of row_ident/db id

Postby imre_tokai » Tue May 17, 2016 9:25 am

Hi,

Have 2 tables with row_ident/db ident key in NGClient .war export. When .war is deployed, row_identity feature fails to activate

Able to make it work if manually execute work-around for each row_ident key column:
Code: Select all
UPDATE servoy_columninfo
SET auto_enter_type=2,system_value=0,is_row_ident=2
WHERE tablename='table_with_row_ident_key' AND columnname='key_column' AND columninfo_id=xxxx

+ Tomcat restart

Tried to delete the repository_server as it's (tables, columns & their content) recreated when new .war is deployed (similar to -upgradeRepository), but only 1 row_ident is built properly, other still fails.

How to naturally deploy row_ident/db identity on multiple tables for .war?

Regards
Imre Tokai, Software Engineer
iTech Professionals, Inc.
User avatar
imre_tokai
 
Posts: 33
Joined: Mon Mar 26, 2012 12:18 pm

Return to Servoy NGClient

Who is online

Users browsing this forum: No registered users and 2 guests