The official community for ColdFusion.
Nyligen aktiv
I'm running into "Internal Server Error" when trying to authenticate using shibboleth with LDAP. Here's the ColdFusion error.Element MYSITESHIBBOLETH.USERNAME is undefined in SESSION. The specific sequence of files included or processed is: \\commonspotshare.mysite.com\commonspot$\TEST\test.mysite.com\authenticate.cfm, line: 32And here's the authenicate.cfm file line 32.
Hello,I have a problem with cfcontent for I can pass the document name. It defaults to the name of my program.Thanks for your helpTank you
Hello everyone, I'm trying to send email with the link that includes user id. After users click on the link they should be able to see the form with their information that has been previously filled. So my question is after I send the email how and what is the best way to pull information and show them to user. Should that be separate page with the cfquery limited on user id or something else? If anyone has any idea what is the best way to do this please let me know. I already have my code that send emails.
All of sudden since last week webservices urls are failing with below error This webpage has a redirect loopERR_TOO_MANY_REDIRECTSnot sure what's causing the issue.. Help neededThanks in advanceShajin C
Hello. For our Coldfusion environment, we have a Development, Test and Production environment. I'm trying to determine what licensing we would use. I understand you could use a Developer license for Test, however most environments would have a Test environment replicate a Production environment, so would this work with a Developer license on a test server?
The last example on ColdFusion Help | cfcache looks like being for a different tag.
I receive attachments thru work emails on my PC, and b4 the attachments open up I get Adobe Download Asst Welcome box. I reset my password. Error says unable to invoke CFC - could not find component or interface. Frustrating. Please help.
{ColdFusion 8, latest, Windows.}The following statement occurs (in an included CFM file):<cfajaxproxy cfc="crv2_js" jsclassname="ServerProxy">The "crv2_js.cfc" file is indeed located in the same directory. (If you request it at the same URL, and enter the administrator password, a nice formatted description of the library and its methods dutifully appears, so it is there...)But the error is:The specified CFC proxy could not be found.The path to the CFC must be specified as a full path, or as a relative path from the current template, without the use of mappings.Looking also on the Administrator screen, I confirm that the directory is not mapped.Other, <cfinvoke> calls have been used to a sister CFC-library in the same directory without incident. So I am confident that the message that I am seeing is somehow bogus ... but I do not yet know what sort of "bogosity" it must be.
Hi All,I'm uploading my .xls using cffile and cfspreadsheet (query="data") to parse the .xls into a query object but I cannot figure out how to insert the query result into a table on sqlserver.<!--- Take data from xls and put into Query, drop info into Table on SQLSERVER.ENGOPSMTRLS ---><cfquery name="GetData" dbtype="query" datasource="ENGOPSMTRLS"> SELECT * FROM data</cfquery><cfoutput query="data"><P><BR>#Name#,<BR>#Work_Order#, <BR>#Project_Manager#, <BR>#Funding_Source#</cfoutput><cfdump var="#upload#" /> <cfdump var="#data#" /><cfquery name="update" datasource="ENGOPSMTRLS"> INSERT INTO ENGOPSMTRLS_UPLOAD (Name, Work_Order) <cfoutput query="data"> VALUES (<cfqueryparam value="#data.Name#" cfsqltype="cf_sql_varchar" />, <cfqueryparam value="#data.Work_Order#" cfsqltype="cf_sql_varchar" />) </cfoutput></cfquery>Error Details:Error Executing Database Query.
Hi,On Coldfusion MX 7, we have one application on Mach II and recently we planned to migrate the Coldfusion MX 7 to 11. So does Mach II compatible with Adobe ColdFusion 11.Could you please let me know.
I'm having trouble downloading the trial/developer edition of CF 11. I'm using IE 11 on a 'company' laptop on which I have temporary admin access. Yesterday I followed some instructions on the download help (setting compatibility for adobe.com) and managed to get the Akamai downloader installed. I got a prompt asking where to download to (the CF download) but when it started to download after a moment I got a message in the Akamai downloader "The Akamai Download Manager has encountered an fatal error: Access denied". There is a link "To download the files directly click here file 1 of 1" but that doesn't seem to do anything (in fact if I right click it and open in new window it just gives me the same Akamai downloader with the fatal error message).Trying again today I do not get a prompt for where to download the file to, just the "fatal error" message in Akamai. And I've tried the direct link again with no success. Tried everything several times over.
HI,I am currently running Cold Fusion 11 with Update 3.When I trying to compile Cold Fusion 11 to Java as part of the step so it can be scanned for potential issues with Veracode, the following message appears when trying to compile:Could not fine or load main class coldfusion.tools.CommandLineInvoker Per the link below Update 5 fixes the issue with the coldfusion.tools.CommandLineInvoker ColdFusion 11 Update 5 prerelease build now available — Adobe ColdFusion BlogBut according to the article, Update 5 has an issue.Update 7 is available. Has Update 7 fixed the issue with Update 5 and or the cfcompile?Thanks,Mike
We have been experiencing an ongoing situation where our application pool randomly fails bringing our site down until we are able to stop and start the application pool bring the site back up. This happens randomly, but usually at least once every 4 or 5 days. We are running Coldfusion 10 with Update 18 applied and the connector rebuilt after applying update 18. The web server is IIS 7.5 running on Windows Server 2008 R2. We are using the following settings in our workers.properties file:worker.cfusion.type=ajp13worker.cfusion.host=localhostworker.cfusion.port=8012worker.cfusion.max_reuse_connections=900worker.cfusion.connection_pool_size=900worker.cfusion.connection_pool_timeout=60 Our isapi_redirect.dll file shows version 1.2.41.0.When the site fails, requests appear to just hang. Using Fusion Reactor we see that requests are no longer being passed on to Coldfusion. If we attempt to stop the application pool in IIS it will sometimes shutdown properly and other times throw an error th
Hello all, I am trying to use the cfftp tag to connect to another server to upload some files. The server that we are connecting to does not have passive transfer activated. We are on Amazon Web Services, Windows Server 2008 and Coldfusion 10. We we try to transfer files we get the following:Detail: Error: 500 I won't open a connection to xxx.xxx.xxx.253 (only to xxx.xxx.xxx.247).253 is the internal, private IP and .247 is the public IP. Basically both of these ip's are assigned to the same machine. I suspect it has to do with firewall security settings. Can anyone help?Here is the code:<cftry><cfftp action="open"connection="ftpServer"server="#variables.IP#"username="username"password="password!"timeout="60"retrycount="10"transfermode="auto"/><cfcatch><cfset throwVoiceFileTransferFailed("Could not open connection. Message: " & cfcatch.Message & ". Detail: " & cfcatch.Detail)></cfcatch></cftry><cftry><cfftp action="putFile"connect
New to CVS...in other words I know nothing. I added it to my workbench in Coldfusion Builder 3. Now i need to setup a repository. Can i set this up locally for my current project? What do i use for the host value localhost? Hope this makes sense.
The error:Error Occurred While Processing RequestInvalid list index 16.In function ListGetAt(list, index [, delimiters]), the value of index, 16, is not a valid as the first argument (this list has 15 elements). Valid indexes are in the range 1 through the number of elements in the list. The error occurred in D:/home/manpcs.com/wwwroot/Untitled_cfm.cfm: line 5250 : '#replace(listGetAt(i,14,chr(9)),'"','','all')#', 51 : '#replace(listGetAt(i,15,chr(9)),'"','','all')#', 52 : '#replace(listGetAt(i,16,chr(9)),'"','','all')#', 53 : '#replace(listGetAt(i,17,chr(9)),'"','','all')#', 54 : '#replace(listGetAt(i,18,chr(9)),'"','','all')#',The code: <cffile action="read" file="http://website.com/test1.txt" variable="data" attributes="readonly" >
In the Post Installation instructions for CF10 update 18, it states:"If the fix for bug 3982328 is not needed, WSConfig upgrade command can be used to reconfigure the connector."This implies that I can't use "wsconfig -upgrade" if I do want the fix for that bug. Can someone clarify?
Hi,(CF11.07-ent, IIS8.5)NUMA and jakarta?---------------------------In the application pool that is assigned to my CF application site, there is a setting called "Maximum Worker Processes" and generally thiswould be left at 1 (the default). However, this setting supports NUMA and the IIS help on this says: "On a NUMA aware system, if this number is0, IIS will start as many worker processes as there are NUMA nodes for optimal performance."Since my system has 2 NUMA nodes, I decided to test this by setting this to 0 on MyTestAppPool. Now in task manager there are two IIS WorkerProcess running as MyTestAppPool. Just as one would expect.Then I add my-CF-test-site.com into MyTestAppPool. (this site uses wsconfig/1/isapi_redirect.dll)Then I look at isapi_redirect.log and I see an entry I have never seen before: [warn] init_jk::jk_isapi_plugin.c (3312): Loading different shared memory JK_localhost_1_jakarta/isapi_redirect. Already loaded JK_my-CF-test-site.com_1_jakarta/isapi_redirectQUESTION
After applying ColdFusion 10 Update 18 I'm finding that calls made into any web services that I have within my application fail to reach the target. Using IIS for my web server. I have removed and re-added my connectors using wsconfig.exe. The web sites work fine but the web services I have within the application are now unreachable (error is that the 'remote server cannot be reached'). Is there some other configuration that I will need to do to make Update 18 work for me? If I roll back to Update 17, everything works again.
my code: <cffile action="read" file="http://website.com/test1.txt" variable="data" attributes="readonly" ><cfoutput >#data# </cfoutput> <cfloop index="i" list="#data#" delimiters= "#chr(9)#" > <cfquery datasource="X" username="Y" password="Z" timeout="90">INSERT INTO property ( PublicRemarks, MLSID) VALUES ( '#replace(listGetAt(i,1),'"','','all')#', '#replace(listGetAt(i,2),'"','','all')#' )</cfquery> </cfloop>My Error:Invalid list index 2.In function ListGetAt(list, index [, delimiters]), the value of index, 2, is not a valid as the first argument (this list has 1 elements). Valid indexes are in the range 1 through the number of elements in the list. The error occurred in D:/home/manpcs.com/wwwroot/Untitled_cfm.cfm: line 1917 : ( 18 : '#replace(
Hi I try to view the contents of a folder in a cfselect.I arrive from a sql database but not from a local folderIf you have a start code , it's nice thx
I am looking for a standalone cf application. The front end should show a calendar that displays current month and bookings made. Usual back and forward arrows. Front end user should be able to make a booking, start date, end date, and see price calculation. Price should be displayed and carried to PayPal button. Half day splitter on first and last days of booking. Colour Categories for reserved and booked and vacant. Back end with full admin. All data to be in/from SQL database.
Hi All,I'm struggling to connect our Coldfusion 11 (x64) to the oauth2 methods used by Exact Online accounting API s. Every call I make always returns status 400 - Bad Request. No additional info is supplied, nor found on their development site. I had contact with their helpdesk, but as they have no knowledge of Java/Coldfusion, they just send me a .Net HTTP call example: strTokenBody = "code=" & strCode strTokenBody = strTokenBody & "&client_id=" & strClientID strTokenBody = strTokenBody & "&client_secret=" & strClientsecret strTokenBody = strTokenBody & "&redirect_uri=" & strCallbackURL strTokenBody = strTokenBody & "&grant_type=authorization_code" byteArray = Encoding.ASCII.GetBytes(strTokenBody) uri = strBaseURL & "/api/oauth2/token" Dim req As WebRequest = WebRequest.Create(uri) req.ContentType = "application/x-www-form-urlencoded" req.Method = "POST" req.ContentLength = byteArray.Length Dim stream As Stream = req.GetRequestStr
Is it possible to copy a file from a remote ftp server to a local folder while retaining the original file name? Please note: The filename on the remote server is not always the same.
Getting a strange error when trying to do a CFPDF "read":<cfpdf action="read" source="c:\test.pdf" name="myBook"> An error occurred during the READ operation in the cfpdf tag.Error: Invalid Document c:/test.pdf specified for source or directory.The file is defintely there, and I can open the PDF fine with acrobat reader (or any other pdf reader). Could it be partial corruption of the PDF itself somehow?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.