Using AME for auto approval of requisitions

Hi,
Is there a way to handle a scenario with AME where we need to have the requisition auto-approved whenever the amount is less than 1K.
I am able to use AME for all other scenarios, where the requistion moves for a different person's approval. But what about auto-approval ?
Pls help me on this.
Regards,
Sambit

On 'Purchase Requisition' Document type, check 'Owner can approve' checkbox.
In AME, set the attribute ALLOW_EMPTY_APPROVAL_GROUPS and ALLOW_REQUESTOR_APPROVAL to true and test.
Have a condition so that it retrieves empty approver group or the requestor himself as the approver.
Thanks
Pradeep
Edited by: Pradeep Kalyan on Oct 8, 2012 6:43 PM

Similar Messages

  • How can i use AME for the new OAF page.

    Dear all,
    I have developed a new OAF page and registered under Employee Self Service.
    How can i use AME for the approval process.
    Appreciate your ideas?
    zamora

    I will try to answer based on my experience of working with iProcurement and AME. It depends on how you want to make a call to AME , directly from OAF Page or from Workflow and your requirement. You didn't specify what you want to show the users on OAF Page and your business requirement.
    Before calling AME Engine from the OAF page or workflow, I guess you did already setup AME Transaction Type and it's Approval Groups, Conditions, Action Types and Rules. Do some testing from AME Business Analyst Test Workbench. Please note that, AME provides lot of PL/SQL API's that you have to call from your programs (java or workflow pl/sql)
    Let's look at the workflow and putting an OAF Page as notification.
    As Sameer said, you have kick-off workflow process from PR of CO and with in the workflow function, you make a call to AME Engine API's with the AME Transaction ID. This transactionId belongs to the AME Transsaction Type that you setup. Based on the rules setup, AME Engine generates list of approvers/approver and stores them AME Tables for that transactionId. Then, it sends a notification to the approver.
    In the workflow, where that notification is defined, in the message body you have to put an attribute(&XX_WF_FWK_RN) of type document/send. And this attribute will have the constant JSP:/OA_HTML/OA.jsp?OAFunc=XX_FUNC&paramId=-&DOCUMENT_ID-. This function is SSWA Jsp function that makes a web html call to your OAF Region.
    If your requirement is to just show the list of approvers on the OAF Page, you may have to call AME API diectly passing your AME TrasnactionId with other parameters. Then AME generates list of approvers and stores them in AME tables with each approver status. You can pickup those approvers using VO and show them on OAF Page.
    Hope this gives some idea.

  • What is the standard method to integreate with AME for the approval process

    I have developed a new OAF page and registered under Employee Self Service menu.
    What is the standard method to integreate with AME for the approval process.
    Appreciate your early response

    Any one used AME with the new OAF pages?
    Please share , how you use AME with OAF page

  • Using AME for Purchase Requisition Apporval transaction type

    Hi ,
    Product : EBS --11.5.10.2 AME B rollup 2 .
    We wanted to introduce approvers based on requisition line total and a dff value on requisition line.
    For that we created a line level attribute to calculate the requisition line amount Then created a test condition saying if req line total is > 1500 Introduce and approval group.
    When creating a rule It says create a rule at header level So went into Approvals Management Administrator resp and changed the Configuration Variables allowAllItemClassRuleswhether AME allows to create subordinate item class rules-- Yes at transaction type Purchase requisition Approval . This allowed be to create the rule for the line level Tested real transaction on test workbench --This works fine
    When tested this using the actual requisition --It gives and error "You do not have the authority to approve this requisition and an Approval List was not created automatically. Please contact your system administrator."
    Error message in the log shows :
    EXCEPTION:[icx.por.approval.server.ApprovalListAMImpl]:Fatal OAException:java.sql.SQLException: ORA-20001: The input ame_util.approverRecord2 does not belong to the header item class, as ame_api requires.
    ORA-06512: at "APPS.POR_AME_APPROVAL_LIST", line 485
    ORA-06512: at line 1
    Is it the correct way to define rules ?
    Is it possible to create a Header level attribute to calculate the line total or check for req total and add an approver looking at the line level req totals ?
    Please suggest if any body implemented Line level approval for requisition using AME ?
    If this is not the correct forum please inform which forum should i post the thread.
    -Regards,
    Chandra

    Hi,
    Please review the following documents and see if it helps.
    Note: 333270.1 - APINV: Line Item Class Rules Error in AP with ORA-20001: The input ame_util.approverRecord2 does not belong to the header item class, as ame_api. No Errors In AME Test Tab
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=333270.1
    Note: 393099.1 - Ora-20001 Error When Testing In Ame Test Tab
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393099.1
    Regards,
    Hussein

  • Using AME for Line Item Invoice Approvals

    I've created a Line Item AME rule for invoices, but when I initiate the invoice approval from the workbench, the system ignores the rule. I have the 'Use Approval Workflow' Payables option checked, and the rule itself is very basic:
    Condition: SUPPLIER_INVOICE_LINE_QUANTITY_INVOICED is greater than or equal to 50 and less than or equal to 100          
    Attribute: select fnd_number.number_to_canonical(quantity_invoiced) from ap_invoice_lines_all where invoice_id = :transactionId and wfapproval_status = 'INITIATED' order by line_number
    Condition Type: Ordinary
    Item Class: Line Item
    Action Type:
    approval-group chain of authority
    Action:
    Require approval from Test Group 1
    I've run test cases with AME and the test catches the rule and displays the approval result I'm looking for, but when I run a Real Transaction Test, the rule is ignored and the output of the test (the Focus Transaction Data section) doesn't display any Line Item attributes.
    Can anyone help explain why the line item attributes are not populating in the test and why my rule is ignored?
    Edited by: C.h.r.i.s P. on Jun 19, 2012 11:40 AM

    Hi,
    Please review the following documents and see if it helps.
    Note: 333270.1 - APINV: Line Item Class Rules Error in AP with ORA-20001: The input ame_util.approverRecord2 does not belong to the header item class, as ame_api. No Errors In AME Test Tab
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=333270.1
    Note: 393099.1 - Ora-20001 Error When Testing In Ame Test Tab
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393099.1
    Regards,
    Hussein

  • Requisition auto-approval in AME

    Hi,
    Is there a way to handle a scenario with AME where we need to have the requisition auto-approved whenever the amount is less than 1K.
    I am able to use AME for all other scenarios, where the requistion moves for a different person's approval. But what about auto-approval ?
    Pls help me on this.
    Regards,
    Sambit

    Hi Sanjay,
    How are you setting up approval greater than 1000 USD?
    I guess u have created a condition called requisition total > 1000
    then u would hv also created a approval group XXX (with either static or dynamic list)
    Then u would hv created a rule with this condition requisition total > 1000, then use this approval group XXX...
    when u create a req for 1001 USD, the person in approval group XXX will come as approvers...but when u create for 1000 USD or less than that,
    there is not rule(condition) satisfying and hence no approval group will be picked up...
    the trickiest point here is, if there is no approvers, AME will throw an error. To override or suppress this error for empty approval list,
    In AME, set the attribute 'Allow empty approval groups' and 'Auto Approve' to true for this transaction type and it should get auto approved.
    Regards,
    Praveen

  • Requisition Approvals AME errors on Approval List Rebuild When an Employee

    We're using AME for requisition approvals which contains several dynamic approver groups.
    The problem is that the approval list can be large and depending on how long it takes the requisition to be approved a person who has already approved the requisition might be terminated in Oracle. The approval list rebuilds after each subsequent approval and errors at the point where the termed person falls in the list.
    How can we work around this? Is there a way to get AME to NOT rebuild the list once the approval is in process? Or is there a way to have it not look at stages of the approval list where approval has already happened?
    Thanks,
    Suzanne

    Hi All,
    We have found out the Problem for the above issue.
    The PREPARER_ID in the PO_REQUISITION_HEADERS_ALL table is coming as -1 which should not be. The user is linked to HR User and in FND_USER table we can see the employee id.
    Can someone suggest on this if we have miss something.
    Regards
    Aryan

  • Creation of auto approval process for assigning role for a user in oim11g

    currently i'm doing a scenario like a user must be automatically assigned to a role by using approval policy where the user is already there in oim and then we use csv file in that we take 2 columns like userlogin and role name so by running this scheduled task user must be automatically approved to that role.But i have to use the default auto approve policy in oim without creating any bpel process for that so can any one suggest me how to proceed with this scenario.
    Thanks in Advance for quick response.

    If I understand correctly, You have users and their respective roles in csv file. Users are present in OIM. You want to assign those roles in csv file to respective users?
    If this is the scenario, you need to write a custom code for schedule task which will read data from your csv file, create roles and assign them to respective users.
    to create custom schedule task in OIM 11g, you may refer to:
    http://docs.oracle.com/cd/E21764_01/doc.1111/e14308/scheduler.htm
    regards,
    GP

  • Auto approve a resource using auto-approve.properties configuration file

    Hi All,
    I am wondering if the auto-approve feature enabled through the use of the auto-approve.properties file is being used by any one?
    I am using version 5.7.1 of the agent and server. And in my agent running on a VM I have the auto-approve.properties file with this content:
    # Approve Platform
    platform = true
    # Approve JBoss
    JBoss\ 5.1 = true
    When my VM starts up, I continue to see that it comes up on the Hyperic UI in the auto-discovered list of resources and needs manual auto-approval using an Add to Inventory button click.
    I need to programmatically do the auto-approve for a number of resources (that may appear at any time) and hence cannot use the UI to do this.
    Are there any agent or server -side settings that need to be enabled for auto-approve to take effect ?
    Thanks in advance for any hints!

    The inventory can be approved in the Hyperic manager without the use of the API by configuring an auto-approve.properties file that contains the ResourcePrototypes you are interested in and how they should be handled. True accepts into inventory, false leaves in the AI queue.
    I've attached an auto-approve.properties file that has all OOTB ResourcePrototypes (as of v5.7) set true.
    platform=true
    AIX=true
    Active\ Directory\ 2008=true
    Active\ Directory\ 2008\ Authentication=true
    Active\ Directory\ 2008\ LDAP=true
    Active\ Directory\ 2012=true
    Active\ Directory\ 2012\ Authentication=true
    Active\ Directory\ 2012\ LDAP=true
    Active\ Directory\ base=true
    Active\ Directory\ base\ Authentication=true
    Active\ Directory\ base\ LDAP=true
    ActiveMQ\ 4.0=true
    ActiveMQ\ 4.0\ Broker=true
    ActiveMQ\ 4.0\ Connector=true
    ActiveMQ\ 4.0\ Queue=true
    ActiveMQ\ 4.0\ Topic=true
    ActiveMQ\ 5.0=true
    ActiveMQ\ 5.0\ Broker=true
    ActiveMQ\ 5.0\ Connector=true
    ActiveMQ\ 5.0\ Queue=true
    ActiveMQ\ 5.0\ Topic=true
    ActiveMQ\ 5.1=true
    ActiveMQ\ 5.1\ Broker=true
    ActiveMQ\ 5.1\ Connector=true
    ActiveMQ\ 5.1\ Queue=true
    ActiveMQ\ 5.1\ Topic=true
    ActiveMQ\ 5.2=true
    ActiveMQ\ 5.2\ Broker=true
    ActiveMQ\ 5.2\ Connector=true
    ActiveMQ\ 5.2\ Queue=true
    ActiveMQ\ 5.2\ Topic=true
    ActiveMQ\ 5.3=true
    ActiveMQ\ 5.3\ Broker=true
    ActiveMQ\ 5.3\ Connector=true
    ActiveMQ\ 5.3\ Queue=true
    ActiveMQ\ 5.3\ Topic=true
    ActiveMQ\ 5.4=true
    ActiveMQ\ 5.4\ Broker=true
    ActiveMQ\ 5.4\ Connector=true
    ActiveMQ\ 5.4\ Queue=true
    ActiveMQ\ 5.4\ Topic=true
    ActiveMQ\ Embedded\ 5.0=true
    ActiveMQ\ Embedded\ 5.0\ Broker=true
    ActiveMQ\ Embedded\ 5.0\ Connector=true
    ActiveMQ\ Embedded\ 5.0\ Queue=true
    ActiveMQ\ Embedded\ 5.0\ Topic=true
    ActiveMQ\ Embedded\ 5.1=true
    ActiveMQ\ Embedded\ 5.1\ Broker=true
    ActiveMQ\ Embedded\ 5.1\ Connector=true
    ActiveMQ\ Embedded\ 5.1\ Queue=true
    ActiveMQ\ Embedded\ 5.1\ Topic=true
    ActiveMQ\ Embedded\ 5.2=true
    ActiveMQ\ Embedded\ 5.2\ Broker=true
    ActiveMQ\ Embedded\ 5.2\ Connector=true
    ActiveMQ\ Embedded\ 5.2\ Queue=true
    ActiveMQ\ Embedded\ 5.2\ Topic=true
    ActiveMQ\ Embedded\ 5.3=true
    ActiveMQ\ Embedded\ 5.3\ Broker=true
    ActiveMQ\ Embedded\ 5.3\ Connector=true
    ActiveMQ\ Embedded\ 5.3\ Queue=true
    ActiveMQ\ Embedded\ 5.3\ Topic=true
    ActiveMQ\ Embedded\ 5.4=true
    ActiveMQ\ Embedded\ 5.4\ Broker=true
    ActiveMQ\ Embedded\ 5.4\ Connector=true
    ActiveMQ\ Embedded\ 5.4\ Queue=true
    ActiveMQ\ Embedded\ 5.4\ Topic=true
    Alfresco\ 2.0.x=true
    Alfresco\ 2.0.x\ Database\ Backend=true
    Alfresco\ 2.0.x\ HTTP=true
    Alfresco\ 2.0.x\ Lucene\ Index=true
    Alfresco\ 2.0.x\ Tomcat=true
    Apache\ 1.3=true
    Apache\ 1.3\ VHost=true
    Apache\ 1.3\ mod_jk\ Worker=true
    Apache\ 2.0=true
    Apache\ 2.0\ VHost=true
    Apache\ 2.0\ mod_jk\ Worker=true
    Apache\ 2.2=true
    Apache\ 2.2\ VHost=true
    Apache\ 2.2\ mod_jk\ Worker=true
    Apache\ Tomcat\ 5.5=true
    Apache\ Tomcat\ 5.5\ Cache=true
    Apache\ Tomcat\ 5.5\ DataSource\ Pool=true
    Apache\ Tomcat\ 5.5\ Global\ Request\ Processor=true
    Apache\ Tomcat\ 5.5\ HTTP=true
    Apache\ Tomcat\ 5.5\ JSP\ Monitor=true
    Apache\ Tomcat\ 5.5\ Java\ Process\ Metrics=true
    Apache\ Tomcat\ 5.5\ Servlet\ Monitor=true
    Apache\ Tomcat\ 5.5\ Thread\ Pools=true
    Apache\ Tomcat\ 5.5\ Web\ Module\ Stats=true
    Apache\ Tomcat\ 6.0=true
    Apache\ Tomcat\ 6.0\ Cache=true
    Apache\ Tomcat\ 6.0\ DataSource\ Pool=true
    Apache\ Tomcat\ 6.0\ Global\ Request\ Processor=true
    Apache\ Tomcat\ 6.0\ HQ\ Internals=true
    Apache\ Tomcat\ 6.0\ HTTP=true
    Apache\ Tomcat\ 6.0\ Hibernate\ Session\ Factory=true
    Apache\ Tomcat\ 6.0\ Hyperic\ Data\ Source=true
    Apache\ Tomcat\ 6.0\ JSP\ Monitor=true
    Apache\ Tomcat\ 6.0\ Java\ Process\ Metrics=true
    Apache\ Tomcat\ 6.0\ Servlet\ Monitor=true
    Apache\ Tomcat\ 6.0\ Thread\ Pools=true
    Apache\ Tomcat\ 6.0\ Web\ Module\ Stats=true
    Apache\ Tomcat\ 7.0=true
    Apache\ Tomcat\ 7.0\ Cache=true
    Apache\ Tomcat\ 7.0\ DataSource\ Pool=true
    Apache\ Tomcat\ 7.0\ Global\ Request\ Processor=true
    Apache\ Tomcat\ 7.0\ HQ\ Internals=true
    Apache\ Tomcat\ 7.0\ HTTP=true
    Apache\ Tomcat\ 7.0\ Hibernate\ Session\ Factory=true
    Apache\ Tomcat\ 7.0\ Hyperic\ Data\ Source=true
    Apache\ Tomcat\ 7.0\ JSP\ Monitor=true
    Apache\ Tomcat\ 7.0\ Java\ Process\ Metrics=true
    Apache\ Tomcat\ 7.0\ Servlet\ Monitor=true
    Apache\ Tomcat\ 7.0\ Thread\ Pools=true
    Apache\ Tomcat\ 7.0\ Web\ Module\ Stats=true
    Apache\ httpd=true
    Apache\ httpd\ mod_jk\ Worker=true
    Apache-ERS\ 2.3=true
    Apache-ERS\ 2.3\ VHost=true
    Apache-ERS\ 2.3\ mod_jk\ Worker=true
    Apache-ERS\ 2.4=true
    Apache-ERS\ 2.4\ VHost=true
    Apache-ERS\ 2.4\ mod_jk\ Worker=true
    Apache-ERS\ 3.x=true
    Apache-ERS\ 3.x\ VHost=true
    Apache-ERS\ 3.x\ mod_jk\ Worker=true
    Apache-ERS\ 4.x=true
    Apache-ERS\ 4.x\ VHost=true
    Apache-ERS\ 4.x\ mod_jk\ Worker=true
    Application\ Peer\ 6.5=true
    Application\ Peer\ 6.5\ Region=true
    Bind\ 9.x=true
    CPU=true
    Cache\ Server\ 6.5=true
    Cache\ Server\ 6.5\ Region=true
    Cisco\ IOS=true
    Cisco\ IOS\ Interface=true
    Cisco\ IOS\ Server=true
    Cisco\ PIXOS=true
    Cisco\ PIXOS\ Interface=true
    Cisco\ PIXOS\ Server=true
    Coldfusion\ 6.x=true
    Coldfusion\ 6.x\ HTTP=true
    Coldfusion\ 6.x\ Java\ Process\ Metrics=true
    Coldfusion\ 7.x=true
    Coldfusion\ 7.x\ HTTP=true
    Coldfusion\ 7.x\ Java\ Process\ Metrics=true
    DB2\ 7.x=true
    DB2\ 7.x\ Database=true
    DB2\ 7.x\ Table=true
    DB2\ 7.x\ Tablespace=true
    DB2\ 8.x=true
    DB2\ 8.x\ Database=true
    DB2\ 8.x\ Table=true
    DB2\ 8.x\ Tablespace=true
    DB2\ 9.x=true
    DB2\ 9.x\ Database=true
    DB2\ 9.x\ Table=true
    DB2\ 9.x\ Tablespace=true
    DB2\ JDBC\ 9.x=true
    DB2\ JDBC\ 9.x\ Buffer\ Pool=true
    DB2\ JDBC\ 9.x\ Memory\ Pool=true
    DB2\ JDBC\ 9.x\ Table=true
    DB2\ JDBC\ 9.x\ Table\ Space=true
    DB2\ JDBC\ Database\ Manager\ 9.x=true
    DHCP=true
    DNS=true
    Exchange\ 2000=true
    Exchange\ 2000\ IMAP4=true
    Exchange\ 2000\ MTA=true
    Exchange\ 2000\ POP3=true
    Exchange\ 2000\ Web=true
    Exchange\ 2003=true
    Exchange\ 2003\ IMAP4=true
    Exchange\ 2003\ MTA=true
    Exchange\ 2003\ POP3=true
    Exchange\ 2003\ Web=true
    Exchange\ 2007=true
    Exchange\ 2007\ IMAP4=true
    Exchange\ 2007\ POP3=true
    Exchange\ 2007\ Web=true
    Exchange\ 2010=true
    Exchange\ 2010\ IMAP4=true
    Exchange\ 2010\ POP3=true
    Exchange\ 2010\ Web=true
    Exchange\ 5.5=true
    Exchange\ 5.5\ IMAP4=true
    Exchange\ 5.5\ MTA=true
    Exchange\ 5.5\ POP3=true
    Exchange\ 5.5\ Web=true
    Exchange\ Transport\ 2007=true
    Exchange\ Transport\ 2007\ SmtpReceive=true
    Exchange\ Transport\ 2007\ SmtpSend=true
    Exchange\ Transport\ 2010=true
    Exchange\ Transport\ 2010\ SmtpReceive=true
    Exchange\ Transport\ 2010\ SmtpSend=true
    FTP=true
    FileServer=true
    FileServer\ Directory=true
    FileServer\ Directory\ Tree=true
    FileServer\ File=true
    FileServer\ Mount=true
    FreeBSD=true
    Gateway\ Hub\ 6.5=true
    Gateway\ Hub\ 6.5\ Gateway=true
    Gateway\ Hub\ 6.5\ Region=true
    GemFire\ Distributed\ System=true
    Geronimo\ 1.0=true
    Geronimo\ 1.0\ Entity\ Bean=true
    Geronimo\ 1.0\ JCA\ Connection\ Factory=true
    Geronimo\ 1.0\ Stateful\ Session\ Bean=true
    Geronimo\ 1.0\ Stateless\ Session\ Bean=true
    GlassFish\ 9.x=true
    GlassFish\ 9.x\ Class\ Loading\ System=true
    GlassFish\ 9.x\ Connection\ Queue=true
    GlassFish\ 9.x\ Garbage\ Collector=true
    GlassFish\ 9.x\ Global\ Request\ Processor=true
    GlassFish\ 9.x\ Manager=true
    GlassFish\ 9.x\ PWC\ Connection\ Queue=true
    GlassFish\ 9.x\ PWC\ File\ Cache=true
    GlassFish\ 9.x\ PWC\ Keep\ Alive=true
    GlassFish\ 9.x\ Servlet=true
    GlassFish\ 9.x\ System\ Compilation=true
    GlassFish\ 9.x\ WebModule=true
    HPUX=true
    HQ\ Agent=true
    HQ\ PostgreSQL\ 9.x=true
    HQ\ PostgreSQL\ 9.x\ DataBase=true
    HQ\ PostgreSQL\ 9.x\ Index=true
    HQ\ PostgreSQL\ 9.x\ Table=true
    HTTP=true
    IIS\ 4.x=true
    IIS\ 4.x\ VHost=true
    IIS\ 5.x=true
    IIS\ 5.x\ VHost=true
    IIS\ 6.x=true
    IIS\ 6.x\ VHost=true
    IIS\ 7.x=true
    IIS\ 7.x\ VHost=true
    IIS\ 8.x=true
    IIS\ 8.x\ VHost=true
    IMAP=true
    InetAddress\ Ping=true
    Informix\ 10.0=true
    Informix\ 10.0\ DBSpace=true
    Informix\ 10.0\ Table=true
    JBoss\ 3.2=true
    JBoss\ 3.2\ Entity\ EJB=true
    JBoss\ 3.2\ Hibernate\ Session\ Factory=true
    JBoss\ 3.2\ JCA\ Connection\ Pool=true
    JBoss\ 3.2\ JGroups\ Channel=true
    JBoss\ 3.2\ JMS\ Destination=true
    JBoss\ 3.2\ JMS\ Topic=true
    JBoss\ 3.2\ Message\ Driven\ EJB=true
    JBoss\ 3.2\ Stateful\ Session\ EJB=true
    JBoss\ 3.2\ Stateless\ Session\ EJB=true
    JBoss\ 4.0=true
    JBoss\ 4.0\ EJB3=true
    JBoss\ 4.0\ Entity\ EJB=true
    JBoss\ 4.0\ HQ\ Internals=true
    JBoss\ 4.0\ Hibernate\ Session\ Factory=true
    JBoss\ 4.0\ JCA\ Connection\ Pool=true
    JBoss\ 4.0\ JCA\ Data\ Source=true
    JBoss\ 4.0\ JGroups\ Channel=true
    JBoss\ 4.0\ JMS\ Destination=true
    JBoss\ 4.0\ JMS\ Topic=true
    JBoss\ 4.0\ Message\ Driven\ EJB=true
    JBoss\ 4.0\ Stateful\ Session\ EJB=true
    JBoss\ 4.0\ Stateless\ Session\ EJB=true
    JBoss\ 4.2=true
    JBoss\ 4.2\ EJB3=true
    JBoss\ 4.2\ Entity\ EJB=true
    JBoss\ 4.2\ HQ\ Internals=true
    JBoss\ 4.2\ Hibernate\ Session\ Factory=true
    JBoss\ 4.2\ JCA\ Connection\ Pool=true
    JBoss\ 4.2\ JCA\ Data\ Source=true
    JBoss\ 4.2\ JGroups\ Channel=true
    JBoss\ 4.2\ JMS\ Destination=true
    JBoss\ 4.2\ JMS\ Topic=true
    JBoss\ 4.2\ Message\ Driven\ EJB=true
    JBoss\ 4.2\ Stateful\ Session\ EJB=true
    JBoss\ 4.2\ Stateless\ Session\ EJB=true
    JBoss\ 4.3=true
    JBoss\ 4.3\ EJB3=true
    JBoss\ 4.3\ Entity\ EJB=true
    JBoss\ 4.3\ Hibernate\ Session\ Factory=true
    JBoss\ 4.3\ JCA\ Connection\ Pool=true
    JBoss\ 4.3\ JCA\ Data\ Source=true
    JBoss\ 4.3\ JGroups\ Channel=true
    JBoss\ 4.3\ JMS\ Destination=true
    JBoss\ 4.3\ JMS\ Queue\ Destination=true
    JBoss\ 4.3\ JMS\ Topic=true
    JBoss\ 4.3\ Message\ Driven\ EJB=true
    JBoss\ 4.3\ Stateful\ Session\ EJB=true
    JBoss\ 4.3\ Stateless\ Session\ EJB=true
    JBoss\ 5.0=true
    JBoss\ 5.0\ EJB\ 3=true
    JBoss\ 5.0\ Hibernate\ Session\ Factory=true
    JBoss\ 5.0\ JCA\ Connection\ Pool=true
    JBoss\ 5.0\ JCA\ Data\ Source=true
    JBoss\ 5.0\ JGroups\ Channel=true
    JBoss\ 5.0\ JMS\ QUEUE\ Destination=true
    JBoss\ 5.0\ JMS\ Topic=true
    JBoss\ 5.0\ Message\ Driven\ EJB=true
    JBoss\ 5.0\ Stateful\ Session\ EJB=true
    JBoss\ 5.0\ Stateless\ Session\ EJB=true
    JBoss\ 5.0\ WebApp=true
    JBoss\ 5.1=true
    JBoss\ 5.1\ EJB\ 3=true
    JBoss\ 5.1\ Hibernate\ Session\ Factory=true
    JBoss\ 5.1\ JCA\ Connection\ Pool=true
    JBoss\ 5.1\ JCA\ Data\ Source=true
    JBoss\ 5.1\ JGroups\ Channel=true
    JBoss\ 5.1\ JMS\ QUEUE\ Destination=true
    JBoss\ 5.1\ JMS\ Topic=true
    JBoss\ 5.1\ Message\ Driven\ EJB=true
    JBoss\ 5.1\ Stateful\ Session\ EJB=true
    JBoss\ 5.1\ Stateless\ Session\ EJB=true
    JBoss\ 5.1\ WebApp=true
    JBoss\ 6.0=true
    JBoss\ 6.0\ EJB\ 3=true
    JBoss\ 6.0\ Hibernate\ Session\ Factory=true
    JBoss\ 6.0\ JCA\ Connection\ Pool=true
    JBoss\ 6.0\ JCA\ Data\ Source=true
    JBoss\ 6.0\ JGroups\ Channel=true
    JBoss\ 6.0\ JMS\ HornetQ\ QUEUE=true
    JBoss\ 6.0\ JMS\ HornetQ\ Topic=true
    JBoss\ 6.0\ JMS\ QUEUE\ Destination=true
    JBoss\ 6.0\ JMS\ Topic=true
    JBoss\ 6.0\ Message\ Driven\ EJB=true
    JBoss\ 6.0\ Stateful\ Session\ EJB=true
    JBoss\ 6.0\ Stateless\ Session\ EJB=true
    JBoss\ 6.0\ WebApp=true
    JBoss\ 7=true
    JBoss\ 7\ Connector=true
    JBoss\ 7\ Datasource=true
    JBoss\ 7\ deployment=true
    JBoss\ 7.1=true
    JBoss\ 7.1\ Connector=true
    JBoss\ 7.1\ Datasource=true
    JBoss\ 7.1\ deployment=true
    JBoss\ Host\ Controller\ 7=true
    JBoss\ Host\ Controller\ 7.1=true
    JBoss\ Managed\ 7=true
    JBoss\ Managed\ 7\ Connector=true
    JBoss\ Managed\ 7\ Datasource=true
    JBoss\ Managed\ 7\ deployment=true
    JBoss\ Managed\ 7.1=true
    JBoss\ Managed\ 7.1\ Connector=true
    JBoss\ Managed\ 7.1\ Datasource=true
    JBoss\ Managed\ 7.1\ deployment=true
    JBoss\ Web\ 2.0=true
    JBoss\ Web\ 2.0\ Cache=true
    JBoss\ Web\ 2.0\ DataSource\ Pool=true
    JBoss\ Web\ 2.0\ Global\ Request\ Processor=true
    JBoss\ Web\ 2.0\ HQ\ Internals=true
    JBoss\ Web\ 2.0\ HTTP=true
    JBoss\ Web\ 2.0\ Hibernate\ Session\ Factory=true
    JBoss\ Web\ 2.0\ Hyperic\ Data\ Source=true
    JBoss\ Web\ 2.0\ JSP\ Monitor=true
    JBoss\ Web\ 2.0\ Java\ Process\ Metrics=true
    JBoss\ Web\ 2.0\ Servlet\ Monitor=true
    JBoss\ Web\ 2.0\ Thread\ Pools=true
    JBoss\ Web\ 2.0\ Web\ Module\ Stats=true
    JBoss\ Web\ 2.1=true
    JBoss\ Web\ 2.1\ Cache=true
    JBoss\ Web\ 2.1\ DataSource\ Pool=true
    JBoss\ Web\ 2.1\ Global\ Request\ Processor=true
    JBoss\ Web\ 2.1\ HQ\ Internals=true
    JBoss\ Web\ 2.1\ HTTP=true
    JBoss\ Web\ 2.1\ Hibernate\ Session\ Factory=true
    JBoss\ Web\ 2.1\ Hyperic\ Data\ Source=true
    JBoss\ Web\ 2.1\ JSP\ Monitor=true
    JBoss\ Web\ 2.1\ Java\ Process\ Metrics=true
    JBoss\ Web\ 2.1\ Servlet\ Monitor=true
    JBoss\ Web\ 2.1\ Thread\ Pools=true
    JBoss\ Web\ 2.1\ Web\ Module\ Stats=true
    JBoss\ Web\ 3.0=true
    JBoss\ Web\ 3.0\ Cache=true
    JBoss\ Web\ 3.0\ DataSource\ Pool=true
    JBoss\ Web\ 3.0\ Global\ Request\ Processor=true
    JBoss\ Web\ 3.0\ HQ\ Internals=true
    JBoss\ Web\ 3.0\ HTTP=true
    JBoss\ Web\ 3.0\ Hibernate\ Session\ Factory=true
    JBoss\ Web\ 3.0\ Hyperic\ Data\ Source=true
    JBoss\ Web\ 3.0\ JSP\ Monitor=true
    JBoss\ Web\ 3.0\ Java\ Process\ Metrics=true
    JBoss\ Web\ 3.0\ Servlet\ Monitor=true
    JBoss\ Web\ 3.0\ Thread\ Pools=true
    JBoss\ Web\ 3.0\ Web\ Module\ Stats=true
    JMX\ Agent\ 6.5=true
    Jetty\ 6.x=true
    Jetty\ 6.x\ Jetty\ IO=true
    LDAP=true
    Linux=true
    MacOSX=true
    MsSQL\ 2000=true
    MsSQL\ 2000\ Database=true
    MsSQL\ 2000\ SQLAgent=true
    MsSQL\ 2005=true
    MsSQL\ 2005\ Database=true
    MsSQL\ 2005\ SQLAgent=true
    MsSQL\ 2008=true
    MsSQL\ 2008\ Database=true
    MsSQL\ 2008\ R2=true
    MsSQL\ 2008\ R2\ Database=true
    MsSQL\ 2008\ R2\ SQLAgent=true
    MsSQL\ 2008\ SQLAgent=true
    MsSQL\ 2012=true
    MsSQL\ 2012\ Database=true
    MsSQL\ 2012\ SQLAgent=true
    MultiProcess=true
    MySQL\ 3.x=true
    MySQL\ 3.x\ Table=true
    MySQL\ 4.x=true
    MySQL\ 4.x\ Table=true
    MySQL\ 5.x=true
    MySQL\ 5.x\ Table=true
    MySQL\ Process\ 3.x=true
    MySQL\ Process\ 4.x=true
    MySQL\ Process\ 5.x=true
    MySQL\ Stats\ 4.0.x=true
    MySQL\ Stats\ 4.0.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 4.0.x\ Slave\ Status=true
    MySQL\ Stats\ 4.1.x=true
    MySQL\ Stats\ 4.1.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 4.1.x\ Slave\ Status=true
    MySQL\ Stats\ 5.0.x=true
    MySQL\ Stats\ 5.0.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 5.0.x\ Slave\ Status=true
    MySQL\ Stats\ 5.0.x\ Table=true
    MySQL\ Stats\ 5.1.x=true
    MySQL\ Stats\ 5.1.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 5.1.x\ Slave\ Status=true
    MySQL\ Stats\ 5.1.x\ Table=true
    MySQL\ Stats\ 5.5.x=true
    MySQL\ Stats\ 5.5.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 5.5.x\ Slave\ Status=true
    MySQL\ Stats\ 5.5.x\ Table=true
    MySQL\ Stats\ base=true
    MySQL\ Stats\ base\ Slave\ Status=true
    MySQL\ Stats\ baseWithTable=true
    MySQL\ Stats\ baseWithTable\ Slave\ Status=true
    MySQL\ Stats\ baseWithTable\ Table=true
    NTP=true
    NTP\ 4.x=true
    Nagios=true
    Nagios\ Plugin=true
    Net\ Services=true
    NetApp\ Filer=true
    NetApp\ Filer\ CIFS\ Server=true
    NetApp\ Filer\ File\ System=true
    NetApp\ Filer\ Interface=true
    NetApp\ Filer\ NFS\ server\ v2=true
    NetApp\ Filer\ NFS\ server\ v3=true
    NetApp\ Filer\ Server=true
    NetBSD=true
    Network\ Device=true
    Network\ Device\ Interface=true
    Network\ Device\ Server=true
    Network\ Host=true
    Network\ Host\ Interface=true
    Network\ Host\ Server=true
    Network\ Host\ Storage=true
    NetworkServer=true
    NetworkServer\ Interface=true
    OC4J\ 10=true
    OC4J\ 10\ Application=true
    OC4J\ 10\ Entity\ Bean=true
    OC4J\ 10\ JCA\ Connection\ Pool=true
    OC4J\ 10\ JCA\ Resource=true
    OC4J\ 10\ JDBC\ Resource=true
    OC4J\ 10\ JMS\ Destination=true
    OC4J\ 10\ JMS\ Topic=true
    OC4J\ 10\ JTA\ Resource=true
    OC4J\ 10\ Stateful\ Session\ Bean=true
    OC4J\ 10\ Stateless\ Session\ Bean=true
    OC4J\ 10\ Thread\ Pool=true
    OC4J\ 10\ Web\ Module=true
    OpenBSD=true
    OpenLDAP\ 2.3.x=true
    OpenLDAP\ 2.3.x\ LDAP=true
    OpenLDAP\ 2.3.x\ Slapd\ Process\ Metrics=true
    Oracle\ 10g=true
    Oracle\ 10g\ Process\ Metrics=true
    Oracle\ 10g\ Segment=true
    Oracle\ 10g\ TNS\ Ping=true
    Oracle\ 10g\ Tablespace=true
    Oracle\ 10g\ User\ Instance=true
    Oracle\ 11g=true
    Oracle\ 11g\ Process\ Metrics=true
    Oracle\ 11g\ Segment=true
    Oracle\ 11g\ TNS\ Ping=true
    Oracle\ 11g\ Tablespace=true
    Oracle\ 11g\ User\ Instance=true
    Oracle\ 8i=true
    Oracle\ 8i\ Process\ Metrics=true
    Oracle\ 8i\ TNS\ Ping=true
    Oracle\ 8i\ Tablespace=true
    Oracle\ 8i\ User\ Instance=true
    Oracle\ 9i=true
    Oracle\ 9i\ Process\ Metrics=true
    Oracle\ 9i\ TNS\ Ping=true
    Oracle\ 9i\ Tablespace=true
    Oracle\ 9i\ User\ Instance=true
    POP3=true
    Perlbal\ 1.x=true
    Postfix\ 2.x=true
    Postfix\ 2.x\ Queue=true
    PostgreSQL\ 7.4=true
    PostgreSQL\ 7.4\ DataBase=true
    PostgreSQL\ 7.4\ Index=true
    PostgreSQL\ 7.4\ Table=true
    PostgreSQL\ 8.x=true
    PostgreSQL\ 8.x\ DataBase=true
    PostgreSQL\ 8.x\ Index=true
    PostgreSQL\ 8.x\ Table=true
    PostgreSQL\ 9.x=true
    PostgreSQL\ 9.x\ DataBase=true
    PostgreSQL\ 9.x\ Index=true
    PostgreSQL\ 9.x\ Table=true
    Process=true
    ProcessServer=true
    RPC=true
    RabbitMQ=true
    RabbitMQ\ Channel=true
    RabbitMQ\ Connection=true
    RabbitMQ\ Exchange=true
    RabbitMQ\ Queue=true
    RabbitMQ\ VirtualHost=true
    Resin\ 3.x=true
    Resin\ 3.x\ Connection\ Pool=true
    Resin\ 3.x\ Port=true
    Resin\ 3.x\ Webapp=true
    SMTP=true
    SNMP=true
    SQL\ Query=true
    SSH=true
    Samba\ 3.x=true
    Script=true
    Sendmail\ 8.x=true
    Sendmail\ 8.x\ Message\ Submission\ Process=true
    Sendmail\ 8.x\ Root\ Daemon\ Process=true
    Sendmail\ 8.x\ SMTP=true
    SharePoint\ 2007=true
    SharePoint\ 2007\ Publishing\ Cache=true
    SharePoint\ 2007\ Search\ Archival\ Plugin=true
    SharePoint\ 2007\ Search\ Gatherer=true
    SharePoint\ 2007\ Search\ Gatherer\ Projects=true
    SharePoint\ 2007\ Search\ Schema\ Plugin=true
    SharePoint\ 2007\ Webserver=true
    SharePoint\ 2007\ WindowsService=true
    SharePoint\ 2010=true
    SharePoint\ 2010\ Disk-Based\ Cache=true
    SharePoint\ 2010\ Foundation\ BDC\ Metadata=true
    SharePoint\ 2010\ Foundation\ BDC\ Online=true
    SharePoint\ 2010\ Foundation\ Search\ Archival\ Plugin=true
    SharePoint\ 2010\ Foundation\ Search\ FAST\ Content\ Plugin=true
    SharePoint\ 2010\ Foundation\ Search\ Gatherer=true
    SharePoint\ 2010\ Foundation\ Search\ Gatherer\ Databases=true
    SharePoint\ 2010\ Foundation\ Search\ Gatherer\ Projects=true
    SharePoint\ 2010\ Foundation\ Search\ Indexer\ Plugin=true
    SharePoint\ 2010\ Foundation\ Search\ Query\ Processor=true
    SharePoint\ 2010\ Foundation\ Search\ Schema\ Plugin=true
    SharePoint\ 2010\ Publishing\ Cache=true
    SharePoint\ 2010\ Records\ Management\ Counters=true
    SharePoint\ 2010\ Webserver=true
    SharePoint\ 2010\ WindowsService=true
    Solaris=true
    Spring\ Application=true
    Spring\ Insight=true
    Spring\ Insight\ Application=true
    SpringSource\ tc\ Runtime\ 6.0=true
    SpringSource\ tc\ Runtime\ 6.0\ Cache=true
    SpringSource\ tc\ Runtime\ 6.0\ Data\ Source\ Context=true
    SpringSource\ tc\ Runtime\ 6.0\ Data\ Source\ Global=true
    SpringSource\ tc\ Runtime\ 6.0\ EM4J=true
    SpringSource\ tc\ Runtime\ 6.0\ Executor=true
    SpringSource\ tc\ Runtime\ 6.0\ Garbage\ Collector=true
    SpringSource\ tc\ Runtime\ 6.0\ Global\ Request\ Processor=true
    SpringSource\ tc\ Runtime\ 6.0\ HTTP=true
    SpringSource\ tc\ Runtime\ 6.0\ JSP\ Monitor=true
    SpringSource\ tc\ Runtime\ 6.0\ Java\ Process\ Metrics=true
    SpringSource\ tc\ Runtime\ 6.0\ Manager=true
    SpringSource\ tc\ Runtime\ 6.0\ Servlet\ Monitor=true
    SpringSource\ tc\ Runtime\ 6.0\ Thread\ Diagnostics\ Context=true
    SpringSource\ tc\ Runtime\ 6.0\ Thread\ Diagnostics\ Engine=true
    SpringSource\ tc\ Runtime\ 6.0\ Thread\ Diagnostics\ Host=true
    SpringSource\ tc\ Runtime\ 6.0\ Thread\ Pools=true
    SpringSource\ tc\ Runtime\ 6.0\ Tomcat\ JDBC\ Connection\ Pool\ Context=true
    SpringSource\ tc\ Runtime\ 6.0\ Tomcat\ JDBC\ Connection\ Pool\ Global=true
    SpringSource\ tc\ Runtime\ 6.0\ Web\ Module\ Stats=true
    SpringSource\ tc\ Runtime\ 7.0=true
    SpringSource\ tc\ Runtime\ 7.0\ Cache=true
    SpringSource\ tc\ Runtime\ 7.0\ Data\ Source\ Context=true
    SpringSource\ tc\ Runtime\ 7.0\ Data\ Source\ Global=true
    SpringSource\ tc\ Runtime\ 7.0\ EM4J=true
    SpringSource\ tc\ Runtime\ 7.0\ Executor=true
    SpringSource\ tc\ Runtime\ 7.0\ Garbage\ Collector=true
    SpringSource\ tc\ Runtime\ 7.0\ Global\ Request\ Processor=true
    SpringSource\ tc\ Runtime\ 7.0\ HTTP=true
    SpringSource\ tc\ Runtime\ 7.0\ JSP\ Monitor=true
    SpringSource\ tc\ Runtime\ 7.0\ Java\ Process\ Metrics=true
    SpringSource\ tc\ Runtime\ 7.0\ Manager=true
    SpringSource\ tc\ Runtime\ 7.0\ Servlet\ Monitor=true
    SpringSource\ tc\ Runtime\ 7.0\ Thread\ Diagnostics\ Context=true
    SpringSource\ tc\ Runtime\ 7.0\ Thread\ Diagnostics\ Engine=true
    SpringSource\ tc\ Runtime\ 7.0\ Thread\ Diagnostics\ Host=true
    SpringSource\ tc\ Runtime\ 7.0\ Thread\ Pools=true
    SpringSource\ tc\ Runtime\ 7.0\ Tomcat\ JDBC\ Connection\ Pool\ Context=true
    SpringSource\ tc\ Runtime\ 7.0\ Tomcat\ JDBC\ Connection\ Pool\ Global=true
    SpringSource\ tc\ Runtime\ 7.0\ Web\ Module\ Stats=true
    Sun\ JVM\ 1.5=true
    Sun\ JVM\ 1.5\ Garbage\ Collector=true
    Sun\ JVM\ 1.5\ Memory\ Pool=true
    Sybase\ 12.5.x=true
    Sybase\ 12.5.x\ sp_monitorconfig=true
    Sybase\ 12.5.x\ sp_sysmonCache=true
    Sybase\ 12.5.x\ sp_sysmonEngine=true
    Sybase\ 12.5.x\ storage=true
    Sybase\ 12.x=true
    Sybase\ 15.x=true
    Sybase\ 15.x\ sp_monitorconfig=true
    Sybase\ 15.x\ sp_sysmonCache=true
    Sybase\ 15.x\ sp_sysmonEngine=true
    Sybase\ 15.x\ storage=true
    TCP\ Socket=true
    VMware\ ESX\ 2.x=true
    VMware\ ESX\ 2.x\ VM=true
    VMware\ ESX\ 2.x\ VM\ Disk=true
    VMware\ ESX\ 2.x\ VM\ NIC=true
    VMware\ ESX\ 3.x=true
    VMware\ ESX\ 3.x\ VM=true
    VMware\ ESX\ 3.x\ VM\ Disk=true
    VMware\ ESX\ 3.x\ VM\ NIC=true
    VMware\ GSX\ 3.x=true
    VMware\ GSX\ 3.x\ VM=true
    VMware\ Server\ 1.x=true
    VMware\ Server\ 1.x\ VM=true
    VMware\ VI3\ Host=true
    VMware\ VI3\ Resource\ Pool=true
    VMware\ VI3\ VM=true
    VMware\ VI3\ VM\ CPU=true
    VMware\ VI3\ VM\ NIC=true
    VMware\ vCenter=true
    VMware\ vSphere\ Host=true
    VMware\ vSphere\ Host\ DS=true
    VMware\ vSphere\ VM=true
    VMware\ vSphere\ VM\ DS=true
    WebSphere\ 6.0=true
    WebSphere\ 6.0\ Application=true
    WebSphere\ 6.0\ Connection\ Pool=true
    WebSphere\ 6.0\ EJB=true
    WebSphere\ 6.0\ Thread\ Pool=true
    WebSphere\ 6.0\ Webapp=true
    WebSphere\ 6.1=true
    WebSphere\ 6.1\ Application=true
    WebSphere\ 6.1\ Connection\ Pool=true
    WebSphere\ 6.1\ EJB=true
    WebSphere\ 6.1\ Thread\ Pool=true
    WebSphere\ 6.1\ Webapp=true
    WebSphere\ 7.0=true
    WebSphere\ 7.0\ Application=true
    WebSphere\ 7.0\ Connection\ Pool=true
    WebSphere\ 7.0\ EJB=true
    WebSphere\ 7.0\ Thread\ Pool=true
    WebSphere\ 7.0\ Webapp=true
    WebSphere\ Admin\ 6.0=true
    WebSphere\ Admin\ 6.1=true
    WebSphere\ Admin\ 7.0=true
    WebSphere\ MQ\ QManager\ 6=true
    WebSphere\ MQ\ QManager\ 6\ Alias\ Queue=true
    WebSphere\ MQ\ QManager\ 6\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ Cluster=true
    WebSphere\ MQ\ QManager\ 6\ Cluster\ Receiver\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ Cluster\ Sender\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ Local\ Queue=true
    WebSphere\ MQ\ QManager\ 6\ Process=true
    WebSphere\ MQ\ QManager\ 6\ Receiver\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ Remote\ Queue=true
    WebSphere\ MQ\ QManager\ 6\ Sender\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ System\ Queue=true
    WebSphere\ MQ\ QManager\ 7=true
    WebSphere\ MQ\ QManager\ 7\ Alias\ Queue=true
    WebSphere\ MQ\ QManager\ 7\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ Cluster=true
    WebSphere\ MQ\ QManager\ 7\ Cluster\ Receiver\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ Cluster\ Sender\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ Local\ Queue=true
    WebSphere\ MQ\ QManager\ 7\ Process=true
    WebSphere\ MQ\ QManager\ 7\ Receiver\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ Remote\ Queue=true
    WebSphere\ MQ\ QManager\ 7\ Sender\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ System\ Queue=true
    WebSphere\ MQ\ QManager\ 7\ Topic=true
    Weblogic\ 10.0=true
    Weblogic\ 10.0\ Application=true
    Weblogic\ 10.0\ Entity\ EJB=true
    Weblogic\ 10.0\ Execute\ Queue=true
    Weblogic\ 10.0\ JDBC\ Connection\ Pool=true
    Weblogic\ 10.0\ JMS\ Destination=true
    Weblogic\ 10.0\ JMS\ Server=true
    Weblogic\ 10.0\ JTA\ Resource=true
    Weblogic\ 10.0\ Message\ Driven\ EJB=true
    Weblogic\ 10.0\ Stateful\ EJB=true
    Weblogic\ 10.0\ Stateless\ EJB=true
    Weblogic\ 10.0\ Webapp=true
    Weblogic\ 10.1=true
    Weblogic\ 10.1\ Application=true
    Weblogic\ 10.1\ Entity\ EJB=true
    Weblogic\ 10.1\ Execute\ Queue=true
    Weblogic\ 10.1\ JDBC\ Connection\ Pool=true
    Weblogic\ 10.1\ JMS\ Destination=true
    Weblogic\ 10.1\ JMS\ Server=true
    Weblogic\ 10.1\ JTA\ Resource=true
    Weblogic\ 10.1\ Message\ Driven\ EJB=true
    Weblogic\ 10.1\ Stateful\ EJB=true
    Weblogic\ 10.1\ Stateless\ EJB=true
    Weblogic\ 10.1\ Webapp=true
    Weblogic\ 10.2=true
    Weblogic\ 10.2\ Application=true
    Weblogic\ 10.2\ Entity\ EJB=true
    Weblogic\ 10.2\ Execute\ Queue=true
    Weblogic\ 10.2\ JDBC\ Connection\ Pool=true
    Weblogic\ 10.2\ JMS\ Destination=true
    Weblogic\ 10.2\ JMS\ Server=true
    Weblogic\ 10.2\ JTA\ Resource=true
    Weblogic\ 10.2\ Message\ Driven\ EJB=true
    Weblogic\ 10.2\ Stateful\ EJB=true
    Weblogic\ 10.2\ Stateless\ EJB=true
    Weblogic\ 10.2\ Webapp=true
    Weblogic\ 10.3=true
    Weblogic\ 10.3\ Application=true
    Weblogic\ 10.3\ Entity\ EJB=true
    Weblogic\ 10.3\ Execute\ Queue=true
    Weblogic\ 10.3\ JDBC\ Connection\ Pool=true
    Weblogic\ 10.3\ JMS\ Destination=true
    Weblogic\ 10.3\ JMS\ Server=true
    Weblogic\ 10.3\ JTA\ Resource=true
    Weblogic\ 10.3\ Message\ Driven\ EJB=true
    Weblogic\ 10.3\ Stateful\ EJB=true
    Weblogic\ 10.3\ Stateless\ EJB=true
    Weblogic\ 10.3\ Webapp=true
    Weblogic\ 6.1=true
    Weblogic\ 6.1\ Application=true
    Weblogic\ 6.1\ Entity\ EJB=true
    Weblogic\ 6.1\ Execute\ Queue=true
    Weblogic\ 6.1\ JDBC\ Connection\ Pool=true
    Weblogic\ 6.1\ JMS\ Destination=true
    Weblogic\ 6.1\ JMS\ Server=true
    Weblogic\ 6.1\ JTA\ Resource=true
    Weblogic\ 6.1\ Message\ Driven\ EJB=true
    Weblogic\ 6.1\ Stateful\ EJB=true
    Weblogic\ 6.1\ Stateless\ EJB=true
    Weblogic\ 6.1\ Webapp=true
    Weblogic\ 7.0=true
    Weblogic\ 7.0\ Application=true
    Weblogic\ 7.0\ Entity\ EJB=true
    Weblogic\ 7.0\ Execute\ Queue=true
    Weblogic\ 7.0\ JDBC\ Connection\ Pool=true
    Weblogic\ 7.0\ JMS\ Destination=true
    Weblogic\ 7.0\ JMS\ Server=true
    Weblogic\ 7.0\ JTA\ Resource=true
    Weblogic\ 7.0\ Message\ Driven\ EJB=true
    Weblogic\ 7.0\ Stateful\ EJB=true
    Weblogic\ 7.0\ Stateless\ EJB=true
    Weblogic\ 7.0\ Webapp=true
    Weblogic\ 8.1=true
    Weblogic\ 8.1\ Application=true
    Weblogic\ 8.1\ Entity\ EJB=true
    Weblogic\ 8.1\ Execute\ Queue=true
    Weblogic\ 8.1\ JDBC\ Connection\ Pool=true
    Weblogic\ 8.1\ JMS\ Destination=true
    Weblogic\ 8.1\ JMS\ Server=true
    Weblogic\ 8.1\ JTA\ Resource=true
    Weblogic\ 8.1\ Message\ Driven\ EJB=true
    Weblogic\ 8.1\ Stateful\ EJB=true
    Weblogic\ 8.1\ Stateless\ EJB=true
    Weblogic\ 8.1\ Webapp=true
    Weblogic\ 9.1=true
    Weblogic\ 9.1\ Application=true
    Weblogic\ 9.1\ Entity\ EJB=true
    Weblogic\ 9.1\ Execute\ Queue=true
    Weblogic\ 9.1\ JDBC\ Connection\ Pool=true
    Weblogic\ 9.1\ JMS\ Destination=true
    Weblogic\ 9.1\ JMS\ Server=true
    Weblogic\ 9.1\ JTA\ Resource=true
    Weblogic\ 9.1\ Message\ Driven\ EJB=true
    Weblogic\ 9.1\ Stateful\ EJB=true
    Weblogic\ 9.1\ Stateless\ EJB=true
    Weblogic\ 9.1\ Webapp=true
    Weblogic\ 9.2=true
    Weblogic\ 9.2\ Application=true
    Weblogic\ 9.2\ Entity\ EJB=true
    Weblogic\ 9.2\ Execute\ Queue=true
    Weblogic\ 9.2\ JDBC\ Connection\ Pool=true
    Weblogic\ 9.2\ JMS\ Destination=true
    Weblogic\ 9.2\ JMS\ Server=true
    Weblogic\ 9.2\ JTA\ Resource=true
    Weblogic\ 9.2\ Message\ Driven\ EJB=true
    Weblogic\ 9.2\ Stateful\ EJB=true
    Weblogic\ 9.2\ Stateless\ EJB=true
    Weblogic\ 9.2\ Webapp=true
    Weblogic\ Admin\ 10.0=true
    Weblogic\ Admin\ 10.0\ Application=true
    Weblogic\ Admin\ 10.0\ Entity\ EJB=true
    Weblogic\ Admin\ 10.0\ Execute\ Queue=true
    Weblogic\ Admin\ 10.0\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 10.0\ JMS\ Destination=true
    Weblogic\ Admin\ 10.0\ JMS\ Server=true
    Weblogic\ Admin\ 10.0\ JTA\ Resource=true
    Weblogic\ Admin\ 10.0\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 10.0\ Stateful\ EJB=true
    Weblogic\ Admin\ 10.0\ Stateless\ EJB=true
    Weblogic\ Admin\ 10.0\ Webapp=true
    Weblogic\ Admin\ 10.1=true
    Weblogic\ Admin\ 10.1\ Application=true
    Weblogic\ Admin\ 10.1\ Entity\ EJB=true
    Weblogic\ Admin\ 10.1\ Execute\ Queue=true
    Weblogic\ Admin\ 10.1\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 10.1\ JMS\ Destination=true
    Weblogic\ Admin\ 10.1\ JMS\ Server=true
    Weblogic\ Admin\ 10.1\ JTA\ Resource=true
    Weblogic\ Admin\ 10.1\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 10.1\ Stateful\ EJB=true
    Weblogic\ Admin\ 10.1\ Stateless\ EJB=true
    Weblogic\ Admin\ 10.1\ Webapp=true
    Weblogic\ Admin\ 10.2=true
    Weblogic\ Admin\ 10.2\ Application=true
    Weblogic\ Admin\ 10.2\ Entity\ EJB=true
    Weblogic\ Admin\ 10.2\ Execute\ Queue=true
    Weblogic\ Admin\ 10.2\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 10.2\ JMS\ Destination=true
    Weblogic\ Admin\ 10.2\ JMS\ Server=true
    Weblogic\ Admin\ 10.2\ JTA\ Resource=true
    Weblogic\ Admin\ 10.2\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 10.2\ Stateful\ EJB=true
    Weblogic\ Admin\ 10.2\ Stateless\ EJB=true
    Weblogic\ Admin\ 10.2\ Webapp=true
    Weblogic\ Admin\ 10.3=true
    Weblogic\ Admin\ 10.3\ Application=true
    Weblogic\ Admin\ 10.3\ Entity\ EJB=true
    Weblogic\ Admin\ 10.3\ Execute\ Queue=true
    Weblogic\ Admin\ 10.3\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 10.3\ JMS\ Destination=true
    Weblogic\ Admin\ 10.3\ JMS\ Server=true
    Weblogic\ Admin\ 10.3\ JTA\ Resource=true
    Weblogic\ Admin\ 10.3\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 10.3\ Stateful\ EJB=true
    Weblogic\ Admin\ 10.3\ Stateless\ EJB=true
    Weblogic\ Admin\ 10.3\ Webapp=true
    Weblogic\ Admin\ 6.1=true
    Weblogic\ Admin\ 6.1\ Application=true
    Weblogic\ Admin\ 6.1\ Entity\ EJB=true
    Weblogic\ Admin\ 6.1\ Execute\ Queue=true
    Weblogic\ Admin\ 6.1\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 6.1\ JMS\ Destination=true
    Weblogic\ Admin\ 6.1\ JMS\ Server=true
    Weblogic\ Admin\ 6.1\ JTA\ Resource=true
    Weblogic\ Admin\ 6.1\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 6.1\ Stateful\ EJB=true
    Weblogic\ Admin\ 6.1\ Stateless\ EJB=true
    Weblogic\ Admin\ 6.1\ Webapp=true
    Weblogic\ Admin\ 7.0=true
    Weblogic\ Admin\ 7.0\ Application=true
    Weblogic\ Admin\ 7.0\ Entity\ EJB=true
    Weblogic\ Admin\ 7.0\ Execute\ Queue=true
    Weblogic\ Admin\ 7.0\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 7.0\ JMS\ Destination=true
    Weblogic\ Admin\ 7.0\ JMS\ Server=true
    Weblogic\ Admin\ 7.0\ JTA\ Resource=true
    Weblogic\ Admin\ 7.0\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 7.0\ Stateful\ EJB=true
    Weblogic\ Admin\ 7.0\ Stateless\ EJB=true
    Weblogic\ Admin\ 7.0\ Webapp=true
    Weblogic\ Admin\ 8.1=true
    Weblogic\ Admin\ 8.1\ Application=true
    Weblogic\ Admin\ 8.1\ Entity\ EJB=true
    Weblogic\ Admin\ 8.1\ Execute\ Queue=true
    Weblogic\ Admin\ 8.1\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 8.1\ JMS\ Destination=true
    Weblogic\ Admin\ 8.1\ JMS\ Server=true
    Weblogic\ Admin\ 8.1\ JTA\ Resource=true
    Weblogic\ Admin\ 8.1\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 8.1\ Stateful\ EJB=true
    Weblogic\ Admin\ 8.1\ Stateless\ EJB=true
    Weblogic\ Admin\ 8.1\ Webapp=true
    Weblogic\ Admin\ 9.1=true
    Weblogic\ Admin\ 9.1\ Application=true
    Weblogic\ Admin\ 9.1\ Entity\ EJB=true
    Weblogic\ Admin\ 9.1\ Execute\ Queue=true
    Weblogic\ Admin\ 9.1\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 9.1\ JMS\ Destination=true
    Weblogic\ Admin\ 9.1\ JMS\ Server=true
    Weblogic\ Admin\ 9.1\ JTA\ Resource=true
    Weblogic\ Admin\ 9.1\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 9.1\ Stateful\ EJB=true
    Weblogic\ Admin\ 9.1\ Stateless\ EJB=true
    Weblogic\ Admin\ 9.1\ Webapp=true
    Weblogic\ Admin\ 9.2=true
    Weblogic\ Admin\ 9.2\ Application=true
    Weblogic\ Admin\ 9.2\ Entity\ EJB=true
    Weblogic\ Admin\ 9.2\ Execute\ Queue=true
    Weblogic\ Admin\ 9.2\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 9.2\ JMS\ Destination=true
    Weblogic\ Admin\ 9.2\ JMS\ Server=true
    Weblogic\ Admin\ 9.2\ JTA\ Resource=true
    Weblogic\ Admin\ 9.2\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 9.2\ Stateful\ EJB=true
    Weblogic\ Admin\ 9.2\ Stateless\ EJB=true
    Weblogic\ Admin\ 9.2\ Webapp=true
    Weblogic\ NodeManager\ 10.0=true
    Weblogic\ NodeManager\ 10.1=true
    Weblogic\ NodeManager\ 10.2=true
    Weblogic\ NodeManager\ 10.3=true
    Weblogic\ NodeManager\ 6.1=true
    Weblogic\ NodeManager\ 7.0=true
    Weblogic\ NodeManager\ 8.1=true
    Weblogic\ NodeManager\ 9.1=true
    Weblogic\ NodeManager\ 9.2=true
    Win32=true
    Windows\ Service=true
    WindowsServer=true
    Xen\ Host=true
    Xen\ Host\ CPU=true
    Xen\ Host\ NIC=true
    Xen\ Host\ Server=true
    Xen\ Host\ Storage=true
    Xen\ VM=true
    Xen\ VM\ NIC=true
    Xen\ VM\ Storage=true
    Zimbra\ 4.5.x=true
    Zimbra\ 4.5.x\ AMaViS=true
    Zimbra\ 4.5.x\ Apache\ Httpd=true
    Zimbra\ 4.5.x\ ClamAV=true
    Zimbra\ 4.5.x\ Cyrus\ SASL=true
    Zimbra\ 4.5.x\ IMAP=true
    Zimbra\ 4.5.x\ LDAP=true
    Zimbra\ 4.5.x\ Log\ Watch=true
    Zimbra\ 4.5.x\ Logger\ MySQL=true
    Zimbra\ 4.5.x\ MTA\ Config=true
    Zimbra\ 4.5.x\ MySQL=true
    Zimbra\ 4.5.x\ OpenLDAP=true
    Zimbra\ 4.5.x\ POP3=true
    Zimbra\ 4.5.x\ Postfix=true
    Zimbra\ 4.5.x\ SMTP=true
    Zimbra\ 4.5.x\ Swatch=true
    Zimbra\ 5.0.x=true
    Zimbra\ 5.0.x\ AMaViS=true
    Zimbra\ 5.0.x\ Apache\ Httpd=true
    Zimbra\ 5.0.x\ CPU\ Stats=true
    Zimbra\ 5.0.x\ ClamAV=true
    Zimbra\ 5.0.x\ Convertd=true
    Zimbra\ 5.0.x\ Convertd\ Monitor=true
    Zimbra\ 5.0.x\ Cyrus\ SASL=true
    Zimbra\ 5.0.x\ FD\ Stats=true
    Zimbra\ 5.0.x\ HTTPD=true
    Zimbra\ 5.0.x\ IMAP=true
    Zimbra\ 5.0.x\ Jetty\ Process=true
    Zimbra\ 5.0.x\ LDAP=true
    Zimbra\ 5.0.x\ Log\ Watch=true
    Zimbra\ 5.0.x\ Logger\ MySQL=true
    Zimbra\ 5.0.x\ MTA\ Config=true
    Zimbra\ 5.0.x\ MTAQueue\ Stats=true
    Zimbra\ 5.0.x\ MySQL=true
    Zimbra\ 5.0.x\ NGINX=true
    Zimbra\ 5.0.x\ OpenLDAP=true
    Zimbra\ 5.0.x\ POP3=true
    Zimbra\ 5.0.x\ Postfix=true
    Zimbra\ 5.0.x\ SMTP=true
    Zimbra\ 5.0.x\ Stats\ process=true
    Zimbra\ 5.0.x\ Swatch=true
    Zimbra\ 5.0.x\ VM\ Stats=true
    Zimbra\ 5.0.x\ memcached=true
    Zimbra\ 6.0.x=true
    Zimbra\ 6.0.x\ AMaViS=true
    Zimbra\ 6.0.x\ Apache\ Httpd=true
    Zimbra\ 6.0.x\ CPU\ Stats=true
    Zimbra\ 6.0.x\ ClamAV=true
    Zimbra\ 6.0.x\ Convertd=true
    Zimbra\ 6.0.x\ Convertd\ Monitor=true
    Zimbra\ 6.0.x\ Cyrus\ SASL=true
    Zimbra\ 6.0.x\ FD\ Stats=true
    Zimbra\ 6.0.x\ HTTPD=true
    Zimbra\ 6.0.x\ IMAP=true
    Zimbra\ 6.0.x\ Jetty\ Process=true
    Zimbra\ 6.0.x\ LDAP=true
    Zimbra\ 6.0.x\ Log\ Watch=true
    Zimbra\ 6.0.x\ Logger\ MySQL=true
    Zimbra\ 6.0.x\ MTA\ Config=true
    Zimbra\ 6.0.x\ MTAQueue\ Stats=true
    Zimbra\ 6.0.x\ MySQL=true
    Zimbra\ 6.0.x\ NGINX=true
    Zimbra\ 6.0.x\ OpenLDAP=true
    Zimbra\ 6.0.x\ POP3=true
    Zimbra\ 6.0.x\ Postfix=true
    Zimbra\ 6.0.x\ SMTP=true
    Zimbra\ 6.0.x\ Stats\ process=true
    Zimbra\ 6.0.x\ Swatch=true
    Zimbra\ 6.0.x\ VM\ Stats=true
    Zimbra\ 6.0.x\ memcached=true
    iPlanet\ 4.1=true
    iPlanet\ 4.1\ VHost=true
    iPlanet\ 6.0=true
    iPlanet\ 6.0\ Thread\ Pool=true
    iPlanet\ 6.0\ VHost=true
    iPlanet\ Admin\ 4.1=true
    iPlanet\ Admin\ 6.0=true
    memcached=true
    vFabric\ GemFire\ Application\ Peer\ 6.0=true
    vFabric\ GemFire\ Application\ Peer\ 6.0\ Distribution\ Statistics=true
    vFabric\ GemFire\ Application\ Peer\ 6.0\ Function=true
    vFabric\ GemFire\ Application\ Peer\ 6.0\ Function\ Service=true
    vFabric\ GemFire\ Application\ Peer\ 6.0\ VM\ Stats=true
    vFabric\ GemFire\ Application\ Peer\ 6.5=true
    vFabric\ GemFire\ Application\ Peer\ 6.5\ Distribution\ Statistics=true
    vFabric\ GemFire\ Application\ Peer\ 6.5\ Function=true
    vFabric\ GemFire\ Application\ Peer\ 6.5\ Function\ Service=true
    vFabric\ GemFire\ Application\ Peer\ 6.5\ VM\ Stats=true
    vFabric\ GemFire\ Application\ Peer\ 6.6=true
    vFabric\ GemFire\ Application\ Peer\ 6.6\ Distribution\ Statistics=true
    vFabric\ GemFire\ Application\ Peer\ 6.6\ Function=true
    vFabric\ GemFire\ Application\ Peer\ 6.6\ Function\ Service=true
    vFabric\ GemFire\ Application\ Peer\ 6.6\ VM\ Stats=true
    vFabric\ GemFire\ Cache\ Server\ 6.0=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Cache\ Performance=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Cache\ Server=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Disk\ Directory=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Disk\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Disk\ Store=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Distributed\ Lock=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Distribution\ Statistics=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Function=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Function\ Service=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Partitioned\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Resource\ Manager=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Statistics\ Sampler=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ VM\ Stats=true
    vFabric\ GemFire\ Cache\ Server\ 6.5=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Cache\ Performance=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Cache\ Server=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Disk\ Directory=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Disk\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Disk\ Store=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Distributed\ Lock=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Distribution\ Statistics=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Function=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Function\ Service=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Partitioned\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Resource\ Manager=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Statistics\ Sampler=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ VM\ Stats=true
    vFabric\ GemFire\ Cache\ Server\ 6.6=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Cache\ Performance=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Cache\ Server=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Disk\ Directory=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Disk\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Disk\ Store=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Distributed\ Lock=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Distribution\ Statistics=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Function=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Function\ Service=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Partitioned\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Resource\ Manager=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Statistics\ Sampler=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ VM\ Stats=true
    vFabric\ GemFire\ Cache\ Server\ 7.0=true
    vFabric\ GemFire\ Cache\ Server\ 7.0\ Cache\ Server\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 7.0\ Gateway\ Receiver=true
    vFabric\ GemFire\ Cache\ Server\ 7.0\ Gateway\ Sender=true
    vFabric\ GemFire\ Distributed\ System\ 6.x=true
    vFabric\ GemFire\ Distributed\ System\ 7.x=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Cache\ Performance=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Cache\ Server=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Disk\ Directory=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Disk\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Disk\ Store=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Distributed\ Lock=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Distribution\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Function=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Function\ Service=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Gateway\ Hub\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Gateway\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Partitioned\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Pool\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Resource\ Manager=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ VM\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Cache\ Performance=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Cache\ Server=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Disk\ Directory=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Disk\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Disk\ Store=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Distributed\ Lock=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Distribution\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Function=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Function\ Service=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Gateway\ Hub\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Gateway\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Partitioned\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Pool\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Resource\ Manager=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ VM\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Cache\ Performance=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Cache\ Server=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Disk\ Directory=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Disk\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Disk\ Store=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Distributed\ Lock=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Distribution\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Function=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Function\ Service=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Gateway\ Hub\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Gateway\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Partitioned\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Pool\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Resource\ Manager=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ VM\ Stats=true
    vFabric\ GemFire\ Locator\ 7.0=true
    vFabric\ Web\ Server\ 5.1=true
    vFabric\ Web\ Server\ 5.1\ Virtual\ Host=true
    vFabric\ Web\ Server\ 5.2=true
    vFabric\ Web\ Server\ 5.2\ Virtual\ Host=true
    vPostgres\ 9.x=true
    vPostgres\ 9.x\ DataBase=true
    vPostgres\ 9.x\ Index=true
    vPostgres\ 9.x\ Table=true

  • AME for PO Approvals 11i

    Hi,
    We have a requirement to use AME for core procurement, specifically for purchase order approvals in 11i.
    Does AME support PO approvals / re-approvals in 11.5.10 for core Procurement module? If yes, has anyone tried to customize AME for PO approvals in 11i.
    Thanks...
    Edited by: user11977878 on Jan 26, 2010 7:46 PM

    We do not use this feature, but the capability exists. Pl see these MOS Docs
    293315.1 - 11.5.10 FAQ for Approvals Management (AME) Integration For iProcurement and Purchasing
    210488.1 - FAQ: Document Approval and Routing
    305295.1 - 11.5.10 PO: Approval Management Engine - How to Create AME Rules For One Approver
    HTH
    Srini

  • OIM11g auto approval

    Hi,
    We are following the below link for Auto-Approval for self registration
    http://identityandaccessmanager.blogspot.com/2011/03/suppress-approval-self-registration.html
    here what it says:
    1. Export "SelfCreateUserDataset.xml".
    2. Remove Approver-Only tag from Organization Field
    3. Import it back into MDS
    4. Restart the Server
    5. Create an Approval Policy "Request Level Approval" & select Auto Approve check box with some basic Approval Rule
    6. Create one more Approval Policy with "Operation Level Approval" as Auto Approve with some simple Approval Rule
    we are not sure how to perform the step NO 3.(import back to MDS).
    for this we followed the following link
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14309/request.htm#OMDEV2869
    when we ran weblogicImportMetadata.bat we are getting the following error
    Problem invoking WLST - Traceback (innermost last):
    File "C:\Oracle\Middleware\Oracle_IDM1\server\bin\weblogicImportMetadata.py", line 21, in ?
    File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 268, in importMetadata
    File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 733, in executeAppRuntimeMBeanOperation
    File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 996, in saveStackAndRaiseException
    WLSTException: java.lang.SecurityException: MBean operation access denied.
    MBean: oracle.mds.lcm:name=MDSAppRuntime,type=MDSAppRuntime,Application=OIMMetadata,ApplicationVersion=11.1.1.3.0
    *Operation: importMetadata(java.lang.String, [Ljava.lang.String;, [Ljava.lang.String;, boolean, boolean, boolean, boolean, boolean)*
      *Detail: Access denied. Required roles: Admin, executing subject: principals=[SYSTEM ADMINISTRATORS, oimusers, xelsysadm]*
    MDS-91009: Operation "importMetadata" failure. Use dumpStack() to view the full stacktrace.
    can anybody please let us know where we are making mistake???
    Thank you.

    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14309/utils.htm#BEIHDGCD
    Run weblogicImportMetaData.sh
    It will ask for username and password ... provide weblogic and password for user weblogic (Example)
    It will ask for URL: give URL for admin console: t3://domainname:7001 (Example)
    Done !!!
    Either restart the server or run PurgeCache.sh All

  • AME for Custom Workflow

    Hi
    I have created a custom workflow and I want to implement approvals as well in that workflow. I want to use AME for that because AME will give following functionalities
    1. Return for Correction
    2. Update Action
    3. Adding ad-hoc approvers
    Is there any document that refer to workflow and AME integration ?
    Do all above functions (1,2,3) will automatically exist in AME or I have to implement those functions

    Gaurav,
    AME and WF work hand in hand. I believe ML Doc 378312.1 (What are the ramifications of implementing AME with workflow already set up?) will answer your questions.
    Pl also refer to ML Doc 431815.1 (Frequently asked Questions on AME)
    HTH
    Srini

  • UAM auto approval

    Hello,
    does anyone already has experience with auto approval.
    We would like to test such a function.
    Optioal idea is:
    user select high level attributes and UAM get some default "uncritical/compliant" roles.
    once the request is submitted the request is auto approved and user can start working.
    More critical roles needs to follow the standard process.
    Thanks for any idea and help.
    Regards Nguyen

    Hi,
    This is easily doable by implementing a custom initiator and having the "Compliant" path set up with no stages. It is this path that will have the "Compliant" roles pass through for Auto Approval.
    Another path will be set up with a stage to assess/approve the critical roles.
    If you want all compliant roles assigned with immediate affect (irrespective of if the critical roles have been approved or awaiting approval), then ensure your provisioning setting is set to "Auto-Provision at end of Path".
    All the best

  • Facing 'No Approver Found for Purchase Requisition' error when using AME

    Hello All,
    I am trying to test one simple rule in AME. Below are the the details of the rule.
    Rule name - VO Category = SUPPLIES.FACILITIES
    Item Class - Header
    Rule Type - List Creation
    Conditions
    1. ITEM_CATEGORY in (SUPPLIES.FACILITIES)
    Condition Type - Ordinary
    Attribute - ITEM_CATEGORY
    Data Type - String
    Item Class - Line Item
    String Value - SUPPLIES.FACILITIES
    2. TRANSACTION_SET_OF_BOOKS_ID is equal to 1
    Condition Type - Ordinary
    Attribute - TRANSACTION_SET_OF_BOOKS_ID
    Data Type - Number
    Item Class - Header
    Details
    TRANSACTION_SET_OF_BOOKS_ID is equal to 1
    Actions
    Action Type - approval-group chain of authority
    Rule Type - Chain of Authority
    Order No - 1
    Ordering Mode - Serial
    Voting Method - Serial
    Action - Require approval from Facilities Approver Group
    Approver Group Details
    Name - Facilities Approver Group
    Type - Static
    Voting Method - Order Number
    There are two member in this approver group
    Approver Type Approver Order Number
    HR People HR People: akshay7 1
    HR People HR People: akshay8 2
    Now when i create a requisition with akshay7 as preparer then following notification is displayed
    To akshay7
    Sent 21-May-2013 16:55:08
    ID 4681179
    Approval workflow database error occurs while approving Purchase Requisition 14315
    Contact your system administrator to identify the problem and to use SQL*Plus or Workflow Monitor to reactivate the approval workflow where it left off.
    Give your system administrator the following information:
    PL/SQL procedure: POR_AME_REQ_WF_PVT.GET_NEXT_APPROVERS
    Error: ORA-20001: The procedure getNextPosition could not find parent position for : HR Positions: 01.Jrbuyer
    Both the employees have one supervisor.
    How to reslove this error?
    Thanks in advance.

    Hi Everyone,
    The problem is solved now. The cause was that the test requisition that I was making was satisfying more than one rules and hence I end dated the remaining rules which solved the problem.
    Thanks!

  • Is it possible Line level approval in AME for purchasing requisition?

    hi
    is it possible Line level approval in AME for  purchasing requisition ?
    so that send each line to separate approver ?

    If using AME, it should be possible. Check AME Guide for POs for details. Let me know if you run into issues.
    Thanks
    Shree

Maybe you are looking for