I am using
- Corda Enterprise: 4.5
- Token-sdk : 1.0
- Oracle driver : ojdbc7.jar
Getting following error
Exception during node startup: Incompatible schema change detected. Please run the node with database.initialiseSchema=true. Reason: Schema-validation: wrong column type encountered in column [token_class] in table [schem.fungible_token]; found [nvarchar (Types#NVARCHAR)], but expecting [varchar(255) (Types#VARCHAR)]
We tried solution 2 from https://github.com/corda/token-sdk/issues/150 however database-manager-tool is not loading fungible-token-schema-v2.changelog-master.xml file . We also tried to upgrade Token SDK to 1.1 however Corda node failed to start. Please suggest. Thanks