『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Anyone else seen this error? It appears to be random. TIA!, -Aaron Neff
I have a report I print tracking the number of events in different categories. Events are single items and never parts of items.The charts I am generating have the y axis divided in all different ways.Is there a way to force the y axis to be whole numbers? I'm using CF9.ThanksExamples
Has anyone used the cfexchangecontact tag with the cfexchangefilter tag? According to all the docs I'm seeing the following should work to pull down all exchange contacts for a user: <cfexchangecontact action="get" name="qContacts" username="#mailuser#" password = "#mailuserpassword#" mailboxname="#mailboxname#" server="#mailserver#" /> <cfexchangefilter name="maxRows" value="-1"> </cfexchangecontact> ... but it generates an error: Context validation error for tag cfexchangecontact.Either the end tag &lt;/cfexchangecontact&gt; encountered on line xx at column 3 requires a matching start tag or tag cfexchangecontact does not support end tag. cfexchangecontact works fine without an end tag, but only returns 100 records (the def
I am currently looking for a BA in the St. Louis Area who has developed in ColdFusion. You could possibly work from home, this is a project. If you are interested or know anyone who would be, please email me at kafowler@stephenjames.com.
Our application contains some legacy code that still relies on cfgrid. We’re finding that our end users can no longer use these pages once they have upgraded java. When they try to use these pages with Java 7.51, the users receive the following general exception: “Name: coldfusion.applets.CFGridAppletSecurityException: Missing required Permissions manifest attribute in main jar: http://[host]/CFIDE/classes/cfapplets.jar”. Has there been a new cfapplets.jar released with an updated manifest for the new Java security? If there hasn’t been one, were is the best place to check for updates of this nature?I’m aware of the ability to add our sites to the exception site list in java as outlined here: http://www.java.com/en/download/help/java_blocked.xmlHaving the user down grade will also work as a temporary solution as well.The only server environment I tested on was CF 9,0,2,282541
I have ColdFusion 8 running on Windows Server 2008 with IIS 7. Lately JRun has been crashing every few minutes. I don't know what the cause could be. Can anyone give advice on how to fix it?The jron error I am getting in the server log mentions MSVCR100.dll and states:
Anyone else having issues recently with DDX calls that seem to return corrupted text from recent PDF files. Coincidentally, Firefox 26 renders the same same document incorrectly. AFC
Not my words. I've been told this by someone else.Detecting more than a hint of bull, I figured I'd ask here. How true (or false) is this statement? If it is dying, what's replacing it? Random thoughts on the state of CF's popularity welcome.
The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.Null Pointers are another name for undefined values.The error occurred inC:/ColdFusion10/cfusion/wwwroot/TESTONLINE/END.CFM: line 1917 : <cfcookie name = "cfid" 18 : value = "#Now()#" 19 : expires = "NOW"> 20 : <cfcookie name = "cftoken" 21 : expires = "NOW"> Please can any body help me outThanksTayyab Hussain
Hi,Why is it so that when I am Offline i.e not connected to Internet I cannot log on to http://localhost:8500/CFIDE/administrator or even to localhost:8500 while using coldfusion 10. Can any body help.RegardsTayyab Hussain
We need help on struts configuration with ColdFusion 10 using IIS.Earlier we were using ColdFusion 8 with IIS 6 for one of our application. This application internally calls struts. After upgrading to ColdFusion 10 struts calls are not loading. We get 404 error.In ColdFusion 8 struts were configured using actions extension .do in IIS from this file- C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll.But in ColdFusion 10 this file is not present as ColdFusion 10 uses Tomcat in place of Jrun.Also there is no information in ColdFusion log file.
Request you to please help me with the Script "Make hyperlinks from URL".When I run this script its converting the URL to Hyperlink, but its changing the original URL text present in the Indesign file. Can this script search for a specific URL character style and convert it to Hyperlink by retaining the Original text in Indesign.For Example:The Original URL in Indesign file is this: https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+a+Dat abaseWhen I run the script its changed to: confluence.atlassian.comIt would be great if you please provide some solution for this.
I am working on upgrading a client from CF5 to CF10 as well as Access 2010 to SQL Server Express 2012.I suspect they recently moved from Access 2000 to 2010 based on some message I came across. Don't know if that is germaine to this conversation or not, so I thought I'd throw that in.In the new CF10 environment, I had a query fail. At first glance, it appeared that one table didn't come across in the conversion.Checked my copy of the Access database backup -- that table is not there.Tested the production (CF5 running Access) system and this program works.Looked in the production Access database -- and the table is NOT there, either!What is this magic? I see no stored procedures, and it's not a cursor (CF5 didn't have that capability).Here's the query:<cfquery name="get_job" datasource="sts"> SELECT * FROM &nb
how many licenses are needed to have a cluster (2 physical servers one active and one pasive)
I am parsing an xml file and turning it into a query object. Everything good until I get a NULL or misssing value in my XML file and then I start getting error messages like The value '' cannot be converted to a number.So how can I check for these missing or NULL values in the XML and then set them to a value want so they dont keep appearing as ''?Here is my code: It runs great until i hit a missing value<cfset mydoc = XmlParse(myxml)><!--- get an array of employees ---><cfset emp = mydoc.ROWSET.XmlChildren><cfset size = ArrayLen(emp)> <cfset orderquery = QueryNew("FIRST_NAME, LAST_NAME,FILE_NUMBER,JOB_TITLE_DESCRIPTION") ><cfset temp = QueryAddRow(orderquery, #size#)><cfloop index="i" from = "1" to = "#size#"> <cfset temp = QuerySetCell(orderquery, "FIRST_NAME", #mydoc.rowset.ROW.FIRST_NAME.XmlText#, #i#)> <cfset temp = QuerySetCell(orderquery, "LAST_NAME", &
I have the type file for users to upload file. If they browse the file, they have to select the document type from the check box and versus. This code didn't do what I want. Can onyone pls help?Thanks<script>function validateForm(oForm) { var numChecked = 0; for (var idx=0; idx<oForm.doc_type.length; idx++) { if (oForm.doc_type[idx].checked == true) { numChecked++; break; } }if (document.getElementById ("cpc").value.
hi my website to all pages changing.how specific part of the page is changed on all pageshelp me pleasekasko hesaplama
Wondering if I've missed something in IIS7 or the Exchange Management Console. I am able to connect to OWA with regular browsers and various usernames but am getting the "Diagnostics: Cannot access Exchange server as a web application at 10.10.10.24. Ensure that the Exchange web application is configured in IIS and Web Service Extension for the Exchange server is allowed." error when I try to connect via cfexchange tags.Any help would be greatly appreciated.
TO... to who? Who do we send these files to?
Let me preface this: The following code is in the pseudo-constructor of my application.cfc (outside all functions) and this is the FIRST run of the application (so the application has not yet initialized)With that being said, I wrote the following code:<cfset this.mappings[ '/model' ] = expandPath( '/path/to/models/folder' ) />To make sure it took, I dump it:<cfdump var="#directoryExists( '/model' )#" />And sure enough I get: YES.Remove the dump and add the following code:<cfset myConfig = new model.utils.Config() />And CF errors out telling me it cannot find a Config.cfc. Well, I verified. In that 'models' folder, there is a 'utils' folder and a 'Config.cfc' in there. If I instead change the line to read:<cfset myConfig = new path.to.models.folder.utils.Config() />Then it works fine. So in essence, the mapping is not working. I have an odd feeling that this is all due to the fact that I'm doing this in the pseudo constructor area,
I'm upgrading a client from CF5 to CF10. They are using Access 2010 and I need to get it to SQL Server Express 2012 as part of the upgrade.This should be simple enough, right? I have access to SQL Server 200 / enterprise manager, SQL Express 2005 / 2008 / 2010 / 2012. I have access to a couple flavors of Access. I have access to a 32 bit Vista machine, a 64 bit Windows 7 machine, a 32 bit Windows Server, a 64 bit Windows server, and more that I won't bore you with.Of course, I have CF5, CF6.1, CF7, CF8, CF9, CF10Got all the tools I should need, right?Tried to import Access from SQL 2012; errors due to data.Tried to push (export) Access to SQL 2012; errors.Tried using every version to push and pull the data, always a couple errors keep it from being clean.Let's be honest, here. There are so many databases, tables and columns, the last thing I want to do is data-map each and every field in every table in every database. I'm a programmer, right? I can do this.I installed the A
We currently have three ColdFusion servers running version 9.0 and I need to upgrade them to 9.0.2. Adobe proves a 9.0.1 updater but I haven't been able to find one for 9.0.2. I tried using the 9.0.2 installer to upgrade but the option for a "Server configuration" install type does not seem to be available. On a clean install, option #1 (below) is available but is missing when I run the installer on our servers with CF 9.0 already installed. How can I upgrade our servers? Do I really have to back up the neo*.xml files and uninstall first, then perform a clean install? Any suggestions would be greatly appreciated. Thanks in advance.What kind of installation do you want? ->1- Server configuration 2- Enterprise Multiserver configuration 3- J2EE configuration (EAR file) 4- J2EE configuration (WAR file)
Please reset my activation count for my adobe id roman.salamonov@hotmail.com
Hi All.I have a problem with a CF8 install that a client has in that I cannot connect to a SMTP server to send mail through it. Description as below.Setup:Tomcat 6CF8.0.1Java 1.6.0_24Windows Server 2008 R2Problems:In CFAdmin I cannot verify that the email settings are correct, even though they are. I tested the settings using telnet and sent mail fine.Attempting to actually send an email with the correct settings - through cfmail attributes - gave the following error:"Error","scheduler-1","01/31/14","17:03:52",,"smtp"javax.mail.NoSuchProviderException: smtp at javax.mail.Session.getService(Session.java:611) at javax.mail.Session.getTransport(Session.java:541) at javax.mail.Session.getTransport(Session.java:484) at javax.mail.Session.getTransport(Session.java:464)  
I've been given a task to integrate a CF application with an authentication process that is Java-based. We have been provided with a set of filters that are key to this process. According to the documentation"...each of the filters places an EntRegSSOToken object into the HttpSession and HttpRequest contexts for use by the integrating application code. The EntRegSSOToken object is the key integration point for an integrating application. The requestor’s eReg identity should be obtained from this object. Below is a small snippet of code showing how an application can determine the requestor’s eReg identity."(EntRegSSOToken is a class contained in a provided .jar file.)Here's the sample code snippet:String eRegUserId = null;EntRegSSOToken entRegSSOToken = null;entRegSSOToken = (EntRegSSOToken) session.getAttribute(EntRegSSOToken.REQUEST_KEY);if(entRegSSOToken != null) { if(entRegSSOToken.isNewUserLoggedIn()) {&
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.