Re: WDDX error

2004-08-27 Thread Richard Strong
That was it. Thanks to all that responded. Richard - Original Message - From: Kwang Suh <[EMAIL PROTECTED]> Date: Fri, 27 Aug 2004 19:24:36 -0400 Subject: Re: WDDX error To: CF-Talk <[EMAIL PROTECTED]> Do this: >This is the problem: >In form1.cfm >

Re: WDDX error

2004-08-27 Thread Kwang Suh
entered by the users and I >have no control over it. It happnes only very rarely but still when it >happens the user cannot continue and they get frustrated > >Thanks >Richard > > >- Original Message - >From: Adrian Lynch <[EMAIL PROTECTED]> >Da

RE: WDDX error

2004-08-27 Thread Dave Watts
> This is the problem: > In form1.cfm > > >    seelct  * form ... > > > > output = "wddxQuery1"> > > > > On the submit form: > > output = "wddxQuery1"> bombs if the original query some > fileds with special characters in them. In my case & > > The query is based on some previous data, en

Re: WDDX error

2004-08-27 Thread Richard Strong
but still when it happens the user cannot continue and they get frustrated Thanks Richard - Original Message - From: Adrian Lynch <[EMAIL PROTECTED]> Date: Fri, 27 Aug 2004 22:37:21 +0100 Subject: RE: WDDX error To: CF-Talk <[EMAIL PROTECTED]> Expanding on that, how about loo

RE: WDDX error

2004-08-27 Thread Adrian Lynch
Expanding on that, how about looping through the FORM scope before serializing it. Ade -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: 27 August 2004 18:57 To: CF-Talk Subject: Re: WDDX error Ok if you XMlformat the entide WDDX string itd going to escape all

RE: WDDX error

2004-08-27 Thread Adrian Lynch
Expanding on that, how about looping through the FORM scope before serializing it. Ade -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: 27 August 2004 18:57 To: CF-Talk Subject: Re: WDDX error Ok if you XMlformat the entide WDDX string itd going to escape all

Re: WDDX error

2004-08-27 Thread Adam Haskell
Ok if you XMlformat the entide WDDX string itd going to escape all the <> in the WDDX . You could try something like this: wddxstuff = xmlformat(wddxstuff); wddxstuff =replace(wddxstuff ,'<','<','all'); wddxstuff =replace(wddxstuff ,'>','>','all'); wddxstuff =replace(wddxstuff ,'&&','&','all'); P

RE: WDDX Error!

2004-02-06 Thread Raymond Camden
Can you show us the packet? I seem to remember an issue with WDDX packets when I was working on getting Spectra running on MX. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: WDDX Error in CFMX

2002-09-25 Thread Mark A. Kruger - CFG
Tricky... -Original Message- From: Reilly, Jim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 1:36 PM To: CF-Talk Subject: RE: WDDX Error in CFMX I found the problem in CFMX. (Raymond, thx for the help!!!) The problem was that I was wrapping the WDDX returned from a

RE: WDDX Error in CFMX

2002-09-25 Thread Reilly, Jim
terms of performance.) Any thoughts...??? Tkx, Jim Tkx, James M. Reilly GlobalSpec 350 Jordan Road Troy, NY 12180 Tel: 518.880.0200 x318 Fax: 518.880.0250 -Original Message- From: Reilly, Jim Sent: Tuesday, September 24, 2002 11:58 AM To: '[EMAIL PROTECTED]' Cc: '

RE: WDDX Error in CFMX

2002-09-24 Thread Mark A. Kruger - CFG
before. That's my only thought - my mind is peaceful blank now . -mk -Original Message- From: Reilly, Jim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 10:58 AM To: CF-Talk Subject: RE: WDDX Error in CFMX Raymond, 1) There is no datetime tags. 2) There are no quot

RE: WDDX Error in CFMX

2002-09-24 Thread Raymond Camden
day, September 24, 2002 11:58 AM > To: '[EMAIL PROTECTED]' > Cc: '[EMAIL PROTECTED]' > Subject: RE: WDDX Error in CFMX > > > Raymond, > > 1) There is no datetime tags. > 2) There are no quotes as keys, just in the values. > > 3) I added the

RE: WDDX Error in CFMX

2002-09-24 Thread Reilly, Jim
x318 Fax: 518.880.0250 -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 11:28 AM To: CF-Talk Subject: RE: WDDX Error in CFMX Importance: Low There are two confirmed WDDX bugs that may be affecting you: 1) Does your packet contain any

RE: WDDX Error in CFMX

