Ask a Question related to Coldfusion Database Access, Design and Development.
-
ECSWebAdmin #1
Sequelink Fox Pro Error
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver]TCP/IP error, connection refused.
The error occurred in D:\Docwf\Navigation\qry_RptsbyStatusDate.cfm: line 51
Called from D:\Docwf\Navigation\fbx_Switch.cfm: line 27
Called from D:\Docwf\Navigation\fbx_Switch.cfm: line 17
Called from D:\Docwf\Navigation\fbx_Switch.cfm: line 1
Called from D:\Docwf\fbx_fusebox30_CF50.cfm: line 241
Called from D:\Docwf\fbx_fusebox30_CF50.cfm: line 1
Called from D:\Docwf\fbx_fusebox30_CF50.cfm: line 1
Called from D:\Docwf\index.cfm: line 37
Called from D:\Docwf\Navigation\qry_RptsbyStatusDate.cfm: line 51
Called from D:\Docwf\Navigation\fbx_Switch.cfm: line 27
Called from D:\Docwf\Navigation\fbx_Switch.cfm: line 17
Called from D:\Docwf\Navigation\fbx_Switch.cfm: line 1
Called from D:\Docwf\fbx_fusebox30_CF50.cfm: line 241
Called from D:\Docwf\fbx_fusebox30_CF50.cfm: line 1
Called from D:\Docwf\fbx_fusebox30_CF50.cfm: line 1
Called from D:\Docwf\index.cfm: line 37
49 : FROM reports
50 : WHERE DTOS(date_cast)+project+set_letter BETWEEN
'#DateFormat(mintestDT,"yyyymmdd")#'
51 : AND '#DateFormat(DateAdd('d',1,now()),"yyyymmdd")#'
52 : Order by maxtestdat
53 : </cfquery>
--------------------------------------------------------------------------------
SQL
SELECT distinct key as CWHKEY, date_cast as maxtestdat, apk_repid FROM
reports WHERE DTOS(date_cast)+project+set_letter BETWEEN '20050725' AND
'20050729' Order by maxtestdat
DATASOURCE
DocWF_VFP
Please try the following:
We've gotten this error randomly on all 24 of our CF installations. It's
trying to make a socket call to an ODBC Instance to a FoxPro freetable
directoy.
Any ideas as to the root cause
ECSWebAdmin Guest
-
SequeLink Setup application
Registry entry:- HKLM\CCS\Services\Coldfusion\ db\slserver52\bin\swagent.exe "ColdFusion MX ODBC Agent" db\slserver52\bin\swstrtr.exe "ColdFusion... -
[SequeLink JDBC Driver]Internal network error,connection closed.
Just recently I started having these errors: ]Internal network error, connection closed. I switched over the saving of session variables to an... -
MX6.x server restarting - sequelink
I'm getting a random restart of the CF server and the CF obdc server only note is in the application log and when sorted by most recent goes like... -
Which SequeLink version do I have?
I am trying to apply the following hotfix: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=e917887 But I cannot figure out how tod... -
Datadirect Sequelink 5.4 problem
In response to Coldfusion Technote "ColdFusion MX 6.1: Hot fix to upgrade DataDirect Sequelink ODBC Server to version 5.4"...



Reply With Quote

