Known Issues and Workarounds
Percussion CMS
Upgrade
Problem: Upgrade fails with "HY000: The total number of locks exceeds the lock table size" while upgrading the PSX_PUBLICATION_DOC table on a MySQL database server.
Solution: Increase the size of the MySQL innodb_buffer_pool_size server option. Restart the MYSQL Server and re-run the upgrade.
Problem: Upgrade fails with "42000: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535" on RXSITES table when running MySQL.
Solution: Run the following SQL to convert the table row format to dynamic:
ALTER TABLE RXSITES ROW_FORMAT=DYNAMIC;
Problem: DTS HTTPS Connector fails with an error on keyalias.
Solution: Edit the Deployment/Server/conf/server.xml and search for keyAlias. Delete the attribute from the file and restart the Percussion DTS service.
Problem: RSS Feeds stop working after upgrade even after full publish.
Solution: Make sure to copy the rxconfig/secure folder from the CMS server (including all hidden files on the folder), to the <InstallDir>/rxconfig/secure folder on each DTS server. Restart the Percussion DTS Service.