『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Sorry.. I didn't see a forum for Adobe Tracker, so I'm posting it here.I logged on to Adobe Tracker, and the home screen shows that I have not submitted any issues, nor voted on any issues. I have several of each. Where did they go?V/r,^ _ ^
Hi All,Recently, we have upgraded ColdFusion 2016 version from ColdFusion 8 version. We have been facing issue with the application which was implemented in ModelGlue 2.0 and ColdSpring framework. As per my observation, ModelGlue framework is not loading due to this application is throwing method not found error.Is ColdFusion 2016 version supports ModelGlue 2.0 and ColdSpring framework ?Thanks in advance
I have an application implemented in Coldfusion and AngularJS.I have an external authentication system used for the security of our applications. It's called in the file application.cfc of the application. When the user tries to access to the application, the authentication system is called and if the authentication is correct, the user can access to the application. I put in session some data about the users'roles.This security system is defined with another url.In views I have some forms with drop-down list populating thanks to *AJAX queries*.As there is no refresh of the page (Single page application).If the server session is out, the queries are not correctly executed: I obtain the server status 302, because the authentication tries to be launched and I can see in the colnsole: Failed to load https://myAuthenticationSystem: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested res
Trying to download the latest CF11 update jar, but all the links on this page (and indeed the pages for CF10 and 2016) appear to be dead, returning a response of Not FoundThe requested URL /pub/adobe/coldfusion/11/hotfix_013.jar was not found on this server.Is this a known issue? I haven't been able to locate a mirror for the updates.
Hello, all,Is it possible for ColdFusion to iterate JSON data (stringify()) without parsing it to a JSON object using DeserializeJSON()?V/r,^ _ ^PS: Specifically if I have a JSON string like..[{"name":"whichForm","value":"NDOD"},{"name":"caseNumber","value":"123"},{"name":"airLiner-0[]","value":"AIR"},{"name":"airLiner-0[]","value":"LINER"}]I need to iterate this and get name/value pairs, without using DeserializeJSON().
I am running CF10. New installation on Windows Server 2012R2. Intranet site.In ColdFusion Administrator, the mail server connection verifies as successful.Mail server is smtp.office365.com (have also tried smtp.outlook.office365.com)Port is 587Username and password are blank, however I have tried it with a valid username and password as well. In both cases the connection is successful.Enable SSL is unchecked.Enable TLS is checked.No other combination of SSL and TLS will verify.When I send an email using CFMAIL, the mail goes into the undeliverable folder every time without fail.My internet searches have been futile in this case. With the prevalence of Office365 this can't be a unique scenario can it?
Hi,I created a file called cfoauth_facebook.cfm with the following code.The Facebook developer app with clientid, secret key etc has been setup correctly. But when the following code is executed, i only get a error in the response variable called res.<cflogin><cfoauthtype = "Facebook"clientid = "MyClientId"secretkey = "MySecretKey"result = "res"scope="email"redirecturi = "https://testsite.localtest.me/cf16/cfoauth/cfoauth_facebook.cfm"><cfdump var="#res#"><cftry><cfloginuser name="#res.other.username#" password="#res.access_token#" roles="user"><cfcatch type="any"></cfcatch></cftry></cflogin><cfabort>------------------------------- The response is-----------------structaccess_token n":"EAALbDZBHSZBNUBAIVhtNLCydBu1A3pYIoTpkofVKQHXTrZCM2E2gYLOpOknRM74ZAw5YZCmZBtyNHkZCXnfqV4XWga2zzWvwMKjET9ZAUKt7hXO0PmX0AM8Hz012oKV4aIXf2ZAfqVA2gYWMg3HeDRkImXJLEilF8v48Gr8cq6wGHJZB7I7WuK9RIO","token_type":"bearer",gender undefinedid undefinedlocale
I have seen some posts (Muse forum) stating that embedding coldfusion code in Muse pages is impractical. However, I want to do the opposite.I tried calling the muse from CF using a variety of methods, including cfhttp (presumably preferred), cfmodule, and cfinclude. The following error code seems to be the core issue among these methods:COM.Allaire.ColdFusion.HTTPFailureI have also tried removing some of the standalone page type code from the muse code (e.g. !DOCTYPE, and HTML and BODY tags), but to no effect. I asked this on the Muse forum as well.<div class="container home"> <cfhttp url="#application.proot#/includes/__sstandards/index.html" method="GET" resolveurl="Yes" throwOnError="Yes"> <!---cfmodule template="#request.includes#/__sstandards1/index.cfm"---><!---||#application.proot#||---></div>
Greeting I have set up a successful cfldap query which will return all users in Active Directory. If the user has logged into the network, I want them to give them a view of certain data that someone outside the network cannot access. I tried to send the internal user through an authentication page: <cfldap action="QUERY" name="results" attributes="userPrincipalName" (which is their email address) start="dc=xxxx,dc=xxxx" scope="SUBTREE" filter="(&(objectCategory=user)(userPrincipalName=*))" server="DC1.xxxx" username="master\administrator" password="xxxx"> This queries the AD as the admin because a second login by the user is what I am trying to avoid. <CFIF .........?> <cfset Session.user_id = results.userPrincipalName> <cflocation url="switchboard.cfm" addtoken="No"> <cfelse> <cflocation url="cannotauthenticate.cfm" addtoken="No"> </CFIF> Is there any way to accomplish this? Thanks rinorman
I just turned up a new VM for Windows 2016, installed ColdFusion 2016 Standard Trial, and set IIS as default web server.I created all my DatasourcesI then copied my website called CRM to the inetpub directoryWhen I browse any page on the site, I get "Please Login using Simple authentication" with username & password boxes?What is different with CF2016 that causes this?
I went through the Sync settings and now I don't how to change or delete the FTP servers
Hello. I have a CF application that is used to track membership in our club. There is about 6000 members in our membership database. One of the useful features about the membership database is that it is easy to code a CF application to send e-mails to various people in the database based on various criteria (i.e. position, address, hobbies, etc.).The application uses the standard cfmail function in a database loop. For the most part it works pretty well. The problem occurs when someone wants to send an e-mail to "everyone". Sometimes the application on the users side appears to "hang" so the user sends the e-mail again (clicks back and send) which makes people get duplicates.Also our website hosting company limits the number of e-mails we can send per hour so this gets them mad and they threaten to shut me down. So I am trying to think of ways to change the code.If I changed the program so that instead of doing a separate cfmail to
We're a tiny company of 3 whose CF programmer is gradually retiring. What is the best resource for finding a CF programmer who can step in as needed, but also help us upgrade from CF 9 to 2016 and tune up the existing programming? We don't have a huge budget so working with a larger company is out of the question for us. Freelancer wasn't hugely helpful unless we're willing to use someone outside the U.S. which we prefer not to do. Any resources would be greatly appreciated.
Hello all,I am running into a problem where I am parsing XML and running into an error: An error occured while Parsing an XML document.An invalid XML character (Unicode: 0x17) was found in the element content of the document.Therefore my approach is that I obviously have to remove some kind of odd character but I have no idea what it is. I would like to take the XML and perform something like the following:<cfset XML = Replace(XML, "&","","All")>Where "&" is the special character (0x17). Can anyone assist with what this character is or has had this problem? I wish I could post the XML but I cannot get at it because the page is breaking. Any help would be greatly appreciated!!!!Thanks
I tried to download the free trial for Coldfusion, but was unable to complete the form. The required State/Province field has no options and, when submitted, the form indicates that this field is missing a value and validation fails.I'm a developer getting back to Coldfusion and it sure would be nice to have a developer edition to work with!Thanks,Noah
Cannot get Coldfusion 11 Application server service to start. Running Windows Server 2012 R2 Standard Coldfusion 11 update 12.Error: Windows could not start the Coldfusion 11 Application Server service on Local Computer. Error 1053: The service did not respond to the start or control request in timely fashion.Searched for other remedies to no avail. As a "band-aid" I was able to run the cfstart.bat file in a CMD window to have the service start and run. (if the CMD window ever closes, this will stop the service - hence the band-aid)Here are some of the things we tried - they DO NOT Work:Increased the Windows service time-out - https://support.microsoft.com/en-us/help/922918/a-service-does-not-start-and-events-7000-and-7011-are-logged-in-windowRan the service as an Administrator - both local and network (under Properties and select Log On)Tried blocking coldfusion from accessing the IP 192.150.19.110 (coldfusion.adobe.com)We are not running a proxy
Hi Folks,Our Cf servers live behind a load balancer. We have an app that makes a cfhttp call to an outside web server. The problem occurs when the data returned comes back through the load balancer and doesn't always return back to the originating server. Is there a way to ensure that the returned data returns to the correct server?
We have the option of adding java and jvm arguments from the ColdFusion admin page , by mistake I have added an extra line while adding a proxy and I lost access to the admin page now, where can I edit those java jvm arguments in the server (In which folder can I find them in the server)
Hello,I'm currently running ColdFusion 2016 and ColdFusion Builder on OS X Yosemite (10.10.5), which Apple no longer supports. I'd like to upgrade to the latest OS version, 10.13. It's always a nightmare update the OS. Has anyone been successful? Will CF work on 10.13?Thanks
I have tried the 2 methods to create an odbc socket from coldfusion code. but i am getting the below error. Please advise.---------------------------------------------------------------------------------------------------------------------The error occurred in setdsn.cfm: line 13Called from setdsn.cfm: line 9Called from setdsn.cfm: line 1Called from datasource.cfc: line 888Called from C:/inetpub/wwwroot/mark_test.cfm: line 25-1 : Unable to display error's location in a CFML template. Resources: Check the ColdFusion documentation to verify that you are using the correct syntax.Search the Knowledge Base to find a solution to your problem.Browser Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)Remote Address ::1Referrer Date/Time 15-Jan-18 04:58 PMat cfsetdsn2ecfm1392533896._factor0(/CFIDE/adminapi/_datasource/setdsn.cfm:13) at cfsetdsn2ecfm1392533896._factor17(/CFIDE/adminapi/
Where can I find the ColdFusion administrator page password in the server (in which folder I can find it) and how to view it (if it is cryptic).
ColdFusion Splendor admin > Server Settings > MailConnection Verification Failed! When putting in a valid setting for "Mail Server" and tick "Verify mail server connection", Connection Verification Failed is reported. Thanks in advance, Carl.
How do I send a PDF form I filled out back to the person that sent it to me? I've never used Adobe before. My computer wasn't letting me type on the form until I switched to Adobe.
I have recently installed ColdFusion 2016 on Windows Server 2016. During the first install, I set a custom admin name (cf_admin) during the install process. I was not able to log into the Admin Portal once the installation finished (invalid username or password). I tried using the password reset batch file as well as uninstalling and re-installing. Every time has been the same result. On subsequent installs, I left the default "admin" name in.I installed on another server and left the "admin" name in on the first go and it seems to be working fine. Is there some file or setting that is left behind after uninstallation?
example dont read the parts if son more than 10 Line Item *EDI FACT
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.