Absolutely Stumped - Reallu Urgent

2008-10-23 Thread Toby King
Hi there I have a really tricky task to try and complete. I have been handed an application to build an integration from the CF application to a CRM application. Basically here is what I am trying to do Basically I have a form which has been created Collects data from a user - namely First

Invoke a Web Service - Return value = List of lists

2008-10-23 Thread Bosky, Dave
I'm invoking a webservice method which returns a List of Lists and CF is generating an error message about 'marshalling data...? All my other methods that return a String value work perfect. How can I get this to work properly in CF? It works ok in Java. = CF ERROR MSG === Cannot

RE: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Justin Hansen
Try down grading your JVM to 1.5.x. http://www.mkville.com/blog/index.cfm/2008/2/4/ColdFusion-8-Random-Slowness-Downgrade-the-JVM Justin -Original Message- From: Markus Wollny [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 1:24 PM To: cf-talk Subject: After migrating from

application.cfc and session structure

2008-10-23 Thread Chad Gray
What is the safest way to dump the session variables in the onError function of Application.cfc? Thanks Chad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: application.cfc and session structure

2008-10-23 Thread Mike Chabot
If you are referring to something that will run in production as opposed to some limited debugging in a development environment, then I prefer dumping the error details to a database table or inside of an email. -Mike Chabot On Thu, Oct 23, 2008 at 9:27 AM, Chad Gray [EMAIL PROTECTED] wrote:

Re: Absolutely Stumped - Reallu Urgent

2008-10-23 Thread Mike Chabot
There is no easy way to convert .NET code to CF code. They are entirely different frameworks that use different approaches to creating Web pages. Rewriting that small sample of code in CF could take a couple of hours even if you were skilled in both technologies. -Mike Chabot On Thu, Oct 23,

Re: Updater 8.0.1 crashes CF8

2008-10-23 Thread AJ Mercer
Hi Gert, Did you stop the CF services before doing the update? On Thu, Oct 23, 2008 at 9:54 PM, Gert Franz [EMAIL PROTECTED] wrote: Hi all, yes I am using CF8. We need to test some of our Railo examples under CF8 as well. So here's what happened. I had an old version of CF8 8.0.0.1x and

Updater 8.0.1 crashes CF8

2008-10-23 Thread Gert Franz
Hi all, yes I am using CF8. We need to test some of our Railo examples under CF8 as well. So here's what happened. I had an old version of CF8 8.0.0.1x and wanted to update it to CF8.0.1. Now after the update I only recieve the error: java.lang.NullPointerException at

Re: Updater 8.0.1 crashes CF8

2008-10-23 Thread Gert Franz
Yes I did, took tree minutes but I watched it... Gert AJ Mercer schrieb: Hi Gert, Did you stop the CF services before doing the update? On Thu, Oct 23, 2008 at 9:54 PM, Gert Franz [EMAIL PROTECTED] wrote: Hi all, yes I am using CF8. We need to test some of our Railo examples under

Re: Absolutely Stumped - Reallu Urgent

