Fortify SSC Upgrade - Seeding issue

I get the following error in the database seeding step of SSC configuration. 

[ERROR] com.fortify.ssc.init.endpoints.AppInitDatabaseOperationsController - Unable to seed all init seed bundles.
com.fortify.ssc.init.SeedingException: Unable to seed all init seed bundles.

Caused by: com.fortify.manager.exception.FMUserInputException: The seed bundle is not compatible, compatible versions: 6.00.00,10.00.00

I'm upgrading from version 22.1 -> 23.2 (which should work according to documentation) 

  • Suggested Answer

    0  

    Please review the information in the following logs:

    • ssc_Seeding.log
    • migration.log

    Also information from the following two queries may be helpful:

    • SELECT * FROM seedhistory order by seedDate desc;
    • SELECT * FROM DATABASECHANGELOG order by DATEEXECUTED desc;

    I would collect this information and open a support ticket.