Questions tagged [coldfusion-2016]

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 2016 was released on February 15, 2016. ColdFusion was later updated to ColdFusion 2018.

New features in ColdFusion 2016:

  • PDF Enhancements
  • Updated functions including Query and Array processing functions
  • Language enhancements including safe navigation (?.)
  • Command Line Interface
  • Swagger document generation

See: https://helpx.adobe.com/coldfusion/2016/topics.html#dynamicpod_reference

353 questions
0
votes
1 answer

Coldfusion 2016 - "Advance Scheduling support is not available in this edition of ColdFusion server."

I am receiving the titled error message when trying to use cfschedule in Coldfusion 2016. I found an old issue from 2012 on the Adobe forms (https://forums.adobe.com/message/4560283#4560283) for this same error happening in Coldfusion 10 (it was a…
K. Meke
  • 433
  • 2
  • 14
0
votes
1 answer

Calling Oracle procedure with error

I'm calling a procedure written in Oracle 11g from ColdFusion2016. I've been debugging since yesterday unsuccessfully, a little help is appreciated. I don't know if this error is caused my oracle procedure or Coldfusion so I did some test by calling…
MGL
  • 135
  • 8
0
votes
1 answer

Best practice for storing password in database?

I'm creating new login system for my single page app. This system will require administrator to create account for the users. Once they setup account for the user I will send them an email where they have to enter their Information like Security…
espresso_coffee
  • 5,980
  • 11
  • 83
  • 193
0
votes
2 answers

cftransaction will only run first cfquery, skips over second

I'm trying to write to two different tables, both in the same database. In one CFTRANSACTION with two CFQUERY, the first CFQUERY will INSERT properly but the second (also INSERT) is just skipped over. No errors are thrown, I can see the data in the…
MLynch
  • 425
  • 1
  • 4
  • 12
0
votes
1 answer

ColdFusion 2016 output cfquery results in array of structures?

I have query with multiple line of records. I would like to output each line in structure with column name key. After looping over the query records I want to set that structure in array. So far I have correct format of my data but for some reason…
espresso_coffee
  • 5,980
  • 11
  • 83
  • 193
0
votes
1 answer

ColdFusion 2016 converts special characters?

After doing some research and working on CF 2016 there is one problem that I found. I use JQuery/Ajax to submit form data. If I enter semi column ; in one of my text areas that symbols is converted to ;. I'm not sure what is causing semi column…
espresso_coffee
  • 5,980
  • 11
  • 83
  • 193
0
votes
2 answers

Single Page Application framework and login page?

I have worked on a project Single Page Application, created inside of an existing system. Our old, existing system has a framework created in our company. This framework is very old and is not mobile friendly. Now I have a project to move my SPA to…
0
votes
1 answer

Large form processing with ColdFusion via ajax

I use Ajax (Jquery) quite often to send forms off for processing in ColdFusion. I send the form to a CFC which returns results and errors back to the user through Ajax notificatitons. The forms can be quite large (think full HTML pages with…
volume one
  • 6,800
  • 13
  • 67
  • 146
0
votes
1 answer

Consuming web services that ColdFusion does not generate

I'm a newbie to web services. I'm using ColdFusion 2016 and want to make a call to this service url: https://apitest.authorize.net/xml/v1/request.api. This service is written in C#. How can I call a service, from ColdFusion, which is written in…
Abhilash Shajan
  • 610
  • 1
  • 8
  • 29
0
votes
0 answers

ColdFusion 2016 Java 8 Update

We're running ColdFusion 2016 on Windows Server 2012 R2. I see that ColdFusion has an update (Update 5 build 303689) that requires JDK 1.8.0_121 or higher. We are currently on 1.8.0_112. I've opened C:\ColdFusion2016\jre\bin\javascpl.exe but I…
jessieloo
  • 1,759
  • 17
  • 24
0
votes
1 answer

cfqueryparam converting varchar to nvarchar in sql azure

I'm using a database in Azure with ColdFusion 2016. I'm using Sqljdbc41.jar from (helpful links on how to configure it: link1 link2) This is my query. [uuid] has an index on it and is varchar(36) and pkIdentity is a primary key int. select…
0
votes
1 answer

ColdFusion 2016 Developer Edition on Windows Case Sensitivity

I just installed ColdFusion 2016 Developer Edition on my Windows 7 laptop and configured it to use the built-in web server. Previously I was using ColdFusion 11. Now I have a case-sensitivity problem, but only for non-ColdFusion (.cfm) resources.…
Rocky
  • 321
  • 1
  • 8
0
votes
1 answer

Failing to write the query results to a csv file ColdFusion

I put my project on a new server where I am using ColdFusion 2016 but it is failing while running the following lines:
DoArNa
  • 491
  • 2
  • 9
  • 29
0
votes
1 answer

Sent email has content but it can't be seen

I am trying to send an email using new mail() and it almost works. The email that gets sent has the desired content in the raw message, but Apple Mail (app) cannot read it. Is this an Mail (Apple App) problem or a mail (ColdFusion object)…
James A Mohler
  • 11,060
  • 15
  • 46
  • 72
0
votes
0 answers

ColdFusion 2016 Administration page doesn't load on cloned machine

I recently configured and hardened an installation of ColdFusion 2016 + IIS 8 in preparation for a upgrade from CF9. I was able to load all of our web, configure our data sources, and get everything pointed in the right direction. I was able to test…
henonChesser
  • 167
  • 1
  • 14