The problem I’m experiencing is when uninstalling 2sxc in DNN 7.3.xx and then trying to reinstall it again I get an error (see below). I believe that the DB has remnants of the installation and I tried going directly to the DB and removing constraints and foreign keys from all 2sxc module tables and entries from DNN tables. I also removed the stored procedures which belong to 2sxc module. This tells me that the uninstall didn’t really uninstall much and left data in the DB. This is dangerous but I tried anyway. Now I’m stuck and can’t install 2sxc again. Could someone point me to the right place to:
- find the schema of 2sxc
- what DNN tables are affected when I install 2sxc module.
This is the error message below that I am getting when I try and install 2sxc module 7.3 (after having previously uninstalled v8.12 ):
-- Author: Daniel Mettler -- Create date: 2013-01-28 -- Description: Automatically log all changes to the DataTimeline -- ============================================= EXEC('CREATE TRIGGER [dbo].[AutoLogAllChangesToTimeline_Values] ON [dbo].[ToSIC_EAV_Values] AFTER INSERT,DELETE,UPDATE AS BEGIN – SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON;
I couldn’t find the table [AutoLogAllChangesToTimeLine_Values] in the Database.
I'm just looking to get a solution to to remove all entries related with 2sxc module in the database. It will enable me to reinstall 2sxc module in DNN 7.3.xx.