![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Process names are different in TIBCO Designer and TIBCO Business Studio. For example, the Receive CONTRL Acknowledgement process in TIBCO Designer equals the Receive_CONTRL_Acknowledgement process in TIBCO Business Studio. The following description takes processes in TIBCO Designer as an example.
• EDIFACT Message Processes This folder contains the following processes:
− Receive CONTRL Acknowledgement If you are actually communicating with a trading partner in this tutorial, when the trading partner received the ORDERS message it returns a CONTRL acknowledgment.TIBCO BusinessConnect receives the CONTRL, validates it, and converts it to XML.TIBCO BusinessConnect publishes a ResponderRequest message containing the XML document. In TIBCO ActiveMatrix BusinessWorks, the Receive CONTRL Acknowledgement process receives a CONTRL message in the form of XML data, and then extracts and logs the status of the original ORDERS message.
− Send ORDERS to BC This process reads a file containing the XML equivalent of a ORDERS message and sends the XML data to TIBCO BusinessConnect.
• Error Advisory Processes This folder contains processes which are activated if TIBCO BusinessConnect sends any advisory messages during the processing of the ORDERS messages. The Error Advisory Processes folder contains the following processes:
− Ack Timeout Error Advisory Received This process is activated when TIBCO BusinessConnect sends a timeout advisory due to not receiving a CONTRL message for the original ORDERS message within the default timeout period of 1440 minutes (24 hours).
− General Error Advisory Received This process is activated when TIBCO BusinessConnect sends a general error advisory. There are several conditions which cause this advisory to be sent. For example, it is sent when an invalid message has been sent from TIBCO ActiveMatrix BusinessWorks to TIBCO BusinessConnect.For more information on when TIBCO BusinessConnect sends a general error advisory, see TIBCO BusinessConnect EDI Protocol powered by Instream, User’s Guide, Chapter 8, "Private Messages."
− Validation Error Advisory Received This process is activated when TIBCO BusinessConnect sends an advisory indicating that there was a validation error on the original ORDERS message.
1. Start TIBCO Designer and select New empty project.
2.
3.
4. Click the ZIP Archive tab.
5.
6.
7. Click OK.
8.
9. Click Apply.
10. Select Project > Save As.
11. In the Project Directory file chooser, navigate to BC_HOME\protocols\tibedi\samples\bw\EDIFACT_ORDERS.
12. Click OK.
13. When a dialog is displayed asking to use the directory as a project directory, click Yes. The zip archive file is deleted.
14. The window shown in Figure 5 is displayed.
15. Click the Global Variables tab.
16. Set BCHome to your TIBCO BusinessConnect installation directory and make sure that the TPName variable is defined as “Company2”.
1. Click the Project tab.
2.
3. Select the BusinessConnect Server Access tab.
a.
b. Type the URL for the configuration store in the JDBC URL field.
c.
d. Click Apply.
4. Click the Configuration tab.
5. Click Update from Configuration Store.
6.
7. Click the Import Selected Business Protocol button.Figure 6 BusinessConnect Server Access
8. Click Apply.
2. Click File > Import.
3. On the Import page, expand the General folder and select Existing Studio Projects into Workspace. Click Next.
4. Click Browse next to the Select archive file field to navigate to the BC_HOME/protocols/tibedi/samples/bw/EDIFACT_ORDERS directory, and select the EDIFACT_ORDERS_for_bw6.zip file. Click Open.
5. Click Finish.
1. Expand EDIFACT_ORDERS > Module Descriptors in the Project Explorer view.
2. Double-click Module Properties.
3.
1.
2. Click the Server Access tab.
4.
5. If you select the Select Operations check box, you can select any of the configured/imported operations. For this tutorial, select all operations and click OK.
6. Click Import Selected Business Protocol.
7. Click Save.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |