The official community for ColdFusion.
Recently active
I am trying to conect to the SSRS in Native mode from CF 11 update 2 . the request from CF is http://myserver:80/ReportServer?/Reports/Account Level Mytest to Test&rs:Command=Render&rs:Format=csv&test_id=e9ffa43c%2d2eda%2d4081%2d9428%2d1ca8e784dc47&period_start=11%2f01%2f2013&period_end=11%2f30%2f2014 But I receive this error message:The path of the item '%2FReports%2FAccount%20Level%20Mytest%20to%20Test' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash. (rsInvalidItemPath) <a href="http://go.microsoft.com/fwlink/?LinkId=20476&EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&EvtID=rsInvalidItemPath&ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&ProdVer=12.0.2381.0"All is correct like paths and all other strings. If execute separatly in the browser the same request it's work : http://myserver:80/ReportSer
Hi all.I have installed the cold fusion server.at first with mac server, apache..... but after install cold fusion and want to go to the admin page:HTTP Status 500 - java.lang.NullPointerExceptionI deinstalled the server from mac and cold fusion..after a fresh install of coldfusion 11 and use the build in server..the same error..does anybody knows the problems?I Use Java 7 Update 67A friend of me have installed it .. it runsgreetings thorsten
We are moving from CF8 to CF11, windows 2003 to windows 2008 r2 64bit, IIS 6 to IIS 7.5. When I have my code as a VD or placed in the wwwroot, in the Default website, the site works OK but when I create a new site pointing to the code,placing in a different folder, it throws an error :"The requested content appears to be script and will not be served by the static file handler."1. All the Handler Mappings are mapped OK.2. Tried re-installing ASP.NET, iisreset etc.3. Tried changing the AppPool.Please reply ASAP.Thanks & Regards,Naresh.
I know this didn't exist before CF9, and a patch for CF8, but I have yet to find where, or any documentation pointing to, where this activity is logged. Where can I find the logs showing failed login attempts to the CF admin?
Hey guysI hope someone can finally help me here after frustrating hours of trying to contact someone at Adobe who would just listen to my problem...We plan to buy the newest version of ColdFusion for our new webserver. For testing purposes we installed the trial-version of ColdFusion 11 and are facing the following problem:The first time we call any CF-web, theres a delay of 10 seconds! After that delay you can browse the webpage fluently. After an hour of not visiting the page there's the same problem again.My first try to get more information about what might cause this problem, was looking at the request with the IIS-feature "Failed Request Tracing". In these log-files I found following entry:So what can I do to solve this problem?Kind regards from SwitzerlandNico MerzPS: More information on how to look up detailed information to a slow or failed request you can find on my blog IIS-Probleme debuggen mithilfe einer Ablaufverfolgung : nicomerz.ch (german!)
I am trying to pull the names of all students who did not attend a class after 30 days. I usually do the MYsql syntax first before I write it for coldfusion. Each student's name in my meeting table is identified by an ID, studentID and meetingdate. Each studentID is also identified next to a date column showing that they were present. I would like to run a code that will identify all the students who's ID was null during the last 30 or so days as specified. I am able to run students who never came to class since the formation of the meeting table. However I am finding it difficult to specify the names of students who were not present (or null value) during a specific time span./* This code below, which works just fine, will return a list of all of the students who never attended since the creation of the meeting table*/SELECT trim(concat(name.fname,' ' ,name.Mname,' ',name.lname)) as student, name.noiid as Student_ID, sum(meeting.meestuid) as NO_CLASS, teamlt.ltfname as teamFROM
Can I upgrade directly from ColdFusion 9 Enterprise to ColdFusion 11 Enterprise without going to 10 first?For those who have done this,1. What quirks did you find that you had to overcome in your installation (I know that everyone's environment is different and produces differest results)?2. What part of your code broke for which you had to find fixes?Tips and suggestions for a smooth installation, besides following the installation document. Thanks!
I created a adobe dynamic xml form and I also created a sample cold fusion script which reads all the fields from the pdf and populates them in to a structure.<cfpdfform action="read" source= "FORM PATH" result="formData" /><cfdump var="#formData#" label="formData" />When I run this script the structure shows me blank fields.Cold fusion version is 8.Please share your thoughts on this.Many Thanks,Nav.
I've inherited a ColdFusion 10 application with an Oracle 11g backend; Windows server. I am mostly a DBA and not a ColdFusion expert. In the code for the application, they have the datasource hard coded. This means when I move it to Test I must change the datasource, upload the modules, and test. After a successful test, I have to change the datasource, yet again, upload and have it promoted to production. I seem to remember in the old application I used to support, the code was generic and the datasource depended on what server you were on; if on development, test, or production you didn't have to worry. I don't remember how this was done. What would be the best way to eliminate this hard coding and have it more automated? I know I'm probably missing something, but you all have been very helpful to me in the past few weeks, so hopefully, it's not a completely stupid question. Thank you.
Hi CFers,I have this form, and I have which send information to a web service:How I can?FORM<input type="text" name="name"><input type="text" name="cpf"><input type="text" name="inscricaoEstadual"><input type="text" name="email">WS<xs:complexType name="cliente"> <xs:sequence> <xs:element minOccurs="0" name="name" type="tns:clienteContato"/> <xs:element minOccurs="0" name="cpf" type="xs:long"/> <xs:element minOccurs="0" name="inscricaoEstadual" type="xs:string"/> <xs:element minOccurs="0" name="email" type="xs:long"/> </xs:
We are starting to upgrade from CF 9 to CF 11 and have run across several applications that are not loading the js files that the ColdFusion UI tags use from the /CFIDE/scripts folder. Has anyone run across this issue?
CF10/Win2008R2/IIS7.5. Server monitor always shows my "Template cache hit ratio" is 0%. Why? I have all profiling enabled. My template cache count is up to around 700, with a max set of 2000. Surely some of my cached templates are being hit more than once?
CF 11 gives me empty string value for #CGI.Path_Info# in all the subdirectories. It worked for CF9.This is the code i use:<cfparam name="documentsTemplate" default="#GetDirectoryFromPath(cgi.PATH_INFO)#" />And the result of:<cfdump var="#documentsTemplate#"> or<cfdump var="#cgi.PATH_INFO#"> is:[empty string]I read it was the same issue for CF10.Do you know the reason and the way to fix it? Thanks a lot
HiHopefully, some one can help me with this issue. I am trying to implement a global site and hence was looking for a way to detect user location. I do not want to use any ip2location webservice or download a database or ask for user to "share location".Anyways, I found this project. I implemented it , it detects my location correctly (US). However for my friend in Germany it is returning an empty string for Country.http://javainetlocator.sourceforge.net/. I am using jar file from here. http://sourceforge.net/projects/javainetlocator/files/ with version 2.23I am using CF 11 and my code is onhttp://roomdu.com/geolocator/PLEASE SUGGEST ME <cfset ipAddress=cgi.REMOTE_ADDR> <cfset geoLocator=createobject("component","remoteClassPath_geoLocator")> <cfset Ok=geoLocator.init()> <cfset thisLocal
In order to access a secure FTP site, I need to specify a port (8080) for the proxy. There is no parameter for proxyport. I tried appending it with a colon (i.e., proxy.server.com:8080), but that didn't work. Via WinSCP, I can connect just fine since I can specify a proxy port in that app.How do you specify a Proxyserver Port in CFFTP?
This and similar queries have worked for years. The are 5120 similar queries in the system this came from according a DW search of "<cfquery name" This is the returned SQL error from the robust error message (on Development server). The actual SQL error message stated that nProb was not a designate field, which of course it true. nProbID should have been a number; e.g., 4472.As you can see, most of the CF vars have substituted -- only the highlighted ones have failed. I've been doing CF since the summer of '98. While I've had thousand of error and odd things happen, I have never had this happen before. I've tested the sources for all the errant (?) vars, but to not avail.Follow-up: I figured out the cause. The form.vars that these four values (sUserId, nProbID, scurType, and sScreenName) came from were on the previous page and for whatever reason, they were not with a <cfoutput> .
Our CF10 Windows server crapped out last night with a Tomcat error to the effect of 'the service is not running' (rather than a 500 from IIS or something). Found this in coldfusion-error.log:Nov 13, 2014 12:03:41 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaksSEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@101c628c]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1418457600000,areFieldsSet=true,areAllFieldsSet=true,lenient=false,zone=sun.util.calendar.ZoneInfo[id="America/Los_Angeles",offset=-28800000,dstSavings=3600000,useDaylight=true,transitions=185,lastRule=java.util.SimpleTimeZone[id=America/Los_Angeles,offset=-28800000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,startMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth=10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMo
We are upgrading from CF9 to CF11. CF9 is running on an older server under Windows Server 2003. I'd like to install CF11 on a new server under Windows Server 2012 and then shut down the old server. But since we're getting the upgrade price, will I still be able to install it on a new machine that didn't previously have CF9 installed?
I am getting the following error on the /home/coldfusion9/logs/application.log.----------------------"Warning","jrpp-133","11/09/14","22:11:52","CFADMIN","Unexpected characters found in locale.""Warning","jrpp-133","11/09/14","22:11:52","CFADMIN","Unexpected characters found in locale.""Warning","jrpp-133","11/09/14","22:11:52","CFADMIN","Unexpected characters found in locale.""Warning","jrpp-133","11/09/14","22:11:52","CFADMIN","Unexpected characters found in locale.""Warning","jrpp-133","11/09/14","22:11:52","CFADMIN","Unexpected characters found in locale."----------------------Any idea what is causing it and how can I stop it.I am using coldfusion9 along with CentOS release 5.10 and plesk 12.I have protected the CFADMIN directory as a password protected one.Let us know the valuable thoughts regarding this.Thank you,
<!---Control the timeout---><cfsetting requesttimeout="600"><cfset thisDate = now()><cfset today = #DateFormat(thisDate,"mm-dd-yyyy")#><!--- Open ftp connection ---> <cfftp connection="MyFtp" server="#FTPserver#" username="#username#" password="#password#" action="Open" stoponerror="Yes"> <cfftp action="listdir" stopOnError="Yes" name="Files" directory="/export400" connection="MyFtp">
Hi,Using cfcache to cache templates for a short period of time, the number of threads in coldfusion.exe process increase unexpectedly. Moreover, these threads remains in process (view resource monitor). We don't know why. Maybe an xml config file of CF10 take control of these threads?When I use this code:<cflock name="prodDetail#URL.ID#" type="exclusive" timeout="10000"><cfcache timespan="#createTimeSpan(0,0,0,30)#" key="prodDetail#code#" id="prodDetail#code#" name="prodDetail#code#">........</cfcache></cflock>Thanks in advance.
Just wondering if it is possible for a slide to contain a background image and have text appear on top of it?I've tried many ways and each time, the image is being displayed on top of the text.Examples I've tried: <cfpresentationslide Title="FILE BACKGROUND" duration="14" presenter="Paul"> <html> <body background="file:///C:/inetpub/wwwroot/ppt_test/slide_header.jpg"> <h3>Sales</h3> <ul> <li>Overview</li> <li>Q1 Sales Figures</li> <li>Projected Sales</li> <li>Competition</li> <li>Advantages</li> <li>Long Term Growth</li> </ul> </body> </html> </cfpresentationslide> and <cfpresentationslide Title="DIV" duration="14" presenter="Paul"> <div style="background-image: url('slide_header.jpg'); width: 960px; height: 124px; color: ##000000; z-index: -
We will be upgrading from ColdFusion 9 to 11 Enterprise edition. Can we use the same licensing keys or do we need new ones?
ColdFusion 10 Update 14 causes an application pool stoppage on one of our 2012/IIS8.5 servers. Has anyone else had any issues? We had to roll back to update 12.Regards,Mark
Hi,I have installed Cold Fusion 11 in a developement environment.I noticed that there is an update for a security issue.I am unable to locate the update (security fix) for Cold Fusion 11.Does any one know where the update is located so I can download it?Thanks for your help,Mike
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.