Connection Oracle ESB to  Sensor Edge Server

Hello
I want integrate Oracle ESB with SES 10.1.3.1. where I can find
some examples or ready to work connector between SES and ESB.
Please help
Tomasz Haase

The other option is to use EventFlow (eflow) in SES to send events to ESB. A simple configuration for eflow.xml could be something like the one mentioned below.
<eflow>
     <components>
          <component name="addContext"     class="oracle.edge.tools.eflow.impl.AddContextState" />
          <component name="dbproc"     class="oracle.edge.tools.eflow.impl.DbProcState" />
          <component name="decodeTag"      class="oracle.edge.tools.eflow.impl.DecodeState" />
          <component name="encodeTag"      class="oracle.edge.tools.eflow.impl.EncodeState" />
          <component name="fireTrigger"      class="oracle.edge.tools.eflow.impl.FireTriggerState" />
          <component name="isCapture"      class="oracle.edge.tools.eflow.impl.IsCaptureState" />
          <component name="isQuery"      class="oracle.edge.tools.eflow.impl.IsSimpleQueryState" />
          <component name="matchEvent"      class="oracle.edge.tools.eflow.impl.MatchEventState" />
          <component name="onsLookup"      class="oracle.edge.tools.eflow.impl.OnsLookupState" />
          <component name="post"          class="oracle.edge.tools.eflow.impl.PostState" />
          <component name="sendEvent"      class="oracle.edge.tools.eflow.impl.SendEventState" />
          <component name="template"      class="oracle.edge.tools.eflow.impl.TemplateState" />
          <component name="transport"      class="oracle.edge.tools.eflow.impl.TransportState" />
          <component name="callWs"           class="oracle.edge.tools.eflow.impl.WsState" />
     </components>
     <entry>
          <onEvent state='A.check'/>
     </entry>
     <states>
          <matchEvent name="A.check" control="matchEvent" type="200" x="100" y="200" >
               <case result="ok" next="good.event"/>
          </matchEvent>
          <callWs name="good.event"
                    wsdl="http://localhost:8888/orabpel/default/EdgeClientCallback/1.0/EdgeClientCallback?wsdl"
                    method="process"
                    namespace="http://xmlns.oracle.com/EdgeClientCallback"
                    docRoot="EdgeClientCallbackProcessRequest">
               <param name='type' type="long">$event.type$</param>
               <param name='subtype' type="long">$event.subtype$</param>
               <param name='tagid' type="string">$event.id$</param>
               <param name='siteName' type="string">$event.siteName$</param>
               <param name='deviceName' type="string">$event.deviceName$</param>
               <param name='data' type="string">$event.data$</param>
               <param name='time' type="date">$event.time$</param>
          </callWs>
     </states>
</eflow>

