Excel importer module replication doesnot exist

0
After converting my app from 8.17 to 9.18 and updating excel importer module,   I’m getting following java compilation error:   Buildfile: C:\Users\u657425\Documents\Mendix\PartsStore2020-main\deployment\build_core.xml compile:     [javac] Compiling 434 source files to C:\Users\u657425\Documents\Mendix\PartsStore2020-main\deployment\run\bin     [javac] C:\Users\u657425\Documents\Mendix\PartsStore2020-main\javasource\excelimporter\reader\readers\ExcelXLSXDataReader.java:15: error: package replication.ReplicationSettings does not exist     [javac] import replication.ReplicationSettings.MendixReplicationException;     [javac]                                       ^     [javac] C:\Users\u657425\Documents\Mendix\PartsStore2020-main\javasource\excelimporter\reader\readers\ExcelXLSXReader.java:20: error: package replication does not exist     [javac] import replication.ValueParser;     [javac]                   ^     [javac] C:\Users\u657425\Documents\Mendix\PartsStore2020-main\javasource\excelimporter\reader\readers\ExcelXLSXReader.java:21: error: package replication.ValueParser does not exist     [javac] import replication.ValueParser.ParseException;     [javac]                               ^     [javac] C:\Users\u657425\Documents\Mendix\PartsStore2020-main\javasource\excelimporter\reader\readers\ExcelXLSXHeaderReader.java:21: error: package replication.ValueParser does not exist     [javac] import replication.ValueParser.ParseException;     [javac]                               ^     [javac] 4 errors BUILD FAILED C:\Users\u657425\Documents\Mendix\PartsStore2020-main\deployment\build_core.xml:30: Compile failed; see the compiler error output for details. Total time: 2 seconds   How do I resolve this?
asked
1 answers
4

Did you remove the old version of the replication.jar from your userlib before installing? You will also need to update the Database Replication module.

 

  • Remove older versions of replication.jar file (supplied in the .mpk file) before installing this module
    • If you have an old replication.jar file and you were using the Excel Importer, update the Database Replication module as well, because you need version 3.0 or higher when using this module
    • After updating, you do not need to remove the library

 

I hope this helps.

answered