Bug: FK error when you try to instal IPOS on an empty database Cause: this comand on Porst deplyment script -- Enable ApplicationLog viewer for all customers -- the category row does not exist on initializations of databases IF EXISTS (SELECT * FROM SecuritySystemPermissionsCategories WHERE CategoryId = 3) INSERT INTO SecuritySystemPermissions (OID, Name, Description, CategoryId) SELECT NEWID(), 'navBarItemSyncLogViewer', 'Utility --> Sync Log Viewer', 3 WHERE NOT EXISTS ( SELECT 1 FROM SecuritySystemPermissions WHERE Name = 'navBarItemSyncLogViewer' ); this comand will generate an error if this table :SecuritySystemPermissionsCategories is empty Solution: Press the button "Initialize store" execute MasterSync and press the "Initialize store" button again Applies to: 1_23_10_2