2002-09-24 Thread Raymond Camden
There are two confirmed WDDX bugs that may be affecting you: 1) Does your packet contain any date time info? Any large packet with datetime info will not be deserialized. You must do a regex and replace any ... with ... This will have zero impact on your ability to use the data. 2) Does your dat

RE: WDDX Error in CFMX

2002-09-24 Thread Robertson-Ravo, Neil (REC)
there is a packet length in CF5, but you say it works in that. wierd?.. -Original Message- From: Reilly, Jim [mailto:[EMAIL PROTECTED]] Sent: 24 September 2002 16:12 To: CF-Talk Subject: WDDX Error in CFMX I am testing on CFMX Pro box, that has code that currently works in CF 5. I

RE: WDDX Error

2001-11-21 Thread jm12345
You could try using the XMLFormat() function on whatever it is you are trying to serialize. > It appears you are trying to serialise HTML content, have you tried to > delimit the content before seriliazing? > > Neil > Team Macromedia > > ~~ Get t

RE: WDDX Error

2001-11-21 Thread Neil Clark
It appears you are trying to serialise HTML content, have you tried to delimit the content before seriliazing? Neil Team Macromedia ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. h

Re: WDDX error

2001-04-23 Thread Mak Wing Lok
sorry guys, no i don't. will try to do one and let you all know the URL to get the packet mak wl mak wl - Original Message - From: "Dick Applebaum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 12:31 PM Sub

RE: WDDX error

2001-04-22 Thread Dick Applebaum
Hmmm... Now I can't get to the server at: http://66.51.165.180/ ? Dick ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@ho

RE: WDDX error

2001-04-22 Thread Dick Applebaum
OK... I'll show you mine if you show me yours (excuse any text wrap): http://66.51.165.180/db/StubTestWDDX.cfm";> <\1", "ALL")> ]+\>)", "<\1", "ALL")> WDDX Packet From Remote Site... |#xx#| Sgould return a 2 record packet:

RE: WDDX error

2001-04-22 Thread zac
> Maybe if I get his URL I can try to harvest from his platform. And maybe if he has a moment he can do the same (or if there is another Solaris user with a wddx script handy). If he generates an error with your data then I think we can assume that it is platform related. ~

RE: WDDX error

2001-04-22 Thread Dick Applebaum
Both are NT Hmmm Maybe if I get his URL I can try to harvest from his platform. Dick At 10:00 PM -0700 4/22/01, zac wrote: > > My first thought... I am using my program to migrate databases from a >> host using cf 4.0 to another using cf 4.5. > >What platform OSes? > >Could this just be

RE: WDDX error

2001-04-22 Thread zac
> My first thought... I am using my program to migrate databases from a > host using cf 4.0 to another using cf 4.5. What platform OSes? Could this just be a result of his code running under Solaris? ~~ Structure your ColdFusion code with Fuse

RE: WDDX error

2001-04-22 Thread Dick Applebaum
My first thought... I am using my program to migrate databases from a host using cf 4.0 to another using cf 4.5... the program works in either direction... Copy to B from A Access A from B cf 4.0 has a wddx 0.9 packet cf 4.5 has a wddx 1.0 packet Doesn't appear to be any problems Di

Re: WDDX error

2001-04-22 Thread Mak Wing Lok
CF 4.5 SP2 Solaris Platform mak wl - Original Message - From: "zac" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 12:30 PM Subject: RE: WDDX error > > so I reason that the & in the string cannot be t

Re: WDDX error

2001-04-22 Thread Mak Wing Lok
i'm totally agreed with you. - Original Message - From: "Dick Applebaum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 12:20 PM Subject: RE: WDDX error > That's my point! > > Two packets exist! >

Re: WDDX error

2001-04-22 Thread Dick Applebaum
<[EMAIL PROTECTED]> >Sent: Monday, April 23, 2001 12:09 PM >Subject: RE: WDDX error > > >> >> > on further reflection, Mak Wing Lok' packet contains: >> >> Perhaps his is generated and your is from a query? >> >> >

RE: WDDX error

2001-04-22 Thread zac
> so I reason that the & in the string cannot be the problem Are you both using the same version of CF Server? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://w

RE: WDDX error

2001-04-22 Thread Dick Applebaum
That's my point! Two packets exist! Both packets contain an & between tags! There is no way that the deserializer can tell the difference between the 2 , or that one was generated and the other is from a query... so I reason that the & in the string cannot be the problem ??? Dick At

Re: WDDX error

