Scope Arguments
exception1
Catch
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT * FROM abo WHERE (abo.abo_firma_id='54491' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='54491' AND abo.dtaboablauf>now());
DatabaseName
stringUCanAccess driver for Microsoft Access databases using HSQLDB
DatabaseVersion
stringV2003 [VERSION_4]
DriverName
stringUcanaccess
DriverVersion
string5.0.1
Datasource
stringhandwerk
DataSource
stringhandwerk
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringUCAExc:::5.0.1 user lacks privilege or object not found: NOWWA
NativeErrorCode
number-5501
queryError
stringSELECT * FROM abo WHERE (abo.abo_firma_id='54491' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='54491' AND abo.dtaboablauf>now());
Sql
stringSELECT * FROM abo WHERE (abo.abo_firma_id='54491' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='54491' AND abo.dtaboablauf>now());
SQLState
string42501
StackTrace
stringlucee.runtime.exp.DatabaseException: UCAExc:::5.0.1 user lacks privilege or object not found: NOWWA at net.ucanaccess.jdbc.UcanaccessStatement.execute(UcanaccessStatement.java:159) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:298) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:244) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1125) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at h_seldata_cfm$cf$32n.call(/h_seldata.cfm:125) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993) at h_kprofil_cfm$cf$32m.call(/h_kprofil.cfm:6) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993) at cms_default_cfm$cf$2rb.call(/cms_default.cfm:99) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string123: &nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;abo<br> 124: &nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;(abo.abo_firma_id='#session.firma_id#'&nbsp;AND&nbsp;abo.dtaboablauf&nbsp;Is&nbsp;Null)&nbsp;OR&nbsp;(abo.abo_firma_id='#session.firma_id#'&nbsp;AND&nbsp;abo.dtaboablauf&gt;now());<br> <b>125: &lt;/cfquery&gt;</b><br>
codePrintPlain
string123: FROM abo 124: WHERE (abo.abo_firma_id='#session.firma_id#' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='#session.firma_id#' AND abo.dtaboablauf>now()); 125: </cfquery>
column
number0
id
string??
line
number125
Raw_Trace
stringh_seldata_cfm$cf$32n.call(/h_seldata.cfm:125)
template
stringI:\WWW\handwerk.ch\h_seldata.cfm
type
stringcfml
2
Struct
codePrintHTML
string4: <br> 5: &lt;cfinclude&nbsp;template=&quot;cms_top.cfm&quot;&gt;<br> <b>6: &lt;CFINCLUDE&nbsp;TEMPLATE=&quot;h_seldata.cfm&quot;&gt;</b><br> 7: &lt;cfif&nbsp;cgi.script_name&nbsp;is&nbsp;&quot;/h_kprofil.cfm&quot;&nbsp;and&nbsp;Session.h_logton_userid&nbsp;EQ&nbsp;&quot;&quot;&gt;<br> 8: &nbsp;&nbsp;&lt;cflocation&nbsp;url=&quot;/h_login.cfm&quot;&gt;<br>
codePrintPlain
string4: 5: <cfinclude template="cms_top.cfm"> 6: <CFINCLUDE TEMPLATE="h_seldata.cfm"> 7: <cfif cgi.script_name is "/h_kprofil.cfm" and Session.h_logton_userid EQ ""> 8: <cflocation url="/h_login.cfm">
column
number0
id
string??
line
number6
Raw_Trace
stringh_kprofil_cfm$cf$32m.call(/h_kprofil.cfm:6)
template
stringI:\WWW\handwerk.ch\h_kprofil.cfm
type
stringcfml
3
Struct
codePrintHTML
string97: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;selH_firma_id&nbsp;=&nbsp;#URL_Parameter_wert2#&gt;<br> 98: &nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.Profil&nbsp;=&nbsp;&quot;true&quot;&gt;<br> <b>99: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;h_kprofil.cfm&quot;&gt;</b><br> 100: &nbsp;&nbsp;&nbsp;&lt;cfelseif&nbsp;URL_Parameter_aktion2&nbsp;is&nbsp;&quot;A&quot;&gt;<br> 101: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;ArtikelID&nbsp;=&nbsp;#URL_Parameter_wert2#&gt;<br>
codePrintPlain
string97: <cfset selH_firma_id = #URL_Parameter_wert2#> 98: <cfset Session.Profil = "true"> 99: <cfinclude template="h_kprofil.cfm"> 100: <cfelseif URL_Parameter_aktion2 is "A"> 101: <cfset ArtikelID = #URL_Parameter_wert2#>
column
number0
id
string??
line
number99
Raw_Trace
stringcms_default_cfm$cf$2rb.call(/cms_default.cfm:99)
template
stringI:\WWW\handwerk.ch\cms_default.cfm
type
stringcfml
type
stringdatabase
where
string
onApplicationStart2
string
Catch
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT * FROM abo WHERE (abo.abo_firma_id='54491' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='54491' AND abo.dtaboablauf>now());
DatabaseName
stringUCanAccess driver for Microsoft Access databases using HSQLDB
DatabaseVersion
stringV2003 [VERSION_4]
DriverName
stringUcanaccess
DriverVersion
string5.0.1
Datasource
stringhandwerk
DataSource
stringhandwerk
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringUCAExc:::5.0.1 user lacks privilege or object not found: NOWWA
NativeErrorCode
number-5501
queryError
stringSELECT * FROM abo WHERE (abo.abo_firma_id='54491' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='54491' AND abo.dtaboablauf>now());
Sql
stringSELECT * FROM abo WHERE (abo.abo_firma_id='54491' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='54491' AND abo.dtaboablauf>now());
SQLState
string42501
StackTrace
stringlucee.runtime.exp.DatabaseException: UCAExc:::5.0.1 user lacks privilege or object not found: NOWWA at net.ucanaccess.jdbc.UcanaccessStatement.execute(UcanaccessStatement.java:159) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:298) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:244) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1125) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at h_seldata_cfm$cf$32n.call(/h_seldata.cfm:125) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993) at h_kprofil_cfm$cf$32m.call(/h_kprofil.cfm:6) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993) at cms_default_cfm$cf$2rb.call(/cms_default.cfm:99) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string123: &nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;abo<br> 124: &nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;(abo.abo_firma_id='#session.firma_id#'&nbsp;AND&nbsp;abo.dtaboablauf&nbsp;Is&nbsp;Null)&nbsp;OR&nbsp;(abo.abo_firma_id='#session.firma_id#'&nbsp;AND&nbsp;abo.dtaboablauf&gt;now());<br> <b>125: &lt;/cfquery&gt;</b><br>
codePrintPlain
string123: FROM abo 124: WHERE (abo.abo_firma_id='#session.firma_id#' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='#session.firma_id#' AND abo.dtaboablauf>now()); 125: </cfquery>
column
number0
id
string??
line
number125
Raw_Trace
stringh_seldata_cfm$cf$32n.call(/h_seldata.cfm:125)
template
stringI:\WWW\handwerk.ch\h_seldata.cfm
type
stringcfml
2
Struct
codePrintHTML
string4: <br> 5: &lt;cfinclude&nbsp;template=&quot;cms_top.cfm&quot;&gt;<br> <b>6: &lt;CFINCLUDE&nbsp;TEMPLATE=&quot;h_seldata.cfm&quot;&gt;</b><br> 7: &lt;cfif&nbsp;cgi.script_name&nbsp;is&nbsp;&quot;/h_kprofil.cfm&quot;&nbsp;and&nbsp;Session.h_logton_userid&nbsp;EQ&nbsp;&quot;&quot;&gt;<br> 8: &nbsp;&nbsp;&lt;cflocation&nbsp;url=&quot;/h_login.cfm&quot;&gt;<br>
codePrintPlain
string4: 5: <cfinclude template="cms_top.cfm"> 6: <CFINCLUDE TEMPLATE="h_seldata.cfm"> 7: <cfif cgi.script_name is "/h_kprofil.cfm" and Session.h_logton_userid EQ ""> 8: <cflocation url="/h_login.cfm">
column
number0
id
string??
line
number6
Raw_Trace
stringh_kprofil_cfm$cf$32m.call(/h_kprofil.cfm:6)
template
stringI:\WWW\handwerk.ch\h_kprofil.cfm
type
stringcfml
3
Struct
codePrintHTML
string97: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;selH_firma_id&nbsp;=&nbsp;#URL_Parameter_wert2#&gt;<br> 98: &nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.Profil&nbsp;=&nbsp;&quot;true&quot;&gt;<br> <b>99: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;h_kprofil.cfm&quot;&gt;</b><br> 100: &nbsp;&nbsp;&nbsp;&lt;cfelseif&nbsp;URL_Parameter_aktion2&nbsp;is&nbsp;&quot;A&quot;&gt;<br> 101: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;ArtikelID&nbsp;=&nbsp;#URL_Parameter_wert2#&gt;<br>
codePrintPlain
string97: <cfset selH_firma_id = #URL_Parameter_wert2#> 98: <cfset Session.Profil = "true"> 99: <cfinclude template="h_kprofil.cfm"> 100: <cfelseif URL_Parameter_aktion2 is "A"> 101: <cfset ArtikelID = #URL_Parameter_wert2#>
column
number0
id
string??
line
number99
Raw_Trace
stringcms_default_cfm$cf$2rb.call(/cms_default.cfm:99)
template
stringI:\WWW\handwerk.ch\cms_default.cfm
type
stringcfml
type
stringdatabase
where
string


