Questions
Actividad reciente
I am currently converting/upgrading a CF9.0.2 application (Windows 2008R2/IIS 7, SQL Server 2008R2) environment to an internal company Share Hosting Environment that is CF11. My CF9 environment is very basic; it began in 2000 in CF 4.5 and new development was done in the newest version that was available - so nothing has been rewritten to the latest version.Our SHE sets up the DATASOURCE for us - but we need to set the datasource, username and password into a passwords.cfm module in a restricted directory and therefore pass those parameters to each and every query. I cannot put this information an application.cfm or application.cfc.I now have to bring my CF9 code to the SHE requirements, and one of the first I need to tackle is updating my CFGRIDS to HTML. I know the arguments of CFGRID - I don't need to be lectured about them please. All of the grids have sorts and 90% are selectmode=row (I have spent to much time trying to convert them to regular tables). 
Hello all,I'm hoping someone can help me with a problem I'm having. I know some of the problems I'm having are due to poor application design, but this was all stuff done before I started working on the application and changing it is not likely any time soon. That said... we are currently running ColdFusion 9 on a fairly large application. We never upgraded to 10 because of a problem with being able to set the isolation level on datasource connections to the database. Since CF 2016 released recently, I decided to play with this some again. We are running an informix database and so have their jdbc drivers, and I have them added to the class path. All of that works fine.I can add the datasource directly in the coldfusion administrator, and it works, accept for the isolation level. The way the application was designed and written it requires the default isolation level to be set to dirty read (read uncommitted) on some of the datasources. I
Pretty straight forward here, I have defined this.customTagPaths to include two directories. Within both of those directories I have a script, lets say test.cfm, with different contents. For discussion lets say one writes out "You found tag 1", the other writes "You found tag 2".I then call <cf_test>, and the result is the same no matter what I do to the order of directories listed in this.customTagPaths. My application has a this.name, and I've tried changing it at the same time I change this.customTagPaths. I've tried renaming the tag directories to see if possibly it was sorted by name. I cannot find a reliable way to predict which tag will execute.Using <cfmodule> is not an option at this point.Currently testing in Windows, CF11.
HI We are using to CF Builder 3.1.0 and its too much slow. We are trying to Update it But its throwing error.Need Help !!!
I've spent 2 days trying to set up a ColdFusion dsn in the cf admin.Is there some trick to this??Using CF11 / SQL SERVER 2014I have tried windows authentication and SQL authenticationI've opened pipes and portsI've tried regular SQL dsnI've tried other : JDBC driver connectionHere is the latest error messageConnection verification failed for data source: testdsnjava.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]The connection to the host PAT-2016, named instance SQL2014 has failed. Error: "Receive timed out". Verify the server and instance names, check that no firewall is blocking UDP traffic to port 1434, and for SQL Server 2005 or later verify that the SQL Server Browser Service is running on the host.The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]The connection to the host PAT-2016, named instance SQL2014 has failed. Error: "Receive timed out". Verify the server and instance names, check that no f
Hi,We have a cfgrid populated from a database with date columns.When the user sorts the date columns the columns are getting sorted in string format instead of date formateven though we are setting the mask="M/d/y" and type =date the column is still getting sorted in string format
Hi,Can some provide the URL to obtain the latest update for Cold Fusion 11 for 32 bit?Thanks,Mike
I need to be able to completely setup and configure Coldfusion 2016 on Windows. Is this possible?Using the silent.properties file I am able to silently install Coldfusion. What I need to do from this point is enable the built-in web server and then set the root for path for it. Is this possible to do via command line, scripts or batch files?I have searched the forums and the web and have been unable to come up with anything concrete.Thanks in advance for any assistance.
I am having an issue with CF 10 -22 that gives me an ERROR 500 page when I attempt to click the Schedule Task page of coldfusion. The error log produces the following' The specific sequence of files included or processed is: C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm, line: 188 "Any help would be greatly appreciated.
<CFSTOREDPROC PROCEDURE="create_reprice_decision" DATASOURCE="#DSN#" returnCode="Yes" >I'm running ColdFusion11, I have the above line, if i remove the returnCode="Yes", it is working. But it i leave it in, I'm getting the below error.Error Executing Database Query. - [macromedia][Oracle JDBC Driver]Unhandled sql type
I am creating a data source and I get this error when I verify the connectio.Connection verification failed for data source: brnjava.sql.SQLException: [Oracle JDBCDriver][Oracle]ORA-01882: timezone region not found The root cause was that: java.sql.SQLException:[Macromedia][Oracle JDBC Driver][Oracle]ORA-01882: timezone region not found Any assistance please? Thank you.
<!--- using cfgridcolum type="date" ---><cfset emps = querynew("firstname,department, salary,startdate")><cfset queryaddrow(emps,3)><cfset querysetcell(emps,"firstname","Debra",1)><cfset querysetcell(emps,"department","Accounting",1)><cfset querysetcell(emps,"salary","100000",1)><cfset querysetcell(emps,"startdate","2009/11/09",1)><cfset querysetcell(emps,"firstname","Doherty",2)><cfset querysetcell(emps,"department","Finance",2)><cfset querysetcell(emps,"salary","120000",2)><cfset querysetcell(emps,"startdate","2005/09/02",2)><cfset querysetcell(emps,"firstname","Ben",3)><cfset querysetcell(emps,"department","Law",3)><cfset querysetcell(emps,"salary","200000",3)><cfset querysetcell(emps,"startdate","2010/08/09",3)><cfform name="form01"> <cfgrid format="html" insert="yes" insertButton="Add Row" name="grid01" &nbs
Hi,We upgraded to coldfusion11. Our application is overlayed with in cfusion.war. And we bundled two more web modules(module2.war, module3.war) in the same cfusion.ear.we share the session from cfusion.war to module2.war by using include method, this worked before the upgrade. After the upgrade the session is not carried over to the module2.war. RequestDispatcher rd = null; rd = context.getContext("/module2").getRequestDispatcher("/WEB-INF/LoginServlet"); rd.include(req, resp);LoginServlet of module2.war saves the session setSessionAttribute(session, SessionConstants.USER_ID, req.getAttribute("user_id"));After user_id is set in login, when we request for other pages we check for (String)session.getAttribute(SessionConstants.USER_ID)!=null, if this check passes, it works.If someone can give clue of what changed in ColdFusion11 can help us troubleshooting this. Any help is appreciated.Thanks,Aruna.
A java class I'm trying to use needs to create a listening socket, but I receive an error when I try to use this class. The error is "Security: The requested template has been denied access to localhost:1024-". Further on down in the error it says "(java.net.SocketPermission localhost:1024- listen,resolve)". I have ColdFusion 8 Standard on Windows 2003 server. I have the security sandbox enabled. I have no IP:PORT restrictions. From what little I've found online so far this seems to be a problem only when the sandbox is enabled (which I must have so I can limit access to certain resources). Furthermore I believe it's being triggered because there's a java security policy somewhere that does not include a grant permission on listening sockets. {CF_ROOT}\runtime\jre\lib\security\java.policy does contain, by default, a line granding listen permissions on localhost to any port above 1024. {CF_ROOT}\runtime\lib\jrun.policy contains even more permissions as it pertains to sockets. I've
Need to reinstall a server, but the file is not found, nor can I find it on Adobe's site.Please advise.
0down votefavoriteI have a cart I built years ago using Anuthorize.net AIM direct post. The site runs on the ReturnedValues and works great.The client wants to start saving credit card data for future transactions.I would like to continue using the same post page and just add the CIM script as follows: - Run transaction in AIM - If tranaction is successful run CIM script to save credit card and return the key for the card. - To use the saved card use CIM to run transaction with saved credit card data. - If transaction fails call the credit card entry page so client can update information and run AIM and then CIM in the update client mode.Here is my AIM direct post page and an example of how i work with ReturnedValues.<cflock timeout="30" throwontimeout="No" name="12345"> <cfhttp url="https://secure2.authorize.net/gateway/transact.dll" method="post"> <cfoutput> <cfhttpparam type="Formfield" name="x_login" value="mylogin"> <cfhttpparam
I am trying to setup a new site that is using absolute links.Every page I run gives me this type of error below (Could not find the included template /includes/..........) See below for full errorHow do I correct this?In the CFadmin > Server Settings > Mappings orIIS mappingsorsome code in application.cfcCould not find the included template /includes/head.cfm.Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc. Using relative paths (for example, template="index.cfm" or template="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible.
Does ColdFusion 11 Supports SQL 2016 and are they change CF code changes to be made for SQL 2016?Any documentation would really helpThanks and appreciate your response
I have the following query that calculates accrued leave time for the month:SELECT username AS ltUser, CASE WHEN FLOOR(DATEDIFF(NOW(), hiredate) / 365) < 1 THEN '0' WHEN FLOOR(DATEDIFF(NOW(), hiredate) / 365) <= 5 THEN '14' WHEN FLOOR(DATEDIFF(NOW(), hiredate) / 365) >= 6 THEN '18' END AS ltHoursFROM tblusersWHERE cl_ccrual = '1' AND hiredate IS NOT NULLORDER BY hiredateI then display the results on my page like this:<form action="" method="post"> <table border="1" cellpadding="1" cellspacing="1"> <tr> <td><input type="checkbox" name="checkbox" id="checkbox" title="Check this box and click Submit button to add Accruals to database." /></td> <td>ltUser</td> <td>ltHours<
Server 2012IISCF2016Comments on stackexchange seem to indicate I need to mod cgi.path_ info. Is this true? Where is this file?Can robust reporting be enabled on a test server with no license? I have a license for the production server.Thanks,Harry
Is there a way to disable the timeout on the Coldfusion administrator / monitor applications? We are attempting to troubleshoot performance issues on our production server and the monitor times out every 10 minutes or so. We are running Coldfusion 11,0,10,300066
I have Coldfusion 11 web application that all of a sudden is returning the following error message for certain CFC's. Not sure what has triggered this error suddenly occurring as we had not put through any code changes. I can't work out what I need to to do resolve the error. Has anyone seen the following error $func.... null error before and can explain what it means and what best to check/do to resolve?cfeway2ecfc2104167940$funcPROCESSPAYMENT null <br>The error occurred on line 310.Thanks,Sebastian.
Hello, I am running Mac OS X and I am trying to connect MySQL to Coldfusion but every time I am going to create a datasource in coldfusion I get the following error..... Connection verification failed for data source: MySQL_mysql java.sql.SQLException: No suitable driver available for MySQL_mysql, please check the driver setting in resources file, error: null The root cause was that: java.sql.SQLException: No suitable driver available for MySQL_mysql, please check the driver setting in resources file, error: null Just a little background, I have install CF with the multiserver option using JRun4 and I am able to get CF up and running but after placing the connector for MySQL under the /lib folder under JRun4 folder I am not able to connect and I get the error above. Then I tried to place the connector under the /server/lib under JRun4 folder but still the same issue. Also I am running MySQL 5 and I am using the connector for java version 3.1.10, and I also have tried the version 5.0
I have performance issues when CF 2016 is installed on a Windows Server 2012 virtual machine (Hyper-V).The performance issue is that the page is loading very slow compared to an installation on a simple Windows 10 computer with i5 CPU.Comparison (all done with initial CF2016 settings):- Hyper-V Windows Server 2012 64bit, 16GB RAM, 8 virtual CPUs loading of a page approx. 5000ms- Physical Windows Server 2016 64 bit, 128GB RAM, 24 CPUs (I know its not yet supported, but I made a test) same loading time, approx 5000ms- Physical Windows 10 64 bit, 8GB RAM, i5 CPU loading of a page approx 2500msFrom my point of view it's seems there are kind of virtualization issues.Does anyone know which settings I need to tune to get same/better performance on a virtual server machine as on a simple win10 machine?Are there any recommendation how to setup the virtual env
Help! I have been silly to update my Mac to Sierra (because Dreamweaver upgrade required it) and my Coldfusion 10 stopped working (and MAMP) so I have uploaded Developer edition ColdFusion2016 and cant get Data Source connection to my local MySQL database ( although it works fine with MAMP and MySQLWorkbench). I have tried with MySQL 5 and JDBC drivers and I get the same message about not being able to find configuration template named 'coldFusion'. Please help - it is for local development.Connection verification failed for data source: doctorjava.sql.SQLNonTransientConnectionException: Cannot load connection class because of underlying exception: com.mysql.cj.core.exceptions.InvalidConnectionAttributeException: Can't find configuration template named 'coldFusion'The root cause was that: java.sql.SQLNonTransientConnectionException: Cannot load connection class because of underlying exception: com.mysql.cj.core.exceptions.InvalidConnectionAttributeException: Can't find configuration te
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.