Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
Summary
Attributes were missing, because of incorrect configured SSC MySQL database including Incorrect JDBC string.
Products
Fortify
Environment
Software Security Center [SSC] 22.2.0 on Windows server
Situation
On SSC application version creation, technical attributes were missing and cannot complete.
Cause
My.cnf file was not correctly configured by official SSC guidance and JDBC string was incorrect.
Resolution
1. The JDBC string was corrected as advised in SSC wizard by changing to rewriteBatchedStatements=true.
2. My.cnf was corrected to meet the official SSC documentation.
Example my.cnf:
[mysqld]
innodb_buffer_pool_size = 12000M
innodb_lock_wait_timeout = 300
default_storage_engine = INNODB
#innodb_large_prefix = 1
sql-mode = "TRADITIONAL"
max_allowed_packet = 1G
[msqldump]
max_allowed_packet = 1G
3.A new SSC MySQL database was created with maintenance mode and all services restarted.
URL Name
KM000015422