Debugging Information
Lucee (Gelert) Os 6.2.5.48 (CFML Version 2016,0,03,300357)
Template http://test.handwerk.ch/cms_default.cfm?404;http://test.handwerk.ch:80/de/Suche/H/54491
I:\WWW\handwerk.ch\cms_default.cfm
Time Stamp 4 Apr 2026 23:24
Time Zone Europe/Zurich
Locale En_ch
User Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Remote IP 216.73.216.40
Host Name test.handwerk.ch
Architecture 64bit


Execution Time

Total Time Avg Time Count Template
1.60ms 1.60ms 1 I:\WWW\handwerk.ch\cms_top.cfm
1.51ms 1.51ms 1 I:\WWW\handwerk.ch\h_seldata.cfm
1.17ms 1.17ms 1 I:\WWW\handwerk.ch\cms_select.cfm
1.63ms 1.63ms 1 I:\WWW\handwerk.ch\Application.cfc$onError
0.71ms 0.71ms 1 I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm
0.66ms 0.66ms 1 I:\WWW\handwerk.ch\admin\common\cms_sprachwahl.cfm
1.29ms 0.65ms 2 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$onStartTag
0.44ms 0.44ms 1 I:\WWW\handwerk.ch\admin\spam\com_error_check.cfm
0.24ms 0.24ms 1 I:\WWW\handwerk.ch\admin\spam\com_block_check.cfm
0.15ms 0.15ms 1 I:\WWW\handwerk.ch\com_security.cfm
0.08ms 0.08ms 1 I:\WWW\handwerk.ch\com_head.cfm
0.10ms 0.05ms 2 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$DOOUTPUT
0.09ms 0.05ms 2 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc
0.04ms 0.04ms 1 I:\WWW\handwerk.ch\Application.cfc
0.03ms 0.01ms 2 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$init
2.24ms 0.01ms 200 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$html
0.12ms 0.01ms 12 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$DARKENCOLOR
0.01ms 0.01ms 1 I:\WWW\handwerk.ch\cms_sprachwahl.cfm
0.01ms 0.00ms 3 C:\lucee\tomcat\lucee-server\context\components\org\lucee\cfml\Component.cfc
0.02ms 0.00ms 5 I:\WWW\handwerk.ch\cms_top.cfm$recordCount
0.34ms 0.00ms 102 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$CREATEID
1.01ms 0.00ms 372 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$DOHIGHLIGHT
0.00ms 0.00ms 1 I:\WWW\handwerk.ch\cms_default.cfm
0.00ms 0.00ms 1 I:\WWW\handwerk.ch\h_kprofil.cfm
0.00ms 0.00ms 1 I:\WWW\handwerk.ch\Application.cfc$onrequeststart
0.90ms  STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
1.36ms  APPLICATION EXECUTION TIME
3.84ms  QUERY EXECUTION TIME
5.29ms  TOTAL EXECUTION TIME
red = over 250.00ms average execution time


