What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top ColdFusion Application Server Solutions: 101 - 125 of 214
 
I want cfschedule to run an email query on a weekly basis. I have the cfschedule part but would like help with the email part of it. We visit schools on a regular basis and have a calendar wit...
<cfexecute name="c:\windows\system32\dsquery.exe" arguments="user - samid pstest | dsmod user -mustchpwd yes" timeout="10" outputFile = "C:\AD-mustchange-output.txt"/> Anyone see any reason...
I am facing a big problem in our production environment while setting the datasources. We are using MS Sql 2000 and 2005 in clustered environment.  My advance setting for the datasouces in col...
How to make the senderid appear in the inbox not the sender address when we send out the email. I'm create this email using javamail For example: This what I want : From                  ...
does anyone know what the current version of the jre for coldfusion 8 64 is? Thanks.
In ColdFusion I've created a instance of org.apache.axis.AxisProperties and using the setProperty method to get proxy properties.  I'm able to get the properties and connect outside of my fire...
We have a dozen or so extra class c ip addresses. When using cffeed, we want to avoid excessive rss calls, possibly getting locked out for a day by anyone who thinks we're going over their rss...
i have two cfcs. one is page.cfc and one is insert.cfc page.cfc has a method inside it as: getlogindetails as public method. now i am trying to do an insert in insert.cfc. i have to r...
Hi i have the following three fields which are dynamic: i now i want that the defined values in setfiles should appear in each single box but they are appearing in all boxes: i know i am...
Hi.. I hve one Page where i need to fetch the values of the record. the fields are like color1 color2 color3 color4 color5 color6 color7 color8 color9 I want that when i fetc...
I have one table where i have added one column Multicategory where i want that when i add any product and select 5 categories. they should enter as 1,2,3,4,5 in the multicategory field. ...
I need to write Apache redirect for my site. Actually what need to be done is we have the following www.domain1.com/hello. Now I need to write rewrite which will redirect the page to www.do...
Hello, We need to be able to POP emails from a Yahoo! Mail account without deleting the emails and without retrieving the same email twice.  If I set the action attribute to "Delete" in the...
Hi All, I have created a simple ColdFusion form that includes file upload fields. The action file sends an email with the files as attachments. My challenge is I have to allow for extra ...
Our servers are getting unstable due to application and session variable stored in registry. I went thru some Adobe knowledge base and came to know that it a best practice to implement those v...
We are running Coldfusion 8 (standard) on a Windows 2003 box. Lately our server has been locking up and becoming unresponsive. Our web server administrator is checking the IIS logs but I have ...
I want to truncate the right part of a simple text string that falls on a space, not a word, not a character. A resultant string should be no longer than say a default break point of 20 charac...
I am trying to set up a link for clients to access their members area without logging in through an url. I have their MemberID in the url and a UUID which I will store in another table for aut...
I am trying to increase the time for the session variable. But when I increase the timeout period, it seems that the garbage collection is on a holiday. The memory will be full till the server...
I have a form which is a questionnaire. The query pulls up the questions from a table. I need to properly name each questionfield and submit it regardless if the person leaves it blank. I then...
I have coldfusion 8.0.1 with default installation with JRUN4. I need to downgrade the default jre 1.6 to 1.5.0_14. I would really appreciate if you can provide the detailed steps to perform th...
Please refer to code below.  As always, thank you very much for your time.
I'm not sure how to count both InternalManagers and  ClientMembers. SELECT    memberID, InternalManager, ClientMember, CandidatureMember FROM      members WHERE     (CandidatureMember = ...
I have a checkbox and am getting "cannot convert the value "''" to a boolean " when I go to the form. what am I missing here?  <input name="EmailTest" type="checkbox" id="EmailTest" valu...
with the insert into below I keep getting an error: Cannot insert duplicate key row in object 'dbo.members' with unique index 'username'. I'm pretty sure the username is unique in the lis...