These are notes on all issues we've run into so far that are not bug-related in the 5.1 testing. For the most part, these are configuration and education issues. All techs should add to this page as new issues arise.
CHAPI SECTION
Restarting the SSLIP with CHAPI
CHAPI and SSLIP both track current logins. If SSLIP terminates abnormally, it doesn't send a message to CHAPI to log people out. This will cause CHAPI and SSLIP to disagree on who is logged in. Users will get an error stating that they are already logged on at an address that displays as a random alphanumeric string.
New SQL Tables for CHAPI
CHAPI > DatabaseRecs -Most important field to Tech Support is Path, which should include the entire connection string for accessing the SQL databases.
Also note Databasename, which specifies the exact SQL database to connect to.
CHAPI_Logging > LogMessages - Is a running log for CHAPI’s communications that are not recorded in the CHAPILog handled by SSLIP. This mostly consists of debugging and licensing messages.
Note:
MachineName - DNS name of the machine whose communications triggered the message.
Message - General message of the activity. Not to be confused with…
ErrorMessages - Any error message associated with the activity.
No CHAPI SQL databases created, CHAPI Log shows an ‘Object Reference’ Error
If the CHAPILog, after being enabled, contains an error stating that “Object Reference not set to an instance of an object”, check the connection string in the config file. If it has the server and instance names correct but is missing the port, add the port.
In the above example, CHAPI is pointed at the local server, a SQL instance named Cyrious, on port 1433.
Service user Editing / Deleting
The user account that CHAPI uses to run its service is not a regular user account. it will be found in Computer Management > Local Users and Groups on desktop versions of Windows, and Server Management > Local Users and Groups on server versions of Windows.
Here, you can delete or edit the user account as needed.
Clients Cannot Connect
As stated above, if they allow usage of the port on which the SSLIP runs, clients should have no trouble connecting. If the exception is set to allow the SSLIP.exe file located at “…Cyrious\SSLIP\SSLIP.exe” though, the clients will likely have problems, as the exception is pointed at a file that no longer exists in that location. Change the exception to point at “…Cyrious\Control\SSLIP.exe”.
In Windows Firewall, the exceptions are called Rules, and can be found by going to Control Panel > Windows Firewall, then clicking ‘Advanced Settings’ on the left side of the Firewall window.
If you need a primer on setting up/editing rules in Windows Firewall, try this link:
http://www.howtogeek.com/112564/how-to-create-advanced-firewall-rules-in-the-windows-firewall/
Startup File Priority
Configure 5.1 and beyond for multiple databases
OptionFileName (new Startup Option to be placed in SSLIP_Options.txt or Control_options.txt)
DatabaseName
The DatabaseName option can be included in an Options file in order to direct the SSLIP.exe using that option file to choose that database from any available as its default connection.
*NOTE: This is NOT the name of the database in SQL Server.*
*NOTE: If spaces are placed immediately to either side of the =, the option will not work.
The above example would direct the SSLIP to use Old Store Data as its default database.
License Entry Requires the Hyphens!
When entering the License key, you must include the hyphens or the ID will not be accepted.
Updater gets stuck in a “You Must restart Your Computer” Loop
It is possible for a problem to arise where the updater keeps repeating the ‘You Must Restart Your Computer’ step. Only 1 reboot is actually required. To force the updater out of the loop, click ‘Restart Later’ and exit the updater, then make the following change to the system registry:
EIdCouldNotBindSocket error
The above error was thrown on one of our support test VMs. The VM was running 2 other SSLIPS on port offsets. When those SSLIPs were shut down and CHAPI was restarted, the error was no longer thrown.
- One possible cause is that the Company record for the customer is in Edit mode on Cyrious14 (internal). Click Save or Cancel and retry.