Exceptions

Type Message Detail Template
missinginclude Page [/com_redirecter.cfm] [I:\WWW\handwerk.ch\com_redirecter.cfm] not found I:\WWW\handwerk.ch\cms_top.cfm:7


Implicit variable Access

Scope Template Line Var Count
variables I:\WWW\handwerk.ch\Application.cfc 62 TEMPLATE 1
variables I:\WWW\handwerk.ch\Application.cfc 106 TEMPLATE 1
arguments I:\WWW\handwerk.ch\Application.cfc 114 EXCEPTION 1
variables I:\WWW\handwerk.ch\admin\spam\com_block_check.cfm 32 LOGFILE 1
variables I:\WWW\handwerk.ch\admin\spam\com_block_check.cfm 34 ATTRIBUTES 1
variables I:\WWW\handwerk.ch\admin\spam\com_error_check.cfm 19 attributes 2
variables I:\WWW\handwerk.ch\admin\spam\com_error_check.cfm 20 attributes 1
variables I:\WWW\handwerk.ch\admin\spam\com_error_check.cfm 28 LOGFILE 1
variables I:\WWW\handwerk.ch\admin\spam\com_error_check.cfm 30 ATTRIBUTES 1
variables I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm 11 logDir 1
variables I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm 63 ENCODING 1
variables I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm 64 ENCODING 2
variables I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm 65 ENCODING 1
variables I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm 66 ENCODING 1
cgi I:\WWW\handwerk.ch\cms_default.cfm 33 QUERY_STRING 1
cgi I:\WWW\handwerk.ch\cms_default.cfm 50 QUERY_STRING 1
cgi I:\WWW\handwerk.ch\cms_default.cfm 51 QUERY_STRING 1
cgi I:\WWW\handwerk.ch\cms_default.cfm 53 QUERY_STRING 1
query I:\WWW\handwerk.ch\cms_top.cfm 211 THEMANAME 1
query I:\WWW\handwerk.ch\cms_top.cfm 211 THEMAID 1
query I:\WWW\handwerk.ch\cms_top.cfm 212 ANZSUBKAT 1
query I:\WWW\handwerk.ch\cms_top.cfm 262 THEMANAME 6
query I:\WWW\handwerk.ch\cms_top.cfm 262 THEMAID 6
query I:\WWW\handwerk.ch\cms_top.cfm 263 ANZSUBKAT 6
query I:\WWW\handwerk.ch\cms_top.cfm 267 THEMAID 3
query I:\WWW\handwerk.ch\cms_top.cfm 271 THEMAID 5
query I:\WWW\handwerk.ch\cms_top.cfm 276 THEMANAME 14
query I:\WWW\handwerk.ch\cms_top.cfm 276 THEMAID 14
cgi I:\WWW\handwerk.ch\cms_top.cfm 426 SCRIPT_NAME 1
cgi I:\WWW\handwerk.ch\com_security.cfm 24 REQUEST_METHOD 1


