|
Establish email address in active directory Hi, I am inserting a 600+ list into a secondary domain controller. This domain controller is synch up with the main, which the exchange server also resides. The problem I am experiencing is that the 600+ names need to right clicked on from the Active Directory Users and Computer GUI interface and the excha... 2 Mar 2006 10:51
mySQL and cftransaction Does anyone know if cftransaction will work with mySQL 5.0.15? When I force an error in my test code, it is caught but the rollback does not take place. I've never had any issues with Oracle and cftransaction but this is the first time I've tried it with mySQL and I'm thinking its just not supported. <cf... 27 Feb 2006 10:46
Could not generate Stub Objects Hi We are using CF6.1 and call a webservice with cfinvoke and get the Error: Could not generate stub objects for web service invocation. Stack: org.xml.sax.SAXException: Fatal Error: URI=null Line=1: Zeichenumwandlungsfehler: "Malformed UTF-8 char -- is an XML encoding declaration missing?" (Zeilenzahl m?gli... 26 Jan 2006 13:17
Text "Parsing" Function Hey everyone. I have a many parts in my site where users can enter text that users can read later, like weblogs, articles, rants and so on. I want to have some special commands such as turning :) into a smily face, or turning (TAB) into an actual tab, or turning the ascii char 13 (The ascii char for line break)... 22 Jan 2006 15:23
cfmail hi i need to include a list items from my table in my email i have tried the code below but this dosnt work, any ideas how i can do this? <cfmail type="HTML" to = "craig_mac(a)bigbutton.com.au" from = "web(a)dpsguide.com.au" subject = "Please check you details"> <cfmailparam file="image... 19 Jan 2006 03:56
CFHTTP with Client Certificate -- Help I have been racking my brain all day about this problem. I am trying to make a web services call (through any method I can manage) to a server using WSDL. Problem is that I am required to use a client certificate that was provided by the server administrators of the target web service. I can't find any way to... 18 Jan 2006 16:34
reloading java classes hello, reloading of java classes works for me in cf6. tag reload set to true in jrun-web.xml is everything needed. in standalone cf7 it doesn't work, in cf7 under jrun4 also. i'll try it in another application server ... did anybody have success with cf7 ? thanks, Jan ... 17 Jan 2006 05:15
Addition Problems I've inherited a store from another programmer, and was asked by the owner to create a new function that will allow him tack on extra cost to the shipping amount that UPS provides. I found the calculate-shipping template and attempted to apply the following highlighted code at the bottom, but Coldfusion ignored ... 30 Dec 2005 18:16
Dereferencing scalar var as struct The error I'm getting - "You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members" The offending code in CFMX 6: <cfquery name="qryGetPrjMnth" datasource="#application.dbName#" username="#application.dbUserName#" password="#application.dbPwd#"> s... 13 Dec 2005 14:24
upload form image i have a update table form, i need a upload image browse btn, to upload images to my images folder, also i need the image file name to be put in to my table column "imageone" what would be the best way to do this? thanks Craig ... 20 Nov 2005 15:22 |