ServerModule - SendFailed

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
soa
Posts: 339
Joined: Mon Dec 07, 2015 3:15 pm

ServerModule - SendFailed

Post by soa »

I'd like to pro-grammatically cause a ServerModule to issue a SendFailed. Will issuing an ABORT in the SrvRoutine do this?
User avatar
Stewart Marshall
Posts: 417
Joined: Thu Nov 05, 2015 5:25 pm

Re: ServerModule - SendFailed

Post by Stewart Marshall »

Hi Jim

If the server module fails for any reason e.g. Divide by zero or abort, the Failed event will fire on the client with a ReasonCode of ServerError.

http://docs.lansa.com/14/en/lansa016/PR ... FAILED.htm

Regards
Stewart Marshall

Independent IT Consultant
www.marshallfloyd.com.au
soa
Posts: 339
Joined: Mon Dec 07, 2015 3:15 pm

Re: ServerModule - SendFailed

Post by soa »

Thanks, Stewart
Post Reply