Questions
Als letztes aktiv
Please bear with me as I am primariliy a systems and network admin as opposed to a developer.We are in the process of migrating our code from CF8 to CF10, and the inhouse developers are complaining about one error they cant figure out. We have a page that uses cfgrid to call a CFC. This CFC throws an error about a request variable being undefined, however I do se that it is defined in the debigging information of the parent page. Error invoking CFC at /toDynamic/display/adminsitecampuses.cfc : Element FUSEBOXOSNAME is undefinedin REQUEST. I know we are using an older version of fusebox, but it would be a monstrous task to upgrade it at this point.Any suggestions?
I have an SSL certificate where the Common Name doesn't match the url, but the Subject Alternative Name does. The Common Name is the actualMachineName.subnet.subnet.mynetwork.com and the SAN is www.prettyurl.com. I understand older versions of CF don't support this, but the comments regarding Bug #3566218 say that CF10 does. However, I am still getting connection failures telling me the name doesn't match.Can anyone confirm this should/shouldn't work in CF10? I have imported all of the certs via the keytool and explored all of those issues. The only remaining issue is that the url doesn't match the CN.TIA,Eric
Hello,Someones know if the CF10 can interact with reports of SAP CR 2011?I'm calling the reports (rpts) with the Cfreport but it displays a blank page. Actually I'm migating the crystal reports to CF Reports but I have a lot of reports and someones are dificult.The way that actually I'm calling the crystal reports is calling the report by URL from our CR Server but we have problems with the session because every time that open a report is a session and when you close the report, the session doesn't close and when we rich the 4 sessions we can not open more reports. We have to wait until the serve kill the session automatically.Someone knows a solution for this?regards
I have some pdfs that contain forms, created in LiveCycle and Acrobat Pro. Ideally, I'd like the user to click on a link, have the pdf come up and after they've filled out the form on that pdf, they click a submit button and the pdf gets emailed to me (or saved to the server). Some of the forms are very specific, like 1040 tax forms, etc and some are very simple.This seems like it should be fairly simple, but I'm not finding a basic solution. Any ideas?
Hi,The Web/application server where the Cold Fusion is located and the database servers were cloned from the production environment and installed on seperate VM Servers in a protected environment.When I try to connect to the VM database server from the VM Web/application (Using Cold Fusion Administration), the network traffic is showing the production IP of the database server.I cannot find the production IP of the database server in the Cold Fusion Administration screens. (The version of Cold Fusion is 9 Enterprise).The question I have is where on the Web/application VM Server would the IP address be of the production database server?Thanks,Mike
We recently upgraded from ColdFusion 8 to ColdFusion 10. Everything works fine except for the text search function. We manually re-created a smaller collection of HTML documents, and the index did appear to run. Most searches seem to work fine, but the longer word "severability" returns "several", "severally", but no "severability".We also attempted to index a larger collection, which includes PDF documents. At first, we forgot to include PDF among the document types in the collection. The index ran, but returned zero hits, although there are indeed HTML documents in the target population. When we remembers to add in the PDF documents, the indexing process consistently returns "out of memory" errors.Any help would be appreciated.
All of my servers are version 10 and are in development so they are not exposed to public. I also have a version 9 server running in production which is public. All of the 10 servers never had a username saved, I came in this moring and all server had the username set to admin (locked in browser) and some random password. Any idea as to how all servers changed?I was able to reset the development user/pass but I am at a loss as to how they were all changed. No network intrusion was found.
I get the following error and losing connection while trying to code a program in CF Builder...!ENTRY org.eclipse.equinox.p2.engine 4 0 !MESSAGE Error parsing profile C:\Program Files\Adobe\Adobe Coldfusion Builder2\p2\org.eclipse.equinox.p2.engine\profileRegistry\profile.profile\1336576853011.profile.gz.!STACK 0Any ideas on how to fix? I am running on Windows 7 64 bit version.Thanks.
I had CF10 trial version installed on a Windows 2008 Server R2. Then Administrator stopped accepting my password. So I ran the password reset script and restarted the service. That didn't fix it. So I uninstalled and when I tried to reinstall, the installation program keeps saying: "The specified directory is not valid." The specified directory is C:\ColdFusion10, which exists on the file tree. I even manually selected it using the browse button in the installer. Any ideas?
Just transitioned to a new PC with W8.1 Developer/Trial version of CF10 downloaded, but Windows says it cannot be installed.
Does CF10 run on RHEL 5.10, the last update for v5?
I am trying to send an email with CFschedule... from what I can tell by looking at the documentation, I am doing it right. I am not getting any error messages but the email is not sending. The CFschedule is the action page of a form. When the form processed, it should set the CFschedule for another action page which sends the email. Here is the code - The code that fires on a form submit (I have verified that this page is being called properly) <cfscheduleaction="update"task ="sendemail"startDate ="3/18/2014"endDate ="3/18/2014"operation = "HTTPRequest"interval ="once"url = "sendemail.cfm"startTime = "10:43:00">And the action page. <cfmail from="xxxxx@xxx.Xxx" to="xxxxx@xxxx.xxx" subject="Your Equipment Test"> Your equipment lease is due back to CIE tomorrow. </cfmail>Thanks!
Im having a little difficulty figuring out coldfusion mappings with numerous virtualhosts in apache.It seems that CF10 handles things differently than CF8. I used to be able to add mappings in the CFIDE and brose to the files directly, or in the case of a cfc, get the component info. It seems that CF10 no longer follows mappings, or at least not externally. We have come flex apps that rely on these mappings, and they can no longer get to the cfcs. Adding aliases in apache did not fix the issue, since the CFC cannot read session variables from Application.cfm when invoked that way. Does anyone have any ideas?
Has anyone used Solr to index a directory or directories of .doc, .xls, .pdf files? The return from a cfindex on that collection has the document properties in the summary field and it is all together. That is to say that the title, author, etc is not broken out like it is in a verity collection. Does anyone know how to edit the schema.xml or config.xml in a solr collection to index the files so that I can retrieve this information. I am trying to capture all the document properties in their respective fileds and would like to add the created and modified date. I would like to be able to search on these fields.
Hi,I have 2 web server that run cf9, both been link and clustered. My problem now I have difficulty to add datasource. sometimes it can go thru sometomes it failed. And if it success the connection was not stabil. Please help me...Regards,Shaffiq
My setup IIS7 windows 2008 R2 with ColdFusion 9 on a virtual server, using windows authentication.Windows authentication worked perfectly in the previous version of IIS and on a conventional server setup and coldfusion 8.Now when a person without permission requests a file in a protected folder, they are denied all files except the .cfm file. That file displays all the text.Since this is IIS7 there is no "check that file exists setting" but this is supposed to be handled through the Handler Mappings.The wildcard is mapped as well as the .cfm, .cfml etc specific extensions.Documentation says:How does the ColdFusion service interact with IIS in terms of security?CF runs as a separate service, but it also integrates with IIS using an ISAPI extension. The ISAPI extension runs in-process with IIS, just like the ASP engine, and when a request is received that is mapped to the file extension associated with the ISAPI extension (typically .cfm and .dbm, although those can be changed in the IIS
I have what appears to be a configuration problem with Coldfusion 10 running on a Windows server with IIS 7.5I have a javascript function that is sending REST requests to the server. I am able to make GET, POST,and PUT HTTP requests to a REST CFC with no problems.However, when I send an HTTP DELETE request to the CFC, the code within the delete function in the CFC executes (the delete query in the function runs), but then I don't get a status code sent back to the browser. It's not that I get an error status code . . . I get NOTHING. No status code is returned at all and the request process in the browser just sits there and waits.Since the code within the function is working, I've tried "forcing" the return of a status code using cfheader. It doesn't work.However, if I take the query from the CFC and put it in a file with a CFM extension and call it using the HTTP DELETE method ...I get a 203 status code back right away
We have a need to upgrade our Oracle DB from 11g R1 to 11g R2 and are not in a posiition to move off of ColdFusion 9 yet. Has anyone run into any issues with 11G R2? I know it's not officially supported by Adobe, but I don't think we will have much choice in the matter.
I have a shopping cart that works from main code with VD on IIS. So all the code is places in one directory, and for each store I create a Virtual directory on the IIS so a store link will look like this :www.shoppingcart.com/store/XXXXX when the xxx is the prefix of that store. in the application.cfc ONREQUERSTSTART I take the last part of the URL and match it with the PREFIX I in the list of stores on the DB. to get the prefix I do this :<cfset request.store.prefix = "#listgetat(cgi.SCRIPT_NAME,listlen(cgi.SCRIPT_NAME,'/')-1,'/')#">Then to get the right store info I used to do this : <cfset qreadStoreInfo = application.cfc.StoreDetails.read(filterStorePrefix request.store. prefix)> It all worked well (for over 4yrs) till about 2-3 moths ago (or at least then one of the client complained) when we start seeing the WRONG output of store
Dear All CF GURU,There have been a bug that troubling me.I have a mysql dump process as code below and it will keep restart the process around every 900 seconds.<cfsetting requesttimeout="72000"><cfquery name="backupdb" datasource="main">SELECT schema_name FROm information_schema.SCHEMATA where schema_name <> "information_schema" and schema_name <> "mysql"</cfquery><cfloop query="backupdb" ><cfset dts = backupdb.schema_name><cfset currentDirectory = "C:\DAILYBACKUP\"& dts><cfif DirectoryExists(currentDirectory) eq false><cfdirectory action = "create" directory = "#currentDirectory#" ></cfif><cfset filename=dts&"_"&dateformat(now(),'YYYYMMDD')&"_"&timeformat(now(),'HHMMSS')&"_"&GetAuthUser()&"_DAILY.sql"><cfset currentdirfile=currentDirectory&"\"&filename><cfexecute name = "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqldump" arguments = "--user=ro
Hi,I was just wondering if there were instructions around on how to install admin components for remote start & stop after installation of CF 10 has been completed?I'm looking to update some development servers for use with ColdFusion Builder, but I can't find any information on how to install the component on linux after the fact.I've searched through the installation guide, but haven't come up with anything.Cheers,Simon
I am having issues enabling scheduled tasks in ColdFusion 10. I have go so far as to set MySQL (5.1.73) to use lower case table names and be case insensitive in comparison. After that didnt work, i dropped the databse and ran `tables_mysql_innodb.sql` (C:\ColdFusion10\cfusion\lib\quartz\scripts) and trien to enable schedule task clustering and continue to recieve this error message: `Error while creating tables for cluster setup for datasource cf_tasks. Verify the connection. The supported databases for cluster setup are MySQL, Microsoft SQL Server and Oracle'. I didn't have the `Create Tables for Cluster Setup` option selected.
Hello, everyone.I'm just curious if there is a way to change the default documents in CF9 built-in web server?I know that in IIS the default documents are default.htm, default.html, index.htm, index.html, home.htm, etc. You can change their priority, remove them, add to them.Can the same be done in CF9 built-in web server? I've tried Google-ing for it, but I'm not finding anything on the subject.UPDATE: Op! I may have stumbled across the answer. I'll let you know if it works.Thank you,
I have a drop down that calls a function to return a list of ID's. Based on the ID that is selected it calls another function to return something (within a <cftextarea> tag. This works fine unless I am using ckeditor on my page which turns the textarea into an iframe which I think is whats causing the data to not populate in that textarea. I have run the ajax debugger and there are no issues, everything is being passed as it should be. and I has run this in multiple browsers so that is not the issue.Has anyone run into this? I googled and cannot find anything.Running ColdFusion 9.0.1Thanks
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.