SQL Queries

GetThema (Datasource=handwerk_cms, Time=3.64ms, Records=1) in I:\WWW\handwerk.ch\cms_select.cfm:11
the following colum(s) are never read within the request:ThemaID,AuthObject,HauptThema,ThemaLink,ThemaTemplate,ThemaBild,Description,AnzSubKat
SELECT   ThemaID, ThemaBild, ThemaName, ThemaText, Hauptthema, ThemaLink, THEMATEMPLATE, AuthObject, AnzSubKat, Description AuthObject
				FROM         Themen 
				where ThemaID='Suche' and Phase='online'
GetTopMenu (Datasource=handwerk_cms, Time=2.88ms, Records=7) in I:\WWW\handwerk.ch\cms_select.cfm:17
the following colum(s) are never read within the request:ThemaLink,ThemaText,ThemaBild
SELECT   ThemaID, ThemaBild, ThemaName, ThemaText, ThemaLink, AnzSubKat, AuthObject
				FROM         Themen 
				where Hauptthema='TopMenu' and Phase='online' order by ThemaPrio
GetArtikel (Datasource=handwerk_cms, Time=4.99ms, Records=0) in I:\WWW\handwerk.ch\cms_select.cfm:22
the following colum(s) are never read within the request:Bild1,Link2,Text1,Titel,Link1,BIld2,ArtikelID,Text2
SELECT      
				Artikel.ArtikelID, 
				Artikel.Titel, 
				Artikel.Link1,
				Artikel.Link2, 
				Artikel.Bild1,
				Artikel.Bild2, 
				Artikel.Text1, 
				Artikel.Text2
				FROM Artikel RIGHT JOIN (Themen LEFT JOIN Themen_Artikel ON Themen.ThemaID = Themen_Artikel.ThemaID) ON Artikel.ArtikelID = Themen_Artikel.ArtikelID
				where Themen.ThemaID = 'Suche'
				AND Artikel.Phase = 'online' 
				AND (Artikel.OnlineVon is null or Artikel.OnlineVon < {ts '2026-04-04 23:24:14'})
				AND (Artikel.OnlineBis is null or Artikel.OnlineBis > {ts '2026-04-04 23:24:14'})
				Order By Themen_Artikel.SortPos asc;
