Ariba Supplier OnRamp 7.1 | webMethods Ariba Supplier OnRamp Documentation | webMethods Ariba Supplier OnRamp Installation and User’s Documentation | Using the Logging Facility | Storing OrderRequest Messages | Configuring the Document Store for NonTrading Networks-Enabled Systems
 
Configuring the Document Store for NonTrading Networks-Enabled Systems
*To configure the document store facility
1. Start Integration Server Administrator.
2. In the Ariba OnRamp menu, select Config. The Ariba Supplier OnRamp Configuration screen appears.
3. Click the OrderRequests check box in the Logging Configuration section of the page if you want to store all OrderRequest messages that you receive.
4. Click the Update button in the Store Documentssection of the page.
5. Click the Advanced Configuration… link and verify that the following default store services are set:
Service Type
ServiceName
Store Order
wm.ariba.supplier.docstoreImpl.file:storeOrder
Retrieve Order
wm.ariba.supplier.docstoreImpl.file:retrieveOrder
Remove Order
wm.ariba.supplier.docstoreImpl.file:removeOrder
Retrieve Attachment
wm.ariba.supplier.docstoreImpl.file:retrieveAttachment
Retrieve All Attachments
wm.ariba.supplier.docstoreImpl.file:retrieveAllAttachments
6. If the service names are not correct, click the Set to Default File Store button to reset the services to the default services above.
Note:
You can create your own document store facility to store the OrderRequests and attachments. To do this, you create services using the specifications of the pub.ariba.supplier.docstore.spec folder. This folder contains all the service specifications you will need to implement services to save, retrieve, and remove OrderRequest messages to a custom persistent store. You then register your services here.