I found this in the Unidata Extensions documentation. Could this be related? Options <!ELEMENT OPTIONS (EmptyString?, DateFormat?, Cascade?, ExistRecord?, (IngoreNameSpace | NameSpace*)) Options are a container to hold the various options you can set. Option EmptyString <!ELEMENT EmptyString EMPTY> <!ATTLIST EmptyString isNULL (ON|OFF) #REQUIRED> If the attribute isNull in EmptyString is ON, when the value of an optional XML element is omitted, the corresponding database field value is set to NULL, otherwise it is considered missing. Similarly, when a database field value is NULL and the attribute isNULL in EmptyString is ON, the corresponding value of an optional XML element is omitted, otherwise it is set to an empty string. Option DateFormat <!ELEMENT DateFormat EMPTY> <!ATTLIST DateFormat Format CDATA #REQUIRED> Format is a conversion code UniData uses to perform the ICONV()/OCONV() function when getting the data from the XML document or creating the XML document. This code can be any conversion code understood by UniData. You can also use the value of "XMLFormat" which converts the data into a standard data format for the XML document, or takes the standard XML data format (yyyy-mm-dd).
Nicholas M Gettino | Director of Support & Professional Services | EnRoute Emergency Systems, an Infor company | office: 813-207-6998 | fax: 678-393-5389 [email protected] | www.enroute911.com -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ross Ferris Sent: Tuesday, April 07, 2009 3:03 AM To: [email protected] Subject: [U2] DATE.FORMAT illegal when a transaction is active On Apr 7, 3:09 pm, [email protected] wrote: > I get the error in the subject line when updating a file that has an > associated file trigger. The file trigger subroutine does what it > should still. There is no reference to 'DATE.FORMAT' in the trigger > subroutine or anything called by it explicitly. Any ideas what could > be causing this? I am using Universe 10.2 under AIX 5.2. > > Regards, > Ken Ford. I picked this up from CDP, and thought Ken may have more luck in this forum Ross Ferris Stamina Software Visage > Better by Design! ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
