『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for ColdFusion.
新着順
I have a need to pass data to somebody and they have asked for it to be in SHA-1Encryption is not my thing, and I'm trying to get my head around it. I've read the DOC's and the forum and can't quite figure this outI read that SHA-1 is a hashing algorithm not an encryption, so I'm not sure if I should be using the GenerateSecretKey, it all got a little confusingLet's say I have a MAC address 11:22:33:44:55:66How would I convert that to a SHA-1Can anybody point me in the right direction? I don't want/need to do anything too complex.ThanksMark
I am trying to generate the following with Coldfusion to pass that as a json object to JS. [ { key: "Final List", values: [ { "label": "Title I", "value" : 33 } , { "label": "Title II", "value" : 33 } ] }I have:postObject["KEY"] = "Final List";postObject["VALUES"] = [];postObject.values[1] = {'label':"Title I", 'value':"33"};postObject.values[2] = {'label':"Title II", 'value':"35"};serializeJSON(postObject);The result I get is a bit different:{"VALUES":[{"value":33,"label":"Title I"},{"value":35,"label":"Title II"},"key":"Final List"}Any help appreciated...
Microsoft Windows 8 and Microsoft Windows 2012 server are now supported platforms for ColdFusion 10. The new Windows installers are available for download to all retail and licensing customers as well on the trials download page.The ColdFusion Builder 2.0.1 installers have also been updated to support Windows 8. The existing MAC OS X installer for ColdFusion Builder 2.0.1 has also been certified to now support MAC OS X 10.8.Refer this technote for more details about the support.
Code worked fine on fully patched 9.0.1. Breaks only after installation of CHF3. The entirety of the breaking code:<cffunction name="myFxn"> <cfargument name="aCFC"> <cfreturn CreateObject("component", "a_relative_path." & aCFC)></cffunction>
When running a silent CF9 install I'm unable to remove the product, either through control panel or running the uninstaller directly. The error is "You do not have sufficient access to uninstall Adobe Coldfusion 9. Please contact your system administrator." Coldfusion works perfectly fine after the silent install, it just cannot be cleanly removedThis is being run as a local administrator on Windows 2008 R2 SP1 in both cases, from an elevated command prompt. If I run the installer interactively with the same settings it works as expected and can be removed without any troubleMy silent install parameters are:INSTALLER_UI=SILENTSILENT_LICENSE_MODE=full SILENT_SERIAL_NUMBER=#LICENSE#SILENT_INSTALLER_TYPE=standaloneSILENT_INSTALL_ODBC=trueSILENT_INSTALL_VERITY=trueSILENT_INSTALL_SAMPLES=falseSILENT_INSTALL_JNBRIDGE=false SILENT_INSTALL_LDS=falseSILENT_INSTALL_FOLDER=C:/ColdFusion9SILENT_WEBROOT_FOLDER=C:/ColdFusion9/wwwrootSILENT_VERITY_INSTALL_FOLDER=SILENT_A
I am trying to combine a date value and a time value from a form submission into one datetime value and then insert it into a SQL server 8 data table.Here are the formatsDate : 03/07/2013Time : 08:07 PMSo somehow I need to concatate these 2 items and then insert the combined value into a SQL server 8 data table. (datetime Data Type).The inserted value should look like this2013-03-07 20:07:00.000Any help my dear cold fusion brothers?
We have a server with Cold Fusion 9.0.1274733 with the Cumulative Hotfix # 2 on it (chf9010002.jar).I recently installed Java 7 Update 15 on it (1.7.0_15), but Cold Fusion Administrator still sees the older version of Java.The jvm config shows the path as C:\ColdFusion9\runtime\jre, which is pointing to a 1.6.0_17.So, I went into the jvm config file and pointed the java home directory to C:\Program Files\Java\jre7, but with this path, the Cold Fusion service will not start.Any suggestions?
Hi AllRecently i have applied hotfixeshttp://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb12-26.htmlhttp://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb12-21.htmlto numerous servers.One of the steps to install the hotfixes is to manually select the hotfix via the GUI and hitting submit.My query is this - Does the GUI simply put the hotfix in the location update location? Or does it do more behind the scenes?The reason why i'm asking is because should i have to update multiple servers in the future, it would be much quicker and easier just to place the hotfix directly in that hotfix update location and avoid the GUI altogetherCheers in advance
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe9cbe5cf462523a02805926a1237efcbfd5-7fff.html
I have the application.cfc page. The only take that are in the file is the code that make cf show the header and footer on all pages. There are a few pages that I would not like the header and footer displayed I.e. a coming soon page. ID there a way to insert a rule into the application.cfc to not allow the "comingsoon.cfm" page to display header and footer?Here the code I used inside the application.cfc page.<cfcomponent output="false"><cfset this.datasource="store1975"><!---<cffunction name="OnRequestStart" returntype="boolean" output="true"> <!---Any variable set here can be used by all out pages---> <cfset request.company = "Sisterhood"> <!---Display Header on every Page---> <cfinclude template="header.cfm"> <cf
Can I install CF10 Standard edition on a Cloud server with the following CPU spec: Intel(R) Xeon(R) CPU E5-2650 O @ 2.00GHz 2.00 GHz (4 processors) ? ThanksPB
We recently upgraded from CF9 to CF10 so that we can support Exchange 2010 contacts and calendar events. However, I am having difficulties with the CFEXCHANGECONTACT tag. I am able to successfully connect to the Exchange service but it doesn't appear to understand the CF. I've search the Adobe website but there is little to no information regarding this issue.I am receiving the following error messages when I am using the different ACTION attribute values:CODE: <cfexchangecontact action="get" connection="myExchangeConnection" name="exchangeContact">MESSAGE: "The request failed. Could not read value from START_ELEMENT.Could not find CHARACTERS"CODE: <cfexchangecontact action="create" connection="myExchangeConnection" name="exchangeContact">MESSAGE: "Error occurred during an operation is executed in the exchange server. Error Code : ErrorInvalidArgument"CODE: <cfexchangecontact action="modify" connection="myExchangeConnection" name="exchangeContact">ME
As a new CF10 administrator, I am unfamilar with the wsconfig.exe command and why several updates recommend reconfiguring. Update 8 released last week when installed includes the standard phrase:"Adobe recommends reconfiguring the connectors using the wsconfig tool after applying this update. The tool is located at {cf_install_home}/cfusion/runtime/bin. For any exceptions, read the Tech Note."However the current ColdFusion 10 Update 8 TechNote doesn't explain how to reconfigure the settings! The tool when run just gives the options add, remove and exit . I found the complete syntax for wsconfig.exe via online help, but without real world examples, such as the info in ColdFusion security hot fix APSB12-25, I fear Update 8 is not installed correctly. Also, shouldn't the technotes for the updates list all of the bugs fixed by the update, known outstanding issues, and unresolved issues?Lastly, could future updates include a plain text file (NOT A P
I am having a problem with CFLDAP on my production server (Coldfusion Standard Edition Version 8,0,1,195765 running on Windows 2003 using Sun Microsystems Java version 1.6.0_04) and my test server (Coldfusion Standard Edition Version 9,0,1,274733 running on Windows 2008 using Sun Microsystems Java version 1.6.0_17).CFLDAP does not appear to be respecting the bitwise filter on the UserAccountControl field used to determine whether or not an account is enabled in Active Directory.For instance, the following two queries should return identical results:<cfldap action="query" server="#server#" name="CFLDAPResults" start="DC=mycompany,DC=com" filter="(&(objectclass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))"&nbs
I inherited a website in which the DateFormat() function is littered throughout, and plays an integral role in ensuring the application runs correctly. For instance, we have a calendar system in which employees can book lessons on certain days and at certain times. The Date and Time functions are key to this application's success.But we moved the website from one server to a newer, shared, one a few months back running CF10 on Windows Server 2008. (I believe the old one was running CF8 on a Windows 2000 server or something.) But what appears to be happening is that other users on this new shared box are changing the date/time based on their needs and at different times, and it is affecting our applications. I called the support staff of the hosting company who told me I had to specify the date and time via Java in my application file and that should solve the problem.The issue is that I really have no idea how to do this. My programming with Java is virtually null, and even my familiar
Currently we have 2 CF servers configured in a cluster in failover HA mode that connect to a SAN, so only one server is active at a time. We are going to be changing this configuration by implenting load balancers and having both servers active. But there are two questions that I can't seem to find answers to:1) Since ColdFusion was installed in HA mode and not single server do we have to uninstall CF on each server and re-install CF as single server on each of our web servers? Or can we leave the HA install of CF as it is?2) If we do have to re-install CF in single server mode do we need to purchase a second license for CF?Thanks for the help in advance!
I can't find my CFIDE folder. My website is working fine with no errors, But can't locate the CFIDE folder. Is there a way I can find where the CFIDE lives?
I have a Coldfusion application that exist already, but would like to display a MS Report Builder Report within the application. How can I display the RDL type report within Coldfusion?
Is there a method to delay a cfdiv bind @11000911?I need to wait until user has finished typing so the ajax queries are not executed with each keystroke.<cfform><cfinput type="text" name="search" /></cfform>//on keyup get the list of names based on cfinput search value.<cfdiv bind="url:mycfm.cfm?search={search@keyup}" id="myDiv" />Thanks in advance.eSearing
Hi all,i am trying to install coldfusion on clean install lion macbook air but i get this error not matter what i do...Failed to create folder in Library/StartupItems as the user have insufficient Permissions...There is no StartupItems folder in lion so i created it and i gave permissions to read & write but nothing changed...Why i cant install coldfusion 9?
TSIA. use.typekit.com is the reason why these forums are excrutiatingly S L O W.Will Adobe kindly kick use.typekit.com to the curb, so some activity can actually take place?Thank you,^_^
I am working with a client who is trying to create an Oracle data source in ColdFusion and is receiving the following error message:Connection verification failed for data source: cqatjava.sql.SQLNonTransientConnectionException: [Macromedia][Oracle JDBC Driver]No more data available to read.The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][Oracle JDBC Driver]No more data available to read.Here is the information for the given situation:Oracle 11.2 64-bit Enterprise running on Linux (No RAC or encryption on the database server)ColdFusion 9.0.1.274733 32-bit running on Windows 2008We are trying to create an Oracle data source using the built-in Oracle drivers in CF (data direct).I have never had this issue before when trying to connect to an Oracle server.. even when my CF installation was 32 bit and my Oracle installation is 64 bit.Any help or thoughts would be much appreciated.PS - An ODBC Socket type data source works like a charm.~Mike
We are using cfprint to print pdf files to our network printers.Some of our pdfs only print 8 pages and the others print all 14 or so pages.They all print fine from acrobat reader.This happens with all our networked printers.Current Environment:CF9 EnterpriseWin2008 R2Any thoughts?Thanks,Ernie
I just upgraded my Coldfusion 9 server (multiserver edition on 64 bit Linux) to 9.0.1. Now when I try to start I'm getting the error:Error: no known VMs. (check for corrupt jvm.cfg file)I looked at the jvm.config file and java.home is pointing to the correct place (checked that based on other people's problems with this error)This was on my dev server. On my QA and Prod servers I installed 9.0.1 from the start. So I tried copying my jvm.config from one of those machines but I still get the same error.Anything else I can do to diagnose this error?
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.