Is there a ‘smart’ way to export data out from Trading Networks (TN)? Specifically, I want to export data on outbound TN document deliveries.
Let’s say TN tries to deliver an invoice to Ariba, but Ariba returns an error message during delivery - (say ‘unit of measure mismatch’, or ‘PO not found for this invoice’). This delivery error is actually important business information but it is stored only in the Trading Networks database and can only be queried via MWS. We’d like to import this info into a Business Intelligence system, so Accounts Receivable staff can inspect reasons why an invoice is unpaid.
I’ve prototyped custom code that uses TN document query and delivery job services from the WmTN package. But this is awkward since it has to run in batches and the batches need to be synchronised.
I was wondering - is there a ‘baked in’ way to access this data and export it from Trading Networks. Surely other customers have had to do this in the past!
I’ve read about ‘Digital Event Services’ which sounds promising (see blurb below from its documentation). But I have no idea about this functionality - can it be used to export document data out of Trading Networks?
Digital Event Services (DES) enables other Software AG products to intercommunicate
by exchanging digital events. Digital events are typed and serialized data structures
that are used to convey or record information about the execution of a runtime. This
information can be application information, such as the state of a business process step,
including any associated business data, or it can be system information, for example,
how much memory and how many threads an application is using.
#Monday-challenge#Integration-Server-and-ESB#webMethods#TradingNetworks