Description | This article describes how to fix the Network -> Service Connector view after loading the page without any options returned to be able to configure a Service Connector. Options are shown to 'Create New', 'Edit', and 'Delete', however, there are no Service Connector options to be able to 'Create New', 'Edit', or 'Delete'. |
Scope | FortiNAC v9.X. |
Solution |
The image shows the result when the Service Connector page is in a 'broken' state:
/bsc/logs/output.master will show errors similar to the following:
To resolve this issue, run the following commands. Note, that each line is a separate command:
mysql bsc -e "drop table MessagingGateway" mysql bsc -e "drop table SMSMessagingGateway" mysql bsc -e "drop table FormDataMessagingGateway" mysql bsc -e "update GlobalOption set value=-1 where name='upgrade.sms.version'" startupNAC |