2001-04-22 Thread Mak Wing Lok
mine is from a query too. mak wl - Original Message - From: "zac" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 12:09 PM Subject: RE: WDDX error > > > on further reflection, Mak Wing Lok' packet cont

RE: WDDX error

2001-04-22 Thread zac
> on further reflection, Mak Wing Lok' packet contains: Perhaps his is generated and your is from a query? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.

RE: WDDX error

2001-04-22 Thread Dick Applebaum
At 11:00 PM -0400 4/22/01, Dave Watts wrote: > >you'll have a problem deserializing that packet, because the data will have >symbolic characters in it - in the above case, the angle brackets. > >You run into a similar problem with explicit data typing - if you want to >serialize a number, you have

RE: WDDX error

2001-04-22 Thread Dick Applebaum
Ahhh Good answer!!!... it also 'splains why I need to URL-encode the query before passing it to the remote stub for execution: Interesting nuance! Thanks Dick At 11:00 PM -0400 4/22/01, Dave Watts wrote: > >Well, this is the problem with oversimplification, I guess. > >If you just

RE: WDDX error

2001-04-22 Thread Dave Watts
> > > Isn't handling of these special characters taken care of by the > > > cfml2wddx action of the cfwddx tag? > > > > Nope. > > Well then who's doing it. > > I have an app where programs (CF, ASP. etc.) are stored in a > database. I routinely retrieve this via WDDX from a remote > server...

RE: WDDX error

2001-04-22 Thread Dick Applebaum
Dave Here's the stub on the remote server that issues the passed query against the db & returns the results: #PreserveSingleQuotes(WDDX.SQLStatements)# . . . There is some other logic, but nothing to escape special characters. Honest! I use this program

RE: WDDX error

2001-04-22 Thread Dick Applebaum
At 10:16 PM -0400 4/22/01, Dave Watts wrote: > > Isn't handling of these special characters taken care of by the >> cfml2wddx action of the cfwddx tag? > >Nope. > Well then who's doing it. I have an app where programs (CF, ASP. etc.) are stored in a database. I routinely retrieve this via WDDX

RE: WDDX error

2001-04-22 Thread Dave Watts
> Isn't handling of these special characters taken care of by the > cfml2wddx action of the cfwddx tag? Nope. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~ Structure your ColdFusion code

RE: WDDX error

2001-04-22 Thread Dick Applebaum
Dave Isn't handling of these special characters taken care of by the cfml2wddx action of the cfwddx tag? Dick At 9:48 PM -0400 4/22/01, Dave Watts wrote: > > here's my WDDX packet data, any problem with it? the error >> occured on "& MEG. DIATRIAZOTE " > >Well, the only thing I see wrong is

RE: WDDX error

2001-04-22 Thread Dave Watts
> if i escaped it change most of the field and it return back > with this error again : > XML parsing error: not well-formed (error code 4, line > 1,column 0, buffer offset 0) > > is there a way where i can change the & only on the WDDX packet? When are you escaping it? Before you serialize it

Re: WDDX error

2001-04-22 Thread Mak Wing Lok
ave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 9:48 AM Subject: RE: WDDX error > > here's my WDDX packet data, any problem with it? the error > > occured on "& MEG. DIATRIAZOTE " > > Well, the

RE: WDDX error

2001-04-22 Thread Dave Watts
> here's my WDDX packet data, any problem with it? the error > occured on "& MEG. DIATRIAZOTE " Well, the only thing I see wrong is the ampersand, which when escaped should look like this: & Other than that, I don't see anything. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voic

Re: WDDX error

2001-04-22 Thread Mak Wing Lok
atts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 9:15 AM Subject: RE: WDDX error > > i did, but if i use XMLFormat i get this error instead : > > > > XML parsing error: not well-formed (error code 4, line 1, >

RE: WDDX error

2001-04-22 Thread Dave Watts
> i did, but if i use XMLFormat i get this error instead : > > XML parsing error: not well-formed (error code 4, line 1, > column 0, buffer offset 0) > > The error occurred while processing an element with a general > identifier of (CFWDDX), occupying document position (21:1) to > (21:64). A

Re: WDDX error

2001-04-22 Thread Mak Wing Lok
Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 9:06 AM Subject: RE: WDDX error > > i encountered this error if one of my WDDX field contain an > > ampersand (&) > > > &

RE: WDDX error

2001-04-22 Thread Dave Watts
> i encountered this error if one of my WDDX field contain an > ampersand (&) > > XML parsing error: not well-formed (error code 4, line 1, > column 941, buffer offset 941) > > The error occurred while processing an element with a general > identifier of (CFWDDX), occupying document position