GetSubKat (Datasource=handwerk_cms, Time=4.47ms, Records=6) in I:\WWW\handwerk.ch\cms_top.cfm:264
the following colum(s) are never read within the request:AuthObject,ThemaLink,ThemaTemplate,ThemaText,ThemaBild,AnzSubKat
SELECT   ThemaID, ThemaBild, ThemaName, ThemaText, Hauptthema, ThemaLink, THEMATEMPLATE , AuthObject , AnzSubKat
                            FROM         Themen 
                            Where Themen.HauptThema = 'Angebot' and Themen.Phase='online'
                            order by ThemaPrio
GetSubKat (Datasource=handwerk_cms, Time=4.51ms, Records=2) in I:\WWW\handwerk.ch\cms_top.cfm:264
the following colum(s) are never read within the request:AuthObject,ThemaLink,ThemaTemplate,ThemaText,ThemaBild,AnzSubKat
SELECT   ThemaID, ThemaBild, ThemaName, ThemaText, Hauptthema, ThemaLink, THEMATEMPLATE , AuthObject , AnzSubKat
                            FROM         Themen 
                            Where Themen.HauptThema = 'Ausschreibungen' and Themen.Phase='online'
                            order by ThemaPrio
GetSubKat (Datasource=handwerk_cms, Time=4.57ms, Records=6) in I:\WWW\handwerk.ch\cms_top.cfm:264
the following colum(s) are never read within the request:AuthObject,ThemaLink,ThemaTemplate,ThemaText,ThemaBild,AnzSubKat
SELECT   ThemaID, ThemaBild, ThemaName, ThemaText, Hauptthema, ThemaLink, THEMATEMPLATE , AuthObject , AnzSubKat
                            FROM         Themen 
                            Where Themen.HauptThema = 'Ratgeber' and Themen.Phase='online'
                            order by ThemaPrio
GetEigenesFirmenprofil (Datasource=handwerk, Time=9.46ms, Records=1) in I:\WWW\handwerk.ch\h_seldata.cfm:1
the following colum(s) are never read within the request:firma_homepage2,firma_titelzusatz_en,firma_titelzusatz_it,firma_titelzusatz_ru,firma_crm_ru,firma_adresse2,firma_eintritt,firma_titel_en,firma_titel_ru,firma_pager,firma_titel_de,firma_mod_user,firma_austritt,firma_FaxG,firma_titel_fr,firma_crm_it,firma_plz2,firma_crm_fr,firma_titelzusatz_de,firma_refid,firma_telD,firma_modifiziert,firma_titelzusatz_fr,firma_adresse_privat,firma_ort2,firma_titel_it,firma_kanton2,firma_land2,firma_adresszusatz2,firma_telG
SELECT * FROM firmen 
	
				WHERE firma_id = 54491
GetPortrait (Datasource=handwerk, Time=2.67ms, Records=1) in I:\WWW\handwerk.ch\h_seldata.cfm:52
the following colum(s) are never read within the request:firma_status,firma_crm_de,firma_Feld2,firma_Feld1,firma_crm_en,firma_id,firma_mitglied,firma_Feld3
select firma_id, firma_crm_de, firma_crm_en, firma_portrait, firma_Feld1, firma_Feld2, firma_Feld3, firma_status, firma_mitglied from firmen where firmen.firma_id = 54491
GetPortraitLogo (Datasource=handwerk, Time=1.26ms, Records=0) in I:\WWW\handwerk.ch\h_seldata.cfm:56
the following colum(s) are never read within the request:doc_DateiName,doc_PathName
select doc_dateiname, doc_pathname from _Docs where Doc_name = ''


