Error handling

I am showing the custom exception for the error.For every exception it’s working proper.The problem is when i change some no’s to * operator in the url link it must show the custom exception.But it’s showing the system generate exception. please help me with this.

Coldfusion error on a page

Hello, I am using ColdFusion 2018. I have successfully tested the application on a test server and everything works fine bujt when I move this to a new Windows 2016 server, I get an error as shown below.  Can someone please advice how to fix this error ? Thanks IQ Error Executing Database Query. ORA-00936: missing expression ORA-06512: at “DBO.REPORT_PKG”, line 490 ORA-06512: at “DBO.REPORT_PKG”, line 48 ORA-06512: at “DBO.MULTI_REPORT_PKG”, line 31 ORA-06512: at line 1 The error occurred in […]

Quick Tip: Where to find installers for older versions of ColdFusion

CFMLRepo.com has installers for ColdFusion dating back to version 1.5.

Someone asked: where can I find CF training resources that are not at least a couple of years old?

Do you lament that CF training sources seem to be dated? While that may be true for some resources, it’s not for all. There is far more available than I think most people realize.

generatesecrate key

This is my code for which i have written to encript..bt instead of AES i need to give my value..i mean i should generate secrate key in the form of surveyId_InviteId ….help me with this this is my code: <cfset InviteArray=[1,2,3,4,5,6,7,8,9,10]> <cfset surveyID=1> <cfset encryptArray=arrayNew(1)/> <cfloop from=”1″ to=”#arraylen(InviteArray)#” index=”j”> <cfset encryptionKey = generateSecretKey( “surveyID_InviteID” ) /> <cfset inviteandandSurvey=surveyID&InviteArray[j]> <cfset EncryptedSurveyID = encrypt(inviteandandSurvey,encryptionKey,”surveyID_InviteID”,”hex”) /> <cfset decoded = decrypt(EncryptedSurveyID,encryptionKey,”surveyID_InviteID”,”hex”) /> <cfset encryptArray[j]=”#EncryptedSurveyID#”> <cfdump var=”#encryptArray[j]#”></br> </cfloop>

Retrieve multiple email

I need to retrieve multiple email which is provided in the form..And for every mail i need to create unique id.please help with this.

Generating encryption id

I have to generate encrypted id to every unique id and need to attach it to my url.That encrypted id should not be repeated..can u help me with this please.

ColdFusion 2016 and Oracle 12c Release2

Hi My DBA is going to upgrade our current Oracle from 12c Release 1 to Release 2. For the datasource of my app I have been using JDBC (oracle.jdbc.OracleDriver) to connect to Oracle and it has been working fine. Does anyone know if Release 2 will have any negative impact on CF 2016? Thanks. Nathan

Fighting Stagnation: Learning how to grow your skills in a stagnant development environment

Maintaining a legacy application can be a challenge, especially when the team is reluctant to try new techniques. Increment new methodologies gradually so as not to scare off developers stuck in their ways.

Into the Box 2019 – All set up! and waiting for you

After the success at the CF Summit East in Washington DC, it seems that the spring conference season is fully underway. Our next major upcoming conference is the much anticipated Into the Box 2019. The conference will be held in just inside the Houston, TX region at The Woodlands. It will run for three exciting days starting on the May 1st with pre-conference workshops and culminating on May 3rd with Closing remarks and a raffle. Pre-Conference Workshops- Into the Box 2019 […]

How to write onError method

I want to display the custom errror…I am not getting how to start the code…Or how to start writing onError method,can u help me with the flow and if possible send some sample code for hadling the custom error