ORACLE BAM disabled button

Hi Dearest Friends,
I have successfully installed ORACLE BAM on Win2003. I can launch the main menu but all the buttons [Active Viewer],[Active Studio],[Architect],[Administrator] are not functioning (or disabled). Any help please.
Thanks a lot

Hi,
I have encountered this issue in one on my last installation. It seems that BAM register another user during the installation than system user you used. any difference in small and capital letter will cause this problem. Please verify if your BAM-admin the same as you system user. If not there is a script in METALINK to solve this problem.
Hope that helps
Haitham

Similar Messages

  • Oracle BAM : Tabs are not getting displayed

    Hi
    Just started working in Oracle BAM. I opened exisiting reports that came with the installation. Now when I click on Edit View -> "Data" button in the "View" Editor of an existing report ; the following tabs shld be displayed as per the BAM user guide : DataObjects, Fields, Filter, Drilling ...etc .
    But none of the tabs are comming in the browser. In fact 7 empty tabs are dispalyed and are disabled.
    When I click on "Properties" in the "View" editor ; all the tabs are comming and I can click on the tabs and edit the properties. But the tabs under "Data" option is not working.
    I have deployed SOA suite 11.1.1.3 on wls 10.1.3. I am using IE 7. Any pointers will be helpful!!
    Thanks

    This link solved the problem for me.
    REQD for Fresh BAM Install 11.1.1.3.0 -Data labels missing issue

  • How to disable Buttons based on condition.

    Hi
    Need your help to disable button based on condition.
    Please refer the application:
    http://apex.oracle.com/pls/otn/f?p=34797:5:110582943383419::NO:::
    login credentials:
    workspace: vsanthanam
    user: vijay
    pswd: apex_demo
    In the above application, i have 2 buttons in page 5, (Report1 and Report2)
    Where i have to disable button based on the following conditon:
    i) USER whoever has Admin value 'Y' in my table can access the button.
    for this i've written a Button Condition : Type (EXISTS)
    select 1 from apex_extra_values where rtrim(lower(empname)) like decode((select Admin from apex_extra_values
    where rtrim(lower(empname))=rtrim(lower(V('APP_USER')))),'Y',rtrim(lower(V('APP_USER'))))
    note: i have empname same as my APEx user name. with Admin access 'Y'.
    By using this code i can able to hide the button for users who has no Admin access.
    But my requirement is : i have to show the button even if the user is not Admin, but to grey out (disable the button - no action)
    I tried using javascript function:
    function disableButton(pThis)
    pThis.disabled=true;
    But either of this (exists condtion or JAvascript function) works in my case and not both.
    Any pointer on this would be highlt appreciated.
    Thanks
    Vijay

    Couple of things:
    1. I would never use v('APP_ITEM') but :APP_ITEM - it is faster and there is no need to use this function within an application
    2. The way you are doing this check is not the best approach. You should create an authorization schema and run this once per session. Whatever this authorization is returning as a result you can check using the following Function returning boolean:
    IF apex_util.public_check_authorization ('MY_AUTH') THEN RETURN TRUE; ELSE RETURN FALSE; END IF;
    See this example on authorization issues:
    http://apex.oracle.com/pls/otn/f?p=31517:148
    3. As far as disabling a button is concerned I think I explained the options. I also have an example on that here:
    http://apex.oracle.com/pls/otn/f?p=31517:143
    whereby it is not disabling but hiding a button.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Login Screen in Oracle BAM

    Hi all ,
    How do I create a separate login screen in Oracle BAM ?
    It would really be appreciated if any of you guys can help me out in this...
    regards,
    Manoj Nair.

    989056 wrote:
    Ok i changed the button to contain only the following:
    BEGIN
    SELECT USER_ID
    INTO :GLOBAL.USER_ID
    FROM PASSWORD
    WHERE USER_ID = :PASSWORD.TI_USER_ID
    AND PASSWORD= :PASSWORD.TI_PASSWORD;
    GO_ITEM('GO_REVIEWS');
    END;
    when i now press login it gives an error FRM 40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-01403
    i tried to reffer to several items in several blocksi suspect that when you removed the exception it ends up with the no data found error. you need not to remove the exception clause try to bring that back. then try in SQL*Plus to see if your query returns any rows with the same data that you are attempting to use in your TI_USER_ID and TI_PASSWORD block item. if it does not return that is the cause of your issue it will not execute the GO_ITEM() command it will simply go to the exception clause.

  • Oracle BAM Application Policies in EM missing

    Hello,
    I am trying to assign users and/or groups to the pre-seeded Oracle BAM application policies (section 26.3.2 and 26.3.3 of below support document). The way I get there is to navigate in the EM: BAM/OracleBamServer(right-click)/Security/ApplicationPolicies. When the page opens, I click on the blue arrow button to do a search. However, no security policies are found. When I do the same thing for ApplicationRoles, no roles are found. Is there something I need to do to get the pre-seeded application policies and roles for BAM? In other environments, I haven't had this problem - the roles and policies were populated already.
    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10226/bam_manage.htm
    Thanks
    Ben
    Edited by: 865170 on Oct 6, 2011 1:31 PM

    The solution provided to me by Oracle Support was to copy/paste a missing section into the admin server's system-jazn-data.xml file. The complete section is listed below. Oracle Support said that the file must have been overwritten at some point during the install or while restarting SOA managed servers.
    The location of the file: /opt/oracle/product/fmw/user_projects/domains/soa_domain/config/fmwconfig
    <application locale="en_US">
    <name>oracle-bam#11.1.1</name>
    <app-roles>
    <app-role>
    <name>Administrator</name>
    <display-name>Has access to all features.</display-name>
    <guid>E4BF6B9177CF11DFBFF6935F48C1392D</guid>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <members>
    <member>
    <class>weblogic.security.principal.WLSGroupImpl</class>
    <name>Administrators</name>
    </member>
    <member>
    <class>weblogic.security.principal.WLSGroupImpl</class>
    <name>BamAdministrators</name>
    </member>
    <member>
    <class>weblogic.security.principal.WLSUserImpl</class>
    <name>OracleSystemUser</name>
    </member>
    </members>
    </app-role>
    <app-role>
    <name>Report Architect</name>
    <display-name>Has access to features for creating data objects and reports.</display-name>
    <guid>E4C0F23077CF11DFBFF6935F48C1392D</guid>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <members>
    <member>
    <class>weblogic.security.principal.WLSGroupImpl</class>
    <name>BamReportArchitects</name>
    </member>
    </members>
    </app-role>
    <app-role>
    <name>Report Creator</name>
    <display-name>Has access to features for creating reports.</display-name>
    <guid>E4C0F23177CF11DFBFF6935F48C1392D</guid>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <members>
    <member>
    <class>weblogic.security.principal.WLSGroupImpl</class>
    <name>BamReportCreators</name>
    </member>
    </members>
    </app-role>
    <app-role>
    <name>Report Viewer</name>
    <display-name>Has access to features for viewing reports.</display-name>
    <guid>E4C0F23277CF11DFBFF6935F48C1392D</guid>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <members>
    <member>
    <class>weblogic.security.principal.WLSGroupImpl</class>
    <name>BamReportViewers</name>
    </member>
    </members>
    </app-role>
    </app-roles>
    <admin-policy>
    <jazn-policy>
    </jazn-policy>
    </admin-policy>
    <jazn-policy>
    <grant>
    <grantee>
    <principals>
    <principal>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <name>Administrator</name>
    <guid>E4BF6B9177CF11DFBFF6935F48C1392D</guid>
    </principal>
    </principals>
    </grantee>
    <permissions>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>Administrator</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateDataObject</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveViewer</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveStudio</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>Architect</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateReport</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateAlertRule</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>EmailRenderedReport</name>
    </permission>
    </permissions>
    </grant>
    <grant>
    <grantee>
    <principals>
    <principal>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <name>Report Architect</name>
    <guid>E4C0F23077CF11DFBFF6935F48C1392D</guid>
    </principal>
    </principals>
    </grantee>
    <permissions>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateDataObject</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveViewer</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveStudio</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>Architect</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateReport</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateAlertRule</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>EmailRenderedReport</name>
    </permission>
    </permissions>
    </grant>
    <grant>
    <grantee>
    <principals>
    <principal>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <name>Report Creator</name>
    <guid>E4C0F23177CF11DFBFF6935F48C1392D</guid>
    </principal>
    </principals>
    </grantee>
    <permissions>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveViewer</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveStudio</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateReport</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateAlertRule</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>EmailRenderedReport</name>
    </permission>
    </permissions>
    </grant>
    <grant>
    <grantee>
    <principals>
    <principal>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <name>Report Viewer</name>
    <guid>E4C0F23277CF11DFBFF6935F48C1392D</guid>
    </principal>
    </principals>
    </grantee>
    <permissions>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveViewer</name>
    </permission>
    </permissions>
    </grant>
    </jazn-policy>
    </application>

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

  • Feeding oracle BAM through MQ  -Error.

    Hi All,
    Am getting this error while clicking update button in Design Studio to populate a dataobject using JMS Topic messages sent by oracle BPEL manager.
    IMessageSourceReceiver->messageReceive: javax.naming.CommunicationException: Disconnected
    *     at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:296)*
    *     at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)*
    *     at javax.naming.InitialContext.lookup(InitialContext.java:347)*
    *     at iteration.enterpriselink.sources.JMSConsumer.start(JMSConsumer.java:85)*
    *     at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.jmsConsumerStart(JMSMessageSourceReceiverImpl.java:1001)*
    *     at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.messageReceive(JMSMessageSourceReceiverImpl.java:326)*
    Caused by: java.io.EOFException: Disconnected.
    If you can provide any document how oracle BPEL process manager use JMS topic to send message to Oracle BAM and display in reports.
    Thanks in advance

    Anirudh,
    Thanks for the reply.I did configure the EMS in BAM for JMS and IBM MQ.I am trying to push data through S
    ensors into topic to BAM.
    My question is ...
    1.Does 10.1.3.3 BPEL and BAM support IBM MQ ?
    2.Do we need any additonal changes on the BPEL side or Weblogic side other than jms.xml and entry in weblogic-ra.xml?
    3.Do we need to create EMS for both IBM MQ and also JMS data source.If yes do we need to use JMS data source in the Enterprise link design studio and not IBM MQ ?
    4.Do we need to use the topic name and topic connection factory in the sensor action in BPEL code ?or Create an queue and need to route data thorugh it ?The order booking tutorial says we can use the topic directly ?
    If we try to run the plan in Enterprise link using JMS data source ,I am getting following error.
    IMessageSourceReceiver->messageReceive: javax.naming.CommunicationException: Disconnected
    * at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:296)*
    * at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)*
    * at javax.naming.InitialContext.lookup(InitialContext.java:347)*
    * at iteration.enterpriselink.sources.JMSConsumer.start(JMSConsumer.java:85)*
    * at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.jmsConsumerStart(JMSMessageSourceReceiverImpl.java:1001)*
    * at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.messageReceive(JMSMessageSourceReceiverImpl.java:326)*
    Caused by: java.io.EOFException: Disconnected.
    Or
    IMessageSourceReceiver->messageReceive: javax.naming.NoInitialContextException: Cannot instantiate class: com.evermind.server.rmi.RMIInitialContextFactory. Root exception is java.lang.ClassNotFoundException: com.evermind.server.rmi.RMIInitialContextFactory
    at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at java.lang.Class.forName0(Native Method)
    Thanks again,
    Swe

  • Accessibility - Disabled Button Issue

    Hello,
    I am using Jdev 11.1.1.6 with ADF Faces technology stack.
    I have implemented accessibility option setting in my application. I am facing one issue that when accessibility options are "on" and it is tested for accessibility compatibility, it fails for disabled command buttons with message:
    3.48:1 Fail. Either improve the ratio to 4.5:1 or increase the font size to 14pt bold or 18pt normal - (STYLE-3)I am using OGHAG Toolbar for Firefox. This is a firefox plugin that has a option of "Colour Contrast Analyzer", which when pressed, while my application, produces a report. Everything looks good except disabled buttons.
    This is happening for inbuilt buttons like "Wrap" on af:table surrounded with af:panelCollection or simple First/Previous/Next/Last navigation button. So the enabled buttons has no issues but disabled appears "red" (highlighted as error) on page
    Just to clarify that there is no custom style/skin applied on command buttons.
    My questions:
    1. Does the ADF out-of-box buttons compatible with accessibility option?
    2. What fix is required in this case? Do I need to use darker background/foreground color or a bigger font for disabled button?
    Any help here is highly appreciated.
    Thanks,
    Jai

    Here is the official doc http://www.oracle.com/technetwork/developer-tools/jdev/documentation/accessibility-462550.htm
    Otherwise support can help you sort this out. All weed can do is to advice to skin the buttons yourself.
    Timo

  • How to disable buttons in ADF form so it can be reused

    I would like to reuse the same Human Task ADF form for multiple User Activities in the same BPM 11g process definition.  The only difference between the User Activities in the process are the outcomes (buttons) allowed.  For example, in some User Activities, the outcomes allowed are APPROVE and REJECT.  In others, it might be APPROVE, REJECT, and REPROCESS.  Is it possible to hide, or disable, buttons in a Human Task ADF form based on some settings done in the User Activity, or something passed to the Human Task ADF form?
    I started digging, and I see in the jspx file for the form, there is an attribute named "visible" that is set as follows on the button:
    <af:commandToolbarButton actionListener="#{invokeActionBean.setOperation}"
                           text="#{wf:getResourceValue('APPROVE', 'bindings.customActions')}"
                           disabled="#{!bindings.APPROVE.enabled}"
                           action="#{invokeActionBean.invokeOperation}"
                           partialSubmit="false"
                           visible="#{wf:isCustomActionAvailable('APPROVE', 'bindings.customActions')}"
                           id="ctb2">
        <f:attribute name="DC_OPERATION_BINDING" value="bindings.APPROVE"/>
    </af:commandToolbarButton>
    So if I can figure out a way to pass flags to the form, and then use those in the setting of the "visible" flag, would that do it?  Is there a better method?
    Thanks,
    Joe A.

    Set the binding to the button in the managed bean based on the input form parameter. For example if parameter value is paramValue1
    <task-flow-definition id="sourceTaskflow">
      <input-parameter-definition>
          <name>inputParameter1</name>
          <value>#{pageFlowScope.paramValue1}</value>
          <class>java.lang.String</class>
       </input-parameter-definition>
    </task-flow-definition>
    Set binding to not enabled.
    #{!bindings.CreateInsert.enabled}
    Some relevant references
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/oct2010-otn-harvest-183714.pdf
    Using Parameters in Task Flows

  • Disabling button if table is filtered

    hi,
    i have a command button and a adf table on a jspx page.
    i am keeping filtering enabled for table.
    my requirement is i have to disable button if table is filtered and as soon as table becomes 'normal' or 'un filtered' i should enable this button.
    can anyone suggest a way to implement this use case?
    thanks.

    Don Kleppinger wrote:
    Just add a query listener to the table which gets called whenever query is filtered. Detect if the list of filter criteria is empty and refresh your button accordingly
    public void queryListener(QueryEvent queryEvent)
    FilterableQueryDescriptor desc = (FilterableQueryDescriptor) queryEvent.getDescriptor();
    Map<String, Object> filterCriteria = desc.getFilterCriteria();
    // refresh your button here.
    // call default query listener to execute the query
    Object query = JSFUtils.resolveExpression("#{bindings.MyROViewQuery}");
    ((FacesCtrlSearchBinding) query).processQuery(queryEvent);
    to avoid using the internal FacesCtrlSearchBinding class use the example from
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/30-table-filter-queries-169172.pdf
    invokeMethodExpression(
    "#{bindings.DepartmentsView1Query.processQuery}",
    Object.class,QueryEvent.class,queryEvent);
    Edited by: Don Kleppinger on Jun 4, 2013 12:02 PMthanks Don.
    on this -
    Detect if the list of filter criteria is empty and refresh your button accordingly
    to detect i am using this code:
    boolean filterApplied = false;
    while (iterator.hasNext()) { 
    String key = iterator.next().toString();
    String value = filterCriteria.get(key).toString();
    if (!value.isEmpty()) {
    filterApplied = true;
    break;
    System.out.println("filterApplied --> " + filterApplied);
    is there anyway better way of detecting?
    Edited by: user5636757 on Jun 6, 2013 10:46 AM

  • 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

  • How to enable or disable buttons on an interactive ALV report

    I have two buttons on Interactive ALV report. Before displaying the ALV report, I want to enable or disable buttons on ALV depending on some conditions.I dont want to make the buttons visible or invisible. This is not an OO ALV report.
    Please suggest !!!

    Then you have to use the event set_pf_status or parameter I_CALLBACK_PF_STATUS_SET for this pass the form name.
    You have to Implement the form Routine.
    FORM PF_STATUS using status type SLIS_T_EXTAB.
    SET PF-STATUS 'STS' excluding status.
    ENDFORM.
    First create the pf-staus using SE41 or double click on the status name and create . By default you make them Disable mode.

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

  • Oracle BAM 11.1.1.7, getting error while running ICOMMAND

    oracle BAM 11.1.1.7
    unable to load configuration from file: BAMICommandConfig.xml   [ErrorSource="java.lang.Exception: unable to load configuration from file: BAMICommandConfig.xml"]
    Any suggestions
    Checked the file its exists and had correct server name and port and transport

    ok - I think I've got it figured.  Appears to be a known issue.  You need to apply patch p17073913_121200.
    I downloaded that and applied to my Linux version - then re-ran the UA.  This time the GUI started and so now I'm going through the upgrade steps.
    The patch is generic, so should work for your windows environment too.  Good luck.

  • Oracle BAM(10g Release 3(10.1.3.1.0) Instllation hangs

    Oracle BAM(10g Release 3(10.1.3.1.0) Instllation hangs in Database User Creation Step.
    Please Advise what might be the problem.

    Hi,
    can you
    * provide the error message from the installation log?
    * check, that the database is open and you can connect via sqlplus to this machine
    * have you checked the installation manual, that you have done all required steps

Maybe you are looking for