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

Error on cfscript version of cflogin

I am trying to cflogin inside of a cfscript. cflogin() { cfloginuser( name = "Bob", password = "123", roles = "Account"); }; When I run it I get an error:
James A Mohler
  • 11,060
  • 15
  • 46
  • 72
0
votes
0 answers

ColdFusion 2016 and stored proc throwing invalid character error

I am trying existing code in a CF 2016 install... I get this error "[Macromedia][DB2 JDBC Driver][DB2]ILLEGAL SYMBOL =; VALID SYMBOLS ARE ..." the line identified is a param of a stored proc call that looks like this:
j-p
  • 3,698
  • 9
  • 50
  • 93
0
votes
0 answers

Amazon Seller Central API Error - Request signature we calculated does not match the signature you provided

I have been trying to implement the Amazon Seller Central API for getting the order details, using ColdFusion.The API response is an error stating that the " The request signature we calculated does not match the signature you provided. Check…
0
votes
1 answer

Text based redaction in ColdFusion 2016?

Is there a way for Text based redaction in ColdFusion? I can see the documentation for coordinates based alone. Code used for coordinates based redaction is:
Hari Kallae
  • 118
  • 1
  • 2
  • 6
0
votes
1 answer

Can FusionReactor stop/start ColdFusion instances?

We have several ColdFusion 2016 instances in production. We need the capability to remotely stop/start them as needed from a central dashboard. Can FusionReactor handle this? I wasn't able to find anything in the docs.
Fook
  • 5,320
  • 7
  • 35
  • 57
0
votes
0 answers

CFToken cookie disappears when enabling "Use UUID for cftoken"

I've noticed that when enabling the option "Use UUID for cftoken" in ColdFusion Administrator the CFToken cookie is no longer set in the browser. From my understanding this option should only cause the CFToken cookie to be a longer alphanumeric…
MPaul
  • 2,553
  • 3
  • 20
  • 34
0
votes
0 answers

Security service not avaiable ColdFusion 2016

I have fresh installed ColdFusion 2016 on my mac with built in web server.(No IIS/Apache). I followed the normal installation procedure. Just after installation when i hit to the server (http://127.0.0.1:8500/CFIDE/administrator/index.cfm)…
Deepak Kumar Padhy
  • 4,128
  • 6
  • 43
  • 79
0
votes
1 answer

Why does cflocation strip characters and not visit the URL?

I have a URL stored as: (The above URL string actually comes from a database field that I have no control over) When I ask cflocation to…
volume one
  • 6,800
  • 13
  • 67
  • 146
0
votes
1 answer

SQL select HTML5 datetime-local

Using a datetime-local form field, and inserting its value into a SQL 2014 smalldatetime field. When querying the database to populate the form field for editing, I'm using SELECT FORMAT(myDate, 'yyyy-MM-ddThh:mm:ss') AS myDate My form field code…
Brig
  • 13
  • 4
0
votes
1 answer

Why doesn't code after cfreturn execute in a CFC?

I have created a CFC to process and return comments posted back to the submitting page. It just returns a JSON string of the comment made back to the browser which is then inserted into the DOM using jQuery. However, I also want to send an email to…
volume one
  • 6,800
  • 13
  • 67
  • 146
0
votes
1 answer

Can I use Coldfusion Query of queries on two different query results?

I'm trying to use Query of Queries based on two separate queries but I'm not getting the result I want. I would consider myself beginner in both SQL and Coldfusion. I'm using Coldfusion 2016 and SQL Server 2012. Initial request: Give me the name of…
airpolgas
  • 77
  • 7
0
votes
1 answer

Create workbook with multiple sheets from Queries

I am using ColdFusion 2016 and I've discovered that the server that I'm using only has CF9, I'm pretty new to this. I've been working on updating existing code to fit what the users now want. So far I've managed, but this is beyond me. I've got a…
Mike
  • 1,853
  • 3
  • 45
  • 75
0
votes
1 answer

ColdFusion2016 classpath issue

I've installed a clean instance of ColdFusion2016. I'm copying my old settings over from a CF11 instance. I'm having problems with the ColdFusion Class Path in the Java and JVM settings of the ColdFusion administrator. A third-party jar that was…
user619882
  • 350
  • 3
  • 13
0
votes
1 answer

installing new coldfusion 2016 and website broken

I installed the new ColdFusion version 2016, and have it and the old ColdFusion 10 version both installed on different ports. However, when I browse the site, both give me the same error:…
user6052841
0
votes
1 answer

Custom tag for getSafeHTML()

I am trying to create a custom tag that has amongst other functionality the ability to clean up inner content. I am trying to decide if I should thisTag.GeneratedContent.trim().getSafeHTML() OR thisTag.GeneratedContent.getSafeHTML().trim() Is…
James A Mohler
  • 11,060
  • 15
  • 46
  • 72
1 2 3
23
24