Questions
Actividad reciente
I'm a bit out of my league on this issue.due to a recent infrastructure change that disabled the mail relay without actually notifying of an error and left us not sending any emails for two weeks, Worse we were completely unable to rebuild the "lost" emails. I've been tasked with a way to create a local backup of all outgoing mail. This is easy enough to do in CF, however the team wants solutions that don't use CF tags. The specific requirements I have are either to capture and locally store the cfmail file itself, or to capture the to, from, reply, cc, bcc, subject and body using (for instance) event gateways, mail log,or any listeners or apis that might be available.The email log contains to, from and subject, but doesn't contain body, so it's not viable for us unless i am missing a setting that makes the log keep the body of the email.I'm currently researching CFMailgun, and the Mailgun API, but i need a few other options as it does have some issues that may not be palat
What is the IP limit maximum of a CF server developer edition. I just noticed that by accident I am running a dev edition on a server that responds to many web sites (multi homed under Windows IIS)These domains are speculative (about 10) and all they do is say "FOR SALE". They also track IP of origin, unique IP's. All told about 500 inquiries a day. But WHY does it even work??? Shouldn't users or robots get an error saying maxed out based on IP addresses? I am planning on installing CF18 in the coming week, when it occurred to me ... don't fix what ain't broken ... and WHY is the IP restriction not being enforced? I thought 2 or 3 was the limit?
I have asked several Adobe support people over the years for this tiny feature but it's not in 2018 even though I was told it would be In debugging section ... where it asks what IP addresses should include debugging data on screen, and we put the IP addresses in, it would be helpful to have a description field next to it so we know whose IP address it is?Same in IIS ... no description!Unless ... ... is there a way to add a delimiter and add a description? Like: 122.122.122.122; Stans workstation
Hi,I use the following code to consume a rest service in my local ColdFusion application (and it works fine) but I am trying to add it into the ColdFusion administrator so I can manage the rest service from the admin rather than having a URL in local code. I then just want to simply call it from my local code.Is this possible? How do I achieve this?-----------------------------------------<cfhttpurl="[URL goes here]?LH_ADDRESS=#parameter#"method="get"result="res"/>-----------------------------------------Many Thanks,George
Hi,a customer is going to update their Oracle and announced they are setting SQLNET.ALLOWED_LOGON_VERSION_SERVER to 12. This means the client driver has to be version 11.2 or later.In previous discussions I always sad simply use a recent Thin driver and everything's fine.I found this query that says which client you are on SELECT DISTINCT s.client_version FROM v$session_connect_info s WHERE s.sid = SYS_CONTEXT('USERENV', 'SID')I run it from a cfquery tag in a ColdFusion script and everything is fine when I use a recent Thin driver, they report back version 12 or 18 or something.I also ran it in ColdFusion 2016 with Updater 10 installed. I connected to Oracle using the built in driver (Developer Edition/Enterprise). I got 11.1.0.7.0 as my client version. This is lower than the driver recommended to connect to Oracle 12 with (11.2).Does anyone have a recent Oracle running and set ALLOWED_LOGON_VERSION_SERVER to a high valu
Hi All, ColdFusion 2018 is passing a datetime in the format '2019-05-16 23:59:00.0'The code I am using is given below<cftry><cfset fromDateObject=parsedateTime(datefrom)><cfset toDateObject=parsedateTime(dateto)><cfset fromDateTimeString=dateFormat(fromDateObject, "yyyy/mm/dd") & " " & timeFormat(fromDateObject, "HH:nn:ss")><cfset toDateTimeString=dateFormat(toDateObject, "yyyy/mm/dd") & " " & timeFormat(toDateObject, "HH:nn:ss")> <cfstoredproc procedure="dbo.multi_report_pkg.run_multi_report" datasource="#datasource#" username="#Session.UserName#" password="#Session.password#"> <cfprocparam value="#Session.multi_rep_id#"> <cfprocparam value="#Session.UserName#"> <cfprocparam value="#multi_report_def_id#"> <cfprocparam cfsqltype="CF_SQL_TIMESTAMP" value="#parsedateTime(fromDateTimeString)#"> &n
Hello, I am using Coldfusion 2018 with Oracle Database. One of my pages in the application gives me an error as shown belowHow can this be resolved ? I am not getting the same error on Test server where the same version of Cold fusion 2018 is installed.ThanksIQError Executing Database Query. ORA-01858: a non-numeric character was found where a numeric was expected The error occurred in C:/inetpub/wwwroot/TOPS/ValidateConsumptionList.cfm: line 134Called from C:/inetpub/wwwroot/TOPS/ValidateConsumptionList.cfm: line 1Called from C:/inetpub/wwwroot/TOPS/ValidateConsumptionList.cfm: line 134Called from C:/inetpub/wwwroot/TOPS/ValidateConsumptionList.cfm: line 1132 : and dd.data_date = TO_DATE(<cfqueryparam 133 : &
Hi,we have installed Coldfusion 2018 with Apache web server and CF Api Manager on our SUSE server.We have many CF instances and one of these provides some RESTful services.I configured apis in the CF Api Manager and now our REST enpoints are accessible at ports 9100 and 9151 (ajp), but we want our customers to use this services with port 80 keeping other ports closed.The endpoints are located somewhere like https://our_domain1.com/rest/services/ ..So i've modify the following two Apache configuration files:1) worker.propertiesi added a new worker in the worker list (example name: "newworker") and i defined it in this way:worker.our-cf-instance.type=ajp13worker.our-cf-instance.host=localhostworker.our-cf-instance.port=9151worker.our-cf-instance.connection_pool_timeout=60worker.our-cf-instance.max_reuse_connections=250worker.our-cf-instance.connection_pool_size=500worker.our-cf-instance.lbfactor=1worker.our-cf-instance.route=newworker2) uriworkermap_our-cf-instance.properties (in /opt/co
Hi All,Anyone encountered this similar error? Scheduled job run twice. Although, it only shows once in the scheduler log, we can tell it run twice because we have our own logging as well, and data are being logged twice. Below are the other details:1. This does not happen always, but happens intermittently.2. No other server or instance running.3. This is a long running job (3 or 4 hours average).Anyone who has idea and how you have resolved this problem? I can't seem to find any solutions online although there are similar cases reported.I hope someone from Adobe Coldfusion support can see and give advice on this as well.Thanks.
I am upgrading to CF 2018 from CF 9.In CF 9 I run the Coldfusion services under a local Windows user I create specifically for the Coldfusion services. In Windows the c:\users\<CF Username>\AppData \Local\Temp\poifiles directory gets filled with thousands of poi-ooxml--<some number>.tmp files. Nothing in CF cleans these up and after discovering them by accident and having to clean up hundreds of thousands of these leftover files, I have one question: will this same thing happen in CF 2018?
I am limited as to what i can do with the server, however i really need to verify that the code on a particular page is calling the right url into an iframe. CF Server: Cold Fusion 11 (11,0,15,311399)Web Server: IIS on Windows 2012 R2I cannot do the following:turn on debuggingmodify the JVMinstall packet sniffersmodify the code to write the log file directlyI've reviewed the most recent IIS and CF logs on my dev environment and i couldn't locate outgoing calls. Can any of you recommend some other options? Is there a log level i might be able to turn on in CF that will capture this information? What about IIS?Thanks
I have this codeExample #1<cffile action = "read" file = "./config.txt" variable = "fileContents"><cfset line1 = listGetAt(fileContents, 1, chr(10))><cfset line2 = listGetAt(fileContents, 2, chr(10))><cfset AuthKey = #mid(line1,19)#><cfset RefToken = #mid(line2,15)#><cfset contentBody = "grant_type=refresh_token&client_id=bcbb1365893&client_secret=62b5a8a84567992666tf986a3f474791e&refresh_token=9312beb987fbd8efebf6dc&scope=read%2Bwrite" /><cfhttp method="POST" url="https://api.wedoo.com/oauth2/access_token"><cfhttpparam type="header" name="Content-Type" value="application/x-www-form-urlencoded" /><cfhttpparam type="formfield" name="grant_type" value="refresh_token" /><cfhttpparam type="formfield" name="client_id" value="bcqq13f2d1d320543524"><cfhttpparam type="formfield" name="client_secret" value="62b5a8a84567992666tf986a3f474791e" /><cfhttpparam type="formfield" name="scope" value="read+write" />&
Hi all,After changing the "server.xml" to point to my new (built-in server) webroot and pointing the appropriate Resources to the CFIDE and WEB-INF folders, the CF 2018 Admin webpage becomes unusable. The login page loads. I am able to log in. The buttons show up for a split second, but are then greyed out as the Search Bar becomes the only thing I can click and type in. Typing something in the Search Bar and submitting it does nothing. Clicking the X on the Search Bar does not close it and the other function buttons are unclickable.I am using the same 'change webroot' method outlined for CF 2016, which works great on that version. I fear that by using this method somehow messes up the new 2018 Admin interface. Any help or ideas would be appreciated. Below are the code in the "server.xml" file and a screenshot of the CF Admin page...(yes, I installed CF on my 😧 drive...I like to keep things off of my Windows directory. I am
I had a lot of trouble getting a fairly complicated site to function with CF11 on Windows 2012 (I'm moving from CF8 on Windows 2003). After several days I noticed update 1; once I applied that, I was able to get beyond the 404Now I'm trying to add a second site and I'm back to the 404s. I can access the main page with a domain name by not specifying index.cfm.http://www.mydomain.com:80/jakarta/isapi_redirect.dllDetailed Error Information:Module IIS Web Core Notification MapRequestHandler Handler ISAPI-dll Error Code 0x80070002 Requested URL http://www.mydomai.com:80/jakarta/isapi_redirect.dll Physical Path C:\ColdFusion11\config\wsconfig\1\isapi_redirect.dll Logon Method Anonymous Logon User Anonymous The Configuration WizardCreated a folder 1 in cfroot\config\wsconfig, that contains all connector-related files.Created a virtual directory Jakar
I'm looking to get some hands-on experience with Azure.Can someone tell me the limitations of running CF2018 in Azure App Service vs VM? Such as, if certain CFADMIN features will not be available.
In another thread here, someone made the comment today about CF2016 that they "plan to never upgrade to it. I've read too many forum and blog posts regarding issues with it." I thought that was a pretty stunning statement, and unduly damning if asserting that many people are hitting some issue that remains unresolved. I started to offer my reply to it there, but as the reply grew in length (to cover more possibilities and offer help), I thought better of de-railing that thread from its main discussion. So I have created this new thread here and I will point there to this. I have not linked here to that thread, as I'm not trying to make this at all a personal thing toward the commenter. I just want to respond to the comment, whoever might make it. I'm sure others have made it, and I think it deserves more consideration.So to be clear, since all I do all day is CF server troubleshooting (as an independent consultant, helping about a hundred clients per year), I just want to go on record
Hello,I am trying to install an update for coldfusion 2018. I have downloaded the zip file and I am trying to follow the steps shown below for installing the update manually Click the link to download the JAR.Execute the following command on the downloaded JAR. You must have privileges to start or stop ColdFusion service and full access to the ColdFusion root directory. Windows: <cf_root>/jre/bin/java.exe -jar <jar-file-dir>/hotfix-003-314033.jarI am unable to do this as the file that is being downloaded is a zip file and its not a JAR file, so its not working.Can someone please advise how to install this update ?ThanksIQ
Updates for ColdFusion 2018 (ColdFusion (2018 release) updates ) appear to be unavailable. I don't see any issues on the system status page for it (Adobe Status). Is it just me?
Is there any way to use the Adobe Coldfusion AMI from the AWS Marketplace in GovCloud? The GovCloud East and West regions do not appear in the Region dropdown in the Pricing section of the page. I thought they had been available at some point in the past when I looked at it, but either I was seeing things or it's no longer an option.My company has been using Coldfusion on AWS EC2 instances for around 4 years, and we're very much interested in switching to a licensing method that allows for auto-scaling. We're hosting our apps on GovCloud due to the FedRAMP certification which helps us comply with our customers' security requirements.
I migrated my application from CF10 Enterprise to CF11 Enterprise but the chart fail to render in the webpage. It says com.gp.api.jsp.MxServerComponent is not found. I figured out that the required JAR file (wc50) is absent from Coldfusion 11.Then I found similar discussion here https://forums.adobe.com/thread/1495819 and I did the same thing - copied the required JAR's (wc50 and others which are missing in CF11). Now I can generate the report but it is coming with a visible watermark which says "Adobe ColdFusion 8 Developer Edition Not for production use". This is surprising, because we were using CF10 earlier and that too licensed version. Then why this watermark? Any help here would be highly appreciated.
I migrated from CF10 standard to CF11 trial version but the chart fail to render in the webpage. It says com.gp.api.jsp.MxServerComponent is not foundDoes anyone here know whether CF11 comes with Webchart3D?
I know there is excellent HTML documentation available, but I am looking for the PDF documentation set that used to be available for previous versions. Installing, CFML Reference, Developing, etc.Thanks
I am getting not found message when I click this link. https://cfdownload.adobe.com/pub/adobe/coldfusion/2016/updates/hotfix-010-314028.jar. I need to apply a update to coldfusion in order to move with some other application patch. We are at Cold Fusion 2016 Update3 and wanted to go with Update 10. How do I get this jar file.
Today 1:26 PMWe'll connect you with an agent as soon as possible. For a faster resolution, please tell us how we can help you today.You are now connected to Prabhat, who is reviewing your account. If you need to share sensitive information, such as credit card number, please wait for your agent to give you steps to share it securely.coldfusion downloads not workingPrabhaHello, I'll be happy to assist you. We are from Billing department only. I request you to contact through this link: https://helpx.adobe.com/in/support/coldfusion.html to get assistance for Cold Fusion.this is the chat from that page.the website is broken - we need the security updates for the CF11 (hot fix 18) ASAPPrabhatOkay, let me check for it.You can find your answers here: https://forums.adobe.com/community/coldfusion/coldfusion_administration You can also start a new conversation there to get help for ColdFusion.no you cannotno, you cannotI have issues getting the PAID for downloads from ADOBEI do not have
Since loading Update 10 for Cold Fusion 2016, cfmail fails when sending email to an address with a leading dot. When using the address ".johnsmith(at)yahoo.com", the IsValid() function returns true, but cfmail fails with the error "Empty label is not a legal name". Prior to loading the update, emails to this customer were sent successfully.This appears to be related to IDN.toASCII:java.lang.IllegalArgumentException: Empty label is not a legal name at java.net.IDN.toASCIIInternal(Unknown Source) at java.net.IDN.toASCII(Unknown Source) at java.net.IDN.toASCII(Unknown Source) at coldfusion.mail.MailImpl._toIDNEmail(MailImpl.java:578) at coldfusion.mail.MailImpl.toIDNEmail(MailImpl.java:566) at coldfusion.mail.MailImpl.setInternetAddress(MailImpl.java:541) at coldfusion.tagext.net.MailTag.validate(MailTag.java:737) &nbs
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.