Scope Variables

Application Variables:
ADMINURL=Admin
ADMINVERSION=2024051601
applicationname=Handwerk
AUFTRAGURL=http://test.handwerk.ch//docs/A/
COLLECTIONPATH=I:\WWW\handwerk.ch\verity
COOKIECONSENTPOPUP=true
CURRENCY2=EUR
DATASOURCE=handwerk_cms
DATASOURCE2=handwerk
DATASOURCE_ADM=handwerk_cms
DIRHM=I:\WWW\handwerk.ch\
DocsPath=docs
FIRMAURL=http://test.handwerk.ch//docs/H/
FROM=handwerk.ch <news@handwerk.ch>
HM=/
LZ=999
MaxRows=50
MENU=cms_MMenu.cfm
MWST_INOROUT=Inklusive
MYEMAIL=info@handwerk.ch
MYPOS_URL=https://www.mypos.eu/vmp/checkout-test
MYPOSSID=000000000000010
MYPOSURLCANCEL=http://test.handwerk.ch/shop_myPos_response.cfm?Cancel
MYPOSURLNOTIFY=https://test.handwerk.ch/shop_myPos_response.cfm?Notify
MYPOSURLOK=http://test.handwerk.ch/shop_myPos_response.cfm?OK
MYPOSWALLETNUMBER=61938166610
MYURL=http://test.handwerk.ch/
NAME=Handwerk
NMPATH=nm
ORDERDOCUMENTBASEPATH=I:\WWW\handwerk.ch\orders
ORDERDOCUMENTBASEURL=/orders
PortoCH=0
PortoEU=0
RABATTBEZEICHNUNG=SuperDuper
RABATTSATZ=0.33
REFCURRENCY=CHF
REFLAND=CHE
REFSPRACHE=-ch
SHOP_MYPOS_KEYINDEX=1
SHOP_MYPOS_PRIVATECERT_PATH=converted_handwerk_mypos_private_key.pem
SHOP_MYPOS_PUBLICCERT_PATH=converted_handwerk_mypos_public_key.pem
SHOP_MYPOS_STOREID=114219
SHOP_MYPOS_URL=https://www.mypos.com/vmp/checkout
SHOP_MYPOS_WALLETID=40071437194
SHOP_PAYPAL_MERCHID=AcXYX6RW241B2O0UbCVPtjx5j7zIy6yiRTV1T8-Royaw3trDYE4EaA6m4weD9_3MGR-ilTG8FJe655C2
SHOP_PAYPAL_SECRET=EG-UQGcYPJp8JfG6F6qXD9BL7qDrwpC2q2-FLdAsVYwDiaQCZfQIW8CQLXCBT11Q_lbPQKZBm-6_tUrO
SHOP_PAYPAL_URL=https://api-m.paypal.com
SHOP_RECHNUNG_BILD=docs/Angebot.png
SHOP_RECHNUNG_CREDITORADDRESS1=Seefeldstrasse 94
SHOP_RECHNUNG_CREDITORCITY=Zurich
SHOP_RECHNUNG_CREDITORLAND=CH
SHOP_RECHNUNG_CREDITORNAME=Handwerk.ch GmbH
SHOP_RECHNUNG_CREDITORNO=
SHOP_RECHNUNG_CREDITORPOSTCODE=8008
SHOP_RECHNUNG_QRIBAN=CH0530000001607931348
SHOP_RECHNUNG_TEXT=PHN0eWxlPg0KLnN1YnRpdGxlMSB7DQoJZm9udC13ZWlnaHQ6MTAwOw0KCWZvbnQtc2l6ZToxM3B4CTsNCgljb2xvcjpibGFjazsNCgl0ZXh0LWFsaWduOiByaWdodDsNCgljbGVhcjpyaWdodDsNCn0NCi5zdWJ0aXRsZTIgew0KCWZvbnQtd2VpZ2h0OjEwMDsNCglmb250LXNpemU6MTNweAk7DQoJY29sb3I6IzgwODA4MDsNCgl0ZXh0LWFsaWduOiByaWdodDsNCgljbGVhcjpyaWdodDsNCn0NCjwvc3R5bGU+DQo8ZGl2Pg0KCQkJPGltZyBzcmM9Ii9kb2NzL0xvZ28tZGlyZWN0b3J5LXJnYi5qcGciIHN0eWxlPSJ3aWR0aDogMjAwLjAwcHg7IGhlaWdodDogNTAuMDBweDsgZmxvYXQ6bGVmdCIgdGl0bGU9IiI+DQoJCQk8cCBjbGFzcz0ic3VidGl0bGUxIj5IYW5kd2Vyay5jaCBHbWJIPC9wPg0KCQkJPHAgY2xhc3M9InN1YnRpdGxlMiI+U2VlZmVsZHN0cmFzc2UgOTQsIDgwMDggWsO8cmljaDwvcD4NCgkJCTxwIGNsYXNzPSJzdWJ0aXRsZTIiPlRlbC4gMDQ0IDM4MyAwMSAwMzwvcD4NCgkJCTxwIGNsYXNzPSJzdWJ0aXRsZTIiPmluZm9AaGFuZHdlcmsuY2ggPC9wPg0KCQkJPGJyPjxicj48YnI+DQoJCQkNCiAgICAgICAgPC9kaXY+
SHOPAKTION=n
SHOPBCC=ap@trenka.ch
shopFaceProperties=pdf editOrder report
SHOPFROM=ap@trenka.ch
SHOPPATH=shop
SHOPTOCC=ap@trenka.ch
SPAMcheckemail=Array (0)
SPAMcheckIPs=Array (0)
SPRACHEN=DE
sprachen_lang_DE=Struct (382)
STATUS=Open
SURVEYACCOUNT=www.handwerk.ch
SURVEYDB=handwerk_Survey
SURVEYEMAIL=info@handwerk.ch
SURVEYVIEW=survey.cfm
TaxRate=0
TimeoutcheckIPs=Array (0)
CGI Variables:
auth_password=
auth_type=
auth_user=
cert_cookie=
cert_flags=
cert_issuer=
cert_keysize=
cert_secretkeysize=
cert_serialnumber=
cert_server_issuer=
cert_server_subject=
cert_subject=
cf_template_path=I:\WWW\handwerk.ch\cms_default.cfm
content_length=
content_type=
context_path=
gateway_interface=CGI/1.1
http_accept=*/*
http_accept_encoding=gzip, br, zstd, deflate
http_accept_language=
http_connection=keep-alive
http_cookie=CF_CLIENT_HANDWERK_HC=5; cftoken=0; CF_CLIENT_HANDWERK_TC=1775337852959; CF_CLIENT_HANDWERK_LV=1775337854445; cfid=ec7c07c3-4ac9-4c7b-90fb-a37266bf7d15
http_host=test.handwerk.ch
http_referer=
http_user_agent=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
https=off
https_keysize=
https_secretkeysize=
https_server_issuer=
https_server_subject=
local_addr=193.16.211.5
local_host=Notos
path_info=
path_translated=I:\WWW\handwerk.ch\cms_default.cfm
query_string=404;http://test.handwerk.ch:80/de/Suche/H/54491
remote_addr=216.73.216.40
remote_host=216.73.216.40
remote_user=
request_method=GET
request_url=http://test.handwerk.ch/cms_default.cfm?404;http://test.handwerk.ch:80/de/Suche/H/54491
script_name=/cms_default.cfm
server_name=test.handwerk.ch
server_port=80
server_port_secure=0
server_protocol=HTTP/1.1
server_software=
web_server_api=
Client Variables:
cfid=ec7c07c3-4ac9-4c7b-90fb-a37266bf7d15
cftoken=0
hitcount=5
lastvisit={ts '2026-04-04 23:24:14'}
timecreated={ts '2026-04-04 23:24:12'}
urltoken=CFID=ec7c07c3-4ac9-4c7b-90fb-a37266bf7d15&CFTOKEN=0
Cookie Variables:
cf_client_handwerk_hc=5
cf_client_handwerk_lv=1775337854445
cf_client_handwerk_tc=1775337852959
cfid=ec7c07c3-4ac9-4c7b-90fb-a37266bf7d15
cftoken=0
Server Variables:
CMSMASTER=Struct (2)
coldfusion=Struct (9)
counters=Struct (32)
form_ipaddress=
form_value=
java=Struct (9)
lucee=Struct (9)
os=Struct (8)
separator=Struct (3)
servlet=Struct (1)
SPAM_App_Blacklist_Query=Query (0)
SPAM_Blacklist_Query=Query (1598)
SPAM_RequestBlock_Query=Query (8)
SPAM_Sync=Struct (4)
SPAM_Whitelist_Query=Query (13)
system=Struct (2)
Session Variables:
ActAppl=CMSmaster
Address1=
Address2=
ADS=Query (0)
Bemerkungen=
CardName=
CardNum=0000 0000 0000 1234
CardNum2=000
CardTyp=
CartID=37986AA4-FD58-43BC-956C90D2F2A06918
cfid=ec7c07c3-4ac9-4c7b-90fb-a37266bf7d15
cftoken=0
City=
CompanyName=
DocsPath=I:\WWW\handwerk.ch\docs\H\54491\
DOCSURL=http://test.handwerk.ch/docs/H/54491/
dollarkurs=1
dtOrdDate=
EditMode=fckeditor
Email=
Eurokurs=1
Expires={ts '2026-04-04 23:24:12'}
Fax=
firma_adresse=Bachmattstrasse 66
firma_adresszusatz=
firma_anrede=Frau
FIRMA_BRIEFANREDE=
firma_crm_de=
firma_crm_en=
firma_email=info@ch-facility.com
FIRMA_EMAIL2=
firma_fax=
firma_faxG=
firma_feld1=CH-Facility GmbH – Reinigung & Facility Services
firma_feld2=avatar.jpg
firma_feld3=CH-Facility GmbH – Führender Anbieter für Reinigung & Facility Services in Zürich. Spezialisiert auf Unterhalts-, Bau- & Spezialreinigung sowie Hauswartung – professionell & zuverlässig
firma_feld4=47.3890541,8.4832435
firma_feld5=
firma_homepage=www.ch-facility.com
firma_homepage2=
firma_id=54491
firma_kanton=ZH
firma_land=
firma_mitglied=false
firma_mob=079 170 68 68
firma_nachname=Youssef 
firma_name=CH-Facility GmbH 
firma_ort=Zürich
firma_passwort=412EFE3C
firma_plz=8048
firma_portrait=
firma_portrait_id=
firma_sprache=
FIRMA_SPRACHEN=
firma_status=HS07
firma_tel=044 261 11 00
firma_telD=
firma_telG=
firma_userid=info@ch-facility.com
firma_vorname=Ferhat 
FirstName=
h_logton_Attribute=
h_logton_userid=
HTTP_USER_AGENT=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
IPADDR=216.73.216.40
JumpBack2=shop_payment.cfm
LAddress1=
LAddress2=
Land=
LastName=
lastvisit={ts '2026-04-04 23:24:14'}
LCity=
LCompanyName=
LFirstName=
LLand=
LLastName=
logton=
LPostCode=
Password=
payart=Rechnung
Phone=
PostCode=
Profil=true
Profilfound=true
PswdConfirm=412EFE3C
RabattSatz=20
SaveKkA=0
SearchPremium=
sessionid=Handwerk_ec7c07c3-4ac9-4c7b-90fb-a37266bf7d15_0
SESSSTARTTIME={ts '2026-04-04 23:24:12'}
SPRACHE=de
strCustID=
THEMAID=Suche
timecreated={ts '2026-04-04 23:24:12'}
urltoken=CFID=ec7c07c3-4ac9-4c7b-90fb-a37266bf7d15&CFTOKEN=0
UserName=---
whitelisted=true
URL Variables:
404;http://test=Struct (1)
404;http://test.handwerk.ch:80/de/Suche/H/54491=
Debug Rendering Time: 0.00ms