I have had trouble in the past using the / symbol in the name. My fix was to remove the / from the name. It shouldn't matter since the / is enclosed in quotes, but I have seen this cause the error you are getting.
Todd Arner -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Drew Shuller Sent: Tuesday, May 13, 2008 11:21 AM To: [email protected] Subject: Data types not appropriate for arithmitic operation Hello everyone, could someone give me a sanity check? I have a filter that pulls data from a staging form and pushes it into the AST:WorkLog form. But it errors out:ARERR [312] Data types are not appropriate for arithmetic operation Here's my set fields: ((( "Server Start/Stop Instructions: " + $SRVR_STRT_STP_INSTR_DESC?$) + ". ") + " Server Function Description: ") + $SRVR_FUNCTN_DESC$ Those fields are character fields. The field in AST:Worklog is also a character field, with a length of 0. This should be working, shouldn't it? Or am I missing something? Drew Tulsa ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

