Questions
Recente
Dear Cf guys,I'm just trying to build a mobile app in CF 11 & builder 3 ... i've setup phone gap host settings & trying to generate app files but its getting me phone gap UNKNOWN HOST error see below image ..... please help me to solve this Best Regards ,Bibin VIT DepartmentPort of Fujairah
I have come across a very interesting error when doing a query of a query inside a CFSCRIPT tag...I get a result set back from a SQL Server stored procedure. It is a list of metric names (METRIC_ID) and the actual metric measurements.I need to pull the METRIC_ID from this result set to do a JOIN on another query that has display and other formatting attributes for display in a web page.The following code executes with no errors when the query is unordered:var displayDataQuery = new Query();displayDataQuery.setName("joinedQuery");displayDataQuery.setDBType("query");displayDataQuery.setAttributes(qry1 = fullMetricsListQuery);displayDataQuery.setAttributes(qry2 = arguments.cubeData);displayDataQuery.setSQL("SELECT METRIC_ID FROM qry2");var tempResultSet = displayDataQuery.execute();var cubeMetricIDList = tempResultSet.getResult();When I take the same exact query results from the same stored procedure, but it's ordered by an ORDER BY clause, this statement;var tempResultSet = display
I have coldfusion 11 running on windows 2003 server 32bits and I get today such error when trying to access datasource MS Access with Unicode :Connection verification failed for data source: clicalbumcom.inzoom.adojni.ComException: Erreur non spécifiéeThe root cause was that: com.inzoom.adojni.ComException: Erreur non spécifiée in Microsoft JET Database Engine code=0 Type=1This error has appeared suddenly. It was working fine yesterday.I guess something has changed somewhere on the server : where should I look at ?Thanks for your helpPierre.
I have been recently approached by a client that has an older site that was originally created on the ColdFusion platform, where the shopping cart merchant gateway has changed to a new provider and their merchant account credentials must be changed to continue taking orders. The original site developer is no longer available and I have been approached to make the update. I work with other Adobe Applications but am not too familiar with CF. Can anyone suggest where in the system I could change the merchant payment gateway credentials?Thanks
Has anyone else run into a problem with downloading XLT files in this environment that produce a "your file may be corrupted" window when you choose Open, then has Enable Editing button which, if clicked, shows a corrupted file? Yet XLS of the same file (produced from the same XLT) opens up just fine and dandy with no need to enable editing? Were you able to solve this somehow?
I am upgrading my company's servers from CF 8 to CF 11 and have been having issues with the cflayout tab (which I know shouldn't be used anymore, but it is for thetime being). The code ran great on 8, but is now breaking on CF 11 in regards to using cfchart inside cflayout (sourced file). A code snippet is below:<cfajaximport tags="cfform"> <cfajaximport tags="cflayout-tab"> <script type="text/javascript" charset='utf-8' src='/CFIDE/scripts/CF_RunActiveContent.js'></script>.....<cflayout type="tab" name="TMLayout#attributes.keeperid#" tabheight="345" > <cflayoutarea title="Dashboard" refreshonactivate="true" source="index.cfm?fa=#xfa.tabdashboard#" name="Dashboard" style="overflow-y: scroll;"> </cflayoutarea>.......The source file simply has a pie chart in it and the rest of my tabs that don't have charts run just fine. Have there been any changes in terms of ajaximport or
Forgive me if I have missed something but here is what I seem to think about Coldfusion report builder.1 - The v11 is the same as v10.2 - It hasn't changed really since it was first released.3 - It still isn't available for anything other than windows.4 - There seems to be a new option in CFreport to allow cystal report files to be served but the version of crystal is long since discontinued.. odd.so with that I can't help wonder:What exactly do adobe want you to use for building reports within coldfusion? Are they really wanting us to use something else? maybe Jasper?If I have a mac then are they saying that even though they have a product (coldfusion) that is developed to run on a mac (because they want mac users to use it) then you can't develop reports.Why would they add support for crystal v12 that is as old as me!what have I missed?
Could anybody tell me if there is a maximum number of sessions that can be active at any time and if so what that is and if it is effected by factors such as memory?This would be on a Windows Server 2008 64bit, with 4gig of RamThanksMark
Can be Cold Fusion Developer Edition used to develop the product and deliver to client?
I applied my Enterprise license key but the server shows Developer on clean install Win 2012RC2 64bit cloud svr with 4 CPUs and it said it was successful. After entering the license on install, I followed the suggestions here and put the key directly in license.properties, restarted CF, but it still shows Developer and watermarks appear.The vendor is trying to help resolve this issue as well and they have had so far no luck.I can send my key if someone an look into it
Hi All,In one of my application I need to generate report in Excel file where data contains huge,more than one lakh. Currently I am querying this from database and looping through a cfoutput tag to write data into an excel sheet. But the problem with this method is Timeout issue or java heapsize is very less.I think this is a drawback of coldfusion to write data in to Excel sheet. Right?? . In this time we need to depend on Java to write huge data into Excel sheet. Why we cant achieve this in ColdFusion , eventhough CF is built on Java platform.Any one have any suggestions or any thoughts on this.Please share.Your timely help is greatly appreciated.Thanks in advance.
Is it possible to extract a substring in the WHERE clause of either <CFQUERY> or in a Query of Queries? I am trying to use the following query to find all email addresses with the domain "comcast.net" (i.e. everything after the "@" in the email address). I am querying an MS-Access database table. <cfquery name="test" datasource="membership"> SELECT email_address FROM tblMembers WHERE MID(email_address, INSTR(email_address, '@') + 1) = 'comcast.net' </cfquery>If I attempt this as a query, I get the error message "[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression."If I attempt it as a QoQ, I get the error message 'Encountered "MID ( email1 ,. Incorrect conditional expression, Expected one of [like|null|between|in|comparison] condition,'.I would be very grateful for any help on finding some
I have a page with multiple CFTrees. Is there a way to determine via javascript if a targeted CFTREE is done loading content?
Hi CFers,Anyone know how I can block the user to which the same answer the survey satisfaction only one once?IP address or COOKIE, what is the better way to do?P.S. records in the XML file no DB.Tks,Fabiano Magno Pechibella
We need a user definable spreadsheet for use in our web app. We need to be able to allow the client to set up the spreadsheet, create the calculations, formatting, rounding and decimal places, and then save all to a database.Is there something like this out there for ColdFusion?Thanks.-A-
I am trying to connect to SQL Server 2012 with flag MULTISUBNETFAILOVER=TRUEI have created the DSN and it works fine for some time and next day i will get the below erorr. I have verified the DB server and its up and working fine and able to connect to it from management studio. Once I restart the server the issue get fixed. Does any one had any idea on why this issue is happening. I am using the sqljdbc4.jar for this connection.The root cause was that: java.sql.SQLException: Timed out trying to establish connection
I have a CFC that returns (via ajax) an array with a length anywhere from 1 to n. I need to display the contents of that array on a webpage in a table (one row per array element). Since I do not know the length of the array, what would be the best way to render the table? My first thought was to build the table inside a string variable and then use jQuery's html() method. I also considered using ColdFusion to format the table in the CFC and pass that back to the ajax call. Either way seems very tedious. Was wondering if there is a better way.
Hi fellows,I have a survey of satisfaction and desire that the User meets only once. How can I do this? Can I use cfcookie? More like do?Tks,Fabiano Magno Pechibella
Recently I installed ColdFusion 11 Developer version (on Windows 8 & IIS) to test the migration of a CF9 based website that uses Oracle as its underlying DB. 1 of the first problems I encountered are the PLSQL stored procedures that seem to be very slow, like 10-50 times slower than with CF9. So I did a test where I execute the exact same SQL statement, which returns ~11000 rows, with both cfstoredproc and cfquery. The processing time of the stored procedure is 111645ms while the processing time of the cfquery is 362ms. The query doesn't return any (C)LOBs, per row there are 4 columns returned, 3 having a number, 1 having a varchar2 with a max size of 256 characters. I uninstalled CF11 several times but everytime I get the same results, no matter what I try in the CFIDE. Maybe I'm missing something obvious here, but for now I don't see it...
So as the title says, I can't log into the Administrator and changing the password via Coldfusion10\cfusion\bin\passwordreset.bat doesn't seems to be actually changing the password since I still get "invalid username/password" when I try to log in after resetting the password.Even further, I used the old method of altering neo-security.xml and changed "admin.security.enabled" to false. This DID allow me access to the administrator, but even then, when I enable password protection and reset the password from the administrator, I still am unable to log in!!One detail which may be a clue for solving this problem: when CF was installed, it was set to not use the default "admin" username. When I try to log in though, I try with both "admin" and the custom username with no luck.Any ideas on how to fix this? It seems like the password encryption system is broken and storing the reset password hash wrong or something.... EDIT: Forgot to mention that I restart the service after resetting the pa
Is this possible ?Installation of CF9 32 bits on Win7 64bits ?I did it, with CGI and ISAPI for IIS7.IIS 7 is OK, (http://127.0.0.1 is correct)After CF9 install, I ran the WebServer ConfigurationToolhttp://127.0.0.1 gives an error 500 :then I uninstall C F9 , now I have a 404.2 errorI looked in install recommandation on the web (google).I think I did the right way.Then I am wondering if this is a question of 32bits and 64 bits ?Thanks for urgent Help.(I have an other PC with CF9 32bits on Win7 32bits, it is OKand a CF9 64bits on Windows serveur 2008 64bits, it is OK)Pierre.
How do I determine how many CF licenses I need in a virtual server environment? Is it determined by the main server or is it based on how many cpu's are allocated to each virtual server?
Hi,Can I use ColdFusion 11 Enterprise license on ColdFusion 10? Do Adobe CF have downgrade privilege option from CF11 to CF10? Thank you.
We have a .Net CMS and have been asked if we can integrate a ColdFusion application into it, does anyone know if that is possible.Thanks,Paul
When I click on "File Search" the search box appears, I enter the search criteria and it finds nothing. I have installed a standalone search product in the meantime but it's a real pain to get out of builder, run the search, and then pull up each file to make changes. Any idea what this problem might be?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.