Re: Scheduled Tasks Error

2014-11-09 Thread Sebastian Powell
[crickets] :-) -- John Bliss - http://www.linkedin.com/in/jbliss I am experiencing the same issue on CF 11, neo-cron.xml all the scedheuled task vanished. and its an empty file. Did you manage to resolve this? ~|

Re: Coldfusion Session lost on iPad... sometimes.

2012-07-03 Thread Sebastian Powell
One suggestion may be to check in the users ipad Safari settings option, that cookies are accepted. Bas. No we're not using a load balancer so that can't be it. Also the user ip is the same when they return from Paypal as when they left for Paypal. Do you have a load balancer? We

cfcatch DB connection failure - for failover

2011-07-05 Thread Sebastian Powell
Hi a bit stuck at the moment, I am trying to implement a DB fail over to a slave database through CF 9. I am using MYSQL as a DB. I have setup datasource in the application.cfc to point to the main db. When i trigger a stop service on the main db - which causes a failed db connection, i'm

CF Sessions and Citrix

2011-03-16 Thread Sebastian Powell
Hi, I have a CF9 application where the user login process is managed through J2EE session variables. Problem, users on citrix have been able to see other users pages/session variables when logged in. Has anyone experienced this? Any suggestions for a solution or why this might be happening -

CF 9 Standard Load Bal Sticky Sessions

2011-03-07 Thread Sebastian Powell
Hi, I am trying to setup a failover environment for my web application. We are using CF9 standard and LVS (Linux Virtual Server) as the load balancer (LB). My web application uses session variables to remember form values posted in a process (eg would work like a session web shopping cart).

Coldfusion Standard and Load balancing env

2011-01-24 Thread Sebastian Powell
Hi, We currently run coldfusion 9 Standard on a single server, our site has grown and we are looking at adding an additional box and setup a load balancing environment for the site. Here are my questions: * Is Coldfusion Standard sufficient for this environment or will i require enterprise?

Re: Coldfusion Standard and Load balancing env

2011-01-24 Thread Sebastian Powell
Thanks great information. * I gather too application variables are unique to the server to where the session request is being called. Sebastian Hi, We currently run coldfusion 9 Standard on a single server, our site has grown and we are looking at adding an additional box and setup a

CF Site not load - only show HTTP header

2010-10-12 Thread Sebastian Powell
Hi, I have a user who cannot view my coldfusion website, we have large number of users on the site that are not experiencing the issue and i can't replicate the issue. When this particular user browses the site they just see the following message (seems to be HTTP header) and the site does

Re: CF Site not load - only show HTTP header

2010-10-12 Thread Sebastian Powell
We are using Coldfusion 9 Thank you all for the suggtestions, I will try each of them and let you know if can resolve the issue I have a user who cannot view my coldfusion website, we have large number of users on the site that are not experiencing the issue and i can't replicate the

cfwindow parent refresh

2009-12-17 Thread Sebastian Powell
Hi, I have a cfwindow that does the following: 1) receives some url variables 2) user can input a comment or text in a form within the cfwindow 3) on submit in the cfwindow it updates the comment in the database 4) confirmation message that submitted and option to close the cfwindow Issue: I am

onclick refresh cfdiv

2009-12-17 Thread Sebastian Powell
Anyone done this before? I want to refresh a cfdiv when a anchor tag link is clicked? thanks. Sebastian ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Help with consuming .NET complex datatype webservice

2008-12-10 Thread Sebastian Powell
I am trying to consume a .NET webservice from coldfusion. When I cfinvoke the webservice it returns a complex object which has the get_any() method. I am trying to access the data but am not sure where it is located or how to consume the returned object. I have run the wsdl2java and got the

Re: cfchart Flash chart not showing

2008-11-06 Thread Sebastian Powell
Looking at the page in the browser there is a warning in the status bar which says: Line:204 Char:1 Error:Object Expected Code 0 Thanks, Bas. I have developed a few charts of format type flash using cfchart on a development version of CF8 and they can be viewed no problems in the

cfchart Flash chart not showing

2008-11-05 Thread Sebastian Powell
I have developed a few charts of format type flash using cfchart on a development version of CF8 and they can be viewed no problems in the browser. When I deploy the code on CF8 standard, the charts do not show. When changing the chart to format type jpg they do appear, so seems to suggest an

conditional cfchartseries

2008-10-29 Thread Sebastian Powell
Hi, I am trying to conditionally color a single bar chart series in cfchart, depending on a value returned from a source query. As an example of logically what i am trying to achieve : cfchartseries type=bar query=myQuery valueColumn =count itemColumn = region paintstyle =

Coldfusion 8 Standard Edition multiple sites

2008-09-01 Thread Sebastian Powell
I'm new to coldfusion and have a few developed sites which I plan to host on a dedicated server. In process of working out which version of CF I need. Wanted to know if Standard edition can handle multiple sites and what the impact performance wise would be? or anything else I should consider?