Similar Messages

  • Oracle By Example: Sensor Edge Server

    This morning I found some information about the Sensor Edger Server (10g AS Version 10.1.2) on the Oracle by Example web site:
    http://www.oracle.com/technology/obe/start/as.html
    Follow the link for 10.1.2 and you will find an example for the Sensor Edge Server.
    Best Regards,
    Jim S

    Hello,
    I tried to compile the example of QBE: EdgeSimulator.java
    However, the oracle.edge.* packages are not available.
    I already added the jar files in Edge_Home\lib to the project library, but it still failed.
    Could anyone tell me how to get these packages?
    Thanks for your information!!

  • Connect Oracle 11g (64-bit windows server) to Microsoft SQL Server 2000

    Hi all,
    I am trying to connect:
    Oracle 11g (64-bit windows server) to Microsoft SQL Server 2000 (32-bit) on a different machine.
    1) I have create an ODBC connection (called:GALAXY) which connects.
    2) created a init.ora called it initgalaxy.ora in $oracle_home\hs\admin
    HS_FDS_CONNECT_INFO = GALAXY
    HS_FDS_TRACE_LEVEL = on
    3) modified the listener.ora file as below
    # listener.ora Network Configuration File: E:\Ora11g\product\11.1.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = extproc0))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC =
    (GLOBAL_DBNAME = HEX.BIU01.kingsch.nhs.uk)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    (SID_NAME = HEX)
    (SID_DESC=
    (SID_NAME = galaxy)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    (PROGRAM = dg4odbc)
    (SID_DESC =
    (PROGRAM = EXTPROC)
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    4) modified the tnsnames.ora file is as follows
    GALAXY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01.kingsch.nhs.uk)(PORT = 1521))
    (CONNECT_DATA =
    (SID = galaxy)
    (HS = OK)
    HEX =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01.kingsch.nhs.uk)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HEX)
    5) restarted the listener
    6) created a public database connect
    create PUBLIC DATABASE LINK "GALAXY" CONNECT TO "USER" IDENTIFIED by "PWD" USING 'galaxy';
    This is the error message I can sell in $oracle_home\hs\admin\trace
    Oracle Corporation --- MONDAY APR 27 2009 11:54:18.370
    Heterogeneous Agent Release
    11.1.0.6.0
    Oracle Corporation --- MONDAY APR 27 2009 11:54:18.370
    Version 11.1.0.6.0
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "ON"
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned ""HS_TRANSACTION_LOG""
    HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returned "TRUE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULT_SET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using galaxy_live as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    ##>Connect Parameters (len=42)<##
    ## DSN=GALAXY;
    #! UID=galaxy_live;
    #! PWD=*
    hgocont, line 1890: calling SqlDriverConnect got sqlstate IM002
    when I try to test the database link, I get this error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Drive Manager] Data source name not found and no default driver specified
    ORA-02063: preceding 2 lines from GALAXY
    28500.00000- "connection from ORACLE to ad non-Oracle system returned this message:"
    *Cause: The cause is explained in the forwarded message.
    *Action: See the non-Oracle system's documentation of the forwarded message.
    vendor code 28500
    Edited by: user7336435 on 27-Apr-2009 05:56

    11.2 is beta at the moment. There is no official release date so far.
    As DG4ODBC is independant from the Oracle database (or the target database) you can use a 3 machine model:
    On the first machine you have your Oracle database, on a second machine running 32bit Windows you can install DG4ODBC and on the 3rd machine you can run your foreign database.
    If the SQL Server 2k is installed on a 32bit Windows machine, then you can also install DG4ODBC on this machine.
    In general the connection from an Oracle database to the DG4ODBC machine is done using SDQL*Net. The listener responsible for DG4ODBC will then load the DG4ODBC executable which will connect to the SQL Server using SQL Server ODBC driver.

  • Connect Oracle Reports to Ms Sql Server DB

    Is it possilbe to Connect Oracle Reports to Microsoft Sql Server database. If yes then how. Please advice.
    Thanks
    Sami.

    It is possible to connect Oracle database to MS Sql server database using the Oracle Transparent Gateway for MS SQL Server.
    You can use the following links to configure such connection:
    Oracle Transparent Gateways - General Description - Part I
    http://oracle-apps-dba.blogspot.com/2008/04/oracle-transparent-gateways-general.html
    Oracle Transparent Gateway for MS SQL Server - Part II
    http://oracle-apps-dba.blogspot.com/2008/04/oracle-transparent-gateway-for-ms-sql_16.html
    Aviad

  • How to connect oracle client (xp) to database server

    how to connect oracle client to database server
    i have following information
    --server ip
    --port no
    --database name.                                                                                                                                                                                                                                               

    In addition to these parameters you need username and password.
    Then you can connect with
    sqlplus -L username@//server_ip:port_no/database_name
    Yours,
    Laurenz Albe

  • Generic Connectivity -Oracle(10gR2) to MS SQL server - Creating DSN

    Hi,
    I am trying to connect Oracle 10gR2(10.2.0.4.0) on linux x86 to MS Sql Server on Windows XP
    I am referring the Metalink Note 264567.1 and using DataDirect ODBC drivers for the same
    I have a question here
    Do I need to create the System DSN on windows XP or on Oracle (linux server)?
    If it is on linux server, how to I create the System DSN on the Linux?
    Thanks in Advance
    Regards,
    Pk

    Hi,
    You need to create a DSN on the box where the HSODBC (the oracle db) is running, so in this case the Linux box.
    I'd assume there's documentation that comes with the 3rd party odbc driver on how to create a DSN with it. It probably depends on which version of driver manager you're using (pardon my ignorance, I do strictly Windows) so you'd probably want to check the docs for the driver manager. For example, if using unixODBC, the docs are on [their web site|http://www.unixodbc.org/].
    Hope it helps,
    Greg

  • Connect Oracle Forms 6i with Sql server

    Plz tell how to connect oracle Developer 6i with Microsoft Sql Server 2005.
    thanks

    Ghulam Yassen wrote:
    Plz tell how to connect oracle Developer 6i with Microsoft Sql Server 2005.
    thanksOracle Forms is best used against an Oracle database... so why on Earth would you want to use it against SQL Server?
    Aside from that, Oracle Forms is old technology... you'd be better using Oracle Application Express (Apex) for producing web based apps.
    If you must do things against an SQL Server database, you would need to set up heterogenous services connectivity (HS) and treat the SQL Server database as an external database.
    http://docs.oracle.com/cd/E11882_01/server.112/e25494/ds_concepts001.htm#ADMIN12079

  • Connecting Oracle 9i as a linked server of SQL Server 2000

    I have a problem inserting String values into Oracle 9i as a linked server or SQL Server 2000.
    When I run the following in SQL Analyzer:
    insert into ORACLEOLE..ADMIN.FM_SQL values('asdf','qwer');
    The result msg is:
    Server: Msg 7356, Level 16, State 1, Line 1
    OLE DB provider 'OraOLEDB.Oracle' supplied inconsistent metadata for a column. Metadata information was changed at execution time.
    OLE DB error trace [Non-interface error:  Column 'FM_ID' (compile-time ordinal 1) of object '"ADMIN"."FM_SQL"' was reported to have a DBTYPE of 129 at compile time and 130 at run time].
    Is this a problem that the Charaterset of Oracle 9i being 'ALU32UTF8' ?
    I have tried changing the field's type to varchar2, char, nvarchar2 and nchar...and they didn't work.
    However, when the field type is a number(10) and I insert to the table integer values, the sql works fine.
    so..any data mapping need to be done explicitly?
    Thanks in advance.

    Based on my reading of the ANSI SQL-92 standards, table names are supposed to be in upper case.
    "of course, any lower case letters appearing in a <regular identifier> will have been converted to the corresponding upper case letter before the <identifier> is stored in any table of the Information Schema"
    http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt
    Given that table names are supposed to be in upper case and they are in fact in upper case, why don't you just ask for them in upper case in the first place?

  • Connecting Oracle 8.17 to SQL Server 7.0

    Hi Everybody,
    I am trying to connect to SQL Server 7.0 from Oracle 8.17 using
    generic connectivity.
    I have configured all the files(listener.ora and tsnames.ora)
    and created a database link in Oracle.But when I try to execute
    a query against the linked server it gives me an error that says:
    "Unable to resolve the service name"
    I am using OLE DB connectivity.
    what could have gone wrong ? Please help me.
    Asha

    Hi Fraser,
    Thank you for responding.
    I think I fixed that problem,actually there was a spelling
    mistake in one of the parameter files.
    But now I get another error message, says:
    "ORA: 02068: following severe error from MSOLEDB
    ORA: 28511: lost RPC connection to heterogenous
    remote agent using
    SID = (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)
    (HOST=LOCAL_HOST)(PORT=1521)))(CONNECT_DATA=
    (SERVICE_NAME=<SERVICE_NAME>)))
    Do I have to configure the SQL Server network utilities?
    I pinged both the servers ,they talk to each other.
    But when I use tnsping ,the client machine (i.e.,the SQL Server
    machine)talks to server(Oracle machine) but the server doesn't
    talk to the client.
    I am definitely not doing something right.
    Asha.

  • Connect Oracle Reports to SQL server

    Dear All,
    I am using SQL Server 2005 and want to connect Oracle Report 6i to SQL Server 2005 without installing Oracle Database. Installing both the databases slows down the machine.
    Regards,
    Muhammad Yasir Bodla
    Edited by: user650351 on Jun 3, 2009 5:28 AM

    Hi,
    As far as I know this is possible using ODBC and Oracle Open Client Adapter (OCA), but I do not know the details and the howto's.
    Probably you'll get a better answer when posting this question at the Reports forum:
    Reports
    Regards,
    Ed

  • Single LYNC 2013 Edge Server Deployment

    Hi,
    I intend to deploy single site edge deployment for two physical lync sites.
    So the scenario would be…
    Redmond LYNC Pool-----Redmond & its remote sites LYNC users connect to it
    Portland LYNC Pool-------Portland & its remote sites LYNC users connect to it
    But the Edge Server deployment is only at Redmond site, so any internet lync users(Redmond or Portland) will hit the Redmond Edge and then will be serviced out of either Redmond pool or Portland pool.
    If this is workable scenario ???
    If so, then I need to understand the network consideration for this specific type of deployment and where/how exactly the redirection will happen to ensure Portland users access lync services from their specific pool and Redmond users access from theirs.
    Regards, Pushkal MishrA, This posting is provided “AS IS” with no warranties and confers no rights. I request you to test the solution in lab and post successful outcome you should try this on production.

    Hi,
    It is possible to use single Edge Server for both Pools.
    You can use a single SRV record. The user from the other site has to connect to the only edge and then route though the WAN link to go to its own pool. Access Edge is responsible for proxying SIP traffic for remote clients to the next hop, which
    can be a Director or a Lync pool. For details:
    http://blogs.technet.com/b/nexthop/archive/2012/05/15/lync-server-2010-geographically-dispersed-edge-topology-part-1.aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Connect Oracle 9 client from windows 2012 server to 9.0 oracle database

    I have windows 2012 64 bit with installed oracle 9.0 32 bit client
    and i want to connect to oracle 9.0 64 bit server installed on windows 2003 R2 64 bit
    Is it possible to make this connection because when i have tried to connect received this error ORA-06413 connection is not open

    942609 wrote:
    I know that oracle client 9.2.0 is too old but company about i work have tests which run on this systemIf you are stuck using antiquated versions of software, the company really ought to stick to antiquated versions of the operating system as well. Trying to combine versions of the Oracle client that weren't even certified on Windows 2003 with a bleeding edge Windows 2012 system is a recipe for pain and suffering. Even if you appear to get things working, there are any number of bugs that will likely crop up over time due to the massive version incompatibility.
    If i understood right i can't make connection between oracle 9.2.0 32 bit client installed on windows 2012 to connect to oracle server 10 i?As others have pointed out, you probably can though you'll need to change the firewall rules. As others have stated, the firewall changes you'll need to make should probably be the same for a 9.2 client and a 10.2 client. But if you're determined to work with highly unsupported combinations of software, you're likely to have to embrace the idea that you're going to be blazing some new trails and that you'll have to spend a decent amount of time debugging issues that arise from your very unique combination.
    Justin

  • What values do I pass to connect to Oracle ESB??

    Here's a snippet from a Mule config file... what I need to know is what to put in for the rest of the properties. I've tried looking in the doc, but all the docs seem to assume you are within Oracle ESB land and you're using JDeveloper to put messages into it (which I've tried to do with very limited success).
         <connector name="OracleESBConnector" className="org.mule.providers.jms.JmsConnector">
    <properties>
    <property name="connectionFactoryJndiName" value="ConnectionFactory"/>
    <property name="jndiInitialFactory" value="oracle.j2ee.naming.ApplicationClientInitialContextFactory "/>
    <property name="specification" value="1.1"/>
    <property name="durable" value="false"/>
         <map name="connectionFactoryProperties">
              <property name="brokerURL" value="tcp://ps01:61616"/>
              </map>
    </properties>
    </connector>
    I'd like to connect to either a topic or a queue in Oracle ESB, it doesn't matter to me.... so i need settings like... what is the class for the actual initialcontextfactory, what other things I need to pass in (is specification and durable even valid??) etc. There's nothing to be found in the Oracle docs.

    What are you trying to accomplish? Connect the two ESB's (Mule and Oracle ESB) or connect to a JMS queue on the Oracle Application Server?
    Lonneke

  • Edge Server and database Connectivity

    Hi,
    I have installed RFID reader and Oracle Sensor edger server in Country A.
    Database Oracle 10G R2 in another Country B. I am using a VPN connection.
    Can I use stream dispatcher to populate data to database located at Country B.
    can anyone help me.
    thanking you
    john

    Hi John!
    If you have a network connection between the reader and the database than it does not matter if they are in the same room or in different countries.
    Using a VPN does imply that your network is set up in a way that the network traffic from the reader to the database has to pass through the VPN tunnel. On the database server you will have access to the database listener.
    I haven't yet worked with the Streams Dispatcher but I worked with the HTTP dispatcher. I send the packets to a JSP application running on the application server and this wrote the content into the database.
    cu
    Andreas

  • Integration Server connection throws ESB Server: FAILED error

    I've installed BPM 10.1.3.1 on my m/c and while creating an integration server connection, I get an error as:
    Application Server: OK
    BPEL Process Manager Server: OK
    ESB Server: FAILED
    I've verified the ports in the ant-orabpel.properties file and there is no deviation in that. Am I missing anything? Any pointers to this would be of help.

    Yes, I gathered that from the ESB-only distribution media.
    I'm still confused.
    The SOA Suite download says that it contains the ESB. It also contains an Oracle Lite instance to run against for development.
    1) Are you saying that the ESB that comes with SOA Suite for Windows/Oracle Lite development purposes isn't actually ESB, and shouldn't work even though the Quick Start Guide shows an "ESB Server: Success" message, not an "ESB Server:Failed" message?
    2) What about the error messages in the previous posting -- is the WSIF for ESB supposed to be broken in the Developer installation?
    3) Do I have to install the full OracleAS, Oracle DB, etc... to run the examples as documented?
    4) Should I just not care and do my proof-of-concept work without the use of ESB at all?
    http://www.oracle.com/technology/software/products/ias/htdocs/101310.html says:
    Oracle SOA Suite 10g (10.1.3.1.0)
    Included: Oracle HTTP Server (1.3.x based)
    Oracle Containers for J2EE (OC4J)
    Oracle Enterprise Manager 10g Application Server Control
    Oracle Application Server Guard
    Oracle Application Server Recovery Manager
    Oracle ADF
    Merant DataDirect JDBC drivers
    Oracle BPEL Process Manager
    Oracle BPEL Process Manager Control
    Oracle Business Rules
    Oracle Enterprise Service Bus <---------------------------!!
    Oracle Enterprise Service Bus Control
    Oracle Web Services Manager
    Oracle Web Services Manager Control
    Oracle Lite (Windows only)
    Oracle Application Server Cloning Tool
    Oracle TopLink
    XML Query Service

Maybe you are looking for

  • Why is the icon for syncing still active after disconnecting?

    My phone got stuck on step 6 when I updated and backed up my files during iOS 7 upgrade. I tried to cancel and start over but it was still stuck on trying to transfer music. As far as I can tell, I still have all the music I want on my phone. The ico

  • DM 4.6 Sync problem due to no internet connection

    Hi Guys, I have been searching all the forums with no help at this point. I have just upgraded from 4.5 to 4.6 (without media) and now I can't sync I have reinstalled twice now and also made sure the AVG is disabled and also my firewall. The problem

  • How do i change the photo icon for user?

    How do I upload a personal photo to use as the Icon for User at log in?

  • Can I store iWork suite docs both on my computer and in the iCloud Drive?

         Essentially like Google Drive works--can I have a folder on my (to-be-purchased) Macbook that syncs to the cloud so I can work offline in a, say, Pages document and then access it elsewhere via iCloud? Or does it save only online?

  • Could not start instance on J2EE engine

    Could someone tell me what could be the issue from this install error. It is NetWeaver04 Java system install on a standalone server. Actually i selected the NetWeaver->JavaSystem->Standalone->custom install. I installed oracle 9i database as well as