CFAdmin 'getverityservice method was not found'
I get the above message on start up of CFAdmin on a system that used to work. Had recently applied APSB13-27, but cfadmin worked after that install. There are two instances of CF9.01 on the server,...
View ArticleRe: How to you save form data on a form submitted to itself?
If you are submittiing the form to itself (to the same page that contains the form), then what I do typically is: Add <cfparam> tags at the top of the page to define defaults for the form fields,...
View ArticleRe: Checking for null xml elements
I believed it should be <cfif NOT structKeyExists(cfData[i],"ImageUrl")>
View ArticleRe: Cold Fusion 10 only parses cfm files in CFIDE and root website - need help
Decided to try another test. Created new folder and only put the iisstart.htm/cfm and welcome.png file in it. Created a new virtual directory in IIS to that folder and all works OK. Did some more...
View ArticleRe: Coldfusion service doesn't start after update 12
Did you reinstall everything or just the patch? The SEVERE messages are something to do with the JVM that CF10 ships with. We got rid of those by installing JVM 7 from Oracle and pointing the...
View ArticleRe: Coldfusion service doesn't start after update 12
I reinstalled CF10 and updated right after with all updates alone with 12. I also noticed that CF10 somewhat flakey when it comes to install of updates from the cf administrator. All updates I...
View ArticleRe: Issue with Scheduled Task after Hotfix APSB13-27?
Hello nwBob, Did you try creating another scheduled task with the same functionality. Are there any reference to errors in scheduler.log. Regards,Anit Kumar
View ArticleRe: I want to download coldfusion 7 ?
Hi ritucf, Please send an email to cfinstal@adobe.com Regards,Anit Kumar
View ArticleCF 10 dedicated instance user accounts - instance isolation
CF10 on Windows 2008R2, IIS 7.5 Trying to implement application isolation as per CF10 Lockdown guide.I am asigning dedicated user account for each individual instance.However, the cfadmin Administrator...
View ArticleRe: CF10 Enterprise, multi-instance w/different user accounts
Hi P Hirose,Did you find a solution for your question? I am trying similar instance isolation, in different environment (CF10/Windows2008R2/IIS7.5) though.I am havind same issue, when start/stop...
View ArticleRe: How to you save form data on a form submitted to itself?
Thanks to all for your help. However the same problem remains. I can keep the session information until I get to the cflocation page then it erases everything. The token and id remain constant so I'm...
View ArticleRe: How to you save form data on a form submitted to itself?
@mayer4, I think maybe we need to see some code. This is the first time you've mentioned either session information or the use of <cflocation>. Why are you using <cflocation>? Are you...
View ArticleRe: How to you save form data on a form submitted to itself?
This is something I inherited. The original programmer used cflocation to bring the user back to main page. When I was requested to change it . I did this: On page 1 at the top of the page. I have...
View Articleunable to import cf9 car file into cf10
I am unable to import just the dsn's and cf9 mappings from a cf9 server into cf10.
View ArticleRe: unable to import cf9 car file into cf10
Hello dpstucson, What is the error message you are getting. Did you check the car.log? Regards,Anit Kumar
View ArticleRe: How to you save form data on a form submitted to itself?
That <cflock> seems wrong. First, if you are using a fairly recent version (8, 9 or 10) I don't think it's even necessary. But if it is, the type "readonly" will actually negate the lock if you...
View ArticleRe: How to you save form data on a form submitted to itself?
This is ancient, its about 10 years old. I will try that thanks for your help Carl. Much appreciated. Laura
View ArticleRe: unable to import cf9 car file into cf10
The car.log is available at \ColdFusion9\logs OR \JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\logs. Are you able to successfully create the CAR file? Regards,Anit Kumar
View Article