EMS in BAM 11g

I m trying to configure Enterprise Message Source.I did all configuration after that i m trying to start the EMS then getting error "Test failed - BAM-00553: Resources start operation for destination VisibilityQ failed." please suggest me on that.

Which version of BAM are you using (patch set?). Which jms provider? Can you post details of the error from the logs?

Similar Messages

  • Enterprise Link in BAM 11G

    Hi , How to access Enterprise Link in BAM 11g ( Linux) ?I need to import plans from 10.1.3.4 Can anyone guide me how to access Design Studio in BAM 11G.

    The BAM 10g Enterprise Link is not supported in 11g. Instead there is native integration with JMS and native integration with Oracle Data Integrator.

  • Questions about connection from JDeveloper to BAM 11g TP4

    1. Is it possible to connect from JDeveloper 10.1.3.x to BAM 11g TP4? If yes, is the domain name obligatory for connection?
    2. Is it possible to connect from JDeveloper 11g TP4 (on remote machine) to BAM 11g TP4?
    Thank you for answers
    Edited by: Olga on May 8, 2009 10:46 AM

    Try the WebCenter forum:
    WebCenter Portal

  • Oracle BAM 11g - Deployments and development questions

    Hi!
    I have few questions related to Oracle BAM 11g developement and deployment processes. We are going to use that together with Oracle SOA Suite 11g ( BPEL / BPM processes), and now my questions are related to development phase:
    1. If we have two or more Oracle BAM developers with their own Oracle BAM server instances, and we would like to share our development work, should/can we you same database repository to share the reports, data objects?
    2. How we can copy Oracle BAM Data Objects, Reports etc from one environment (dev) to other environments (test, accept test, integration test, production) ? In software deployment projects (like Spring or Grails web-projects) we have used version control system and CI to build packages to different environments etc. How is the Oracle BAM deployment process actually "planned to be" since it uses its database repository to store objects and reports ?
    3. The Oracle BAM itself has nice reports etc (Oracle BAM Client) that can be used using IE browser. How if we have to show/include those reports from Oracle WebCenter Spaces ? Is it possible and how?

    Hi,
    Were you able to find the answer to your questions? Especially the one, showing BAM reports in Webcenter Spaces?

  • How to populate BAM 11g TP4 data objects directly from jms?

    Anyone knows how to do it? Is there any step by step document for this? Any help will be apreciated.
    tks

    For a JMS Message that looks like:
    ==================================
    <PRE><Salesperson>ABCD 5555</Salesperson><SalesArea>gamma</SalesArea><SalesNumber>1000</SalesNumber><Timestamp>2007-06-07T08:10:00</Timestamp></PRE>
    Data Object being used here:
    =======================
    /Samples/Employees -- can be viewed using Architect
    Create EMS:
    ===========
    Open BAM Architect and select Enterprise Message Source from the drop down list.
    Click Create.
    EMS Details
    Name : TestEmployees
    InitilContextFactory : oracle.j2ee.rmi.RMIInitialContextFactory
    JNDI Service Provider URL : ormi://localhost:23791/
    Topic/Queue Connection Factory Name : jms/QueueConnectionFactory
    Topic/Queue Name : jms/demoQueue
    JNDI Username : fmwadmin
    JNDI Password : welcome1
    JMS Message Type : Text Message
    Durable Subscriber Name (Optional) : <Leave blank>
    Message Selector (Optional) : <Leave blank>
    Data Object Name : /Samples/Employees
    Operation : Insert
    Batching : No
    Transaction : No
    Start when BAM Server starts : Yes
    JMS Username (optional) : <Leave Blank>
    JMS Password (optional) : <Leave Blank>
    Pre-Processing checkbox : unchecked (as we do not have any XSL Transformations).
    Message Element Name : PRE
    Namespace Qualified checkbox : unchecked.
    Message Batching checbox : unchecked.
    Column Value : Select Attribute.
    DateTime Specification checkbox :unchecked.
    Source to DataObject Field Mapping:
    Click Add and enter names for the Tag/Attr Name corresponding to the Dataobject Field.
    Example: Salesperson(from the JMS Message xml) maps to Salesperson (Dataobject Field).
    Click Save.
    Click Continue.
    Click Start and the EMS should start correctly.
    Now if you send the JMS message, you should see that DataObject ("/Samples/Employees") is updated with the new row of data.

  • Oracle BAM 11g : bam-rcu.bat fails

    Hi all,
    When installing BAM 11g (tp4 download), & when i run the bam-rcu.bat, it strucks in between & throws the following error :
    D:\BAM\BAM_OC4J_HOME\bin>bam-rcu.bat
    Buildfile: D:\BAM\BAM_OC4J_HOME\bin\..\install\bam\rcu-tasks.xml
    create-bam-schema:
    [echo] bam.jdbc.connectstring=10.176.231.205:1521:aih1
    [echo] bam.jdbc.url=jdbc:oracle:thin:@10.176.231.205:1521:aih1
    [echo] bam.db.user=ORACLEBAM
    [echo] bam.db.password=bam
    drop-and-create-bam-user:
    [echo] == sqlplus 'vhmanager/welcome_1 as sysdba' @dropuser_bam_oracle.sql ORACLEBAM ==
    [exec]
    [exec] SQL*Plus: Release 10.1.0.4.2 - Production on Thu Jun 12 00:25:55 2008
    [exec]
    [exec] Copyright (c) 1982, 2005, Oracle. All rights reserved.
    [exec]
    [exec]
    [exec] Connected to:
    [exec] Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    [exec] With the Partitioning, OLAP and Data Mining options
    [exec]
    [exec] old 1: DROP USER &bam_user CASCADE
    [exec] new 1: DROP USER ORACLEBAM CASCADE
    [exec]
    [exec] User dropped.
    [exec]
    [exec] SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    [exec] With the Partitioning, OLAP and Data Mining options
    [echo] == sqlplus 'vhmanager/welcome_1 as sysdba' @createuser_bam_oracle.sql ORACLEBAM bam SYSTEM TEMP ==
    [exec]
    [exec] SQL*Plus: Release 10.1.0.4.2 - Production on Thu Jun 12 00:25:56 2008
    [exec]
    [exec] Copyright (c) 1982, 2005, Oracle. All rights reserved.
    [exec]
    [exec]
    [exec] Connected to:
    [exec] Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    [exec] With the Partitioning, OLAP and Data Mining options
    [exec]
    [exec] old 1: CREATE USER &bam_user identified by &bam_passwd
    [exec] new 1: CREATE USER ORACLEBAM identified by bam
    [exec] old 2: default tablespace &def_tablespace
    [exec] new 2: default tablespace SYSTEM
    [exec] old 3: temporary tablespace &temp_tablespace
    [exec] new 3: temporary tablespace TEMP
    [exec]
    [exec] User created.
    [exec]
    [exec] old 1: grant connect, resource to &bam_user
    [exec] new 1: grant connect, resource to ORACLEBAM
    [exec]
    [exec] Grant succeeded.
    [exec]
    [exec] SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    [exec] With the Partitioning, OLAP and Data Mining options
    sql-based-cacheinit:
    [copy] Copying 1 file to D:\BAM\BAM_OC4J_HOME\rcu\integration\bam\sql
    [sql] Jun 12, 2008 12:25:57 AM oracle.jdbc.driver.OracleDriver registerMBeans
    [sql] SEVERE: Found Oracle Apps MBeanServer but the getMBeanServer method threw an exception.
    [sql] java.lang.reflect.InvocationTargetException
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [sql] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [sql] at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    [sql] at oracle.jdbc.driver.OracleDriver.registerMBeans(OracleDriver.java:274)
    [sql] at oracle.jdbc.driver.OracleDriver$1.run(OracleDriver.java:224)
    [sql] at java.security.AccessController.doPrivileged(Native Method)
    [sql] at oracle.jdbc.driver.OracleDriver.<clinit>(OracleDriver.java:220)
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [sql] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [sql] at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    [sql] at java.lang.Class.newInstance0(Class.java:350)
    [sql] at java.lang.Class.newInstance(Class.java:303)
    [sql] at org.apache.tools.ant.taskdefs.JDBCTask.getDriver(JDBCTask.java:379)
    [sql] at org.apache.tools.ant.taskdefs.JDBCTask.getConnection(JDBCTask.java:319)
    [sql] at org.apache.tools.ant.taskdefs.SQLExec.execute(SQLExec.java:414)
    [sql] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [sql] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    [sql] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [sql] at java.lang.reflect.Method.invoke(Method.java:585)
    [sql] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [sql] at org.apache.tools.ant.Task.perform(Task.java:348)
    [sql] at org.apache.tools.ant.Target.execute(Target.java:357)
    [sql] at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [sql] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [sql] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [sql] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [sql] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
    [sql] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    [sql] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [sql] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    [sql] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [sql] at java.lang.reflect.Method.invoke(Method.java:585)
    [sql] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [sql] at org.apache.tools.ant.Task.perform(Task.java:348)
    [sql] at org.apache.tools.ant.Target.execute(Target.java:357)
    [sql] at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [sql] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [sql] at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    [sql] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [sql] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [sql] at org.apache.tools.ant.Main.runBuild(Main.java:698)
    [sql] at org.apache.tools.ant.Main.startAnt(Main.java:199)
    [sql] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    [sql] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    [sql] Caused by: java.lang.ClassNotFoundException: oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProvider
    Impl
    [sql] at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    [sql] at java.security.AccessController.doPrivileged(Native Method)
    [sql] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [sql] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    [sql] at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    [sql] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    [sql] at java.lang.Class.forName0(Native Method)
    [sql] at java.lang.Class.forName(Class.java:242)
    [sql] at oracle.as.jmx.framework.PortableMBeanFactory.init(PortableMBeanFactory.java:1687)
    [sql] at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:156)
    [sql] at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:164)
    [sql] ... 46 more
    BUILD FAILED
    D:\BAM\BAM_OC4J_HOME\install\bam\rcu-tasks.xml:90: The following error occurred while executing this line:
    D:\BAM\BAM_OC4J_HOME\install\bam\rcu-tasks.xml:103: java.sql.SQLException: ORA-01017: invalid username/password; logon d
    enied
    Total time: 6 seconds
    Any idea why this error ? & do i need to set anything ?
    Regards,
    Subba

    It's weird - it says it created the db user fine and then when it goes to use it, it says invalid credentials.....maybe you can find out more from the logs. Look in
    D:\BAM\BAM_OC4J_HOME\install\bam\bam-config.log
    and also
    D:\BAM\BAM_OC4J_HOME\j2ee\home\log\bam\oraclebam.log
    Also, you are using a database version that is explicitly listed as excluded from being supported in 11 - it's hard to say whether that is the reason for this error. If you could upgrade or switch to XE that would be worth trying.
    Heidi.

  • Icommand in BAM 11g

    m using BAm 11g.I am getting exception while importing the files.can u please guide me.
    D:\Fusion11g\Middleware_WLS\Oracle_SOA1\bam\bin>icommand -cmd import -file "D:\
    BAM-ExportedFile\SLA_Endtime_dataobject.xml" -username system
    Oracle BAM Command Utility [Build 6512, BAM Repository Version 2024] Copyright ⌐
    2002, 2009, Oracle and/or its affiliates. All rights reserved.
    Enter Password:
    Importing from file "D:\BAM-ExportedFile\SLA_Endtime_dataobject.xml".
    "0" items imported successfully.
    BAM-02587: unsupported import file version
    [ErrorSource="ImportExport", ErrorID="Import.Version"]

    This happend when you export from an installation of BAM and try to import to another one.
    I had the same situation and I solved it changing the export file following this steps:
    1. From the BAM where I want to import, export any object.
    2. Open the file with an editor and look for the tag "OracleBAMExport" and the property Version. Keep this value in mind.
    3. Open the file you want to import with an editor and look for the tag "OracleBAMExport" and the property Version, change this value with the value in the previous file
    4. Import the changed file.
    Jorge Medina

  • Performance Tuning for BAM 11G

    Hi All
    Can anyone guide me for any documents or any tips realted to performance tuning for BAM 11G on on Linux

    It would help to know if you have any specific issue. There are number of tweaks all they way from DB to Browser.
    Few key things to follow:
    1. Make sure you create index on DO. If there are too much old data in the DO and not useful then periodically delete it. Similar to relational database indexes, defining indexes in Oracle BAM creates and maintains an ordered list of data object elements for fast retrieval.
    2. Ensure that IE setup to do automatic caching. This will help with reducing server round trips.
    3. Tune DB performance. This would typically require DBA. Identify the SQL statements most likely to be causing the waits by looking at
    the drilldown Top SQL Statements Ordered by Wait Time. Use SQL Analyze, EXPLAIN PLAN, or the tkprof utility to tune the queries that were identified.
    Check the Dataobject tables involved in the query for missing indexes.
    4. Use batching (this is on by default for most cases)
    5. Fast network
    6. Use profilers to look at machine load/cpu usage and distribute components on different boxes if needed.
    7. Use better server AND client hardware. BAM dashboard are heavy users of ajax/javascript logic on the client

  • BAM 11g - creating new report - More options not active

    I am creating new reports in BAM 11g. 11.1.1.3.0 Build 8553
    I can select the Data Object and Data Fields, but.... When I select any of the More options.... such as Create a filter or Create a calculated fied etc... I get the View Prompts screen and I cannot get out of it.
    The Properties object works, but as soon as I go back to the Data Objects - I am on the View prompts screen with several unlabelled tabs... and I can only OK, Cancel or Save.
    If I re-edit the reprt - I go straight to this View Prompts Screen... and can do nothing on the data objects.
    Rebooting makes no difference....
    Has anyone else seen this.
    I am using JDK 1.6.0_14... which i picked up from a post in the forum.... but this has made no difference.
    Thanks
    Cliff

    There must have been a typo or something when I reset the Java version.... re applying the copy of JDK 1.6.0_14 and restarting, Fixed the problem.

  • Drill-Down in BAM 11g

    How to configure drill-down report in BAM 11g?

    Please go through the BAM 11g user guide, specifically section on drilling
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10230/bam_data_mod.htm#BAMUG216

  • BAM 11G - I can´t  logon in the web application

    I have instaled the BAM 11g with WLS 10.3 and the database is Oralce XE, i am having a problem logging in the BAM. When I put the user and pass, the page refresh and returns to the same page, so i can´t acesse the BAM Web Application.
    I was analyzing the bam_server log and I saw 2 erorrs that can be intereting the solve the problem.
    ####<Feb 7, 2005 11:32:12 AM EST> <Info> <SSOSyncFilter> <vmwarebea> <bam_server1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1107793932934> <BEA-000000> <SSOFilter: Principal Match = "false" CustomHeader = "null">
    ####<Feb 7, 2005 11:32:12 AM EST> <Info> <SSOSyncFilter> <vmwarebea> <bam_server1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1107793932934> <BEA-000000> <SSOFilter: Remote User is Null>
    SSOFilter
    ####<Feb 4, 2005 6:01:58 PM EST> <Debug> <SecurityRoleMap> <vmwarebea> <bam_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1107558118497> <BEA-000000> <urn:bea:xacml:2.0:entitlement:role:OracleSystemRole:, 1.0 evaluates to Deny>
    ####<Feb 4, 2005 6:01:58 PM EST> <Debug> <SecurityRoleMap> <vmwarebea> <bam_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1107558118497> <BEA-000000> <XACML RoleMapper: accessing role OracleSystemRole: DENIED>
    The second error is repeating for all roles configured in the console. Anyone has the same problem?
    Thanks.
    Edited by: user11155025 on 25/05/2009 10:50

    What build, release candidate are you using? Can you check in wls console that config/deployment is ok?

  • Oracle BAM 11g separately on Linux

    Oracle BAM 11g can be installed as a separate component in Linux, without installing all the SOA Suite 11g?

    Sbaldwa Thanks,
    this link explains that although BAM comes in the same installer for the SOA Suite,
    can be installed independently, and work with other databases not just with Oracle

  • Oracle BAM 11g report to view WorkItems

    Hi,
    I have a requirement wherein we need a report displaying WorkItems summary.
    The scenario is as follows:
    SCNERIO: There's a BPM process in which human tasks are created for different types of approvals. Once a workitem is created corresponding to a human task and assigned to the corresponding user, need to display that in BAM report. Also, the BAM report should have the provision of searching and displaying the workItems based on Assigned User/Title of WorkItem etc. The report will have two panels,one having the dropdowns with various search criteria and a Search button. Once a search criteria is chosen and Search button is clicked, the details of the workItem should be displayed in the other panel.
    Questions:
    1. Is this possible using BAM 11g?
    2. If yes, how and which report type to use?
    3. If No, what could be the alternative way of implementing?
    Any inputs would be really helpful,thanks.

    have u gotta any solution for that ?

  • Need help about  Uninstall BAM 11g steps

    Hi,
    I need to uninstall BAM 11g then I will do installation again. I will not uninstall SOA 11g.
    But, there are some commom schemas both BAM and SOA-INFRA use ; Metadata Services and User Messaging.
    so , what should be the steps so that existing SOA runs without problem and I can install BAM 11g without problem?
    I need help.
    Best regards,
    Burcin.

    Just uninstall bam and reinstall if you need to. Common schema between soa and bam will not create any problem.

  • ADF Framework with Oracle BAM 11g

    Can any one guide me for integrating Oracle BAM 11g with Oracle Application Developement Framework (Oracle ADF) ?Thanx in advance.
    Thanks & Regards,
    Amik

    Take a look at BAM Data Control functionality.
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bam_data_control.htm

Maybe you are looking for

  • Folders not appearing in file system

    Ok, so here is my issue.  I have a law firm that asked me to set up a simple backup script for their network drive... back up all their case files to external hard drives.  The network is mostly Windows XP computers with one Windows 7 computer.  The

  • How can i get rich faces library in netbeans

    Hi  ,    when i make new web applications in Netbeans 7.4 and choose Jsf Frame workd ( jsf 2.2 )    and when i choose the RichFaces components it give me the message   ( JSF Library RichFaces not setup properly . see list of mandatory jars ) i made d

  • Screen light stays on iphone4

    I have noticed that whenever I use my phone ,the screen light stays on until I manually switch off. Can anyone suggest how to rectify it?

  • OBIEE 11g Guided Navigation Link

    Hi All, In 10g I used the guided nav link to link main menu page with hidden dashboard page, so that also presentation variable is passed to the report published on the hidden page. I'm not able to find this on 11g, if I use a link to the hidden page

  • Stopping the clock 'screen saver'?

    I love my Classic iPod. It has my entire music collection in it. But it's very fristraiting when I want to quickly look at it to see the name of the track and the clock is displayed! I have a watch for the time! Can I stop this annoying 'screensaver'