float in DB becomes integer in CF

2007-01-16 Thread M C
I have a weird problem.. In my database (MS SQL Server) I have the valus 12,53131 in a field of type float. When I retrieve the value using a query and output it, the values is 12! I have tried running the SQL using the MS SQL Server Management Studio and here I get the correct value of

Problems passing an XML parameter to .NET webservice

2006-08-24 Thread M C
Hi guys I am trying to pass an XML parameter to a .NET webservice like this; cfinvoke webservice=http://xx/.asmx?wsdl; method=Book requestXML=xmlDoc returnVariable=foo where xmlDoc is a string containing XML. When I run the page, I get this error (which makes no sense to me);

Re: Problems passing an XML parameter to .NET webservice

2006-08-24 Thread M C
This XML itself is valid and the service expects XML for this particular parameter. It seems, however, that there at many pitfalls when trying to get CF MX 6.1 to consume .NET webservices :( Have you checked that the XML packet is valid for the service?

Re: Appropriate CFMX Service Account?

2004-06-09 Thread M C
Thank you both for your help. Below is what I did, which seems to work. 1. Created two domain users, svc_cf_[servername] and svc_web_[servername]. One is for the CFMX service, and the other is for the iPlanet/Sun One service. 2. Gave the ColdFusion service user full control of /winnt/*

Trapping COM Errors - MSXML

2003-11-19 Thread M C
Our ColdFusion 5 server has been restarting once per day because it is set to Restart when requests terminate abnormally. I tracked down the error to the MSXML COM object, which behaves similar to CFHTTP. Occasionally, when it does not receive a response from the server it is calling, it throws an

Re:Trapping COM Errors - MSXML

2003-11-19 Thread M C
FYI, I came across the below information in the ColdFusion forums that seems related to my MSXML problems. Are there any alternatives or patches to winhttp? [begin snip] I've been able to isolate part of the timeout problem with ServerXMLHTTP as it pertains to the winhttp stack. Because

Is cflog thread-safe? [cf5]

2003-11-14 Thread M C
Is cflog in ColdFusion 5 thread-safe, or does it need to be locked like cffile? Thank you, Mike Chabot [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Valid form and cfhttpparam characters

2003-11-11 Thread M C
I encountered an issue using ColdFusion 4.0 where the character was causing problems in cfhttpparam. Basically, the needs to be encoded or it breaks the field. I am more familiar with ColdFusion 5, which encodes all the form fields before submission. I do not believe the HTML standard imposes