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.

Similar Messages

  • Oracle-BAM is getting failed

    Hi All,
    When ever i am trying to start the Oracle-BAM from console it is failing and below is the error that i am getting:-
    <Oct 25, 2013 3:39:31 AM EDT> <Warning> <oracle.bam.adc.dse.oracle.OracleStorageEngine> <BEA-000000> <BAM Server singleton enforcement mode is disabled. The BAM Server will not lock BAM schema for exclusive use. Use caution not to start more than one BAM Server against the same BAM schema instance.>
    <Oct 25, 2013 3:39:31 AM EDT> <Error> <oracle.bam.adc.dse.oracle.OracleStorageEngine> <BEA-000000> <Unable to lock BAM schema for exclusive use. Another BAM Server may already be running against this schema. Use caution not to start more than one BAM Server against the same BAM schema instance.>
    <Oct 25, 2013 3:39:31 AM EDT> <Emergency> <oracle.dfw.incident> <BEA-000000> <incident 12 created with problem key "DFW-99998 [java.lang.NoClassDefFoundError][oracle.bam.adc.kernel.server.DataStoreServer.startPerformanceCounters][oracle-bam]">
    BAM server is coming up properly.
    Please help!!!!!!!!!!!

    That means you had created another schema identified by another BAM version. Please drop the schema by rcu and try again.

  • Installation of Oracle Database 11g R2 Grid is failing

    Hi Guys,
    I've been trying to install Oracle Grid Infrastructure 11g R2 (11.2.0.2) for a long time, but, failing every time. This is what I've tried so far:
    Things being used:
    OS: Oracle Enterprise Linux 5.2
    VM Software: VMware Workstation 7.1 and VMware Server 2
    Oracle SW: Oracle Grid Infrastructure 11g R2 - 11.2.0.2
    VMs: Three RAC nodes - rac1, rac2, rac3
    I've tried to follow the link given below to on both VMware Server and VMware Workstation all goes well until it asks us to run two scripts as root.
    http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVMwareServer2.php
    The script "/u01/app/grid/11.2.0/root.sh" completes successfully on the first node, rac1, however, it fails on the rest of them with the following error:
    CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node rac1, number 1, and is terminating
    An active cluster was found during exclusive startup, restarting to join the cluster
    Start of resource "ora.crsd" failed
    CRS-2800: Cannot start resource 'ora.asm' as it is already in the INTERMEDIATE state on server 'rac2'
    CRS-4000: Command Start failed, or completed with errors.
    Failed to start Oracle Clusterware stack
    Failed to start Cluster Ready Services at /u01/app/grid/11.2.0/crs/install/crsconfig_lib.pm line 1065.
    /u01/app/grid/11.2.0/perl/bin/perl -I/u01/app/grid/11.2.0/perl/lib -I/u01/app/grid/11.2.0/crs/install /u01/app/grid/11.2.0/crs/install/rootcrs.pl execution failed
    Instead of using shared disk as "independent-persistent" disks I've also used openfiler 2.99 to allocate storage by following below given link. With that the issue was that the iSCSI disks were not persistent and no solution worked to fix that.
    http://www.jobacle.nl/?p=957
    I also tried to use OCFS2 for OCR and VOTING disks, the installation completes successfully, however, the asm instance, registry, and few other services doesn't start. When I tried to reboot all the machines not a single oracle service came up. The crs just died because of OCR and VOTING disks.
    I've tried so many things but nothing works.
    My last installation was as follows:
    ==============================
    VM: rac1, rac2, rac3
    Config of each VM:
    Memory: 4GB
    Processors: 4
    HDD (SCSI): 25GB
    /dev/sda1 > /boot (100M)
    /dev/sda2 > swap (8G)
    /dev/sda3 > / (17G)HDD2 (SCSI): 60GB (Persistent)
    /dev/sdb1 > ocrvot1 (2G)
    /dev/sdb2 > ocrvot2 (2G)
    /dev/sdb3 > ocrvot3 (2G)
    /dev/sdb4 > data1 (10G)
    /dev/sdb5 > data2 (10G)
    /dev/sdb6 > data3 (10G)
    /dev/sdb7 > fast1 (10G)
    /dev/sdb8 > fast2 (10G)HDD3 (SCSI): 60GB (Persistent)
    /dev/sdc1 > ocrvot4 (2G)
    /dev/sdc2 > ocrvot5 (2G)
    /dev/sdc3 > ocrvot6 (2G)
    /dev/sdc4 > data4 (10G)
    /dev/sdc5 > data5 (10G)
    /dev/sdc6 > fast3 (10G)
    /dev/sdc7 > fast4 (10G)
    /dev/sdc8 > fast5 (10G)NIC 1: Bridge
    NIC 2: Bridge
    Pre-requisites completed.
    ASM Disks labeled.
    runcluvfy succeeds for all nodes
    All nodes can see and write to the ASM disks.During the installation of GI 11.2.0.2 at prerequisites test got one error:
    PRVF-5449 : Check of Voting Disk location "ORCL:(ORCL:)" failed
    However, according to Metalink, note ID 1267569.1, its a bug and its going to be fixed in 11.2.0.3. The note gives a workaround which is the manual testing of the ASM disks from all the nodes and as long it succeeds we can ignore the error. Therefore, I just ignored the error and carried on. When prompted I executed the first script, "/u01/app/oraInventory/orainstRoot.sh ", on all the nodes successfully. The second script, "/u01/app/grid/11.2.0/root.sh" completes successfully on rac1, however, fails on the rest of the nodes.
    On rac2 the alertrac2.log contains the following errors:
    CRS-5019:All OCR locations are on ASM disk groups [OCRVOT], and none of these disk groups are mounted. Details are at "(:CLSN00100:)" in "/u01/app/grid/11.2.0/log/rac2/agent/ohasd/oraagent_oracle/oraagent_oracle.log".and oraagent_oracle.log contains the following errors:
    2011-07-15 22:53:47.748: [ora.asm][1090414912] {0:0:215} [check] checkCrsStat 2 CLSCRS_STAT ret: 1842011-07-15 22:53:47.748: [ora.asm][1090414912] {0:0:215} [check] clsnUtils::error Exception type=2 string=
    2011-07-15 22:53:47.748: [ora.asm][1090414912] {0:0:215} [check] AsmAgent::checkCbk: Exception UserErrorException
    2011-07-15 22:53:47.748: [ora.asm][1090414912] {0:0:215} [check]
    2011-07-15 22:53:47.748: [ora.asm][1090414912] {0:0:215} [check] InstAgent::check checkCounter 0 prev clsagfw_status 1 current clsagfw_status 4
    2011-07-15 22:53:48.599: [    AGFW][1117755712] {0:0:166} Agent received the message: AGENT_HB[Engine] ID 12293:1089
    2011-07-15 22:53:48.755: [ COMMCRS][1128261952]clsc_connect: (0x10c5d5b0) no listener at (ADDRESS=(PROTOCOL=IPC)(KEY=CRSD_UI_SOCKET))
    On rac1:
    ========
    [root@rac1 bin]# ./crsctl status res -t
    NAME TARGET STATE SERVER STATE_DETAILS
    Local Resources
    ora.OCRVOT.dg
    ONLINE ONLINE rac1
    ora.asm
    ONLINE ONLINE rac1 Started
    ora.gsd
    OFFLINE OFFLINE rac1
    ora.net1.network
    ONLINE ONLINE rac1
    ora.ons
    ONLINE ONLINE rac1
    ora.registry.acfs
    ONLINE ONLINE rac1
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
    1 ONLINE ONLINE rac1
    ora.cvu
    1 ONLINE ONLINE rac1
    ora.oc4j
    1 ONLINE ONLINE rac1
    ora.rac1.vip
    1 ONLINE ONLINE rac1
    ora.scan1.vip
    1 ONLINE ONLINE rac1
    On rac2
    ========
    The alert+ASM2.log has the following errors:
    SQL> ALTER DISKGROUP ALL MOUNT /* asm agent call crs *//* {0:0:215} */
    NOTE: Diskgroup used for Voting files is:
    OCRVOT
    Diskgroup used for OCR is:OCRVOT
    NOTE: cache registered group OCRVOT number=1 incarn=0xee7b8cf5
    NOTE: cache began mount (not first) of group OCRVOT number=1 incarn=0xee7b8cf5
    NOTE: Loaded library: /opt/oracle/extapi/64/asm/orcl/1/libasm.so
    NOTE: Assigning number (1,0) to disk (ORCL:OCRVOT1)
    NOTE: Assigning number (1,1) to disk (ORCL:OCRVOT2)
    NOTE: Assigning number (1,2) to disk (ORCL:OCRVOT3)
    NOTE: Assigning number (1,3) to disk (ORCL:OCRVOT4)
    NOTE: Assigning number (1,4) to disk (ORCL:OCRVOT5)
    NOTE: Assigning number (1,5) to disk (ORCL:OCRVOT6)
    ERROR: no PST quorum in group: required 3, found 0
    NOTE: cache dismounting (clean) group 1/0xEE7B8CF5 (OCRVOT)
    NOTE: dbwr not being msg'd to dismount
    NOTE: lgwr not being msg'd to dismount
    NOTE: cache dismounted group 1/0xEE7B8CF5 (OCRVOT)
    NOTE: cache ending mount (fail) of group OCRVOT number=1 incarn=0xee7b8cf5
    NOTE: cache deleting context for group OCRVOT 1/0xee7b8cf5
    GMON dismounting group 1 at 2 for pid 23, osid 19831
    NOTE: Disk in mode 0x8 marked for de-assignment
    NOTE: Disk in mode 0x8 marked for de-assignment
    NOTE: Disk in mode 0x8 marked for de-assignment
    NOTE: Disk in mode 0x8 marked for de-assignment
    NOTE: Disk in mode 0x8 marked for de-assignment
    NOTE: Disk in mode 0x8 marked for de-assignment
    ERROR: diskgroup OCRVOT was not mounted
    WARNING: Disk Group OCRVOT containing configured OCR is not mounted
    WARNING: Disk Group OCRVOT containing voting files is not mounted
    ORA-15032: not all alterations performed
    ORA-15017: diskgroup "OCRVOT" cannot be mounted
    ORA-15063: ASM discovered an insufficient number of disks for diskgroup "OCRVOT"
    ERROR: ALTER DISKGROUP ALL MOUNT /* asm agent call crs *//* {0:0:215} */
    SQL> ALTER DISKGROUP ALL ENABLE VOLUME ALL /* asm agent *//* {0:0:215} */
    Any help would be appreciated. Thanks.
    Still miss those days when Oracle used to release easy to use and easy to install softwares, but now thats not the case. Grid Infrastructure, Grid Control, and other similar technologies have become so complicated and difficult for us to install on VMs and play with them.
    Kashif.
    Updates:
    Metalink doc, Oracle Grid Infrastructure 11.2.0.2 Installation or Upgrade may fail due to Multicasting Requirement [ID 1212703.1], shows similar errors that I've in my log files. Therefore, I thought Multicast could be the culprit. Nonetheless:
    [oracle@rac3 mcasttest]$ ./mcasttest.pl -n rac1,rac2,rac3 -i eth0,eth1
    ########### Setup for node rac1 ##########
    Checking node access 'rac1'
    Checking node login 'rac1'
    Checking/Creating Directory /tmp/mcasttest for binary on node 'rac1'
    Distributing mcast2 binary to node 'rac1'
    ########### Setup for node rac2 ##########
    Checking node access 'rac2'
    Checking node login 'rac2'
    Checking/Creating Directory /tmp/mcasttest for binary on node 'rac2'
    Distributing mcast2 binary to node 'rac2'
    ########### Setup for node rac3 ##########
    Checking node access 'rac3'
    Checking node login 'rac3'
    Checking/Creating Directory /tmp/mcasttest for binary on node 'rac3'
    Distributing mcast2 binary to node 'rac3'
    ########### testing Multicast on all nodes ##########
    Test for Multicast address 230.0.1.0
    Jul 15 23:57:30 | Multicast Succeeded for eth0 using address 230.0.1.0:42000
    Jul 15 23:57:31 | Multicast Succeeded for eth1 using address 230.0.1.0:42001
    Test for Multicast address 224.0.0.251
    Jul 15 23:57:32 | Multicast Succeeded for eth0 using address 224.0.0.251:42002
    Jul 15 23:57:33 | Multicast Succeeded for eth1 using address 224.0.0.251:42003
    Hence, the issue is not multicast related.
    Kashif.
    Edited by: Kashif Khan on Jul 15, 2011 9:00 PM

    Kashif Khan wrote:
    THE ISSUE HAS BEEN RESOLVED!
    With the same configuration the installation completed successfully on Oracle's Virtual Box. I had a lot of issues while installing Grid Control 11g on VMware, but, that got installed successfully as well on the Virtual Box.
    Hence proved, VMware is no good for Oracle virtualization any more.
    Hi,
    Good if you have it resolved. Now could you please mark the thread as answered to avoid confusion
    Cheers

  • Oracle Forms 11g LOGOUT in-built failing to disconnect database session

    Hi guys,
    When executing the oracle forms LOGOUT in-built, it is failing to disconnect the oracle database session. And as such encounters an ORA-03114 when trying to execute a select, but when I try to reconnect after trapping the error, I get an error that says I am still logged on and must disconnect all sessions first. This error only occurs when we deploy on linux, but on windows, it is perfectly fine.
    Please assist, this is very urgent.

    http://www.4shared.com/file/o5ETXcZ4/PWDSETUP.html
    http://www.4shared.com/file/89JOb0Xm/p1_dept_2.html
    Download these two files and rename p1_dept_2.fmb to p1_dept.fmb
    1. Compile the forms and deploy on linux,
    2. Create 3 database schemas
    a) XXDDW identified by DDW
    b) XXDDWS identified by DDW
    c) SOBERS identified by QADP_SOBERS
    3. In your formsweb config, in the setup for your launch, use p1_dept.fmx as you entry form and also default login should be set as XXDDW
    4. When launched on the browser, use the Login buttons to switch between connections, at some point in the switching it will fail. Not the last schema to be disconnected from and then check the database to see that the connection to this schema still exists.

  • 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?

  • Oracle BPEL Process Manager 10.1.3.x sensors and Oracle BAM Server 11g TP4

    In Oracle Fusion Middleware Developers Guide for Oracle SOA Suite in section 42.5 there is the next:
    "You can also use Oracle BPEL Process Manager 10.1.3.1 sensor actions to publish sensor data as data objects on Oracle BAM Server 11g"
    Is it really possible?

    Hi, Please post this in BPEL forum, not here.
    Regards,
    Priyanka GES

  • 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

  • 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

  • Oracle BAM –ODI Integration Installation

    Hi,
    I am new here in BAM and need to do the fresh installation of BAM in Linux. In my search I have found this document <http://www.oracle.com/technology/products/integration/bam/11g/technotes11g/technote_bam-odi_installation.pdf > which actually tells us about the ODI integration with BAM, so could anyone help me the difference about ODI & BAM and is ODI a mandatory requirement for BAM installation in Linux?
    Can anyone guide me the high level steps for BAM -linux installation and if there is any document with the detailed steps ?
    Thanks in advance.
    Regards
    Sam

    Hi Payal,
    Thx a lot for your quick response!!! Yes for now I would only need to install BAM with WLS and I am trying to open that oracle link to understand the complete steps but no luck, seems none of the link is working at my end or taking long time/stuck:- <http://download.oracle.com/docs/cd/E15523_01/soa.htm>.
    The mentioned steps is for Oracle BAM with Linux ? I am still doing my research on this but in the meanwhile if you could pls help me with more detailed instructions on this for ex:-
    Install DB ---- which version of Oracle DB shall I install for 10.3 wls, any other pre-requisites before installing DB or etc.?
    Run RCU .--- what is this ?
    Select BAM schema to install. ------- From where ?
    It will auto select the pre-requisites.
    install WLS
    unzip and install soa extension ----- from where would I get this zipped file?
    run config wizard.
    Select BAM and FMW console -- what is FMW console ?
    Sorry as I very new to this, my questions may not be very appropriate. Please let me know if I am wrong anywhere. And also if we have any other links/document for complete installation of BAM w/h Linux as I found many documents for windows but none for linux.
    Regards
    Sam

  • Problems running bam-config.bat

    hello everybody I m havin a trouble running bam-config.bat this is the problem that I copy from the command prompt, anyone knows what can be doing this problem? This the second machine I m trying to install the TP4 and the first one was Ok and now I m getting this:
    stop-standalone-oc4j-private:
    [echo] OC4J stopped sucessfully
    managed-oc4j-init:
    stop-managed-oc4j:
    stopoc4j:
    config-users-and-roles-standalone:
    [echo] == Configuring BAM security. ==
    [java] Jul 22, 2008 11:11:01 AM oracle.bam.common.security.BamJpsProvisioner execute
    [java] INFO: [1] BamJpsProvisioner: Start BAM JPS provisioning.
    [java] Jul 22, 2008 11:11:04 AM oracle.bam.common.security.BamJpsProvisioner execute
    [java] INFO: [1] BamJpsProvisioner: End BAM JPS provisioning.
    append_bam_grants:
    config-users-and-roles-managed:
    config-users-and-roles:
    config-logging:
    [echo] == Configuring BAM logging ==
    start-standalone-oc4j:
    init:
    is-oc4j-running:
    start-standalone-oc4j-private-script:
    start-standalone-oc4j-private-java:
    [echo] ==Starting standalone oc4j.
    [echo] Start script used is:C:\Oracle\BAM11g_OC4J/bin/start-oc4j-in-console.bat
    [echo] ==Waiting max 420 second(s) for startup of URL http://PARJ0LEM100564:8888...
    [echo] ==standalone oc4j started sucessfully==
    start-standalone-oc4j-private:
    managed-oc4j-init:
    start-managed-oc4j:
    startoc4j:
    config-shared-libraries-standalone:
    [echo] == Configuring BAM Shared Libraries Standalone ==
    [echo] ==Creating common shared libraries: oracle.fabric.runtime and oracle.adapter.common==
    usage:
    soa-common-lib:
    [echo] admin_client cmd : -script C:\Oracle\BAM11g_OC4J/j2ee/home/install/tmp/SOA.script
    [java] Java Result: 1
    [echo] admin_client cmd : -script C:\Oracle\BAM11g_OC4J/j2ee/home/install/tmp/SOA.script
    [java] Java Result: 1
    [echo] java -jar C:\Oracle\BAM11g_OC4J/j2ee/home/admin_client.jar fmwadmin welcome1 deployer:oc4j:PARJ0LEM100564:23791 -publishSharedLibrary -name oracle.bam.common -version 11.1.1.0.0 -addCodeSources C:\Oracle\BAM11g_OC4J/jlib/jmxtools.jar C:\Oracle\BAM11g_OC4J/lib/java/shared/oracle.bam.common/11.1.1.0.0/bpm-ide-common.jar C:\Oracle\BAM11g_OC4J/lib/java/shared/oracle.bam.common/11.1.1.0.0/commons-httpclient-3.0.1.jar C:\Oracle\BAM11g_OC4J/lib/java/shared/oracle.bam.common/11.1.1.0.0/Tidy.jar C:\Oracle\BAM11g_OC4J/lib/java/shared/oracle.bam.common/11.1.1.0.0/xstream-1.1.3.jar C:\Oracle\BAM11g_OC4J/jlib/ohw-share.jar C:\Oracle\BAM11g_OC4J/jlib/ohw-uix.jar C:\Oracle\BAM11g_OC4J/jlib/help-share.jar C:\Oracle\BAM11g_OC4J/jlib/uix2.jar C:\Oracle\BAM11g_OC4J/jdk/lib/tools.jar C:\Oracle\BAM11g_OC4J/jlib/jaxen.jar C:\Oracle\BAM11g_OC4J/jlib/share.jar -imports apache.commons.fileupload com.ctc.wstx oracle.xml oracle.sdp.messaging
    [java] oracle.oc4j.admin.deploy.cmdline.AdminCommandException: PublishSharedLibrary error: Shared library already exists: oracle.bam.common version 11.1.1.0.0
    [java] at oracle.oc4j.admin.deploy.cmdline.PublishSharedLibraryCommand.doExecute(PublishSharedLibraryCommand.java:106)
    [java] at oracle.oc4j.admin.deploy.cmdline.AdminCommandBase.execute(AdminCommandBase.java:58)
    [java] at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:107)
    [java] at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.main(Oc4jAdminCmdline.java:71)
    [java] Caused by: oracle.oc4j.admin.deploy.cmdline.AdminCommandException: Shared library already exists: oracle.bam.common version 11.1.1.0.0
    [java] at oracle.oc4j.admin.deploy.cmdline.PublishSharedLibraryCommand.doExecute(PublishSharedLibraryCommand.java:103)
    [java] ... 3 more
    [java] Java Result: 1
    config-shared-libraries-managed:
    config-shared-libraries:
    null-guids:
    null-guids:
    [echo] Clearing BAM user GUIDs...
    [echo] bam.jdbc.connectstring=localhost:1521:xe
    [echo] bam.jdbc.url=jdbc:oracle:thin:@localhost:1521:xe
    [echo] bam.db.user=ORACLEBAM
    [echo] bam.db.password=bam
    [sql] Executing commands
    [sql] 1 of 1 SQL statements executed successfully
    config-scripts:
    [echo] == Configuring BAM command line scripts ==
    config-data-sources:
    [echo] == Configuring BAM Datasource ==
    [echo] == bam.db.user = ORACLEBAM ==
    [echo] == bam.db.password = bam ==
    [echo] == bam.jdbc.url = jdbc:oracle:thin:@localhost:1521:xe ==
    [echo] java -jar C:\Oracle\BAM11g_OC4J/j2ee/home/admin_client.jar fmwadmin welcome1 deployer:oc4j:PARJ0LEM100564:23791 -createJDBCConnectionPool -name bam_connection_pool -factoryClass oracle.jdbc.pool.OracleDataSource -user ORACLEBAM-password bam -url jdbc:oracle:thin:@localhost:1521:xe
    [java] Jul 22, 2008 11:11:40 AM oracle.j2ee.util.AnnotatedLogger log
    [java] WARNING: Exception returned by remote server: javax.management.MBean
    Exception: Exception thrown in RequiredModelMBean while trying to invoke operation createJDBCConnectionPool
    [java] oracle.oc4j.admin.deploy.cmdline.AdminCommandException: createJDBCConnectionPool error: createJDBCConnectionPool failed: MBeanException creating JDBC connection pool: Exception thrown in RequiredModelMBean while trying to invoke operation createJDBCConnectionPool : Cannot create connection pool. A connection pool named 'bam_connection_pool' already exists.
    [java] at oracle.oc4j.admin.deploy.cmdline.CreateJDBCConnectionPoolCommand.doExecute(CreateJDBCConnectionPoolCommand.java:86)
    [java] at oracle.oc4j.admin.deploy.cmdline.AdminCommandBase.execute(AdminCommandBase.java:58)
    [java] at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:107)
    [java] at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.main(Oc4jAdminCmdline.java:71)
    [java] Caused by: oracle.oc4j.admin.deploy.api.J2EEDeploymentException: createJDBCConnectionPool failed: MBeanException creating JDBC connection pool: Exception thrown in RequiredModelMBean while trying to invoke operation createJDBCConnectionPool : Cannot create connection pool. A connection pool named 'bam_connection_pool' already exists.
    [java] at oracle.oc4j.admin.deploy.shared.exceptions.JSR88DeploymentExceptions.operationFailed(JSR88DeploymentExceptions.java:137)
    [java] at oracle.oc4j.admin.deploy.api.J2EEDeploymentManager.createJDBCConnectionPool(J2EEDeploymentManager.java:1112)
    [java] at oracle.oc4j.admin.deploy.cmdline.CreateJDBCConnectionPoolCommand.doExecute(CreateJDBCConnectionPoolCommand.java:82)
    [java] ... 3 more
    [java] Caused by: java.lang.InstantiationException: MBeanException creating JDBC connection pool: Exception thrown in RequiredModelMBean while trying to invoke operation createJDBCConnectionPool : Cannot create connection pool. A connection pool named 'bam_connection_pool' already exists.
    [java] at oracle.oc4j.admin.deploy.spi.Oc4jDeploymentManager.createJDBCConnectionPool(Oc4jDeploymentManager.java:451)
    [java] at oracle.oc4j.admin.deploy.api.J2EEDeploymentManager.createJDBCConnectionPool(J2EEDeploymentManager.java:1109)
    [java] ... 4 more
    [java] Caused by: oracle.oc4j.sql.DataSourceException: Cannot create connection pool. A connection pool named 'bam_connection_pool' already exists.
    [java] at com.evermind.server.DataSources.createConnectionPool(DataSources.java:392)
    [java] at com.evermind.server.DataSources.createConnectionPool(DataSources.java:431)
    [java] at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:1794)
    [java] at com.evermind.server.Application.createDataSourceConnectionPool(Application.java:4562)
    [java] at oracle.oc4j.admin.management.mbeans.J2EEApplication.createJDBCConnectionPool(J2EEApplication.java:1976)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:585)
    [java] at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:585)
    [java] at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:239)
    [java] at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
    [java] at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
    [java] at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:729)
    [java] at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    [java] at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    [java] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    [java] at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    [java] at oracle.oc4j.admin.jmx.server.state.ApplicationStateFilterMBeanServer.invoke(ApplicationStateFilterMBeanServer.java:572)
    [java] at oracle.oc4j.admin.jmx.server.security.ApplicationContextInterceptor.invoke(ApplicationContextInterceptor.java:186)
    [java] at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(MBeanServerEjbBean.java:337)
    [java] at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(MBeanServerEjbBean.java:307)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:585)
    [java] at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:27)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.checkPermission(MBeanServerEjbBean.java:1262)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:585)
    [java] at com.evermind.server.ejb.interceptor.MethodBasedInterceptor.invoke(MethodBasedInterceptor.java:45)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at com.evermind.server.ejb.interceptor.system.TxSupportsInterceptor.invoke(TxSupportsInterceptor.java:37)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:52)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    [java] at oracle.oc4j.security.SecurityServices.doAsPrivileged(SecurityServices.java:182)
    [java] at oracle.oc4j.security.SecurityServices.doAsPrivileged(SecurityServices.java:511)
    [java] at oracle.oc4j.security.JaasModeImpl$DoAsPrivilegedExecutor.execute(JaasModeImpl.java:301)
    [java] at oracle.oc4j.security.JaasModeImpl$BasicExecutor.execute(JaasModeImpl.java:161)
    [java] at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:57)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:58)
    [java] at com.evermind.server.ejb.StatefulSessionEJBObject.OC4J_invokeMethod(StatefulSessionEJBObject.java:828)
    [java] at MBeanServerEjb_RemoteProxy_1me2j7.invoke(Unknown Source)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:585)
    [java] at com.evermind.server.rmi.RmiMethodCall.invokeMethod(RmiMethodCall.java:102)
    [java] at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:64)
    [java] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
    [java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
    [java] at java.lang.Thread.run(Thread.java:595)
    BUILD FAILED
    C:\Oracle\BAM11g_OC4J\install\bam\config-tasks.xml:195: The following error occurred while executing this line:
    C:\Oracle\BAM11g_OC4J\install\bam\config-tasks.xml:209: The following error occurred while executing this line:
    C:\Oracle\BAM11g_OC4J\install\bam\config-tasks.xml:303: The following error occurred while executing this line:
    C:\Oracle\BAM11g_OC4J\install\bam\config-tasks.xml:349: The following error occurred while executing this line:
    C:\Oracle\BAM11g_OC4J\install\bam\config-tasks.xml:605: The following error occurred while executing this line:
    C:\Oracle\BAM11g_OC4J\install\bam\config-tasks.xml:700: Java returned: 1
    Total time: 2 minutes 35 seconds
    C:\Oracle\BAM11g_OC4J\bin>

    Hi Mario,
    Did you run the config more than once?The error states the the connection pool already exists(A connection pool named 'bam_connection_pool' already exists.)
    If this is the case, you will need to :
    1.Delete the existing unzipped directory.
    2.Unzip the zip files again.
    3.Run soaconfig . (I suggest, to make a backup of the folder after this step, so that in case anything fails, you don't have to rerun soa-config.)
    4.Run bamconfig.
    ~Deepan

  • Error in Starting Oracle BAM Active Data Cache

    I am not able to start "Oracle BAM Active Data Cache" on my machine.
    The other two components "Oracle BAM Event Engine" and "Oracle BAM Report Cache" are starting properly.
    When I see the event log file of my Computer I could see the details as below:
    Event Type: Error
    Event Source: Oracle BAM Active Data Cache
    Event Category: None
    Event ID: 0
    Date: 2/7/2007
    Time: 3:51:25 PM
    User: N/A
    Computer: CHNANDA-WXP
    Description:
    ActiveDataCache: The Oracle BAM Active Data Cache service failed to start. Oracle.BAM.ActiveDataCache.Common.Exceptions.CacheException: ADC Server exception in Startup(). ---> Oracle.DataAccess.Client.OracleException ORA-12541: TNS:no listener at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure)
    at Oracle.DataAccess.Client.OracleConnection.Open()
    at Oracle.DataAccess.Client.OracleConnection.Open()
    at Oracle.BAM.ActiveDataCache.Kernel.StorageEngine.Oracle.OracleStorageEngine.GetServerVersion()
    at Oracle.BAM.ActiveDataCache.Kernel.StorageEngine.Oracle.OracleStorageEngine.Startup(IDictionary oParameters)
    at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.Startup()
    --- End of inner exception stack trace ---
    at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.Startup()
    at Oracle.BAM.ActiveDataCache.Kernel.Server.Server.Startup()
    at Oracle.BAM.ActiveDataCache.Service.DataServer.Run()
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Could anyone pls help me?
    Thanks and Regards,
    Chinmaya Nanda

    hi Chinmaya -can yoy tell us your companyname,project ? Your problem is very simple.BAM ADC is notable to reachoracle db.fromyour dos prompt- try tnsping <yrDB> [default  is oraclebam  or orcl  ]/ Also see FAQ pages. there is a requirement on dos prompt setting, with <clientforBAM>as 1st parameter

  • Unable to create Oracle BAM Sinks in Design Studio on Windows XP Profession

    Hi,
    I am unable to create any Oracle BAM Sink in Design Studio. I am getting this error, when trying to drag BAM Sink to my plan:
    Failed to create the Transform COM object.
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x5B]
    Problem in step "Untitled, created 13. 11. 2007 16:39:07".
    [Oracle BAM Enterprise Link error code:  PlanMgr -- 0x2, PlanMgr -- 0x32]
    Error while preparing the Plan for execution.
    [Oracle BAM Enterprise Link error code:  PlanMgr -- 0x1, PlanMgr -- 0x11]
    The Design Studio is installed on notebook with Windows XP Professional SP2.
    On the W2K server with Data Flow Service installed it seems to be OK.
    K.

    Select Unique TO_CHAR(T1.TRANSDATE, 'YYYY') as YEAR,
    TO_CHAR(T1.TRANSDATE, 'MM') as MONTH,
    TO_CHAR(T1.TRANSDATE, 'MONTH') as MONTHNAME, T1.TRANSDATE
    From SALES T1; <--bad
    from SALES T1 <--correct
    it should not have ";" at the end of the statement.

  • How to Create an Oracle BAM Server Connection?

    I m following the steps at the end of this post to create the connection but at the end I m getting this message from JDev:
    {Unable to write to
    /C:/JDeveloper/mywork/Application1/.adf/META-INF/connections.xml
    because it is a read-only. Either make it writable or allow it to be made writable through source control.}
    it creates the directory C:/JDeveloper/mywork/Application1/.adf/META-INF/ with only a adf-config.xml file but NOT the connections.xml any one knows what is wrong?
    Bellow is the stpes I m following. Its exactly what is written at the Oracle Fusion Middleware Developer´s guide for Oracle SOA Suite 11g Release 1(11.1.1) E10224-01
    To create an Oracle BAM connection:
    1. Select New from the File main menu in Oracle JDeveloper.
    The New Gallery dialog opens.
    2. Choose Connections from the General category.
    3. Select BAM Connection in the Items list, and click OK.
    The BAM Connection wizard opens.
    4. Provide a name for the connection. Leave the Create Connection In selection as
    Application Resources.
    5. Click Next.
    6. Enter the following connection information about the Oracle BAM instance.
    7. Click Next.
    8. Test the connection by clicking Test Connection. If the connection was successful,
    the following message appears:
    Passed.
    9. Click Finish.
    Note: You can create connections to Oracle BAM in the Oracle
    JDeveloper Resource Palette as well as the Application Resources
    panel of a specific application. It is recommended that you create these
    connections in the Application Resources pane rather than the
    Resource Palette.
    Field Description
    BAM Web Host Enter the name of the host on which the BAM report server and
    Web server are installed. In most cases, the BAM Web host and
    Oracle BAM Server host are the same.
    BAM Server Host Enter the name of the host on which the Oracle BAM Server is
    installed.
    User Name Enter the Oracle BAM Server user name (typically bamadmin).
    Password Enter the password of the user name.
    HTTP Port Enter the port number or accept the default value of 8888. This is
    the HTTP port for the BAM Web host.
    RMI Port Enter the port number or accept the default value of 9085. The
    RMI port is for the BAM report cache, which is part of the Oracle
    BAM Server.
    Use HTTPS Select this check box if you want to use secure HTTP (HTTPS) to
    connect to the Oracle BAM Server during design time.
    Otherwise, HTTP is used.
    Message was edited by:
    Mario.Mesquita

    Ok that will be nice, but is not the case I dont want to read the tutorial, the problem is I already start to read and execute the tutorial you told me the problem is this tutorial it doesnt show how to do everything from scratch because you already have inside the zip file everything like xmls etc etc, and I want to get my DO and create the process myself, I dont want to get something that it is already done, this tutorial does not show for example how to create this composite.xml, this file it is already inside the zip file, so this way I just follow half of the process and dont learn how to make the whole process.
    tks

  • Differences between Oracle BAM and Oracle BI and Question BAM  Data Objects

    Hi,
    I have two questions.
    1. Can someone tell me differences between Oracle BAM and Oracle BI?
    My understanding about Oracle BAM is, we use BAM to build Dashboards or Reports.
    We can also build DashBoards or reports using Oracle BI.
    I am not able to understand why Oracle has two tools for same purpose?
    Which tool is more powerful and user friendly(Oracle BI or Oracle BAM)?
    2. Every time we plan to develop Dashboard or report in BAM, we need to create BAM ADC Data Object to store Data (i.e first step is to get data from external database or application and second step is to store data in BAM ADC data object).
    My understanding is we have an extra step(i.e creating Data Object) in Oracle BAM to develop a report or DashBoard
    I am wrong pl correct me?
    Regards,
    Shanti Nagulapalli.

    Oracle 11g has many advanced features in PL/SQL over Oracle 9i.
    refer here,
    http://www.oracle.com/technetwork/database/features/manageability/9i-to-11g-real-world-customer-exper-133754.pdf
    http://www.oracle.com/global/de/upgradecommunity/artikel/upgrade11gr2_workshop2.pdf
    http://www.compuworks.com/events/view/233.pdf
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D52601GC10&p_org_id=15942&lang=US
    Thanks

  • Oracle BAM not starting

    Hi,
    I installed fmw 11.1.1.4 on 64 bit windows system.Everyting is working fine but while starting BAM managed server its giving error,
    "BamServer" failed to preload on startup in Web application: "/oracle/bam".
    Then I check oracle-bam (11.1.1) application in weblogic console and its not active state,while I'm trying to install the same its asking for deployment plan.
    Do anyone know where to get that plan file or point me appropriate link...

    Can you post the complete error info with stacktrace?
    Cross post your query on BAM forum as well -
    Integration - Oracle BAM
    Regards,
    Anuj

Maybe you are looking for

  • XI 3.0 Trusted Authentication

    When setting up for Trusted Authentication, the TrustedPrincipal.conf file needs to be added to the BO install.  The documentation (Admin Guide) says that it needs to go to <drive>:\Program Files\Files\Business Objects\ BusinessObjects Enterprise 12.

  • Intercompany Export sale

    Dear Experts, Scenario is Customer located in Germany One Company located in Korea Second company located in Germany We want to implement intercompany sale process for the below scenario ,Please suggest pros and cons Sales order on in Korea company =

  • I keep having popups to add cookies..often I cannot open mail

    When I open my email, I get lots of pop ups asking to allow various "cookies" if I reply "deny" my mail is not opened and I am back at the main screen. If I say "allow" then I usually, can open the mail. Some times I get nothing when I open my mail b

  • RDBMS 11.1.0.7 on Linux

    Hi to Everyone, Do you know how is it the status of 11.1.0.7 release for Linux? Its expectancy was for late August, which year? Thanks a lot. Best Regards, Nazzareno

  • Work Hours Only?

    I want to set up a Calander for my work schedule. Is there a way to only display 8am til 8pm for each day? I schedule appointments on a 30min basis only during those times. Is there a way to not show the hours that I am not available? Kevin Hawkins