Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Follow these steps to add a Scopeshape.
To add a Scope shape
Right-click the arrow below the ReceiveFromIn port, point to Insert Shape, and then click Scope.
In the Scope shape, you set operations that might have a fault.
For example, add a send, a receive and a send port in an SQLExecute orchestration. In this example, you send a message to SERVER. SERVER gives a response. It runs the rest of the orchestration and returns information back to the OutFile port.
In the Scope shape, set the Transaction Type to None.
Right-click inside the Scope shape and select New Exception Handler.
This creates the
Catch Exceptionblock. If an exception occurs from the back-end, it is caught inside theCatch Exceptionblock.In the
Catch Exceptionblock, you must add the logic.The most important logic that you must set is the type of error message that you expect to receive.