Re: Web Service Error Handling (Oracle BPEL)

2011-05-25 Thread Francois Seegers
lf Of Jason Miller Sent: Wednesday, May 18, 2011 6:39 AM To: arslist@ARSLIST.ORG Subject: Re: Web Service Error Handling (Oracle BPEL) ** Do you return a value to the web service if the transaction is successful? We have a process where the calling web service expects the Request ID from the Inc

Re: Web Service Error Handling (Oracle BPEL)

2011-05-17 Thread Jason Miller
; franco...@blueturtle.co.za> wrote: > ** > > Hi All, > > > > I need to do error handling when an external system passes information to > Remedy via a web service. > > > > *Scenario:* > > Oracle BPEL sends a new request to a Remedy staging table. Filters &

Re: Web Service Error Handling (Oracle BPEL)

2011-05-16 Thread patchsk
Have you tried using this feature "Error handling filters" ? Error handling filters: You can specify an error handling filter that the server executes before it performs the default error handling. Using an error handler, workflow can recover from an error or change the handling

Web Service Error Handling (Oracle BPEL)

2011-05-16 Thread Francois Seegers
Hi All, I need to do error handling when an external system passes information to Remedy via a web service. Scenario: Oracle BPEL sends a new request to a Remedy staging table. Filters validate the data (Submit) and need to pass an error code back as output response if data is invalidated

Error handling with external qualification

2009-08-25 Thread sileem hassan
Hi list, I'm running an active link which uses external qualification data. This works with no problems as long I a valid qualification string is used. Now I want to create a workaround for the case, that the qualification string is invalid. Is there a way to check the validity of an external

Conditional Error Handling

2009-05-19 Thread LJ Longwing
I have about a dozen Filters that I want to handle errors differently on. If Field1 = $NULL$, I want to display the error, if Field1 != $NULL$ I want to push the error to a form for later display. So...my error handler filter has a simple qual 'Field1' = $NULL$ my if action should be 'Display

Re: Error Handling

2009-02-11 Thread LJ Longwing
ey Matthew Black Sent: Wednesday, February 11, 2009 11:10 AM To: arslist@ARSLIST.ORG Subject: Re: Error Handling LJ, If you are talking about the "The AR System workflow debugger" (WFD) then I think the answer is not really. I see the (WFD) as a real time interruption of a "debug se

Re: Error Handling

2009-02-11 Thread Carey Matthew Black
ssion list(ARSList) > [mailto:arsl...@arslist.org] On Behalf Of Carey Matthew Black > Sent: Wednesday, February 11, 2009 10:06 AM > To: arslist@ARSLIST.ORG > Subject: Re: Error Handling > Hey...You sparked another ( A bit off topic.. but maybe not..) > > Enhancement Idea: > &g

Re: Error Handling

2009-02-11 Thread LJ Longwing
lack Sent: Wednesday, February 11, 2009 10:06 AM To: arslist@ARSLIST.ORG Subject: Re: Error Handling Frank, The only thing that I could think of would be to set a temp field with the name of the filter as the first action of the filter. Then the Filter guide workflow would have access to the fie

Re: Error Handling

2009-02-11 Thread Carey Matthew Black
Frank, The only thing that I could think of would be to set a temp field with the name of the filter as the first action of the filter. Then the Filter guide workflow would have access to the fields value during the error handling process. Enhancement Idea: Maybe you could request a new keyword

Error Handling

2009-02-11 Thread Frank Caruso
Trying to find a way to get more information into an Error Handler. Specifically, would like to get the name of the Filter that through the error. Any thoughts? ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.or

Re: Error Handling

2007-12-06 Thread Carey Matthew Black
J.T. There is another way. As everyone has pointed out the first Error is a fatal event for the entire ARS operation. (Escalations, Modify, etc..) This however is only a default behavior of the canned ARS server/clients. So if you write a small ARS API client to do the work of the Modify (or if y

Re: Error Handling

2007-12-06 Thread J.T. Shyman
on list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Eli Schilling Sent: Wednesday, December 05, 2007 5:11 PM To: arslist@ARSLIST.ORG Subject: Re: Error Handling What I did was find out every piece of information that is checked when you submit something to the CTM people form. I then created filt

Re: Error Handling

2007-12-05 Thread Jason Miller
e out what went wrong. > > Hope this helps. > > -Eli > > > > From: Action Request System discussion list(ARSList) on behalf of J.T. > Shyman > Sent: Wed 12/5/2007 12:01 PM > To: arslist@ARSLIST.ORG > Subject: Re: Error Handling &g

Re: Error Handling

2007-12-05 Thread Eli Schilling
figure out what went wrong. Hope this helps. -Eli From: Action Request System discussion list(ARSList) on behalf of J.T. Shyman Sent: Wed 12/5/2007 12:01 PM To: arslist@ARSLIST.ORG Subject: Re: Error Handling ** Yes, thanks! Not sure what you are talking

Re: Error Handling

2007-12-05 Thread Danaceau, Chris
__ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of J.T. Shyman Sent: Wednesday, December 05, 2007 3:01 PM To: arslist@ARSLIST.ORG Subject: Re: Error Handling ** Yes, thanks! Not sure what you are talking about will help me but it is worth a shot.

Re: Error Handling

2007-12-05 Thread J.T. Shyman
on list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Eli Schilling Sent: Wednesday, December 05, 2007 11:51 AM To: arslist@ARSLIST.ORG Subject: Re: Error Handling I am doing something similar in 7.0.1; I use two escalations to execute this process. The first simply does a push fields from my L

Error Handling

2007-12-05 Thread J.T. Shyman
Hello ARSers! I'm writing a process that will import user information from LDAP, put it into a staging form, and then push the information to CTM:People. I do some validation prior to pushing the records but I will always still get some failures. The problem is twofold: the push runs in phase 1 a

Re: Error Handling

2007-12-05 Thread Eli Schilling
to see more detail I'd be happy to pass it along. Cheers! Eli From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of J.T. Shyman Sent: Wednesday, December 05, 2007 8:27 AM To: arslist@ARSLIST.ORG Subject: Re: Error Handl

Re: Error Handling

2007-12-05 Thread J.T. Shyman
bject: Re: Error Handling If you are on AR System 7.1.00, the new filter error handling feature may be of use to you. That way, if you get an error condition, you could fire the error handling workflow to (a) write out the information you need and (b) enable the process to continue. This i

Re: Error Handling

2007-12-05 Thread Grooms, Frederick W
) [mailto:[EMAIL PROTECTED] On Behalf Of J.T. Shyman Sent: Tuesday, December 04, 2007 9:46 AM To: arslist@ARSLIST.ORG Subject: Error Handling ** Hello ARSers! I'm writing a process that will import user information from LDAP, put it into a staging form, and then push the informati

Re: Error Handling

2007-12-05 Thread Easter, David
If you are on AR System 7.1.00, the new filter error handling feature may be of use to you. That way, if you get an error condition, you could fire the error handling workflow to (a) write out the information you need and (b) enable the process to continue. This is the primary use case of Error

Error Handling

2007-12-05 Thread J.T. Shyman
Hello ARSers! I'm writing a process that will import user information from LDAP, put it into a staging form, and then push the information to CTM:People. I do some validation prior to pushing the records but I will always still get some failures. The problem is twofold: the push runs in phase 1 a