Dashboard > Software AG webMethods FAQ - Frequently Asked Questions > FAQ > Home
  Software AG webMethods FAQ - Frequently Asked Questions Log In | Sign Up   View a printable version of the current page.  
  Home

Added by Robert Castaneda , last edited by Robert Castaneda on Sep 28, 2005
Labels: 
(None)

 
Recently Updated
by Aditya Gollakota (13 Aug)
Re: How do I improve my loop appendToDocumentList performance
by Aditya Gollakota (08 Aug)
How To - Install and configure JMS v6.1
by vantaramsantoshjkumar (29 Jul)
Re: How do I delete a package which will not delete using...
by Robert Castaneda (24 Jul)
Configuring Brokers across Firewalls
by Louis Zezeran (19 Jun)
FAQ
by Louis Zezeran (19 Jun)
File fw_logo_sag.gif
by Louis Zezeran (19 Jun)
Software AG webMethods FAQ - Frequently Asked Questions
by Louis Zezeran (19 Jun)
How Do I Install Broker on Unix as a Non Root User
by Louis Zezeran (19 Jun)
Installing The Broker
by Louis Zezeran (19 Jun)
Newly Added - Broker Help

Customware webMethods News

Struggling to understand exactly what is going on with your broker instance? We have added a bunch of new guides which aim to distill the documentation down into just the core set of steps you need to do, check out the following new articles

Installing The Broker
Find Out What Broker Servers Are Running On A Machine
How To Start and Stop A Broker Monitor
Upgrade Broker Monitor from 6.5 to 7.1

Posted at Jun 19, 2008 by Louis Zezeran | 0 comments

Just added is a guide to help you install and configure Optimize for Infrastructure. Its kind of tricky to get going and we think this walk through will be of good use to you!

Dont forget how Software AG positions their Optimize products.

  • Optimize for Infrastructure: Allows you to monitor metrics out of a number of Integration Servers and Brokers. Great for things like "how many documents are in that queue?" or "do we have enough free JDBC adapter connections?"
  • Optimize for Process: Point it at your process models and it provides you all kinds of great aggregate data about how they are running for example "80% of processes go down this path"
  • Optimize for B2B: Monitor your Trading Networks installations, "how many of doc type XXX have gone through?"
  • Optimize for SAP: Allows you to hook into your SAP Business Processes.

Now all of these products have conceptually different uses however under the surface they are all very similar, mainly just being separate "satellites" which feed into the same analysis engine. For example if you had a modest Infrastructure and Process instance, they would run together, you wouldnt have seperate installations.

Now you have no excuse for your servers to be down, Optimize is checking them for you!

Posted at Jun 19, 2008 by Louis Zezeran | 0 comments
Last changed Jun 19, 2008 05:30 by Louis Zezeran

Hi All,

We were facing duplicate documents problem with the trigger ,then we switched the exactly once button on and the history time to live to 15 mins but still we are facing some duplicate documents,how is it possible ....I want to stop these documents at the broker level itself how to proceed on this?

Please reply as this has been a crucial issue for us.

Thanks in advance

A document received from the broker can have a value of 'new' 'duplicate' or 'in doubt'. IS will use the following logic to determine the status:  DB history -> resolver service -> redelivery count

When you enable exactly once processing by setting detect duplicates property for a trigger to true; these 3 methods are used to identify how many times a document has been received from the broker and processed. These are:
Document history db: this records the service execution for a particular document, if a document has been received before and the service has completely been executed the db will contain a processed status of "completed"

Document resolver service: a custom service you can write to check if the document has previously been processed. E.g. if you are receiving orders from the broker, you might want to check for the order id in the db. If the order id exists you then know it has been processed.

Redelivery count: number of times the document has been sent as maintained by the broker, it should be 0 for the very first document and  increase on subsequent deliveries. Note that earlier versions of the broker server&e.g. v6 does not maintain the delivery count.

I assume in this case there is no DB history or a resolver service and redelivery count is not maintained for the document, i.e. you are using an old broker server, v6?

Posted at Dec 12, 2007 by SatishV | 1 comment

What are some practical uses for the following built-in services? 
I presume they are useful internally within Integration Server itself,
but are they useful for developers?

pub.document:XMLValuesToDocument
pub.document:documentToXMLValues

Posted at Aug 21, 2006 by ladson4@comcast.net | 1 comment

As at 14th October, 2005 there are over 350 registered members of the CustomWare repository.

Posted at Oct 15, 2005 by Robert Castaneda | 0 comments

Contents

Powered by Atlassian Confluence 2.7.3, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators