Questions
Als letztes aktiv
When installing Adobe ColdFusion Builder 3, I found an URL that describes features available in the Express Edition. Knowing I'd need to discuss the differences I typed the URL in the browser, a clickable link would have been nice, and received a generic Adobe error page. http://www.adobe.com/go/cfb3_exp_std_features
There are lots of forums and chats about ColdFusion 10 connecting to Exchange Server 2010. Does anybody knows whether ColdFusion 10 can connects to Exchange Server 2013. If you do know, what are the steps involved? I have tried all the tricks used in ColdFusion 10 connecting to Exchange Server 2010 and still cannot connect to Exchange Server 2013.
I'm working for a few years on a school.When I started working they were using Coldfusion 9 Enterprise.I would like to upgrade to Coldfusion 11 Standard.Looking at Buying guide | Adobe ColdFusion I can' t see a reason to buy the Enterprise for our small website.Or is there a good reason?Is it possible to upgrade from Coldfusion 9 Enterprise to a Coldfusion 11 Standard and migrate it from one server to another?
Win/7, IIS 7.5, installed CF 11 Developer, set password, but it will not log me in with password, says invalid password
I have an issue that I just noticed in which encrypted data that is stored within a cookie seems to get altered in a way in which it cannot be decrypted successfully if the length of the text is over 45 characters. However, if the encrypted data is stored in a simple variable it can be successfully decrypted regardless of size. Here is a code example: I got the error in both CF9 Enterprise and CF11 Enterprise:<!---Begin code example---><cfset plainText = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"><cfset seed = "myseedvalue"><cfcookie name="testvalue" value="#encrypt(plainText,seed)#" expires="never"><cfset testvalue2 = encrypt(plainText,seed)><cfoutput> The encrypted cookie value:<br> #cookie.testvalue#<br> The encrypted value outside of the cookie:<br> #testvalue2#</cfoutput><br><br>A comparison of the two strings using the compare() method: <cfoutput >#compare(cooki
i have a js function that works fine when attached to the onClick event of a button, but i want it to execute when user clicks the tabis there a way to do that?function clearURL() {var testURL = document.URL;var urlQry = testURL.split("?")[1];if (urlQry != "") { var activeTab = ColdFusion.Layout.getTabLayout('myLayout').getActiveTab().title; if (activeTab == 'myTabTitle') { var newURL = testURL.split("?")[0]; window.location = newURL; } }}thanks
Hi I created a report using spreadsheet function. I have a problem hiding rows since the the hidden="true" does not seem to workexample:<cfscript> sHidden=StructNew() ; sHidden.hidden="true"; sHidden.fontsize="8"; </cfscript>.....<cfset spreadsheetAddRows(s, qline)><cfset nEnd=nLine+qline.recordcount><cfloop index="n" from="#nLine#" to="#nend-1#" > <cfif not isdefined("form.summary")> <cfset SpreadsheetFormatRow(s, sLineDetail, n)> <cfelse> <cfset SpreadsheetFormatRow(s, sHidden, n)> </cfif>\</cfloop> No matter what I try the hidden format does not work. Fontsize in the shidden structure was added to test whether it was
I am using CF9 and having the cfgrid to display all name from the table. I want to be able to insert/update/delete name from the cfgrid but not sure how to do it. Can anyone please help? - Thanks<cfform><cfgrid name="idGrid" title="Failure Reasons" width="500" rowheaderalign="left" query="variables.qFailedReasons" autowidth="false" griddataalign="left" gridlines="yes" colheaderalign="left" selectmode="edit" insert="yes" insertbutton="Insert New Failure Reason" delete="yes" deletebutton="Delete Selected row" enabled="yes" visible="yes" &n
I am using CF Builder 3, and for the life of me I can't find how to change the tab width in the code formatter. It is defaulted to 4 spaces wide, but I prefer 2 spaces. And I use tabs, not spaces, for indentation. In the preferences I found 2 or 3 different places where I could change the tab display width, but none of those changes fixed the displayed tab width in .cfms and .cfcs. Am I missing something, or is this a bug?
The CF11 integration notes describe how to do use Flash Remoting. I use that in my AS2 code and it works fine. I'm trying to migrate to AS3 where there is no Remoting. I have done the following:import flash.net.*;import flash.events.*;var CFCService = new NetConnection()CFCService.objectEncoding = 0;CFCService.connect("http://localhost:8500/flashservices/gateway/")var responder2 = new Responder(getActiveUsers_Result, onFault);CFCService.call("cfc.SyslockComponents.getActiveUsers", responder2);stop();function getActiveUsers_Result(result:Object):void { trace("getActiveUsers Result Status: " + result.STATUS); for (var property:String in result) { trace(property +" : " +result[property]); }}The OUTPUT of my program shows the contents of the STRUCT returned by the CFC:getActiveUsers Result Status: ALLOK <<<<<< the CFC completed successfullyRECCOUNT : 1&
The server mail settings were wrong for a few hours, and some emails backed up. New emails are sending fine with the settings fixed, but I cannot get the old emails back out. I keep copying files from Mail/Undeliv to Mail/Spool and they just get put right back into Undeliv. I've compared the files that aren't going to files that are going, in the short time they're in spool, and they are exactly identical, to the byte. I can so absolutely no reason for the new ones to work and the old ones not too.Any information would be helpful, thanks!
I'm trying to tell if the Server product CF Standard 9.0.2.282541 I downloaded at the end of 2013 has the CF 9.0.2 Cumulative hot fix 1 (release date: February 27 2013)) applied. I would think so but I can't find a place to verify. Thank you for your help.
Hi,We have two separate box, one is for Web Server ( Apache 2.2.24 ) and another one is Application Server ( CF10 ). Is it possible to connect them.If possible, please share some document url regarding that.Thanks.
I have some questions about hooking up error handling in CF10 for a scheduled task. I have a cfc ready to go handle the errors. In the coldfusion administrator what exactly do I put down for a path? The example says a.b.server. Is there a specific folder that I need to place the cfc or just path it to wherever I put it? Does it need to be inside the cfusion directory somewhere?
Guys, I have a doubt with the CF 11. When put that way chttp CF 11 returns, while making a dump the "Object moved" message <cfhttp url="http://site.com.br/email/envia.cfm" method="post" charset="utf-8"> <cfhttpparam type="url" name="IdCodigo" value="#qMaxID.IdCodigo#"> <cfhttpparam type="url" name="EmaInt" value="#val(arguments.EmaInt)#"> <cfhttpparam type="url" name="tipo" value="3"></cfhttp>And so it works normally. <cfhttp url="site.com.br/email/envia.cfm?IdCodigo=#qMaxID.IdCodigo#&EmaInt=#val(arguments.EmaInt)#&tipo=3" charset="utf-8"></cfhttp>He had no problems in CF9, but now the 11 is so. Anyone know what's going on?Thanks
My company has purchased a standard edition of ColdFusion 10, but it can no longer be found on the Downloads page.Do anyone know where this is now that ColdFusion 11 is out?Thanks.
I can use following code to set cfinput text and cftextarea a value from my database, but following code fails for html standard components like<input type="text"> or textarea.<CFINPUT type="text" name="Mytext" id="idMyText" value="#mySP.MyValue#" />Are there any way to set value from database for standard controls?Your help and information is great appreciated,regards,Iccsi,
I'm working on migrating our servers to a new IP range (exists on a new network) so I added a 2nd virtual network line that I then added the new IPs to. We run multiple websites on one CF9 install using multiple IPs on Windows 2008 R2 using IIS 7.5 as the web server. I'm currently working with our development server to test the process before moving to the various production ones.Previous Behavior - ColdFusion would bind itself to the root IP of the system when there was only one network card even if it had multiple IPs. This was useful because we could get a static IP mapping to that internal IP so any outbound calls off network to external resources (FTP, SQL, etc) could be permitted by that single IP. This has worked for 5+ years of CFMX/CF7/CF8/CF9.New Behavior - After adding the extra network line, adding IPs to it, and rebooting the machine ColdFusion now has chosen one of the various IPs on the new interface to bind to. The IP it bound to was not even the
Hello, I'm with CF11 installed on Windows and a website specifically in error, could you help me? The isapi_redirect log displays the following:[Tue Jun 10 09:36:26.079 2014] [8572:1324] [error] isapi_write_client::jk_isapi_plugin.c (1406): WriteClient failed with 995 (0x000003e3)[Tue Jun 10 09:36:26.079 2014] [8572:1324] [info] ajp_process_callback::jk_ajp_common.c (2030): Writing to client aborted or client network problems[Tue Jun 10 09:36:26.079 2014] [8572:1324] [info] ajp_service::jk_ajp_common.c (2742): (cfusion) sending request to tomcat failed (unrecoverable), because of client write error (attempt=1)[Tue Jun 10 09:36:26.079 2014] [8572:1324] [info] HttpExtensionProc::jk_isapi_plugin.c (2608): service() failed because client aborted connection[Tue Jun 10 09:39:41.189 2014] [8572:12972] [info] TerminateFilter::jk_isapi_plugin.c (2668): Jakarta/ISAPI/isapi_redirector/1.2.37 stopping[Tue Jun 10 09:40:45.820 2014] [8468:8424] [info] init_jk::jk_isapi_plugin.c (2974): Starting Jaka
I seem to be having the issue described herehttps://bugbase.adobe.com/index.cfm?event=bug&id=3572565I have a Coldfusion 10 server.It maintains sessions (via cookie) just fine UNTIL I load balance it with another CF 10 server.When I do that, the cftoken and cfid cookies change on every hit to the web server.Since the user login information is tied to the cftoken and cfid (stored in a database somewhere) the user will be logged out if these change.The exact same production code works fine with two load balanced CF 8 servers.my cfapplication looks like this:<cfapplication name="Pappy" sessionmanagement="Yes" clientmanagement="Yes" setDomainCookies = "Yes" sessiontimeout="#CreateTimeSpan( 0, 8, 0, 0 )#" >if it matters client variables are stored in an sql server instance and are being stored just fine.The bug is marked fixed in:Bug#3593673 - Domain attribute of cfcookie is always trimmed to .domain.tldI am on 10,0,13,287689 and this bug was fixed
I ran Windows updates on our Win 2003 server and now CF 9 randomly returns blank pages. If you refresh the page the content will then be displayed. Tried rolling back Windows updates and problem still exists. Prior to this update all features of CF and Windows ran fine.
Hello, I have created a backup archive using the archive wizard under the packaging and deployment wizard. This archive is from the parent instance and shows everything that I need to backup in the summary window properly, when I try to deploy this archive to a child instance I notice a few of the settings do not migrate over. For example I did a deploy and noticed the mail, web services settings did not migrate over properly, they don't even show up in the summary window pre deploy. If I try to manually add those options in the child instance I receive a generic error and it kicks me back out to the CF Admin login window. Anyone run into an issue like this before?
Hi,The form I have with several fields on it such as ProductID, Description, Price, ect. The back-end database is storing the information of these fields. I have the sheet list of all productID and scanner to scan the productid barcode. The productID is can into the productID field from the form. My question is how can I populate the Description and Price of each productID when it’s scan?Thanks
Need to control "source" IP address of FTP utility in ColdFusion. I'm working with a multi-homed NIC and need to control which IP address FTP "binds" to. Anyone know how to do this?
Is it still possible to download this software?We are currently running a number of application on and enterprise licence of CF 8 32 bit and are looking at beginning a sequence of upgrades which will finish with CF11. Our first stage is to upgrade all our application server to 64bit and see how the applications behave from there we will look at an upgrade path to the latest software.
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.