Error Executing Database Query.
|
|
[Macromedia][SQLServer JDBC Driver]Connection reset by peer
|
| |
The error occurred in C:/websites/bulkbooks/functions/contrail.cfc: line 1841
Called from C:/websites/bulkbooks/includes/header.cfm: line 22
Called from C:/websites/bulkbooks/productsingram.cfm: line 25
Called from C:/websites/bulkbooks/application.cfc: line 272
Called from |SQLServer|6.0.0.1282|: line 1048
Called from |SQLServer|6.0.0.1282|: line 980
Called from |SQLServer|6.0.0.1282|: line 1132
Called from |SQLServer|6.0.0.1282|: line 855
Called from |SQLServer|6.0.0.1282|: line 699
Called from |SQLServer|6.0.0.1282|: line 1772
Called from |SQLServer|6.0.0.1282|: line 1025
Called from |SQLServer|6.0.0.1282|: line 147
Called from |SQLServer|6.0.0.1282|: line 219
Called from |SQLServer|6.0.0.1282|: line 432
Called from |SQLServer|6.0.0.1282|: line 1376
Called from |SQLServer|6.0.0.1282|: line 2505
Called from |SQLServer|6.0.0.1282|: line 1358
Called from |SQLServer|6.0.0.1282|: line 2703
Called from |SQLServer|6.0.0.1282|: line 525
Called from |SQLServer|6.0.0.1282|: line 1048
Called from |SQLServer|6.0.0.1282|: line 980
Called from |SQLServer|6.0.0.1282|: line 1132
Called from |SQLServer|6.0.0.1282|: line 855
Called from |SQLServer|6.0.0.1282|: line 699
Called from |SQLServer|6.0.0.1282|: line 1772
Called from |SQLServer|6.0.0.1282|: line 1025
Called from |SQLServer|6.0.0.1282|: line 147
Called from |SQLServer|6.0.0.1282|: line 219
Called from |SQLServer|6.0.0.1282|: line 432
Called from |SQLServer|6.0.0.1282|: line 1376
Called from |SQLServer|6.0.0.1282|: line 2505
Called from |SQLServer|6.0.0.1282|: line 1358
Called from |SQLServer|6.0.0.1282|: line 2703
Called from |SQLServer|6.0.0.1282|: line 525
Called from C:/websites/bulkbooks/functions/contrail.cfc: line 1841
Called from C:/websites/bulkbooks/includes/header.cfm: line 22
Called from C:/websites/bulkbooks/productsingram.cfm: line 25
Called from C:/websites/bulkbooks/application.cfc: line 272
|
1839 : FROM web_contrail_bulkbook
1840 : WHERE site = <cfqueryparam cfsqltype="cf_sql_integer" value="#application.siteID#">
1841 : AND contrail_id = <cfqueryparam cfsqltype="CF_SQL_FLOAT" value="#arguments.thisID#">
1842 : AND (
1843 : active = 1
|
|
| SQLSTATE |
08S01 |
| EXCEPTIONS |
<small><i>not set</i></small> |
| DATASOURCE |
koalasql |
| SQL |
SELECT title
, page_title
, meta_desc
, meta_tag
, link
, url_title
, summary
, REPLACE(body,' (param 1) (param 2) (param 3) (param 4) (param 5) (param 6) (param 7) ','') as body
, type
, contrail_id
, parent_id
, tags
, target
FROM web_contrail_bulkbook
WHERE site = (param 8)
AND contrail_id = (param 9)
AND (
active = 1
or (
active = 2
and (active_start IS NULL OR active_start >= CURRENT_TIMESTAMP)
AND (active_end IS NULL OR active_end < CURRENT_TIMESTAMP)
)
) |
|
|
Resources:
|
| Browser |
CCBot/2.0 (https://commoncrawl.org/faq/) |
| Remote Address |
104.22.101.64 |
| Referrer |
|
| Date/Time |
14-Sep-26 02:02 AM |
|