cf11 and sharepoint 2013
I am looking for information on integrating CF 11 with sharepoint 2013 in a cloud environment.Any suggestions?
View Articlecfscript syntax coloring
I've been using CFEclipse for years, but want to give CFBuilder another shot. I can't get the coloring to do what it does in CFEclipse in cfscript. Basic tags like writeOutput and abort are simple...
View Articleaws subscription to coldfusion 10, reverted to developer what can I do?
aws subscription to coldfusion 10, reverted to developer what can I do? Worked for a year without a problem
View ArticleHow to output cfquery to array?
Hello everyone, I'm trying to output my cfquery to array. I need something like this: [code]<cfset myarray=arrayNew(2)><cfloop query="qryCustomers"> <cfset myarray =...
View ArticleCan someone share URL of good websites built using Adobe ColdFusion?
Hi, Would like to know some good websites that is still using CF
View ArticleCF11 Lockdown Windows/Apache
Looking to lockdown Cold Fusion 11 on windows/apache env using guide. Only see direction for windows/iis or linux/apache. Is there a guide for windows/apache.
View Articlecan I run multiple vm's on the same physical host with CFE?
can I run multiple vm's on the same physical host with CFE?
View ArticleCF10 SAML Implemenration issue
Hi All, i am implementing SAML 2.0 in Coldfusion 10. am seeing below issues when am using jar files xmlsec-2.0 and xmlsec-1.2.96 org.apache.xml.security.c14n.InvalidCanonicalizerException: You must...
View ArticleJSESSIONID cookie set when form posted with enctype="multipart/form-data"
I have the following CF Admin settings in my CFIDE :- Use J2EE session variables (not checked)- Enable Application variables (checked)- Enable Session Variables (checked) When I make a form post with...
View ArticleSending multiple emails with one cfmail tag based on a list of ID's that was...
i am using Cf9 on Windows 8 platform 64bit I am writing a page that will automatically send an email that will come as a text message to instructors who did not insert the names of their pupils into...
View ArticleCold fusion deployment
Hi All, We have a requirement in which we have deployed coldfusion 9 on IIS 7.how can we package and deploy the cold fusion files to the the server. I have tried creating the .car file. But it...
View ArticleConnection failure to PayPal PayFlow Pro
I have been using PayPal payflow pro as my payment gateway and I have recently been able to successfully process credit cards for user. now I am getting a connection failure when I run a test credit...
View ArticleAccess to SQL issues when updating a number field
Hi everyone. I have an edit page that updates some fields in a database. We just converted everything from Access to SQL. I can update the page just fine for the most part, except when I try to update...
View ArticleColdFusion 11 JMX Monitoring with SSL/TLS
Would like to monitor our JVM performance in the production network securely by enabling the SSL/TLS options available to JMX. Having trouble even after I properly created valid keyStore/trustStore...
View Articlesecond sheet report
Dear , how I can add a second sheet to a report? (report builder)necessary, since the report is on 2 sheets .or is there a way to print two different reports into a single PDF ?Thank you.
View ArticleIs there any compatibilty issues with coldfusion 11 and model glue framework
Our team is going to rewrite a coldfusion 11 project using model glue 3 frame work .Will there be any compatibility issues between coldfusion 11 and model glue 3 which can affect the development. Also...
View ArticleIs there any compatibility issues with coldfusion 11 and model glue
Our team is going to rewrite a coldfusion 11 project using model glue 3 frame work . Will there be any compatibility issues between coldfusion 11 and model glue 3 which can affect the development. Also...
View ArticleHow to use variable in cfQuery where?
I have this variable: strURL = siteURL not like '/training%' and siteURL not like '/webadmin%' Now in my cfquery: <cfquery dbtype="query" name="qryContentFiltered" result="tmpResult"> select *...
View ArticleI am having trouble with an XML feed Can You Help?
Any help would be appreciated I have created a cf file as follows:<cfxml variable="properties"><cfquery name="GetPropertiesForFeed">Select PropertyReference, Price, Urbanisation, Location,...
View ArticleCFEXCHANGECONNECTION - Could not connect to the exchange server with the...
For the life of me, I can't get this to work: <cfset username = "domain\username"><cfset password = "password"><cfset server = "exchangeserver"><cfset mailboxname =...
View Article