additional | SQL | string |
SELECT TOP 1 ROUND(r.decRetailPrice,0) AS minPrice
FROM tbl_tireSpec ts WITH (NOLOCK)
INNER JOIN [Icon_Master].[dbo].[tbl_RetailTWPNPrice] r WITH (NOLOCK) on r.[vchrManuPartNumber] = ts.[vchrPartNumber]
WHERE ts.intTireID =
AND decRetailPrice <> 0
AND intConfigID = 25364
GROUP BY r.decRetailPrice
ORDER BY minPrice ASC
| |
| | DatabaseName | string | Microsoft SQL Server | |
| | DatabaseVersion | | | DriverName | string | Microsoft JDBC Driver 4.0 for SQL Server | |
| | DriverVersion | | | Datasource | | |
| |
DataSource | | |
Detail | string | Incorrect syntax near the keyword 'AND'. | |
| |
ErrorCode | | |
Extended_Info | | |
ExtendedInfo | | |
Message | | |
NativeErrorCode | | |
queryError | string |
SELECT TOP 1 ROUND(r.decRetailPrice,0) AS minPrice
FROM tbl_tireSpec ts WITH (NOLOCK)
INNER JOIN [Icon_Master].[dbo].[tbl_RetailTWPNPrice] r WITH (NOLOCK) on r.[vchrManuPartNumber] = ts.[vchrPartNumber]
WHERE ts.intTireID =
AND decRetailPrice <> 0
AND intConfigID = 25364
GROUP BY r.decRetailPrice
ORDER BY minPrice ASC
| |
| |
Sql | string |
SELECT TOP 1 ROUND(r.decRetailPrice,0) AS minPrice
FROM tbl_tireSpec ts WITH (NOLOCK)
INNER JOIN [Icon_Master].[dbo].[tbl_RetailTWPNPrice] r WITH (NOLOCK) on r.[vchrManuPartNumber] = ts.[vchrPartNumber]
WHERE ts.intTireID =
AND decRetailPrice <> 0
AND intConfigID = 25364
GROUP BY r.decRetailPrice
ORDER BY minPrice ASC
| |
| |
SQLState | | |
StackTrace | string |
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216):216
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1515):1515
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:404):404
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:350):350
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696):5696
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715):1715
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180):180
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155):155
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:332):332
at com.seefusion.PreparedStatementImpl.execute(PreparedStatementImpl.java:99):99
at lucee.runtime.db.driver.state.StateUtil.execute(StateUtil.java:145):145
at lucee.runtime.db.driver.state.StatePreparedStatement.execute(StatePreparedStatement.java:135):135
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:240):240
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:252):252
at lucee.runtime.tag.Query.executeDatasoure(Query.java:787):787
at lucee.runtime.tag.Query.doEndTag(Query.java:597):597
at tires.default_cfm$cf.udfCall(D:\WebSites\kctrends.com\tires\default.cfm:33):33
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:111):111
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:328):328
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:229):229
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:766):766
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:742):742
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1590):1590
at tires.default_cfm$cf.call(D:\WebSites\kctrends.com\tires\default.cfm:38):38
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:951):951
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:903):903
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:223):223
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:35):35
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2262):2262
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2225):2225
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:456):456
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:47):47
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729):729
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291):291
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52):52
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239):239
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at com.seefusion.Filter.doFilter(Filter.java:109):109
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239):239
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217):217
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106):106
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502):502
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142):142
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79):79
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88):88
at com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52):52
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518):518
at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:844):844
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:673):673
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500):1500
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456):1456
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142):1142
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617):617
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61):61
at java.lang.Thread.run(Thread.java:745):745
| |
| |
TagContext | 1 | codePrintHTML | string | 31: GROUP BY r.#tableColumn#<br>
32: ORDER BY #priceName# #sortOrder#<br>
<b>33: </cfquery></b><br>
34: <br>
35: <cfreturn query><br>
| |
| | codePrintPlain | string | 31: GROUP BY r.#tableColumn#
32: ORDER BY #priceName# #sortOrder#
33: </cfquery>
34:
35: <cfreturn query>
| |
| | column | | | id | | | line | | | Raw_Trace | string | tires.default_cfm$cf.udfCall(D:\WebSites\kctrends.com\tires\default.cfm:33) | |
| | template | string | D:\WebSites\kctrends.com\tires\default.cfm | |
| | type | | |
| | 2 | codePrintHTML | string | 36: </cffunction><br>
37: <br>
<b>38: <cfset minTirePrice = #getPricing("minPrice", "decRetailPrice", "ASC").minPrice#></b><br>
39: <cfset maxTirePrice = #getPricing("maxPrice", "decRetailPrice", "DESC").maxPrice#><br>
40: <br>
| |
| | codePrintPlain | string | 36: </cffunction>
37:
38: <cfset minTirePrice = #getPricing("minPrice", "decRetailPrice", "ASC").minPrice#>
39: <cfset maxTirePrice = #getPricing("maxPrice", "decRetailPrice", "DESC").maxPrice#>
40:
| |
| | column | | | id | | | line | | | Raw_Trace | string | tires.default_cfm$cf.call(D:\WebSites\kctrends.com\tires\default.cfm:38) | |
| | template | string | D:\WebSites\kctrends.com\tires\default.cfm | |
| | type | | |
| |
| |
type | | |
where | | |