Re: Do all Cold Fusion Windows installs add the Cold Fusion service?
Hello RJ_Dio, Thank you for your post. Yes, the ColdFusion services are created duing the installation. Regards,Anit Kumar
View ArticleRe: Cold Fusion Site move to new server
Following up on JesterFortyEight's suggestion: Look on the old box to see what account the ColdFusion service is running under. On the New box, make sure that ColdFusion is running under that same...
View ArticleRe: jqGrid Server side
jqGrid only outputs the data. Data retrieval is done in the CFC. So, check if you CFC does its job properly.
View ArticleI have urgent need to contact tech support. I have a Gold account but it is...
We have a new Coldfusion 10 server that becomes unresponsive .
View ArticleRe: I have urgent need to contact tech support. I have a Gold account but it...
Don't know, but we've had the same problem. No response for days on end, despite Gold support on our CF servers. Every once in awhile a tech on our end will get lucky and a tech on their end will...
View ArticleRe: I have urgent need to contact tech support. I have a Gold account but it...
What number do you use to contact tech support? thanks
View ArticleRe: jqGrid Server side
Thanks for the message and help,I removed SerializeJSON from the cfc cffunction.like following <cfreturn stcReturn> The data returns 60 pages data. It skip around 5 pages.There are 10 fields data...
View ArticleRe: I have urgent need to contact tech support. I have a Gold account but it...
Hello All, We apologize for the inconvenience caused to you. Please check the personal message sent to you. RegardsAnit Kumar
View ArticleCFLOGIN help Needed
As funding is an issue, my hosting space is currently CF 6, and am stuck with this version for about another year, so I must make the best of it. I have a big challenge with CFLOGIN. My goal is to...
View ArticleRe: CFLOGIN help Needed
I realize I forgot the query. I put it into the application.cfm, but that didn't get it working, either:The use of a query is obvious, but the book said nothing about it.... <CFSAVECONTENT...
View ArticleRe: jqGrid Server side
"Are there any way to check that the cfc get correct datra to jqGrid?" -- Just call the URL including the parameters. Use Firebugs or Chrome Developer Tools as I mentioned you in your previous...
View ArticleRe: CFLOGIN help Needed
Where does 'LoggedIn' get created? That's not obvious from your code.<cfif not IsDefined("LoggedIn")> What you should have is the page the form submits to should look up the username and...
View ArticleRe: I have urgent need to contact tech support. I have a Gold account but it...
Thanks very much. We connected yesterday and will resume today.
View ArticleGetting the error message "Element cause is undefined in a Java object of...
Hi, I am getting the error message "Element cause is undefined in a Java object of type class coldfusion.xml.rpc.ServiceProxy$ServiceInvocationException" while calling the LoadReport() to load the...
View ArticleRe: Cold Fusion Site move to new server
Thanks for the quick responses. Wasn't expecting that late on a Friday afternoon. Turns out that the Cold Fusion service was running on a Domain Admin account on the old box. First place I should have...
View ArticleRe: jqGrid Server side
Another thing to do, var scope all variables that are local to the ccdClaimsLookup() function.
View ArticleRe: jqGrid Server side
Don't you need to double quotation marks in your JSON variable names and values? http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461 172e0811cbec22c24-79fa.html
View ArticleSolr Search returns fuzzy results in quoted term search
I am trying to get some output from the Solr search If I search for "Fund Administrator", which should only return 2 records, I get 5 records because 3 of the search results are fund administration How...
View ArticleHow to Check Out a file in TFS using CFEclipse?
Does anyone else use Team Foundation Server with CFEclipse? Trying to figure out how to check OUT a ColdFusion file with this system. Thanks!RLS
View Article