Use an Alias in a Where Statement
I am using The Report Builder in CF10.I need to select data from multiple tables. One of the conditions is that the term_int (value of 201508 is converted to school year) = to sch_years (201516) in...
View ArticleConnecting ColdFusion 7 to 64 bit database
I have Cold Fusion version 7 (32 bit) currently connected to SQL 2000 and 2005 (32 bit) using a DSN connected. We are wanting to upgrade the databases to SQL 2012 which is (64 bit) So we want to...
View ArticleWhy won't ColdFusion 11 add-on services run?
I have a new, functional install of ColdFusion 11 (11,0,04,293328) installed on a Windows 2012 R2 VM. The CF server is up and running w/o issue. It was installed using default directories. I just...
View ArticleWhy won't ColdFusion 11 add-on services stay started?
I have a clean installation of ColdFusion 11 on a Windows 2012 R2 VM. CF has been up and running w/o issue for about 2 weeks. Used basic default directories. Today I d/l'ed and installed the add-on...
View ArticleColdfusion 11 Standard hangs when only four requests are made.
We recently migrated to a new server and installed ColdFusion 11 Standard upon it. We went with CF11 so that a higher number of concurrent requests could be made upon our database. To our dismay we...
View Articlegetting CF11 slowdowns and see [ajp-bio-8014-exec-103] in the coldfusion-out.log
We get these slowdowns just about evert hour:Jun 14, 2015 11:51:43 AM Warning [ajp-bio-8014-exec-1140] - Could not obtain the lock for client scope. The lock obtained on it might not have been...
View ArticleCF11, getting every 5 min message: [ajp-bio-8014-exec-423] - An error...
CF11, getting every 5 min message: [ajp-bio-8014-exec-423] - An error occurred while fetching element from authcache in the coldfusion-out.logWhat is the reason of the message?
View ArticleUse an Alias in a WHERE statement
I am using The Report Builder in CF10.I need to select data from multiple tables. One of the conditions is that the term_int (value of 201508 is converted to school year) = to sch_years (201516) in...
View Articlecf9, how can I determine which .cfm is sending emails?
I'm consulting for a company, and their server is being used by intruders to send spam email. It is Windows 2008 x64 with IIS, CF9, and SQL Server. The CF server is running their home grown web site,...
View Articlecf 11
Hi, I have Cold Fuion 11 installed in the development, test and production environments. In the development and test environments the following works but in the production environment the information...
View ArticleORM Entity: Link to a table on another database?
Is it possible to have the table of an ORM entity to be linked to a table on another database, like this:component persistent="true" table="anotherdb..tableonanotherdb" output="false" {} If not, what...
View ArticleHow can I return a PDF file from server using restful api
Wondering how to return a PDF file from the server using the restful api. A document id is provided, which retrieves a record that has the file path and file name information.From there the file is...
View ArticleUsing Solr to search database content
I'm working with a database that stores links to various pieces of government regulation. Each regulation has a discipline, subdiscipline, regulation type, and responsible office. Each one also has a...
View ArticleCan we prevent CF-ORM from calling the business constructor (CF-9)?
As it is right now, it seems impossible to employ the always-valid paradigm (often used in Domain-Driven Design) to define entities if we use CF-ORM for persistence. The always-valid paradigm states...
View ArticleHow do I tell default page vs page
I'm trying to create a check to distinguish between someone requesting the default page vs. explicitly requesting the default page. I'm running CF11 under IIS. My site has a default document of...
View Articleenable pdf service
This is my test to create a pdf out of html:<cfhtmltopdf>this is a test <cfoutput>#now()#</cfoutput></cfhtmltopdf>and this is the error I get: Error occurred while generating...
View Articlefor-in loop bug
Hello, I tried to add this as a bug to the Coldfusion Bug tracker (https://bugbase.adobe.com/) but ironically, I get a default Coldfusion error page when I log in. I believe there is a serious bug with...
View ArticleCall function with long process
Hi All,How can I define a function that call a Oracle sp but right away return something?The sp is a long process, I can check if the process finish later with another function. <cffunction...
View ArticleBest way to handle output from multiple queries?
I have to create several reports who's data will be displayed like this: TYPE# COMPLETEDTURN TIMEMulti-Family (MF) Multi – Family FHA Single Family (SF) Single Family FHA Condo Land...
View Articlehow can I use a popup window to send looed data to mysql?
I have a form that collects the personal info then it loops through items so the user can add a row of addition items. Upon submitting my form,the personal data is inserted into a mySQL table, it then...
View Article