2008-10-23 Thread Rob Parkhill
Toby, To me, who is a novice at .NET, it looks like that code is doing a simple lookup and insert into the db using the information from the form. It is using the e-mail as the item to match on and then inserting the answers from the survey into the DB using the methods written in .NET (this is

Re: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Cutter (CFRelated)
We've had exceptional progress with this. Downgrading the JVM was definitely the way to go for us, and we found the Garbage Collection to be much better as well, though we're not 64-bit. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer

AW: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Markus Wollny
Hi! Justin Hansen wrote: Try down grading your JVM to 1.5.x. Already tried that. Apparently this was not the issue; the problem persists with jdk1.5.0_16. I tried the JRE that came with CF8, as well as jdk1.6.0_10 and jdk1.5.0_16, neither resolved the issue at hand. I'll try a standalone

Re: AW: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Cutter (CFRelated)
That serverstore error is typically in creating additional CF instances with the Enterprise Manager without first adding instance folders within JRun/lib/wsconfig. If you don't manually create these folders first, naming them exactly as you will name your instances, then the Apache connectors

RE: application.cfc and session structure

2008-10-23 Thread Chad Gray
Right I want to email the session variables. Should I do an inDefined first to see if they exists? I don't want an error in my error function is what I am getting at. Chad -Original Message- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 9:50 AM To:

Re: application.cfc and session structure

2008-10-23 Thread Mike Chabot
Yes, you should use isdefined or try/catch to help prevent errors inside of your error handler. -Mike Chabot On Thu, Oct 23, 2008 at 11:22 AM, Chad Gray [EMAIL PROTECTED] wrote: Right I want to email the session variables. Should I do an inDefined first to see if they exists? I don't want

CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dennis Hughes
I am totally stumped on how I can update the altRecipient field that is present within our Active Directory Contacts through the General Exchange tab. I can toggle on and off the deliverAndRedirect check box, but I am unable to add anything to the altRecipient field (which should be the DN of

CFCHART

2008-10-23 Thread Khaled SAIDI
Hi everybody ! I'm running Coldfusion 6.1 I would like to know if it si possible to display the value of a bar above this bar? For example, xAxis is day of month, yAxis is percent. The first day i have 20%. So the bar of my graph will indicate 20% and i would like to have 20% written above the

Re: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Wil Genovese
Lets address your java.rgs settings. I also see that the jvm.config file is pointing to the version 5 of java. You may not need to fall back to that version. We've been using jvm.1.6_x with few issues on 5 high load servers. You have this: *java.args=-server -Xmx1024m

RE: CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dawson, Michael
Instead of altRecipient, try altRecipientBL. mike -Original Message- From: Dennis Hughes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 11:23 AM To: cf-talk Subject: CFLDAP to Update altRecipient in Active Directoy / Exchange I am totally stumped on how I can update the

Re: CFCHART

2008-10-23 Thread C S
Hi everybody ! I'm running Coldfusion 6.1 I would like to know if it si possible to display the value of a bar above this bar? It is possible with MX7. You can create a custom style, with a dataLabel pattern $(value)%. http://livedocs.adobe.com/coldfusion/7/htmldocs/1431.htm But I

Re: CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dennis Hughes
I just tried the altRecipientBL and ended up with the similar LDAP 19 error that I was getting before. Error is: An error has occured while trying to execute modify :[LDAP: error code 19 - 20B1: AtrErr: DSID-030F0C1A, #1: 0: 20B1: DSID-030F0C1A, problem 1005 (CONSTRAINT_ATT_TYPE),

Re: Absolutely Stumped - Reallu Urgent

2008-10-23 Thread Matthew Small
A simple thing to do would be to write a .NET webservice that takes a number of parameters that matches the set of properties that the SurveyDataObject requires, create a SurveyDataObject, sets its properties to the parameters, and then submit it to the Post.SurveyPost() method. After it's

RE: CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dawson, Michael
I think it may be the commas in your DN that you are passing to the altRecipientBL attribute. For exampe: CN=username,OU=Users,DC=domain,DC=com Use the DELIMITER attribute and set it to something uncommon like a vertical pipe (|) or a tab character #chr(9)#. If DELIMITER doesn't work, try

Re: AW: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Al Musella, DPM
This might be a long shot, but it is so easy to check... check the size of the log files .. not just the ones in the /logs directory. Do a search on the entire cold fusion directory.I had some huge log files in there causing this same problem. Deleting them fixed everything

Re: CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dennis Hughes
Just gave this a shot and getting the same error. I changed the code so that I am only dealing with the altRecipientBL now and not trying to complicate things. Tried both the Pike and the Tab - error results were the same. Here is the updated code: cfldap action=modify dn=#thisDN#

Mail Spooler Woes

2008-10-23 Thread webmaster
I can send 5k emails to my CF8 servers and they each deliver about 1 piece of mail to my mail server every 3 seconds. I can send 5k emails to 1 of my CF7 servers and it sends out the all 5k email to my mail server in about 30 seconds. Does anyone have a suggestion as to where I can look to

Re: CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dennis Hughes
I have it now ... Changed the delimiter and separator to ; for the altRecipientBL add, then used a second cfldap modify to update the deliverAndRedirect but instead of the modifytype being add it needed to be Replace. I used the delimiter as ; and the separator as , for that call. Thanks for

RE: CFLDAP to Update altRecipient in Active Directoy / Exchange

2008-10-23 Thread Dawson, Michael
Good catch. Glad to help. Mike -Original Message- From: Dennis Hughes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 1:35 PM To: cf-talk Subject: Re: CFLDAP to Update altRecipient in Active Directoy / Exchange I have it now ... Changed the delimiter and separator to ; for

Re: Mail Spooler Woes

2008-10-23 Thread Mike Chabot
You really need to find out where the bottleneck is. I listed possible bottlenecks in prior emails, but it is unclear if you have performed even cursory diagnostic checks yet. Have you already analyzed the network packets going between the CF server and the mail server, and if so what did you

RE: Mail Spooler Woes

2008-10-23 Thread webmaster
These 3 servers are on the same network. Using the same mail server. I don't see how network traffic (since they are on the same network using the same router etc.) would make any difference. The only difference I can see if the version of the CF server. I am not seeing any bottlenecks just

Re: Developers Rank Best Application Servers: Cold Fusion, Apache Geronimo Top List

2008-10-23 Thread Rick Mason
Gerald, I do wonder if their editorial staffs talk to each other? One publication says it is the single best choice for an application server. The other publication says it is dead. Is that it in a nutshell? I guess it's true what they say about the press, they're either building you up or

Update Query syntax

2008-10-23 Thread Ben Conner
Hi, I have a simple update query that is throwing an error: cfquery name=NewRec datasource=#Application.DSN# update icitem set lastchanged = '1/1/2008' where itemno in (#itemnos#) /cfquery The itemnos variable has the value: '1A703239', '1A703240', '1A703241', '1A703242',

Re: Update Query syntax

2008-10-23 Thread Charlie Griefer
WHERE itemno IN (#preserveSingleQuotes(itemnos)#) or even better: WHERE itemno IN (cfqueryparam value=#itemno# cfsqltype=cf_sql_char list=true /) On Thu, Oct 23, 2008 at 12:21 PM, Ben Conner [EMAIL PROTECTED] wrote: Hi, I have a simple update query that is throwing an error: cfquery

Re: Update Query syntax

2008-10-23 Thread Ben Conner
Thanks much, Charlie! --Ben WHERE itemno IN (#preserveSingleQuotes(itemnos)#) or even better: WHERE itemno IN (cfqueryparam value=#itemno# cfsqltype=cf_sql_char list=true /) ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Mail Spooler Woes

2008-10-23 Thread Mike Chabot
Your emails suggest that you don't know what information diagnostics tools are able to give you (Hint: same network and same router are nearly irrelevant and there is always a bottleneck). It is possible for two servers with identical hardware, identical software, identical configurations running

Proper Authentication with CFLDAP?

2008-10-23 Thread Marie Taylore
I just received this code as the proper way to bind someone during an LDAP login to a ColdFusion App. Is this really the right way? cfset UserIsValid = 0 CFTRY cfldap action=QUERY name=Authenticate start=uid=#username#,ou=#OurOU#,dc=#OurDC#,dc=#OurDC2# attributes=cn

Re: Proper Authentication with CFLDAP?

2008-10-23 Thread Shannon Peevey
Yes, this would let you know that they are authenticated. It assumes that you LDAP server allows users to read from the tree. I'm not sure about using the full DN to the object with the start key. I always use the people container. Here is my example: cfldap name=authenticate

RE: Mail Spooler Woes

2008-10-23 Thread webmaster
They are all behind a router together. No routers in-between. I am basically looking to see if anyone else has run into the situation with CF8 Standard. -Original Message- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 5:05 PM To: cf-talk Subject: Re:

Re: Updater 8.0.1 crashes CF8

2008-10-23 Thread Dave Watts
yes I am using CF8. We need to test some of our Railo examples under CF8 as well. So here's what happened. I had an old version of CF8 8.0.0.1x and wanted to update it to CF8.0.1. Now after the update I only recieve the error: java.lang.NullPointerException at

Re: Absolutely Stumped - Reallu Urgent

2008-10-23 Thread Dave Watts
A simple thing to do would be to write a .NET webservice that takes a number of parameters that matches the set of properties that the SurveyDataObject requires, create a SurveyDataObject, sets its properties to the parameters, and then submit it to the Post.SurveyPost() method. After it's

Re: Mail Spooler Woes

2008-10-23 Thread Dave Watts
They are all behind a router together. No routers in-between. I am basically looking to see if anyone else has run into the situation with CF8 Standard. I think you're missing Mike's point. It isn't clear that this is a problem with CF8 Standard, or with something else. Can you put CF7 and CF8

RE: Mail Spooler Woes

2008-10-23 Thread webmaster
It's funny you should suggest that. This one machine in particular had CF7 on it and we upgraded to CF8. It used to send mail fine before. :( -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 6:42 PM To: cf-talk Subject: Re: Mail Spooler

Alternative to coldfusion8

2008-10-23 Thread Don L
Just ran a search for it and found two, of which one is well-known, that is, BlueDragon, the other contender is Smith, did a quick browse of features respectively, and noticed that some of 'hot-cake' CF8 features like cfajaxproxy and associated tags are not supported by neither of them (on

Re: Alternative to coldfusion8

2008-10-23 Thread James Holmes
You missed Railo in your search. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2008/10/24 Don L [EMAIL PROTECTED] Just ran a search for it and found two, of which one is well-known, that is, BlueDragon, the other contender is Smith, did a quick browse of

Re: Alternative to coldfusion8

2008-10-23 Thread AJ Mercer
Add Railo to your search http://railo-technologies.com/ On Fri, Oct 24, 2008 at 8:24 AM, Don L [EMAIL PROTECTED] wrote: Just ran a search for it and found two, of which one is well-known, that is, BlueDragon, the other contender is Smith, did a quick browse of features respectively, and

Re: Alternative to coldfusion8

2008-10-23 Thread Jordan Michaels
BlueDragon comes in two flavors. The commercial version, which is commercially supported, and Open BlueDragon, which is supported by the community. Their URL's are as follows: BlueDragon Commercial version (focusing on their .NET version) http://www.newatlanta.com/products/bluedragon/index.cfm

Re: Alternative to coldfusion8

2008-10-23 Thread Don L
Add Railo to your search http://railo-technologies.com/ Thanks for the heads-up and the URL, however, unlike BD, it does not list tag comparison with cf8, hard to tell if it can support some of the great cf8 features listed in my last post.

Re: Alternative to coldfusion8

2008-10-23 Thread Don L
BlueDragon comes in two flavors. The commercial version, which is commercially supported, and Open BlueDragon, which is supported by the community. Their URL's are as follows: BlueDragon Commercial version (focusing on their .NET version) http://www.newatlanta.com/products/bluedragon/index.cfm

Re: Alternative to coldfusion8

2008-10-23 Thread James Holmes
Umm... http://www.railo-technologies.com/en/index.cfm?treeID=107 mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2008/10/24 Don L [EMAIL PROTECTED] Add Railo to your search http://railo-technologies.com/ Thanks for the heads-up and the URL, however,

Re: Alternative to coldfusion8

2008-10-23 Thread Don L
Umm... http://www.railo-technologies.com/en/index.cfm?treeID=107 Thanks for the URL. It looks like an alternative could a road to he?? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Ben Forta for president?

2008-10-23 Thread Mike Kear
Is this true? Ben Forta is running for President of the USA?? Bit of fun, but I'm really impressed with the video. Have a look http://www.tsgnet.com/pres.php?id=370617altf=Cfoaltl=Gpsub It's a bit of fun for Friday but i have serious tech question about this - how do they do the video

RE: Ben Forta for president?

2008-10-23 Thread Dave Long
Great idea! Somebody send me the PDF for some counterfeit voter registration forms and we can start canvassing. Dave -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 9:16 PM To: cf-talk Subject: Ben Forta for president? Is this

Re: Still waiting to get paid? Help is here.

2008-10-23 Thread Scott Brady
What's funny is Michael JUST reminded people of the rules this morning / last night . . . sharon nelson wrote: Hi Mike, I couldn't help but notice your concerns about when my client pays I pay you regarding your 1099 projects. We've all been there. However, there is a remedy for