Enterprise Link Plan properties - parameters

Hi,
The data source that I'm using for BAM are external tables. I need to use an sql filter in the plan to narrow down the result. One of the columns in the external table is dedicated to storing the TIMESTAMP of the time the external tables are populated. My intention is to store this parameter in the data object and the following time the plan is executed, it needs to use this stored ‘timestamp’ parameter as the filter condition. The ‘Working with Properties’ section in the Enterprise Link Users Guide has some helpful information, however, it doesn’t explain how a stored parameter can be used as the filter criteria.
I would greatly appreciate if anyone can explain how I can store a value in a parameter and then use it as the filter criteria the next time the plan runs.
Thanks in advance,
Shiraz

hi renuka..were u able to resolve this issue with the naming exception....cheers...

Similar Messages

  • Error while Updating Enterprise Link Plan in Design Studio

    Hi, All
    I am getting one Error while Creating Enterprise Link Plan in Design Studio of BAM and Failed to Create the Plan.
    i.e.(IMessageSourceReceiver>messageReceive:javax.NameNotFoundException: java:comp/resource/BAMTTT/TopicConnectionFactories/bam_ttq_tab not found)
    Setup:
    Integration between Oracle EBS 11.5.10 and Oracle BAM 10.1.3.
    I am trying to get the Raw Data and sending over to the Enterprise Link Plan.
    1. Created bam_ttq AQ and bam_ttq_tab.
    2. Configured all of the startup parameters required for Enterprise Message Source Type (Oracle (AS JMS and OJMS)) in the Administrator of BAM.
    3. Configured the Oracle (AS JMS and OJMS) with the following values in the Enterprise Message Sources in the Architect of BAM.
    Initial Context Factory : com.evermind.server.rmi.RMIInitialContextFactory.
    JNDI Service Provider URL : opmn:ormi://inaportal.inatech.com:6004:home.
    TopicConnectionFactory Name : java:comp/resource/BAMTTT/TopicConnectionFactories/bam_ttq_tab.
    Topic Name : java:comp/resource/BAMTTT/Topics/bam_ttq.
    JMS Message Type : Text Message.
    Durable Subscriber Name (Optional) : Bamclient.
    Message Selector (Optional) :
    Client ID (Optional) : ClientId.
    4. Also configured the data-sources.xml and applications.xml in OC4J (10.1.2) to reference the database schema where the BAM_TTQ queue is created.
    5. Modified the jndi.properties file with required properties.
    java.naming.security.principal = ias_admin
    java.naming.security.credentials = inaportal321
    java.naming.provider.url = opmn:ormi://inaportal.inatech.com:6004:home
    java.naming.factory.initial = com.evermind.server.rmi.RMIInitialContextFactory
    6. In the Design Studio I have a Plan with Oracle BAM Enterprise Message Receiver and Grid.
    And when I am updating the plan I am getting the following error.
    IMessageSourceReceiver->messageReceive: javax.naming.NameNotFoundException: java:comp/resource/BAMTTT/TopicConnectionFactories/bam_ttq_tab not found
         at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:164)
         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)
    [Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3A]
    Error during Message Receive operation.
    [Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3B]
    Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Update of Plan "EBS_Example" failed.
    [Oracle BAM Enterprise Link error code:  PlanMgr -- 0x1, PlanMgr -- 0xD5]
    Can anybody pls help me out with this? Its Urgent for Me
    Thx
    Renuka.
    Message was edited by:
    Renuka

    hi renuka..were u able to resolve this issue with the naming exception....cheers...

  • Oracle BAM 10.1.3.4 and IBM WebSphere MQ 6.0, Enterprise Link Plan does not

    Hello All,
    1. I have a BAM 10.1.3.4 installation and a IBM Webspehere MQ client V6.0 installed in the same server
    2. Have configured JmsAdmin appropriately to have a Topic Connection Factory and a Topic Pointing to a Queue in the Server
    3. Have tested the client connectivity using ivtRun and MQIVP.class, they seem to work fine connecting to the channel and the topic.
    4. I have configured an EMS for IBMWebSphereMQ in BAM with the below given parameters
    Name:      BPEL_TO_BAM
    Owner:      AMERICAS\Jai_Mani
    Created:      12/1/2009 2:07:48 AM
    Last modified:      12/1/2009 9:48:03 AM
    Type:      IBM WebSphere MQ
    Initial Context Factory:      com.sun.jndi.fscontext.RefFSContextFactory.
    JNDI Service Provider URL:      file:/C:/JNDI-BOSS-DAO.
    TopicConnectionFactory Name:      ivtTCF.
    Topic Name:      ivtT.
    JMS Message Type:      TextMessage.
    Durable Subscriber Name (Optional):      .
    Message Selector (Optional):      .
    Client ID (Optional):      .
    Name      Flow name      Type      Max size      Formatting
    rawData.      rawData.      String      40000      (none).
    5. I have a subscribe plan configured in to enterprise Link which has a EMSReceiever and a grid to display the messages
    6. I have the "run forever" flag checked in the Receiver and go a head and post a message in the Queue configured in the server.
    7. The plan does not display any messages in the grid.
    All configuration on the MQ Server and Client side are proper but BAM EL Plan is not displaying the data in the grid.
    Have also had turned on DEBUG on the servers and restarted BAM, they don't seem to throw any errors.
    Kindly advice, what could be wrong in the Plan or EMS configuration which is causing this.
    Thanks & regards,
    Jai.

    Is this working for you? What errors do you get in the logs (bam, EL)?

  • Error while updating the plan in Enterprise link

    hi
    i am getting an error while updating the plan which polls the JMS topic and inserts into the grid.
    IMessageSourceReceiver->messageReceive: javax.jms.JMSSecurityException: JMS-232: An invalid user/password was specified for the JMS connection
         at oracle.jms.AQjmsDBConnMgr.checkForSecurityException(AQjmsDBConnMgr.java:916)
         at oracle.jms.AQjmsDBConnMgr.getConnection(AQjmsDBConnMgr.java:601)
         at oracle.jms.AQjmsDBConnMgr.<init>(AQjmsDBConnMgr.java:238)
         at oracle.jms.AQjmsConnection.<init>(AQjmsConnection.java:183)
         at oracle.jms.AQjmsTopicConnectionFactory.createTopicConnection(AQjmsTopicConnectionFactory.java:209)
         at iteration.enterpriselink.sources.JMSConsumer.start(JMSConsumer.java:94)
         at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.jmsConsumerStart(JMSMessageSourceReceiverImpl.java:1001)
         at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.messageReceive(JMSMessageSourceReceiverImpl.java:326)
    [Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3A]
    Error during Message Receive operation.
    [Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3B]
    Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Update of Plan "Untitled, created 3/11/2009 3:56:28 PM" failed.
    [Oracle BAM Enterprise Link error code:  PlanMgr -- 0x1, PlanMgr -- 0xD5]
    the username and password that i have given are valid and i have given privileges that were mentioned on the technote to the user. can somebody help me out in resolving this as this is very critical for me right now
    Thanks in advance

    I also get error while updating the content in workflow thru the checkout option as reviewer. i.e. contributor checks in the content - then reviewer either updates the metadata or checks out and modifies the content and while checking in the following error occurs
    Content Server Request Failed
    Unable to update the content item information for 'HO000128'.
    The content ID must be specified.
    Please help to resolve.
    Thanks in advance
    Prasad

  • How to access a Plan created in Enterprise Link Design Studio

    I have created a Plan in Design Studio of Enterprise Link and i would like to put it in a report which i am planning to create using BAM active studio. Can some body tell me how to access things created in Enterprise Link from active studio/architect.

    hi
    You have to create a plan to connect to the external message source, get the message and parse , and finally put it in the ADC data object (user created object). After this step, all your incoming messages will be in ADC data object. Only after getting the message into ADC object, you can use this object - you can create reports using this object.
    I have a few questions
    a) Can you identify your company. b) Have you taken the BAM training course c) These steps are given in training documents in lab 2-6 step by step.
    Do let me know if you need any help, contact directly at [email protected]

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

  • Enterprise link design studio start up error.

    Hi ,
    I have installed BAM on XP and working on it.
    When i try opening Enterprise link design studio i am getting TNS listener error.
    A tns entry is there in the tnsnames.ora file.
    I was using the studio previously and was working fine.
    What is going wrong.
    Regards
    Ashwini

    Hi
    I have reinstalled Enterprise Link and now i am able to open design studio.
    But BAM user was not created during the installation i created it manually.
    I created a plan when i try updating the plan i am getting the following error
    Unable to connect to ADC server "Main" as user: "NT AUTHORITY\SYSTEM":
    Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.
    Parameter name: ticks
    [ErrorSource="mscorlib"]
    [Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0xB]
    Error while beginning the execution for the step 'Oracle BAM Enterprise Message Receiver'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Update of Plan "myBPELOrderBookingPlan" failed.
    [Oracle BAM Enterprise Link error code:  PlanMgr -- 0x1, PlanMgr -- 0xD5]
    Regards
    Ashwini

  • Oracle BAM without Enterprise Link?

    Is it possible to install Oracle BAM without Enterprise Link? Make it sense?
    Which cases are Enterprise Link necessary and which cases not?
    Thanks in advance
    Ana

    Yes definitely, you can very well install BAM without the enterprise link. The BAM installation asks you the components you want to install.
    Enterprise link is used to push data into ADC(for the corresponding data objects). You can utilise this component for feeding data to BAM from n number of sources. The only way to send data to BAM ADC w/o using enterprise link is through BPEL sensors. So, in case you are planning to use BAM only with BPEL sensors and nothing else. You can very well skip Enterprise Link installation.
    Regards,
    Varun R

  • Theoretically, may be used Warehouse Builder instead of Enterprise Link?

    Theoretically, may be used Oracle Warehouse Builder instead of Oracle BAM Enterprise Link?
    Interestingly, what are the Oracle plans on improving BAM Enterprise Link? Is it possible to include Enterprise Link functionality into Warehouse Builder?
    I will be pleasure for any answers and thoughts.
    With best wishes,
    Sergey G.

    Yes. We are looking at both the BPEL Process Manager as well as the Oracle Warehouse Builder (OWB) product as additional options to Enterprise Link. However, for the official plans around this, please contact [email protected] (Product Manager).
    Thanks,
    Vishal

  • Enterprise Link (Consuming Message from queue)

    Hi , I start to use the enterprise link studio and I want to know if there is a way to see the content from a queue , for example I configure in Architect an EMS , and in enterprise link I create Oracle BAM Enterprise Message Receiver , now I want to know if this configuration is correct and the content of my message, more over I want to parse the content of this xml message and input in some variable( is this possible?)
    Thanks a lot.

    Hi,
    You can do this by creating a plan connecting the EMS receiver to a Grid (listed under display sinks ) and then clicking update. This will display the raw message.
    Replacing the Grid with Oracle BAM Insert sink you can put the data in a BAM dataobject as a single long string to begin and then add a xsl transformation to EMS (under BAM Architect) to parse. See the samples/tutorials on OTN
    Thanks
    Ranga

  • Bam Enterprise link?

    I am having following doubt, Can any one clarify it.
    I planned to use external data source in Oracle BAM. I am not going to use any data integration using Enterprise link. In that case, Bam enterprise Link to be installed or not.

    You can still install EnterpriseLink, without any harm or ill-effects. However, you will not be using it in your case. Be careful and be aware that use of external data objects does not provide automatic dashboard updates or refreshes. You have to manually click on refresh or reload to get the updated info on dashboard.

  • How do I code relative links as function parameters within Templates?

    I am a newcomer looking for best practices for a "How Do I?" properly code relative links as function parameters within an Adobe template (DWT) which accomodates page creation at 2 different level of folders. Dreamweaver doesn't appear to handle auto-correction of relative links as function parameters as far as I can see.  It's not clear to me what the best practice I should be following.  While this is not exactly a SPRY question, I am hoping that someone using the Spry.Data.XMLDataSet had already found the best practice to use.
    My Site
    -- Multiple pages at this level    and the parameter needs to be "_includes/UnitSideNavigation.xml"
    SubFolder
    -- Other pages at this level.       and the parameter needs to be "../_includes/UnitSideNavigation.xml"
    And this is the particular code snippet within a non edtable template area I would like to work for 2 levels of pages created from the template.
    <script type="text/javascript">
    var dsItems1 = new Spry.Data.XMLDataSet("_includes/UnitSideNavigation.xml", "/links/firstlevel");
    var dslinks = new Spry.Data.NestedXMLDataSet(dsItems1, "secondlevels/secondlevel");
    </script>
    My environment is Windows/Vista using latest CS4 dreamweaver.
    Any pointers appreciated. This is learn time for me. Hope I have made myself clear. Andy

    I use serverside includes instead of DWT for exactly that reason. Not only that, if you change anything within the template you must re-upload all of the files affected by the change; only the modified include file needs to be uploaded.

  • Question about the links that include parameters...

    Hello,
    I use this:
    <a href="inserer_devis.jsp?firstparameter=<%= rs.getString(1)%>&secondparameter=<%= rs.getString(2)%>">to have a link that gives parameters to the other JSP.
    My question is:
    On the other JSP, when I use request.getParameter("firstparameter"), what is the thing that I get: is it a string, a char, ...??
    And how can I convert it to a float or an int?
    I have problems with integer.parseint() and float.parsefloat(), it tells me "NumberFormatException: null". The compiler thinks that my parameter is not a good int (or float).
    Thank you.
    Romain.</a>

    Request.getParameter always returns a String (see the javadocs).
    To convert a String to an int use Integer.parseInt(StringToParse);
    To convert a String to a Float usse Float.parseFloat(StringToParse);
    just see the javadocs for more information

  • Enterprise Data Plan required for Exchange Active Sync?

    From:
    http://www.wireless.att.com/cell-phone-service/specials/iphone-info.jsp
    "What is the Enterprise Data plan?
    Customers interested in using iPhone to access corporate email, business applications or corporate intranet will activate with an Enterprise Data Plan for iPhone."
    So, if I have a normal $30 data plan will I be able to connect to my companies Exchange server with email/contacts/calendar push? Is there really a way AT&T could prevent me from using the Exchange Active Sync on the iPhone 3G without the Enterprise data plan?
    I'm just a regular guy who works at a small company and would like my personal cell phone - used 99% of the time for personal needs - to be able to access my work email/calendar/contacts.
    Message was edited by: engstrom

    Ok, so I went by the AT&T store this afternoon to pre-approve my credit in order to save time on the 11th. Well, turns out it won't help, because they told me they are going to have to run a special iPhone credit check the day you buy it anyway, so it is pointless to get pre-approved (great job AT&T).
    But, back to the subject at hand, they gave me this piece of paper with all this info on getting ready for the iPhone. Under the iPhone for business heading, it reads:
    "It's easy to set up your iPhone for business use on company intranet sites, corporate email or other business applications. SIMPLY SELECT ANY BUSINESS VOICE RATE PLAN and add a $45 Enterprise Data plan for iPhone..."
    To me, this would mean that you would have to start with a base business plan, then add the iPhone Enterprise data. Well, if you are an individual opening a personal account, can you even sign up for a business plan? If this is the case, then their own literature prevents you from even getting the Enterprise plan if you wanted to. It seems to me that the would be proof that you don't HAVE to have the Enterprise plan to use ActiveSync, Exchange, etc.

  • Cannot log in the BAM Enterprise Link Design Studio

    Hi, all,
    I installed a BAM 10.1.3.3 in Windows 2003 SP1 server. And I cannot log in the BAM Enterprise Link Design Studio with the following errors:
    [SERVERERROR] Error from Server: ORA-00942: table or view does not exit
    Information from server:
    942
    0
    oraclebam
    [Oracle BAM Enterprise Link error code:  SA -- 0x1, RW -- 0x5]
    Unable to locate the repository.
    [Oracle BAM Enterprise Link error code:  RP -- 0x11, RP -- 0x102]
    Unable to connect to the Repository.
    [Oracle BAM Enterprise Link error code:  IS -- 0x7, IS -- 0x19]
    Thanks in advance for your ideas and suggestions.
    Best Regards,
    Bill

    Self Answer: reinstall the BAM, and only check the repository install, don't move the data service and it works.

Maybe you are looking for

  • How to accept user inputs from  sql script

    I want to create Tablespace useing sql script , but the location of the data file I need accept from user . (to get the location of the data file ) . How can I accept user input from pl/sql . Example :   CREATE TABLESPACE  TSPACE_INDIA LOGGING      D

  • Bios option for only using the discreet video adapter ? (G770)

    Hey, is there an update for G770 for using only the discreet video adapter ? I'm using linux and the latest fglrx driver still can't properly start the X system.

  • Internal Table data to Excel Sheet

    Hi All, I have an internal table have some data , which I have to populate and save  excel sheet on presentation server and application server both according to options, with column heading and header text through program. could any one help me how t

  • Pass attribute throw task flows

    I am using jdeveloper 11.1.2 I have a page contains select one choice component with 100 element in it I need to add popup search page so when I search it the 100 elements will be displayed and when I chose one of this element it will be selected in

  • 0I_FYPER - Variable in BEx gives no result

    Hello all, I have a problem in BEx-reporting after a releasechange from BW3.5 to BI7.0 and at the same time SEM-BCS4.0 to SEM-BCS6.0 which belongs to the variable 0I_FYPER. I use this variable in the columns (only) in order to give the user the possi