An analyst is responsible for implementing an AS2 solution for their company using IBM Sterling B2B Integrator (SBI). After certificates and connections information have been gathered, what is the first thing that must be created in the system?
In an order process, three JDBC queries need to be executed against three separate databases: 1. Decrease inventory by the ordered volume to reserve inventory (in the inventory database) 2. Check the customer credit limit in a table (in the customer database) 3. Insert the order details in the order table (in the order database) If, for example, the credit limit check fails, the inventory needs to be restored. Which service can be of help in this situation?
A developer has created and deployed a LWJDBC adapter with only result_name and row_name defined. The developer has opened the configuration setting for this LWJDBC in the Graphic Process Modeler (GPM) and put this into the SQL parameter SELECT * FROM CERTTEST WHERE TEST = O? ?O? Which other parameters need to be configured?
A developer has created two FTP Client adapters 'FtpClient1' and 'FtpClient2' and placed them in the 'FtpClientGroup' Service Group. What is the proper way to invoke these adapters in a clustered environment to allow for maximum availability?
When implementing a Web Service (WS), a company creates an XSD to specify and validate the WS input. The schema is checked in to IBM Sterling B2B Integrator (SBI). What needs to be done to connect the schema to the WS?
A file must be translated and then sent via FTP. The TranslateFile and SendFTP Business Processes (BP) handle this. In the event of a failure in SendFTP, the file must be able to be resent without translating the file again. What is the most appropriate invoke mode for TranslateFile to call SendFTP?
A system developer is involved in a project to onboard one trading partner. The trading partner is using EDIFACT. The system developer is required to setup a Business Process (BP) to process the EDIFACT documents arriving in a mailbox. Which out-of-the-box BP can be used for this purpose?
A developer is testing an IBM Sterling B2B Integrator (SBI) Business Process (BP) that was created using the Graphical Process Modeler (GPM). The developer is attempting to extract the Primary Document contained in Process Data to a file system folder using a File System Adapter (FSA). In the File System Adapter Service Editor and/or Service Configuration the developer has assigned values to the parameters for the Action (Extract), extraction folder and for the file name to name the extracted file. However, the process is failing at the FSA with an error indicating that the Primary Document is null or doesn exist.Document is null or doesn? exist. The developer has verified that the Primary Document does exist. What is the most likely cause of the error?