Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-30 Thread M
All - I needed to seek the help of a networking geek to help me get the Wireshark captures. During the process we installed a copy of CF10 Developer Edition to be better able to poke and prod at settings in a more controlled (and change sensitive) environment. If it matters, it's CF10

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-30 Thread M
Sorry for the length of previous post, but only way to demonstrate failure of Captivate 6 and Coldfusion to get along. On Wed, Jan 30, 2013 at 10:52 AM, M opusmyh...@gmail.com wrote: All - I needed to seek the help of a networking geek to help me get the Wireshark captures.

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-30 Thread Russ Michaels
I think your problem may be multipart/form-data you have in the form Content-Disposition: form-data; name=Upload but there is no file being sent that I can see from your sample data. On Wed, Jan 30, 2013 at 4:57 PM, M opusmyh...@gmail.com wrote: Sorry for the length of previous post,

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-28 Thread M A
Apologies for the confusion. The two files in the directory are the HTTP requests that are uploading the Captivate data. My current internalServerReporting.cfm looks like this: html body It worked ... I got this far /body /html So, there's no CFML in the file, or anything, but I don't

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-28 Thread Russ Michaels
If that is the content of your CFML page that then is why it is not working, as you are not doing anything with the data. You cannot just submit data to a blank page that does nothing, you need some code in there to process what is being posted to it. On Mon, Jan 28, 2013 at 2:19 PM, M A

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-28 Thread M
You appear to be focusing on the fact that my code isn't doing anything. However, the issue is that the CFML --no matter what it contains -- is not getting processed at all. After lots of troubleshooting, I stripped down the CFML file to what I posted before to ensure that I was not dealing

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-28 Thread Russ Michaels
ok in which case you need to detect what captivate sends to the server and what gets sent back when using the original PHP scripts. You can use wireshark to do this which will show you the request and response. Or perhaps a quick and simple test, make a CFM page which posts the data to the PHP

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-28 Thread M
Thank you . . . will take you up on your suggestion and cross my fingers. thanks again m On Mon, Jan 28, 2013 at 9:13 AM, Russ Michaels r...@michaels.me.uk wrote: ok in which case you need to detect what captivate sends to the server and what gets sent back when using the original PHP

First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-25 Thread M A
'mornin. I work at a university that developed an online employee training/compliance system using Captivate. Worked beatifully until we hit 6. Simply told CP to email the results and we parsed it with a little javascript, fiddle with some code and voila the data collected is happily

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-25 Thread Dave Watts
In 6 emailing the results is no longer an option, but there is what looks like a snazzy internal server solution. Captivate provides directions and php files and everything. We run a strictly CF/Oracle shop and every attempt to replicate the php files/actions ends in failure. My first

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-25 Thread M
Sadly your first suggestion never made it out the gate and if you gimme a minute I can give you many more details as to the failures. Really appreciate your reply. Truly. This has me pulling my hair out. m On Fri, Jan 25, 2013 at 9:09 AM, Dave Watts dwa...@figleaf.com wrote: In 6

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-25 Thread M
As a more detailed follow up to my original quandry, this is what has been attempted: I have attempted posting to a CFM version of internalServerReporting on two different ColdFusion platforms. The first is Unix-based, 64-bit, Apache 2.2.15 (RHEL 6's version) with CF 9 (not sure of the current

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-25 Thread Russ Michaels
it is a bit hard to speculate without seeing eitehr the code or the data that is being submitted. It would help if we could see these. put them up on pastebin.com On Fri, Jan 25, 2013 at 5:43 PM, M opusmyh...@gmail.com wrote: As a more detailed follow up to my original quandry, this is what

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-25 Thread M
Thank you, will do! On Fri, Jan 25, 2013 at 12:15 PM, Russ Michaels r...@michaels.me.uk wrote: it is a bit hard to speculate without seeing eitehr the code or the data that is being submitted. It would help if we could see these. put them up on pastebin.com On Fri, Jan 25, 2013 at

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-25 Thread Dave Watts
Attached are two different POST requests captured from the Captivate submit, in a format that can be pasted into a 'telnet server http' session. (The exact path and server have been removed from the files.) The mailing list doesn't allow attachments. You can put them inline, but I'd also

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-25 Thread M
D'oh . . . this has not been my week. Please hold. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-25 Thread M
Links to code can be found here: http://www4.uwm.edu/ptb/ Thank you, again. m On Fri, Jan 25, 2013 at 12:30 PM, M opusmyh...@gmail.com wrote: D'oh . . . this has not been my week. Please hold. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-25 Thread Russ Michaels
Neither of those files contain any code? Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Jan 25, 2013 6:37 PM, M opusmyh...@gmail.com wrote: Links to code can be found here: http://www4.uwm.edu/ptb/