Questions tagged [coldfusion-2021]
22 questions
4
votes
0 answers
Coldfusion LDAP from Docker Image
I am trying to establish a LDAP connection () from within a Docker image of Coldfusion 2021. It would be hard to post any relavent code here simply because it would expose our AD tree, however, the same code I am trying to run works just…

madcolor
- 8,105
- 11
- 51
- 74
3
votes
2 answers
Coldfusion 2021 Date value passed to date function createDateTime is unspecified or invalid - Specify a valid date in createDateTime function

Mike Striker
- 94
- 7
3
votes
2 answers
arr.Append() vs. arr.Push() in ColdFusion
What is the difference between
i = []
i.push(1)
i = []
i.append(1)
?
They both seem to have the same results.

James A Mohler
- 11,060
- 15
- 46
- 72
3
votes
1 answer
ColdFusion 2021 - How to handle SAML/SSO with multiple applications on same server
We have a server with about a dozen small applications each in their own subfolder of the server (//URL/app1, //URL/app2, etc).
I've got the basic SSO authentication round trip working. I set up my account with my IDP and have the response set to go…

Stephen F Roberts
- 259
- 1
- 8
2
votes
0 answers
Deploy Coldbox Application to an existing Adobe Coldfusion 2021 instance
I have a simple Coldbox REST application that just calls the following function and returns either 0 or 1:
function getTurnstileData(location, type, rfid){
spTurnstile = new storedProc(procedure='pr_dtr_timedata_check',…

Eric
- 21
- 1
1
vote
0 answers
How to configure PDF Service Manager so it verifies and I can use cfhtmltopdf?
We're attempting to use in our development environment, running CF 2021 Enterprise on Windows, but running into some road blocks.
When I attempt to use the tag on a page, the error message says "No Service Manager is available." I…

mykaf
- 1,034
- 1
- 9
- 12
1
vote
0 answers
Facebook graph API me endpoint errors out the first time and successful the next time
I am using facebook login in my coldfusion application. I went through all the steps to get access_token. I am making cfhttp call to "/me" endpoint with access_token and fields parameters and getting "I/O Exception: peer not authenticated" error in…

user1439071
- 11
- 2
1
vote
1 answer
What ColdFusion server settings can affect superagent 'get' content types?
Our shop is running two Adobe ColdFusion servers, a development and a production. Production is on ColdFusion 2018 and development is on ColdFusion 2021. When upgrading the development server to 2021, we chose to migrate the server administrator…

Jesse Kuzy
- 11
- 2
1
vote
2 answers
Azure Container Instance Custom Log in Log Analytics Workspace
I have an Azure Container Instance running a docker image of Coldfusion application.
I also configured this Container Instance to Log Analytics Workspace.
Now I need the Coldfusion logs to show at Log Analytics Workspace. I am unable to get those…
1
vote
1 answer
Issue with ColdFusion Query of Query after upgrading ColdFusion server from CF9 to CF21
I cannot figure this out. My company recently upgraded our ColdFusion Server from CF9 to CF2021. One of my pages uses queries of queries to run. Prior to the upgrade the page worked fine. However after the upgrade the query of query where statement…

user1978340
- 101
- 1
- 13
1
vote
1 answer
Intermittent CFC not found - Coldfusion 2021 Standard
We have a very strange issue. We have a large CF application that was originally written in CF9, upgraded to CF2016, then onto CF2021. There is a invoicing job that runs as a scheduled task everyday. This invoicing job does many steps (creates,…

VoIPX
- 79
- 4
1
vote
2 answers
Upgrading from Coldfusion 9 to Coldfusion 2021
I am working on coldfusion9 application now we want to upgrade our application to coldfusion 2021 in this context we want to know
If we upgrade our application coldfusion 9 to coldfusion 2021 do we need to do any code modifications after upgrade or…

Santhosh kumar Vadlamani
- 150
- 1
- 5
0
votes
0 answers
In coldfusion, queryExecute() can i use JSON structure with {} and : for 2nd parameter 'params' type struct of struct.what are pros and cons?
I am struggling b/w two syntaxes of coldfusion. Please, Help..!!
QueryExecute(sql, params, options);
Normal syntax:
sqlEmployees = "SELECT * FROM Employees
WHERE empid = :empid
AND country =…

user1439071
- 11
- 2
0
votes
0 answers
_objectFieldValueSeparatorWithSpaces when using iText and ColdFusion
I have found the issue to be an incompatibility with the jackson*.jar files.
iText uses ver 2.12 while ColdFusion2021 uses ver 2.8.
What will break if I have Coldfusion use 2.12?

EdGioja
- 63
- 5
0
votes
0 answers
Storing and Validating Hashed & Salted password with ColdFusion 2021
I need to hash and salt user entered passwords and store it in the database. I also need to validate the hashed & salted password when a user login to the site.
I read from the following adobe blog by David…

user1557856
- 163
- 2
- 12