The same thing happened to me.  I needed to transfer a task to another user,
and to completely do this I have to change the userame that appears in the
task object embedded in the workflow instance objectdata.  That structure is
NOT one of the properties of the workflow instance specification and the
ONLY way to change anything in it is to deserialize the objectdata, change,
and reserialize.  But my oracle database wouldn't accept the input, giving
me the exact same error you report.

> -----Original Message-----
> From: David Caplan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 12, 2000 11:48 AM
> To: Spectra-Talk
> Subject: Oracle error changing object body using CFML2WDDX
> 
> 
> I am trying to take an article object that is already input 
> into Spectra and
> replace some <P> tags with some <font id=""> tags. Below is 
> the code and the
> error that I am getting. Any help would be appreciated.
> 
> ----The Error----
> Oracle Error Code = 1704
> 
> ORA-01704: string literal too long
> 
> The error occurred while processing an element with a general 
> identifier of
> (CFQUERY), occupying document position (57:2) to (57:32) in 
> the template
> file /wwwdocs/admin/articleupdate.cfm.
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to