『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for ColdFusion.
新着順
I have indexed an XML file in solr, which looks like: <doc><str name="body">ABC</str><str name="contentid">282307</str><str name="docuid">121422</str></doc><doc><str name="body">MNO</str><str name="contentid">272307</str><str name="docuid">188422</str></doc>this file has around 100000 documents. what is the way to get maximum value from the field value "contentid" parsing the whole file.
Hello,I'm trying to use docBoost with CFIndex and whenever I use it, none of the documents get added to the index. It doesn't throw an error but nothing gets added or updated in the collection. Here is an example:<cfindex query="getFiles" collection="#variables.documentCollection#" &nbs
I'm testing the Update 4 on my local development machine (Windows 7 Pro 64-bit). I've downloaded and installed the updater. It never restarts ColdFusion when it's done. It tells me it will, and to check back in a few minutes, but even after half an hour it hasn't. So I manually restarted the ColdFusion service. When I log back into CF Administrator, it shows that Update 4 is still available to be installed (and the orange star is lit at the top of the screen). If I go to the System Information page, it lists the update level at:/C:/ColdFusion10/cfusion/lib/updates/chf10000004.jar and the version at: 10,0,2,283281I did run the WSConfig tool to remove and reapply the IIS connectors. Is there anything else I should be doing?-Carl V.UPDATE: I ran the updater a second time, again had to manually restart ColdFusion after waiting 30 minutes for it to restart itself, and still the CF Administrator reports that the update is available for in
Hello, This is more of a nuisance rather than a functional problem. I have CF9.0.2 installed on a Windows 2008R2 server (iis7.5) configured with 2 instances. While making changes in any CF instance using the CF Admin Page (including the cfusion instance), the page would randomly return me to the login page. This happens at radom when I click on different links or when I commit any changes. I'd have to login to the site again and re-enter the configuration change. All configuration changes are saved successfully on the second attempt. I have tried firefox and chrome and both have the same problem. Thanks David Kwang
Hi All-I currently have a .cfm file that has the following code:<cfdiv bind="url:/homePageIncludes/homePageTabs.cfm?tab={tabtype}" bindonload="true" id="tabView"/>... which seems to work fine, it calls homePageTabs.cfm which has a cfform on it. I want the cfform on this page to submit to itself without refreshing the page (which it appears to do).My cfform code looks like this:<cfform name="formTabs" method="post" action="/">... and on my homePageTabs.cfm page I'm doing a cfdump to get the submitted form values but it keeps coming back empty. I need to be able to see the submit values as I have logic to build and display pages. I can see the form submitting without the entire page refreshing (exactly what I want) but can't seem to trap any values from the form submission.When submitting a cfform to itself inside of a cfdiv, what exact values should I use for the action attribute? I'm assuming the method should be "post" and the docs said to give the form a unique name from
We recently moved our ColdFusion 9 website from one server to a new and improved upgraded spec server. The site works great and the upgrades are a huge improvement. However, since the move last Friday we are being flooded with calls to our helpdesk because a user goes to our normal login screen, enters their username and password, successfully login (which I store their last successful login in the account in a database so I know it's passing all login scripts), but when redirected to the "successful login" message screen, it is not holding the session variables from the login page and prompts them to login again. It's a basic form with username and password, a simple query to check for an account with those credentials and then if found sets a session.usauthenticated and then moves them to the next page. This has been working on the old server with no issues. I don't believe it's a coding issue, because on everyone who has called in, if we clear their cache and cookies from the browse
Hi Guys Just wondering what dedicated coldfusion hosting provider you guys prefer. Cheers
I host my own server and have 2 clients who I use SENDGRID as an SMTP host for.Each client gets their own username and password and sends mail through smtp.sendgrid.net. In my application I add the server, username and password tag into the cfmail tag to route those emails directly bypassing my cfadmin settings.I recently discovered a program where messages from "client 1" and showing up as being send as "client 2". After speaking with sendgrid regarding the problem, they have their logs showing that the session is being authenticated as client2 and not client 1 and that their system is appropriately storing them based off that data.Out of a batch of 3000 emails sent by client 1, 65 of them are attributed to client 2.After looking around, the only thing I was able to consider was the Cfadmin maintain connection option under mail.I was wondering, if anyone knows the criteria to which coldfusion keeps the connection open for. If my theory holds correct, coldfusion only
Hello,Please forgive me if am not in the right discussion. I have a problem with an export of graph to excel, can anybody help me please ?Actually when I export my request to a page, it displays well with the graph and when I put my header excel back, it does the export but the graphs are nowhere to be seen.Here is a sample of the code I've used:<cfheader name="content-disposition" value="attachment; filename=ExportGraph_#DateFormat(now(), 'yyyy-mm-dd')#.xls" charset="UTF-8"><cfcontent type="application/vnd.ms-excel"><cfoutput> <!-- Affichage des graphes (2 graphes par ligne) --> <h2>Graphes</h2>
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7fae.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSfd7453be0f56bba437188258123092b394c-7fff.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSfd7453be0f56bba437188258123092b394c-7fff.html
I was thinking about starting to use Mura and CartWeaver as a solution for building out sites since most of the sites I do are e-commerce. Having not used either one of these before I was just wondrering if I could get opinion of both of these applications either as standalone or together. Any feedback would be greatly appreciated.
I am trying to install cf10 mandatory update but I am not being successful. The instructions say the is a "jar" file, however when I download the update it is a "zip" file. There aren't any instructions on where to extract the file to. I've tried extracting to a temp folder but the available instructions are not of any help. By the way I am on a windows 7 machine. Someone's help would be appreciated.Thanksjoecoolaz
Is CFMail and Mail (CFScript) the same.... Reason I ask, is we are having a tonne of email problems in our application. A person on my team has indicated that cfmail is more reliable and all the cfsript, "mail" implementations remain largely undelivered. For this reason they are requesting the we change everything from mail to cfmail. Has anyone heard ot this before? I've got to believe that under the covers these are running the same bits of code...?CF10RHEL 6.2ThanksLee
Hi,I'm trying to figure out a way to notify someone that another person has replied to a post they made in a discussion. I'm pretty sure I know how to figure out who the email should be sent to, but for now I'm just trying to get it to work by just sending it to my personal email. This is the code I'm trying to get to work:Thanks,Mike====================================================================== <cfif isDefined("FORM.title")> <cfprocessingdirective suppresswhitespace="No"> <span class="blogtitle">Your Email has been sent.<br><br>I'll get back to you as soon as I can. </span> <cfmail TO="mikewycklendt@gmail.com" &n
Hi,We are having issue with session variables(jsessionid),it is changing from one page to other page and also when we referesh page.code is worked fine in other servers.When we moved to production server issue came.In application.cfc we used below parameters. this.applicationTimeout = CreateTimeSpan(4, 0, 0, 0); this.clientmanagement = false; this.loginstorage = "session" ; this.sessionmanagement = true; this.sessiontimeout = CreateTimeSpan(0, 0, 20, 0); this.setClientCookies = true; this.setDomainCookies = true; this.scriptProtect = "all";In coldfusion administrator we enabled use"J2EE session variables" ,"application variables",session variables.and also we added "Dcoldfusion.sessioncookie.httponly=true"in jvm.Operating system details: windowsserver2008R2Coldfusionserver: 9.0.1,274733Is it related to sessionfixation issue?Any other things we need to check or add?Please let me know.Th
I have just installed coldfusion mx 6.1 developer edition on vista ultimate. The installation went fine. However i get an error when adding a datasource in access or verifying all connections. On adding the datasource, i get the following error. Unable to update the NT registry. Variable DRIVERPATH is undefined. Is it because of vista incompability?
Hello everyone,I have an issue with the follofing configuration:Win Server 2008 64-bitColdFusion 9 64-bitIIS 7.5All works fine till I submit page with about 180 fields or more. In this case I get Internal Server Error 500.0, error code 0x00000000. It looks like IIS can't handle so many variables passes and crashes.What could be the possible solution?Thanks,Anton
I created a document management section for our departments site (CF9). I'm asking for help creating a new part of the search, and will list all of the parts I am looking for help with, that way if you can only contribute to one part, it will get me that much closer to what I need. I already have a Title only search working, and added a second search that does both Title and Keywords. I am using cfindex and simply created a new collection for the Keywords and searched the two collections. Our staff will mostly search only Titles but wanted the option to search all content.The next colletion will be for the content of the documents. The site will contain .doc and .docx files. All files are maintained in the same folder. There is a MS SQL database table that indicates if the file is in an archive status or active. The same table lists the document number and its extension.So, what I want to do is query the database to see what files I want
hi i run the the storedprocedure in SQL management studio. It executes in less than a second. In my page i query the storeprocedure 5 times. It takes about 15 seconds for the page to load. Is there away to speed this up??? Thank you!!I am a beginnner working on being an intermediate. The stored procedure is listed here. I use the same code for each region that i am querying for.<cfstoredproc procedure="dbo.StatewideFatalCollisionsByRegion" datasource="cfpMeasure"> <cfprocresult name="fatals"> </cfstoredproc> &
I upgraded my CF from 9 to 10. In CF10, cfmail does not send the email if the username and password are included in the cfmail tag. The same code works fine in CF9. But when I remove the username and password, it works fine in CF10. Is there any setting that I should do to make this work.
Hi,It's my first time working on with manage sites from dreamweaver. Currenlty, Ihave Local View, Remove View and Testing Server. I made some changes from local view but didn't see it when i view the local page. I don't want to public the changes yet but do i need to do anything in order to view the changes from the local view?thanks
Is there any similar push notification solution/Tutorial but this time for the Android?Something similar to this tutorial but with Android GCM using coldfusion to send from my dedicated server to the registered devices:http://www.raymondcamden.com/index.cfm/2010/9/13/Guest-Post-Apple-Push -Notifications-From-ColdFusion-in-Ten-Minutes-or-Less Thanks in advanceTalal
Hi folks,I am setting up a development server with 2 instances of coldfusion running (cfusion + instance0)I was wondering if anyone has been able to get the admin services working when cf instances are set up in a multihoming arrangement?I have looked through the CFBuilder documentation and it seems to be skewed towards CF9 and Jrun. I am able to add the servers in CFBuilder and have it correctly report the current status, but if I try to stop, start or restart a server from CFBuilder nothing happens.I initially tried to get it working with just the default cfusion instance and when I tried to stop, start or restart I would get an error in the cfbuilder server console Error(11/21 at 03:06:01) Cannot perform the operation. Admin server for the remote server 192.168.0.10 is not running.After looking around the web (I can't remember who posted the info, but thanks!) I found that I needed to comment out the host node in the {CFHome}/cfusion/jetty/etc/jetty.xml file. <Call name="addConne
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.