Pharos Stations and Pharos Remote do not display the password prompt on the GUI.
Also the Pharos Station does not display the correct logon details, it will only display:
"Please enter your . "
See the attachment for an example.
The issue occurs on Microsoft Cluster installations.
Before starting, backup your database.
Solution:
Start SQL Server Query Analyzer, and log on as the Pharos Database user.
Select the Pharos Database.
Copy the following lines (from dbughead.sql located on the Pharos CD ..\database\db):
beginset nocount onset ansi_null_dflt_on offset ansi_nulls offset ansi_padding offset ansi_warnings offset concat_null_yields_null offset quoted_identifier offendgo
Into the Sql Query window then copy the contents of dbugtail.sql (also located on the Pharos CD ..\database\db) into the SQL Query window.Run the Query.
Note: it may return errors, but these can be ignored.