Purnima
Member since Sep 23, 2010
- Profile: /members/6931-purnima.htm
- Comments: 7
Recent Blog Comments By Purnima
-
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Posted on Sep 27, 2011 at 5:34 PM
I got it resolved... it was browser issue. Thanks, Purnima... read more »
-
Deleting ColdFusion Scheduled Tasks With CFThread And CFSchedule
Posted on Aug 17, 2011 at 12:03 PM
Hi, I have a tera data database user session that expires after every 30 mins of idl time. I am using JDBC type 4 to create the datasource. Everything works fine :).... But the session expires every 30 mins of idle time. I decided to write a schediler that will run a select query every two mins so t... read more »
-
ColdFusion Arrays Passed By Value
Posted on Aug 10, 2011 at 6:30 PM
Hi, I have a question: I am interacting with a Webservice which has parameter wich accepts stingArrys only When I try to pass a string, it gives "ServiceMethodNotFoundException:" and when I pass an array its giving arugment mismatch error. Can you let me know what should I do... read more »
-
My First ColdFusion Web Service
Posted on May 11, 2011 at 5:04 PM
Hi, I am trying to make a webservices call to a .net webserver. Does anyone have an idea how to do it. Please help. Regards, Purnima... read more »
-
Ask Ben: Handling Errors With ColdFusion CFError
Posted on Sep 23, 2010 at 7:00 PM
Ben, I am trying to catch 502 Proxy Error. Actually I am trying to query DB for a report (from the form page). Its works fine if the query is ok, else it gives a 502. The uesre of the applications get worried, Is there a way that instead of 502 Proxy error, I can display a readble user message. I tr... read more »