Hi Joe,
Thanks for your valuable input.
I narrowed down the issue to 2 inserts into MP_MODULEDEFINITIONSETTINGS table:
1. EXECUTE PROCEDURE MP_MODULEDEFINITIONSETTINGS_INS (?,?,?,?,?,?,?,?,?,?,?)
name: :ModuleDefID, type: Int32, size: 0, value: 5
name: :SettingName, type: String, size: 50, value: SearchableFeature
name: :SettingValue, type: String, size: 255, value: 881e4e00-93e4-444c-b7b0-6672fb55de10,026cbead-2b80-4491-906d-b83e37179ccf,38aa5a84-9f5c-42eb-8f4c-105983d419fb,74bdbcc2-0e79-47ff-bcd4-a159270bf36e,dc873d76-5bf2-4ac5-bff7-434a87a3fc8e,d572f6b4-d0ed-465d-ad60-60433893b401,5a343d88-bce1-43d1-98ae-b42d77893e7b,0cefbf18-56de-11dc-8f36-bac755d89593
name: :ControlType, type: String, size: 50, value: ISettingControl
name: :RegexValidationExpression, type: String, size: 0, value:
name: :FeatureGuid, type: String, size: 36, value: f889c7c8-78e1-4cd2-a4cd-a0723f9a7cf0
name: :ResourceFile, type: String, size: 255, value: Resource
name: :ControlSrc, type: String, size: 255, value: ~/Controls/SearchableFeatureFilterSetting.ascx
name: :HelpKey, type: String, size: 255, value:
name: :SortOrder, type: Int32, size: 0, value: 2000
name: :GroupName, type: String, size: 255, value:
2. EXECUTE PROCEDURE MP_MODULEDEFINITIONSETTINGS_INS (?,?,?,?,?,?,?,?,?,?,?)
name: :ModuleDefID, type: Int32, size: 0, value: 7
name: :SettingName, type: String, size: 50, value: SearchableFeature
name: :SettingValue, type: String, size: 255, value: 881e4e00-93e4-444c-b7b0-6672fb55de10,026cbead-2b80-4491-906d-b83e37179ccf,38aa5a84-9f5c-42eb-8f4c-105983d419fb,74bdbcc2-0e79-47ff-bcd4-a159270bf36e,dc873d76-5bf2-4ac5-bff7-434a87a3fc8e,d572f6b4-d0ed-465d-ad60-60433893b401,5a343d88-bce1-43d1-98ae-b42d77893e7b,0cefbf18-56de-11dc-8f36-bac755d89593
name: :ControlType, type: String, size: 50, value: ISettingControl
name: :RegexValidationExpression, type: String, size: 0, value:
name: :FeatureGuid, type: String, size: 36, value: 09c0b1fc-a92d-4f3c-9f9b-b167c82d6089
name: :ResourceFile, type: String, size: 255, value: Resource
name: :ControlSrc, type: String, size: 255, value: ~/Controls/SearchableFeatureFilterSetting.ascx
name: :HelpKey, type: String, size: 255, value:
name: :SortOrder, type: Int32, size: 0, value: 2000
name: :GroupName, type: String, size: 255, value:
The embedded version does not like the SettingValue but the superserver version on FB is ok with them all.
I believe it's an issue either with the .NET provider or with the Firebird Core so this topic can be closed.
Thank you and all the best.