[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'column_name'
1. In my ColdFusion 11 website (with SQL Server 2008 R2), the following cfquery is throwing the above error: <cfqueryname="deleteGrantModificationItems"datasource="#dsource#"> DELETE col_key FROM...
View ArticleThe value returned from the function is not of type query
I couldn't figure out why I got this error. I have set default var query. Please help. If qLocal has records then return fine, but when qLocal records is empty will throw errors. I've set a...
View Articleproblems with xml returned when invoking a web service with CF11
hi, i have run into an unusual behavior when invoking web services.i am calling a web service that returns an XML like this: <children> <child>...
View ArticleHow do I inner join 4 tables?
I have a page table that includes navigation IDs, catID, subcatID, I use an inner join for the tables.Tables:pagescategoriessubcat I have added subSubID for a third level on the nav menu. How do I add...
View ArticleJQUERY AJAX - function success returns “UNDEFINED” with CFC query
Hi, I have a problem with implementing AJAX in my form for linking drop down lists. I use ColdFusion (CFC file) for retrieving results from a query: <cfcomponent output="false"><cffunction...
View ArticleColdfusion 10 developer edition, download link required !!!
Hi, I need to install Coldfusion 10 developer edition for my project, please share the download link.Thanks in advance. Regards,Ankit
View ArticleColdFusion Support for Exchange Server Office365
Can ColdFusion 10 connect to Microsoft Exchange Server 2013 (https://outlook.office365.com/owa/) server? Setting values for CF10 "exchangeServerVersion" are documented as 2003, 2007. or 2010. Does...
View Articlemod_jk.so undefined symbol:ap_log_error apache 2.4.6
Good day. Installed coldfusion10 on suse linux13.1 running apache 2.4.6. When I created the web server connection using ,/wsconfig everything worked. However after restarting apache I know get an...
View ArticleJ2EE breaks submitting form via AJaX
Hello, all, I'm fairly confident that this is related to my recent posts about SESSION and iFrame. I'm just not sure how to fix it. I have been working for several months on this project; but I only...
View ArticleURGENT! Why is Web Server Configuration Tool not working after upgrading CF11...
After installing ColdFusion 11 Enterprise Evaluation then upgrading that installed version to a paid licensed version, we cannot get the Web Server Configuration Tool to work. This is on Windows Server...
View ArticleColudfusion11の設定
Coludfusion9からColudfusion11へのマイグレーション評価で、OS Redhat 6.5にColudfusion11評価版をインストールしました。 インストールは、特に問題はありませんでしたが、起動すると、下記のログが出力されて正しく起動しません。 何方か原因と対応をご存知でしたら、教えて頂けますと助かります。...
View Articlearabic data migation & display issue
Hi All, Arabic charaters are not displaying correct when migrate data to oracle DB it is showing correct when inserted from form please let me know any settings needed for arabic display???? Server...
View Articlealternative to IP Addresses for Debugging
Is there a alternative to using IP Addresses for Debugging in CF Admin?Our IP Addresses are changed regularly, so can I use computer name?
View Articlecfcontent generated unwanted script header
I have this weird thing happened to cfcontent. <cfheader name="Content-Disposition" value="attachment;filename=#LSDateFormat(now(),"mm.dd.yy")#.txt"><cfcontent...
View ArticleCFINPUT VALIDATE INTEGER NOT WORKING PROPERLY
The CFINPUT with the VALIDATE="integer" is not working properly at all. The user can enter 23,950 as the number. We would think this is OK but it won't work properly without stripping the "," The...
View ArticleRESTful webservice not reliable
I've successfully created/registered a rest service, but I'm having trouble keeping it alive. I can understand that a change in code needs a refresh of the service (in administrator or...
View ArticleCluster creation help!
Hi there Does any one have a fool-proof document for creating and proving a 2 server ColdFusion 10 cluster? Most of the documents I have found are missing something. More specifically, what is the...
View Articlewhy does validate="integer" accept commas?
Earlier versions of CF didn't let a comma slip through to mess up SQL statements. This version does. Not only that, but the javascript code in cfform.js, if extracted and run separately against a...
View ArticleCan I install CF 9 64bit on a server running CF9 32 bit?
I mistakenly installed 32 bit version. Can I just rerun install with 64 bit version?
View ArticleUpgraded to CF11: cflayout tabs shows scrollbars
After upgrading from ColdFusion 10 to ColdFusion 11, vertical scrollbars are now showing up in cflayoutarea. We use ColdFusion.Navigate to submit data and refresh a cfdiv that is inside cflayoutarea....
View Article