Skip to main content
Older versions of Internet Explorer will not support certain site features. Chrome, Safari, Firefox, and Edge will provide the best experience.
Spok

Error code 3704 In Running Failsafe

Overview

In running the option, Failsafe, there is the error message as “Error: 3704 Operation is not allowed when the object is closed. At ConsoleUtilities Messages.Format CheckForField by Console”. There is no error in the option as Normal Mode (SF Case# 00622295 & 00631485 & 00658996).

Resolution/Topic

Please follow the steps.

1. On the SQL Express from the local workstation,  drop or delete the user, xnuser, in the XtendConsole database from the SQL express.

clipboard_e4b70d147cd909810d6ca638236ba4f0b.png

Or you can use the following script. 

USE [XtendConsole]
GO

DROP USER [xnuser]
GO

 

2. On the SQL Express from the local workstation, drop or delete the login, xnuser, in the Master database from the SQL express (security--> Login from the SQL express). Or you can use the following script.

clipboard_e91f8cf31e2faa3f8fe8305fe076795f2.png

USE [master]
GO

DROP LOGIN [xnuser]
GO

 

3. Create the login, xnuser, under the Security--> Logins under the database server, NOT under the XtendConsole database. 

clipboard_e87c20c1d6f9adb11389e13a2bd2e8e70.png

clipboard_e1325c8fb3136e7e13e98ccfd26deeacf.png

clipboard_e9569ca1aceac87cd1d3782ba92754278.png

 

4. Delete the existing DSN, “Smart Answer Fail Safe”, in the local workstation

 

5. Add the DSN as "Smart Answer Fail Safe" again with the same ODBC driver as “Smart Answer”. 

 

NOTE1:  To make this change, it may require admin user rights on the machine and on the local SQL express. 

NOTE2: The 32-bit needs to be used in both, Smart Answer and Smart Answer Fail Safe. 

 

If the driver is different between Smart Answer and Smart Answer Fail Safe (below) it will cause this error to occur. The DSN, Smart Answer Fail Safe should have the same driver, SQL Server Native Client 11.10 as Smart Answer.   

clipboard_e5ca0b0bb598b774db3f8a0dc16af4551.png

 

6. Make sure the Spok users or everyone to have the full right on the database files located in the local workstation. 

 

Related SF Case: 00622295 & 00631485 & 00658996

N/A

 


KB50502