Hi All,
I need to find out the Outbound Document Store location(path) in the file system. we can able to find out the default document store & Trigger doc store from the IS admin → settings–>resources–>store settings.
Similarly how we can find out the Outbound Document Store location?
Hi Akki,
As per the pub/sub pdf & IS Admin pdf, it says that the following directory will be used for default document store.
\webMethods6\IntegrationServer\DocumentStore
Default Document Store:
I guess, when we are delivering the doc, then the subscribing IS will get this doc from the broker, and initially it placess to the default document store, then it places to the desired Tigger queue.
we can see this default document store location from IS Admin–> Resources → Document store settings.
Are you saying this same location is used for default docuemnt store as well as Outbound document store?
Recently we had an issuse where the IS got disconnected from Broker and publishable documents got piled up. The value for “Current Documents in Outbound Store” under “Outbound Document Store” was showing 5 digit number and also the size of “ISResubmitStoredata0000000 & ISResubmitStorelog0000000” has increased alarmingly, confirming that these were holding outbound document store.
Now as part of health-check of ISes, we are invoking “wm.server.dispatcher.adminui:getDocStoreSettings” and extracting the value for “curDocsInOutboundClientSideQueue” to know the no:of docs present in outbound document store.
Also, a hint from you saying “outbound document store is under DocumentStore” helped me. Details not from doc, which took me here for details.