In an FTP pull scenario with many trading partners, if the expected file is not available at the external FTP Server, the Business Process (BP) should reconnect and check for the file again after about 15 - 30 minutes. Which service would provide the optimal performance for the timing logic?
A. Wait service
B. Sleep service
C. Schedule service
D. FTP Client Begin Adapter
The Clean-Up processes monitor available in the troubleshooter screen identifies all the system clean up processes along with status, work flow ID and last time each process was run. What are three of the required system processes that need to be run on a regular schedule? (Choose three.)
A. Schedule_PurgeService
B. Schedule_BackupService
C. Schedule_AFTPurgeService
D. Schedule_FileCleanUpService
E. Schedule_MailboxRemovalService
F. Schedule_IndexBusinessProcessService
When switching between editing a Business Process (BP) in the Graphical Process Modeler (GPM) and the text editor, some meta data is lost. What meta data will be retained regardless of the switch?
A. BP execution settings
B. graphical layout of the BP
C. custom name set on services/adapters
D. annotations (comments) on services/adapters
Where are two places the amount of time a Business Process (BP) remains online in the system can be updated? (Choose two.)
A. Archive Manager
B. archive.properties
C. Business Process Editor
D. Performance Tuning Wizard
E. Retention Service configuration
A developer is implementing onFault logic into a Business Process (BP) for error handling. Given the following BPML code containing two onFaults:
How will the onFault execute for the error "XML failed validation"?
A. Execute both faults.
B. Execute neither fault.
C. Execute the first fault.
D. Execute the second fault.
A developer has been tasked with configuring IBM Sterling B2B Integrator (SBI) to initiate FTP sessions using SSL to a partner FTP/S server for theA developer has been tasked with configuring IBM Sterling B2B Integrator (SBI) to initiate FTP sessions using SSL to a partner? FTP/S server for the purpose getting order files from the partner. The requirement is that both Client and Server Authentication be performed. Which two certificate stores must be configured for selection when configuring this FTP over SSL client communications? (Choose two.)
A. CA Certificate
B. Trusted Certificate
C. System Certificate
D. Self-Signed Certificate
E. Host Identity Certificate
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. End Transaction Service
B. Lightweight JDBC Adapter
C. Rollback Database Service
D. Restore Business Process Service
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?
A. File System adapter Service Editor tab Message to ServiceOutput Msg set to Messages Only
B. File System adapter Service Editor tab Message from ServiceInput Msg set to Allow Message Write
C. File System adapter Service Editor tab Message from ServiceInput Msg set to Allow Process Data Write
D. File System adapter Service Editor tab Message to ServiceOutput Msg set to Obtain Message First, then Process Data
E. File System adapter Service Editor tab Message to ServiceOutput Msg set to Obtain Process Data First, then Messages
For increased availability reasons, a two-node application cluster has two servers in the DMZ. Each DMZ server has two network adapters. The system needs to be enabled to accept inbound FTP or FTP SSL client connections on port 25000 and 26000. A wildcard (*) is not used in the Perimeter Server. How many FTP Server adapters need to be configured to support ACTIVE and PASSIVE user initiated sessions?
A. 2
B. 4
C. 8
D. 16
A developer has created a new Business Process (BP) and needs to physically check the BP into the system with the document storage type specifically set. What are three supported modes of document storage?
A. User
B. Queue
C. Shared
D. Inherited
E. Database
F. File System