Issue in B2B-BPEL configuration

Hi,
Problem: Not able to configure B2B-BPEL plugin for BPEL PM for B2B.
Background:
I am using soa suite 10.1.3.1 and B2B server 10.1.2.02. After going through B2B user guide docs and Bpel docs, i have tried to configure B2B-BPEL zip file which comes with B2B installation inside BPEL server but in vain. It seems there is some problem with build.xml which comes with zip file. I have tried to modify contents of the same and build it but no output.
Can anyone please tell me how to configure soa suite bpel/esb server with B2B repository using B2B-BPEL zip file or if there is any other procedure plz let me know. After installing the same I should be able to get all the deployed ones under B2B inside WSIL browser of JDeveloper. But Im not able to.
Regards,

Hi,
you can publish data to B2B internal delivery channel by configuring AQ adapter in BPEL/ESB.
Please refer this document for ESB : http://www.oracle.com/technology/products/integration/b2b/pdf/B2B_TN_028_ESB_B2B_Interop.pdf
If you want to enable WSIL browser, you need to apply patch 5105622 for more information refer this link
Re: BPEL-B2B integration
Edited by: RameshT on Mar 27, 2009 2:41 AM

Similar Messages

  • Partner link name issue in B2B-BPEL

    Hi,
    I configured B2B-BPEL interoperability. I am able to see the B2B adapter services wsdl from jdeveloper. I configured custom xml using ebMS protocol in B2B. while creating the partner link for that. it is showing wsdl path:
    http://127.0.0.1:8888/orainfra/wsil/adapters/B2B/Custom/ebMS+Document+Protocol+Revision1-1.0/ebMS+doc+type1/ebMS+doc+def1?wsdl.
    In BPEL, symbols "+, ?" were not supported so i am getting the error like "Name is not a valid NCNAME".
    please some help me to resolve this.

    Hi Ramesh,
    I have applied the latest Patch (Patch Number- 5983622) and Configured the custom over ebMS(I could see from jdeveloper- partnerlink using the B2B WSIL browser). when i click the patnerlink- it shows the /adapters/B2B/Custom/ebMS+Document+protocol+revision1.0/ebMS+doc+type/ebMS+doc+def.
    For wsdl file it shows the location: http://127.0.0.1:8888/orainfra/wsil/adapters/B2B/Custom/ebMS+Document+Protocol+Revision-1.0/ebMS+doc+type/ebMS+doc+def?wsdl.
    I opened this using IE. I found wdsl that:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions name="ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0" targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/aq/ebMS+doc+type_ebMS+Document+Protocol+Revision-1.0/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/aq/ebMS+doc+type_ebMS+Document+Protocol+Revision-1.0/" xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/" xmlns:pc="http://xmlns.oracle.com/pcbpel/" xmlns:imp1="http://www.w3.org/2001/XMLSchema" xmlns:obj1="http://xmlns.oracle.com/xdb/B2B/">
    - <types>
    - <!-- Define AQ Headers = Payload Headers + Static Queue Headers
    -->
    - <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/aq/ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:hdr="http://xmlns.oracle.com/pcbpel/adapter/aq/inbound/">
    <import namespace="http://xmlns.oracle.com/xdb/B2B/" schemaLocation="ebMS+doc+def/B2B_IP_MESSAGE_TYPE.xsd" />
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/aq/inbound/" schemaLocation="ebMS+doc+def/aqAdapterHeader.xsd" />
    - <complexType name="HeaderType">
    - <sequence>
    - <!-- static header
    -->
    <element name="QueueHeader" type="hdr:HeaderType" />
    - <!-- payload header
    -->
    <element name="PayloadHeader" type="obj1:IP_MESSAGE_TYPE" />
    </sequence>
    </complexType>
    <element name="Header" type="tns:HeaderType" />
    </schema>
    - <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://www.w3.org/2001/XMLSchema" schemaLocation="ebMS+doc+def/ebMS+doc+def.xsd" />
    </schema>
    </types>
    - <message name="ebMS+doc+type_msg">
    <part name="ebMS+doc+type1" element="imp1:ebMS+doc+type" />
    </message>
    - <message name="Header_msg">
    <part name="Header" element="tns:Header" />
    </message>
    - <portType name="Enqueue_ptt">
    - <operation name="Enqueue_ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0">
    <input message="tns:ebMS+doc+type1_msg" />
    </operation>
    </portType>
    - <portType name="Dequeue_ptt">
    - <operation name="Dequeue_ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0">
    <input message="tns:ebMS+doc+type1_msg" />
    </operation>
    </portType>
    - <binding name="Enqueue_binding" type="tns:Enqueue_ptt">
    <jca:binding />
    - <operation name="Enqueue_ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0">
    <jca:operation InteractionSpec="oracle.tip.adapter.aq.outbound.AQEnqueueInteractionSpec" QueueName="IP_OUT_QUEUE" DatabaseSchema="B2B" ObjectFieldName="PAYLOAD" RecipientList="b2buser" OpaqueSchema="false" PayloadHeaderRequired="true" />
    - <input>
    <jca:header message="tns:Header_msg" part="Header" />
    </input>
    </operation>
    </binding>
    - <binding name="Dequeue_binding" type="tns:Dequeue_ptt">
    <pc:inbound_binding />
    - <operation name="Dequeue_ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0">
    <jca:operation ActivationSpec="oracle.tip.adapter.aq.inbound.AQDequeueActivationSpec" QueueName="IP_IN_QUEUE" DatabaseSchema="B2B" ObjectFieldName="PAYLOAD" Consumer="b2buser" OpaqueSchema="false" PayloadHeaderRequired="true" />
    - <input>
    <jca:header message="tns:Header_msg" part="Header" />
    </input>
    </operation>
    </binding>
    - <service name="ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0">
    - <port name="Enqueue_pt" binding="tns:Enqueue_binding">
    <jca:address adapterInstanceJndi="eis/b2b" UIConnectionName="b2b" />
    </port>
    - <port name="Dequeue_pt" binding="tns:Dequeue_binding">
    <jca:address adapterInstanceJndi="eis/b2b" UIConnectionName="b2b" />
    </port>
    </service>
    - <plt:partnerLinkType name="PLT_ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0_send">
    - <plt:role name="B2BSend_ebMS+doc+type_ebMS+Document+Protocol+Revision-1.0">
    <plt:portType name="tns:Enqueue_ptt" />
    </plt:role>
    </plt:partnerLinkType>
    - <plt:partnerLinkType name="PLT_ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0receive">
    - <plt:role name="B2BReceive_ebMS+doc+type_ebMS+Document+Protocol+Revision-1.0">
    <plt:portType name="tns:Dequeue_ptt" />
    </plt:role>
    </plt:partnerLinkType>
    </definitions>
    So i am facing the symbols "+, ?" were not supported so i am getting the error like "Name is not a valid NCNAME".

  • B2B-BPEL Interoperability using b2b adapter

    Hello All,
    We have Oracle B2B 10.1.2.0.2 is installed over Mid Tier (J2EE & WebCache Application Server 10.1.2.0.2) on one machine. and SOA 10.1.3.0 installed on another machine.
    Now we need to configure B2B-BPEL adapter in SOA suite. For this we have followed the steps mentioned in Readme.txt file of $ORACLE_MIDTIER_HOME\ip\install\B2B-BPEL.zip and after giving correct hostname, port, sid and b2b schema password the process is completed successfully.
    But we still dont see any b2b folder in wsil browser while creating partner link in bpel.
    Please assist us to resolve this issue.
    Thanks in advance
    Hitesh
    Edited by: HiteshKumar on Nov 11, 2009 4:04 AM

    Hi Anuj,
    Thanks for the important documentations..
    I have already followed the instructions mentioned in setting up B2B adapter in WSIF browser through BPEL developers prompt but still i cant see any b2b adapter option while creation Partner Links in JDev.
    I have installed Oracle Application Server 10.1.2.0.2 J2EE and Web Cache Type and B2B resides on it.
    Do i need to upgrade this Application Server by the patch and MLR you suggested because b2b installation over this Application Server ???
    I tried another option of sending documents to B2B through BPEL ie. using AQ adapters but i have couple of queries
    1. while enqueuing documents to IP_OUT_QUEUE , how do we populate the parameters of Header and IP_Message_Type ??
    2. What value should be assigned to payload parameter of IP_MESSAGE_TYPE ?
    3. while defining the XSD for Purchase Order EDI files, I select the 850.xsd in which i see no root element but multiple composite elements along with TransactionSet element. Which element should I select for defining the XSD ??
    Kindly help me clearing the above doubts .
    Thanks & Regards
    Hitesh

  • Errror while Running the ant file(build.xml) when applying B2B-BPEL patch

    Hello all,
    I am trying to apply the B2B WSIL Browser patch and while running the ant file i got the following warning while backing out d3l.jar file
    echo Backing out dl3l.jar to avoid conflicts with B2B...
    move *Warning: Could not find file C:\product\1013~1.1\ORACLE~1\bpel\samples\tmp\B2B-BPEL\${env.ORACLE_HOME}\xqs\lib\d3l.jar to copy.*
    and the following error when it was not able to find admin_client.jar file
    *java Unable to access jarfile C:\product\1013~1.1\ORACLE~1\bpel\samples\tmp\B2B-BPEL\${env.ORACLE_HOME}\j2ee\home\admin_client.jar*
    java Java Result: 1
    echo Binding B2B WSIL Browser...
    *java Unable to access jarfile C:\product\1013~1.1\ORACLE~1\bpel\samples\tmp\B2B-BPEL\${env.ORACLE_HOME}\j2ee\home\admin_client.jar*
    and the BUILD FAILED
    *so i created the necessary folders in the newly generated folder manually in ${env.ORACLE_HOME} i.e xqs\lib & j2ee\home and pasted the d3l.jar and admin_client.jar in these folders respectively,and again ran the ant file,this time the error is first problem is cleared i.e it is not showing the warning that it could not find* d3l.jar_+ file and it is also converting this file as d3l.jar.hide_+ *, but this time in the place of second error a new error is generated i.e* +
    Problem_
    C:\product\1013~1.1\ORACLE~1\bpel\samples\tmp\B2B-BPEL&gt;ant
    Buildfile: build.xml
    apply-b2b-bpel-10.1.3:
    echo Prompting for B2B repository connection parameters...
    input Please enter B2B repository hostname [http://127.0.0.1:] [http://127.0.0.1]
    172.17.4.14
    input Please enter B2B repository port 1521: 1521
    1521
    input Please enter B2B repository sid ORCL: ORCL
    orcl
    input Please enter B2B password b2b: b2b
    b2b
    input Please enter oc4j instance name home: home
    home
    input Please enter oc4j admin password welcome1: welcome1
    welcome1
    input Please enter opmn request port 6003: 6003
    6003
    echo Copying b2b.jar and tip.properties to appropriate locations...
    copy Copying 1 file to C:\product\1013~1.1\ORACLE~1\bpel\samples\tmp\B2B-BPEL\${env.ORACLE_HOME}\lib
    copy Copying 1 file to C:\product\1013~1.1\ORACLE~1\bpel\samples\tmp\B2B-BPEL\${env.OB_HOME}\system\classes
    echo Backing out dl3l.jar to avoid conflicts with B2B...
    move Moving 1 file to C:\product\1013~1.1\ORACLE~1\bpel\samples\tmp\B2B-BPEL\${env.ORACLE_HOME}\xqs\lib
    echo Deploying B2B WSIL Browser ...
    echo OPMN Port is : 6003
    echo Container is : home
    echo Host is : ${env.HOSTNAME}
    echo iasadminpassword is : welcome1
    java java.lang.NoClassDefFoundError: oracle/oc4j/admin/deploy/cmdline/Oc4jAdminCmdline
    java Exception in thread "main"
    java Java Result: 1
    echo Binding B2B WSIL Browser...
    java java.lang.NoClassDefFoundError: oracle/oc4j/admin/deploy/cmdline/Oc4jAdminCmdline
    java Exception in thread "main"
    BUILD FAILED
    C:\product\1013~1.1\ORACLE~1\bpel\samples\tmp\B2B-BPEL\build.xml:88: The following error occurred while executing this line:
    C:\product\1013~1.1\ORACLE~1\bpel\samples\tmp\B2B-BPEL\build.xml:49: Java returned: 1
    Total time: 31 seconds
    C:\product\1013~1.1\ORACLE~1\bpel\samples\tmp\B2B-BPEL&gt;
    i have set the classpath for the jdk and jre files correctly and also checked it with a sample program and the file is compiling and running with correct output.then why is it showing up java.lang.NoClassDefFoundError exception.Did anyone face the same problem or have a solution for this problem if they have then plzzz help me
    thnx
    Sunny
    Edited by: sunny kay on Jan 27, 2009 4:14 AM

    Hello sri,
    Thanks for your response as you have told i have set the ORACLE_HOME = C:\product\10.1.3.1\OracleAS_1
    and added C:\product\10.1.3.1\OracleAS_1\bin to my sys path
    and i have also set the JAVA_HOME=C:\product\10.1.3.1\OracleAS_1\jdk
    and added C:\product\10.1.3.1\OracleAS_1\jdk\bin to my sys path
    and ran the patch,now its coming up with a different problem after entering the B2B repository connection parameters...
    and it is
    Problem_
    echo Deploying B2B WSIL Browser ...
    echo OPMN Port is : 6003
    echo Container is : home
    echo Host is : ${env.HOSTNAME}
    echo iasadminpassword is : welcome1
    java
    java
    java Failed at "Could not get DeploymentManager".
    java
    java This is typically the result of an invalid deployer URI format being
    supplied, the target server not being in a started state or incorrect authentic
    ation details being supplied.
    java
    java More information is available by enabling logging -- please see the
    Oracle Containers for J2EE Configuration and Administration Guide for details.
    java
    java
    java Java Result: 1
    echo Binding B2B WSIL Browser...
    java
    java
    java Failed at "Could not get DeploymentManager".
    java
    java This is typically the result of an invalid deployer URI format being
    supplied, the target server not being in a started state or incorrect authentic
    ation details being supplied.
    java
    java More information is available by enabling logging -- please see the
    Oracle Containers for J2EE Configuration and Administration Guide for details.
    java
    java
    BUILD FAILED
    The Application Server is in the started state and these are the details that i have entered when B2B Repository Connection Parameters is prompeted
    echo Prompting for B2B repository connection parameters...
    input Please enter B2B repository hostname [http://127.0.0.1]: [http://127.0.0.1]
    172.17.4.14
    input Please enter B2B repository port [1521|http://forums.oracle.com/forums/]: [1521|http://forums.oracle.com/forums/]
    1521
    input Please enter B2B repository sid ORCL: ORCL
    orcl
    input Please enter B2B password [b2b|http://forums.oracle.com/forums/]: [b2b|http://forums.oracle.com/forums/]
    b2b
    input Please enter oc4j instance name home: home
    home
    input Please enter oc4j admin password [welcome1|http://forums.oracle.com/forums/]: [welcome1|http://forums.oracle.com/forums/]
    welcome1
    input Please enter opmn request port [6003|http://forums.oracle.com/forums/]: [6003|http://forums.oracle.com/forums/]
    6003
    is anything wrong in this i have tried by giving the default host name instead of mine but result is still the same.what is the problem can you figure it out and provide me a solution.
    thnx
    Sunny

  • Problem with the BPEL configuration in IPM

    Hi,
    I am using ECM 11.1.1.3.
    i have created an application in IPM for invoices and done BPEL configuration.
    Here IPM input agent pick the text file exported by the OFR.( contains xml(supporting content) and tiff file).
    some of the BPEL fiels are mapped with the IPM application and some of the fields are mapped with supporting
    content(i.e line items)
    but here when we test it only one line item will be taken in Bpel payload even if there are 4 line items supporting content.
    can anybody plz help?.....

    Hi,
    I fear that is a bug in the report which is currently being investigated. For now, can you simply create the logical ports and RFC destination manually.
    For this follow the steps outlined in the deployment guide
    -> 3.2.4 Retrieve URL for Logical Port
    -> 3.2.5 Create a Logical Port
    in Chapter 3.2.5. execute these steps on the SCL and not (like mentioned in the documentation) on the SAP system. After doing that the missing steps of report /IWCNT/DEMO_REP_LP_CONFIG should be executed.
    (you might also have to create an HTTP RFC destination that points to the SCL itself)
    I will let you know as soon as we have a fix for /IWCNT/DEMO_REP_LP_CONFIG itself.
    Regards,
    Holger.

  • Issue related to View Configuration in EHP1.

    Hi All,
    We have upgraded CRM system from 6.0 to EHP1. There is some issue with the custom configurations for different components.
    In 6.0, custom configurations had been done to bring custom fields(EEWB) on web ui. Now in the upgraded system, on Web UI i can see the view area but fields are not there.
    When i click on "Show Configurable Areas" button on web ui and select the details view area, i can see the custom fields in that. But those custom fields are coming with Yellow Highlighted color. (It is similar if i go to component workbench, select the view and check the custom configurations)
    Now when i click on "Show Mismatch" button, it give a pop up with title "Mismatch between EFC and Configuration", and in the pop up there are two coloumns, 1 for element id(context node attribute) and next one for "Kind of mismatch". In the 2nd column there is a message for every custom field that "No corresponding EFC-Element"
    Did anyone faced this kind of issue ?
    Thanks
    Raman

    Hi Harshit,
    Thanks for replying.
    I found this single thread when i was searching SDN for this issue. I run that report to compare the runtime repository files and done the changes also. And i also run that report for my user id to delete all user specific personalization. But that didn't work.
    This issue is coming for all the custom configurations where we have added the custom fields on the UI.
    Do you have any idea what exactly is an EFC-Element ? i can see this message in the configuration when i click on show mismatch.
    Thanks
    Raman

  • Namespace appear after i send using B2B-BPEL adapter

    Hi All,
    i have a case here:
    i have a PIP 4B2 that i remove all the Namespace declaration using BPEL PM and send to Oracle B2B using B2B-BPEL Adapter.
    the PIP successfully send out but when receive at another end, the namespace appear again.
    anyway to make sure that the namespace wont appear??
    thanks
    kin wah

    hi ramesh,
    finally i got time to test.
    i tried both way , using B2B Adapter and AQ but the result is still the same.
    let me show you this is the my payload from BPEL after my transformation
    <Pip4B2ShipmentReceiptNotification><fromRole><PartnerRoleDescription><ContactInformation><contactName><FreeFormText>DUMMY </FreeFormText></contactName><EmailAddress>DUMMY</EmailAddress><facsimileNumber><CommunicationsNumber>DUMMY</CommunicationsNumber>
    but after go into Oracle B2B, it become like this
    <?xml version="1.0" ?><Pip4B2ShipmentReceiptNotification xmlns="http://www.edifecs.com/RosettaNet/100"><fromRole xmlns=""><PartnerRoleDescription><ContactInformation><contactName><FreeFormText>DUMMY </FreeFormText></contactName><EmailAddress>DUMMY</EmailAddress><facsimileNumber><CommunicationsNumber>DUMMY</CommunicationsNumber>
    please advice whether i should log SR for this matter.
    thanks
    kinwah

  • What version of 10GiAS is compatible with Integration B2B & BPEL

    I believe Oracle is going to release 10gr3 (10.1.3.1) release of Middleware which is bundled as SOA suite along with other suites BPA/EDA etc
    We were told earlier that 10.1.3 is not compatible with Integration B2B as B2B needs 10.1.2 BPEL Designer.
    Can someone throw light if 10.1.3.1 will have all-components compatible to each other including B2B/BPEL/WSM/ESB products

    I saw in the AS certification sheet that B2B is certified for Itanium-2 servers running Windows2003, but not for Itanium-2 running HP-Ux. Being a J2EE application this is a strange difference: it runs within AS1012, but only on certain combinations of CPU / OS....
    I would expect B2B to run under AS1012 on an Itanium-2 Ux platform anyway. Is there anyone who uses this combination? Is there some guidance from Oracle regarding not-certified combinations of CPU/OS and AS/B2B?

  • EDI maps migration to B2B/BPEL?

    Hi,
    Is there any feature in B2B/BPEL which can help me migrate existing EDI ANSI X12 Harbinger maps to BPEL/B2B XSL format?
    or
    Is there any way other than manual to migrate these maps.
    Thanks,
    Sachin Sutar

    Hello Sachin,
    If you are using the XSLT maps in the Harbinger you can directly make use of the same in BPEL as long as the data feed to the map in BPEL Process is same as the feed in your harbinger System.
    Another challenge is how to you get the data to be transofrmed into the BPEL process, you might have to look at either FILE/FTP/JMS or any of the technology adapter in BPEL.
    HTH. Let me know.
    Rgds,Ramesh

  • SQL Server 2000 and BPEL configuration issues

    I am attempting to get SQL Server 2000 to work with BPEL PM Server, and have followed a similar set of instructions as provided in a previously posted document regarding the switch from oracle lite to oracle production. I am following the OC4J route. I've seen a previous posting on this, however, I am elaborating a little more on the configuration details here and the difficulties that I am encountering.
    I'm am using the following software:
    1) SQL Server 2000 (w/ SP3)
    2) SQL Server 2000 JDBC Driver (SP3 latest version)
    3) BPEL PM (GA release)
    Here's what I've done:
    1) setup the database in SQL Server 2000 (named: ORABPEL). then ran the ddl scripts that came with the BPEL installation for sql server. there were two scripts, one for domain and the other for server. the commandlines to run these scripts:
    sql -Uuser -Ppassword -ddatabase
    -i c:\orabpel\system\database\scripts\domain_sqlserver.ddl
    -o c:\orabpel\system\database\scripts\domain_sqlserver.out
    2) installed stored procedures for JTA. this is documented in the JDBC driver help file.
    3) modified the library paths in application.xml as followed:
    <!-- SQL2K JDBC LIBS -->
    <library path="C:\Program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msbase.jar"/>
    <library path="C:\Program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msutil.jar"/>
    <library path="C:\Program files\Microsoft SQL Server 2000 Driver for JDBC\lib\mssqlserver.jar"/>
    4) modified the datasources in the data-sources.xml:
    - first comment out the oracle lite data-source
    - add datasources for mssql 2000:
    <data-source class="com.evermind.sql.DriverManagerDataSource"
         name="BPELServerDataSource"
         location="loc/BPELServerDataSource"
         xa-location="BPELServerDataSource"
         ejb-location="jdbc/BPELServerDataSource"
         connection-driver="com.microsoft.jdbc.sqlserver.SQLServerDriver"
         url="jdbc:microsoft:sqlserver://127.0.0.1:1433;SelectMethod=cursor;User=<username>;Password=<password>;DatabaseName=ORABPEL">
    </data-source>
    <data-source class="com.evermind.sql.DriverManagerDataSource"
         name="BPELSamplesDataSource"
         location="jdbc/BPELSamplesDataSource"
         xa-location="BPELSamplesDataSource"
         ejb-location="jdbc/BPELSamplesDataSource"
         connection-driver="com.microsoft.jdbc.sqlserver.SQLServerDriver"
         url="jdbc:microsoft:sqlserver://127.0.0.1:1433;SelectMethod=cursor;User=<username>;Password=<password>;DatabaseName=ORABPEL">
    </data-source>
    <data-source class="com.evermind.sql.DriverManagerDataSource"
    name="AdminConsoleDateSource"
    location="jdbc/AdminConsoleDateSource"
    xa-location="AdminConsoleDateSource"
    ejb-location="jdbc/AdminConsoleDateSource"
         connection-driver="com.microsoft.jdbc.sqlserver.SQLServerDriver"
         url="jdbc:microsoft:sqlserver://127.0.0.1:1433;SelectMethod=cursor;User=<username>;Password=<password>;DatabaseName=ORABPEL">
    </data-source>
    after starting the BPEL PM Server, I got the following set of error messages:
    Loading processes for BPEL domain "default" ...
    <2005-06-02 09:36:44,482> <ERROR> <default.collaxa.cube.sensor> <PCException::<i
    nit>> Sensors not supported.
    <2005-06-02 09:36:44,482> <ERROR> <default.collaxa.cube.sensor> <PCException::<i
    nit>> Sensors are not supported on this database platform.
    <2005-06-02 09:36:44,482> <ERROR> <default.collaxa.cube.sensor> <PCException::<i
    nit>> If sensor functionality is required, please switch to a supported platform
    After this I went and changed the class tags to: com.microsoft.jdbcx.sqlserver.SQLServerDataSource
    restarted the server and got the following:
    <2005-06-02 09:22:52,531> <INFO> <collaxa> <ConnectionFactoryImpl::init> Initial
    ized connection factory jdbc/BPELServerDataSource
    05/06/02 09:23:06 ORABPEL-04077
    Cannot fetch a datasource connection.
    The process domain was unable to establish a connection with the datasource with
    the connection URL "loc/BPELServerDataSource". The exception reported is: Cann
    ot fetch a datasource connection.
    The process domain was unable to establish a connection with the datasource with
    the connection URL "loc/BPELServerDataSource". The exception reported is: [Mic
    rosoft][SQLServer 2000 Driver for JDBC]Unable to connect. DataSource property s
    erverName must be specified.
    Please check that the machine hosting the datasource is physically connected to
    the network. Otherwise, check that the datasource connection parameters (user/p
    assword) is currently valid.
    Please check that the machine hosting the datasource is physically connected to
    the network. Otherwise, check that the datasource connection parameters (user/p
    assword) is currently valid.

    Hi,
    I just saw your post message about configuring SQL server 2000 with Oracle BPLE. Have you configured it successfully or still encountered any problem.
    I am new to Oracle BPEL. Want to know if Oracle BPEL can use MSFT SQL server 2000 as the repository entirely, therefore, we don't need Oracle (or Oracle light database).
    Will really appreciate if you can share information and experience to configure SQL 2000 with Oracle BPEL.
    Thank you so much in advance.
    Leey

  • Issue processing B2B message id from AQ in BPEL 11g

    Hi,
    IN 10g we used header variable to get the b2b message id for a message from AQ for inbound messages.
    But when we migrated the BPEL to 11g, we are not able to retrive the B2B mesage id from header as the header variable is coming as null.
    Let me know if we have a special way to handle this in 11g
    Thanks,
    Naveen Kumar T.

    Did u chk with the properities tab in the receive activity? There is a property called b2b.messageId. you can try setting a pre-defined variable to this property.

  • Issue with unbinding of configurations from old jars

    Hi,
    We have a setup where we deploy some of the business services and configurations (Java code) into CQ5 so that they can be managed through Apache console.
    We are facing a problem where if we deploy a new version of the jar, the configurations still continue to get binded with the old version of the jar and we need manually unbind and bind the configurations.
    We have tried the following but in vain:
    Deleting the old jars from /apps/<application name>/install folder.
    Deleting the bundles from the Apache console and deploying the new jars
    Please note that we do not have any custom activators for the bundles, but rather rely on OSGi dependency management to start up the services and configurations.
    What I wanted to check with the group is if someone has faced a similar issue and if you are aware of the resolution for the same.
    Ashish

    Hello Ashish,
    Ideally you should not require to do that. But some points as suggestion
    1. When you build the bundle does it says your deployment is successful because it may happen that it built but not deployed, for that just check your error.log also for each deployment console update corresponding log information in error.log only.
    2. also check the last modification time for your bundle deployed in felix console under "bundles" tab.
    As yogesh suggested managing service configuration through osgiConfig is better approach as it give you flexibility (no hot deployment for each changes) and helps you to manage services better.
    Thanks,
    Pawan

  • Issue with Export / Import Configuration Data in AC 5.3 migration to AC 10

    Hi,
    We are migrating from AC 5.3 to AC 10. As per the Migration Guide I have exported the data from AC 5.3.
    The export created around 57 files on the destination with .dat extension.
    Moved these files to target server Import location.
    Then I have used the utility (GRAC_DATA_MIGRATION) in AC 10. Selected the Import location. and clicked Get Files.
    It has uploaded some files (21 out of 57).
    When I analyzed the uploaded files, I found it has uploaded only "Common Configuration" data. For the below Objects, though the export utility has created files, Import utility did not uploaded the files.
    1. Business Unit
    2. Critical Roles and Profiles
    3. CUP Role Repository
    4. Mitigation Controls
    5. SOD Rules
    6. Workflow
    Does anyone have any idea about this issue?
    Regards,
    Deepak

    Deepak,
    Can you share with me how you are importing the config data? How you are using the path? Please share this and also try toshare how you systems are distributed.
    Regards,
    Faisal

  • Issue with B2B Simulator for testing Healthcare Integration in SOA 11.1.1.6

    Hi All,
    I've installed the healthcare integration patch on top of SOA 11g PS5, and am now trying out the integration scenarios as detailed here . When running the B2B simulator as detailed in the readme, I'm able to see that the ADT file is polled from /tmp/blite/test/in folder, but the same file is not put into the /tmp/blite/test/out folder as expected. Nor am I able to see the messages in the Healthcare UI dashboards, neither the SCA composite instance is instantiated in the EM console.
    The simulator log generated by B2B simulator does not show any apparent error, except for a oracle.jrf.UnknownPlatformException: JRF is unable to determine the current application server platform. But the process seems to have gone ahead and also shows that the message sent count as 1. Has anyone tried this integration scenario in Healthcare? Any pointers would be highly appreciated. Thanks in advance.
    Simulator log below (did not find an option to upload the file)
    FINEST: Generating Inbound configuration : 1
    Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: genInboundConfig : Enter
    Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: genInboundConfig : Exit
    Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: Generating Outbound configuration : 1
    Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: genOutboundConfig : Enter
    Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: genOutboundConfig : Exit
    Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: Generating the simulator config file...
    Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: Exception while generating simulator config file
    Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: HL7Plugin: receriver(): Parameters =tcp.receiver.port:11002
    Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: HL7Plugin: receriver(): Parameters =isFARequired:false
    Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: Setting the inbound config properties...
    Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger log
    FINE: Please enter CTRL+C to stop the B2B-Lite
    Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: initialization Enter
    Mar 8, 2013 12:07:39 PM oracle.integration.platform.blocks.FabricConfigManager <clinit>
    WARNING: JRF is unable to determine the current application server platform.
    Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger log
    FINE: TCP Listening on port : [11002]
    Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: SelectionKey for port 11002
    Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: initialization Exit
    Mar 8, 2013 12:07:39 PM oracle.integration.platform.blocks.WLSPlatformConfigurationProvider <clinit>
    WARNING: JRF is unable to determine the current application server platform.
    Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: startserver Enter
    Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: startserver Enter (After Initialization)
    Mar 8, 2013 12:07:40 PM oracle.dms.instrument.DMSConsole init
    FINE: DMSConsole is being initialized at 1362724660538
    Thread (id):
    pool-6-thread-1 (13)
    Stack:
    oracle.dms.instrument.Noun(Noun.java:113):<init>
    oracle.dms.instrument.Noun(Noun.java:2261):<clinit>
    oracle.tip.b2b.metric.MetricRoot(MetricRoot.java:40):<init>
    oracle.tip.b2b.metric.EndpointSensors(EndpointSensors.java:86):<init>
    oracle.tip.b2b.metric.MetricFactory(MetricFactory.java:284):getEndpointSensors
    oracle.tip.b2b.metric.B2BSensors(B2BSensors.java:282):updateEndpointStatus
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:1347):updateMetrics
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:980):processMessages
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:397):run
    oracle.tip.b2b.transport.basic.FileReceiver(FileReceiver.java:483):init
    oracle.tip.b2b.simulator.basic.Worker(Worker.java:74):run
    java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:886):runTask
    java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:908):run
    java.lang.Thread(Thread.java:662):run
    Mar 8, 2013 12:07:40 PM oracle.dms.util.ServerEnvironment getServerEnvironment
    FINE: initialization error
    oracle.jrf.UnknownPlatformException: JRF is unable to determine the current application server platform.
         at oracle.jrf.ServerPlatformSupportFactory.getInstance(ServerPlatformSupportFactory.java:79)
         at oracle.dms.util.ServerEnvironment.getServerEnvironment(ServerEnvironment.java:125)
         at oracle.dms.instrument.DMSConsole.init(DMSConsole.java:307)
         at oracle.dms.instrument.Noun.<init>(Noun.java:114)
         at oracle.dms.instrument.Noun.<clinit>(Noun.java:2261)
         at oracle.tip.b2b.metric.MetricRoot.<init>(MetricRoot.java:40)
         at oracle.tip.b2b.metric.EndpointSensors.<init>(EndpointSensors.java:86)
         at oracle.tip.b2b.metric.MetricFactory.getEndpointSensors(MetricFactory.java:285)
         at oracle.tip.b2b.metric.B2BSensors.updateEndpointStatus(B2BSensors.java:282)
         at oracle.tip.b2b.transport.basic.FileSourceMonitor.updateMetrics(FileSourceMonitor.java:1347)
         at oracle.tip.b2b.transport.basic.FileSourceMonitor.processMessages(FileSourceMonitor.java:1005)
         at oracle.tip.b2b.transport.basic.FileSourceMonitor.run(FileSourceMonitor.java:397)
         at oracle.tip.b2b.transport.basic.FileReceiver.init(FileReceiver.java:483)
         at oracle.tip.b2b.simulator.basic.Worker.run(Worker.java:74)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
         at java.lang.Thread.run(Thread.java:662)
    Mar 8, 2013 12:07:40 PM oracle.dms.clock.ClockManager createClock
    FINE: Checking if clock (default) is loaded
    Mar 8, 2013 12:07:40 PM oracle.dms.clock.ClockManager createClock
    FINE: The class name for (default) is oracle.dms.clock.SimpleClock
    Mar 8, 2013 12:07:40 PM oracle.dms.clock.ClockManager createClock
    FINE: Called Class.forName("oracle.dms.clock.SimpleClock")
    Mar 8, 2013 12:07:40 PM oracle.dms.clock.ClockManager createClock
    FINE: Created a new instance of oracle.dms.clock.SimpleClock
    Mar 8, 2013 12:07:41 PM oracle.dms.context.DMSContextManager init
    FINE: DMSContextManager is being initialized at 1362724661670
    Thread (id):
    pool-6-thread-1 (13)
    Stack:
    oracle.dms.instrument.DMSConsole(DMSConsole.java:364):init
    oracle.dms.instrument.Noun(Noun.java:113):<init>
    oracle.dms.instrument.Noun(Noun.java:2261):<clinit>
    oracle.tip.b2b.metric.MetricRoot(MetricRoot.java:40):<init>
    oracle.tip.b2b.metric.EndpointSensors(EndpointSensors.java:86):<init>
    oracle.tip.b2b.metric.MetricFactory(MetricFactory.java:284):getEndpointSensors
    oracle.tip.b2b.metric.B2BSensors(B2BSensors.java:282):updateEndpointStatus
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:1347):updateMetrics
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:980):processMessages
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:397):run
    oracle.tip.b2b.transport.basic.FileReceiver(FileReceiver.java:483):init
    oracle.tip.b2b.simulator.basic.Worker(Worker.java:74):run
    java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:886):runTask
    java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:908):run
    java.lang.Thread(Thread.java:662):run
    Mar 8, 2013 12:07:41 PM oracle.dms.context.internal.AbstractContextManager$ContextCleaner <init>
    FINE: Creating new Context Cleaner Thread
    Mar 8, 2013 12:07:41 PM oracle.dms.trace.TraceManager init
    FINE: TraceManager is being initialized at 1362724661891
    Thread (id):
    pool-6-thread-1 (13)
    Stack:
    oracle.dms.trace.TraceManager(TraceManager.java:242):init
    oracle.dms.instrument.DMSConsole(DMSConsole.java:373):init
    oracle.dms.instrument.Noun(Noun.java:113):<init>
    oracle.dms.instrument.Noun(Noun.java:2261):<clinit>
    oracle.tip.b2b.metric.MetricRoot(MetricRoot.java:40):<init>
    oracle.tip.b2b.metric.EndpointSensors(EndpointSensors.java:86):<init>
    oracle.tip.b2b.metric.MetricFactory(MetricFactory.java:284):getEndpointSensors
    oracle.tip.b2b.metric.B2BSensors(B2BSensors.java:282):updateEndpointStatus
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:1347):updateMetrics
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:980):processMessages
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:397):run
    oracle.tip.b2b.transport.basic.FileReceiver(FileReceiver.java:483):init
    oracle.tip.b2b.simulator.basic.Worker(Worker.java:74):run
    java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:886):runTask
    java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:908):run
    java.lang.Thread(Thread.java:662):run
    Mar 8, 2013 12:07:41 PM oracle.dms.trace.TraceManager shutdown
    FINE: TraceManager is being shutdown at 1362724661895
    Thread (id):
    pool-6-thread-1 (13)
    Stack:
    oracle.dms.trace.TraceManager(TraceManager.java:1249):shutdown
    oracle.dms.trace.TraceManager(TraceManager.java:256):init
    oracle.dms.trace.TraceManager(TraceManager.java:242):init
    oracle.dms.instrument.DMSConsole(DMSConsole.java:373):init
    oracle.dms.instrument.Noun(Noun.java:113):<init>
    oracle.dms.instrument.Noun(Noun.java:2261):<clinit>
    oracle.tip.b2b.metric.MetricRoot(MetricRoot.java:40):<init>
    oracle.tip.b2b.metric.EndpointSensors(EndpointSensors.java:86):<init>
    oracle.tip.b2b.metric.MetricFactory(MetricFactory.java:284):getEndpointSensors
    oracle.tip.b2b.metric.B2BSensors(B2BSensors.java:282):updateEndpointStatus
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:1347):updateMetrics
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:980):processMessages
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:397):run
    oracle.tip.b2b.transport.basic.FileReceiver(FileReceiver.java:483):init
    oracle.tip.b2b.simulator.basic.Worker(Worker.java:74):run
    java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:886):runTask
    java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:908):run
    java.lang.Thread(Thread.java:662):run
    Mar 8, 2013 12:07:41 PM oracle.dms.trace.TraceAggregator shutdown
    FINE: TraceAggregator is being shutdown at 1362724661900
    Thread (id):
    pool-6-thread-1 (13)
    Stack:
    oracle.dms.trace.TraceManager(TraceManager.java:1315):shutdown
    oracle.dms.trace.TraceManager(TraceManager.java:1249):shutdown
    oracle.dms.trace.TraceManager(TraceManager.java:256):init
    oracle.dms.trace.TraceManager(TraceManager.java:242):init
    oracle.dms.instrument.DMSConsole(DMSConsole.java:373):init
    oracle.dms.instrument.Noun(Noun.java:113):<init>
    oracle.dms.instrument.Noun(Noun.java:2261):<clinit>
    oracle.tip.b2b.metric.MetricRoot(MetricRoot.java:40):<init>
    oracle.tip.b2b.metric.EndpointSensors(EndpointSensors.java:86):<init>
    oracle.tip.b2b.metric.MetricFactory(MetricFactory.java:284):getEndpointSensors
    oracle.tip.b2b.metric.B2BSensors(B2BSensors.java:282):updateEndpointStatus
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:1347):updateMetrics
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:980):processMessages
    oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:397):run
    oracle.tip.b2b.transport.basic.FileReceiver(FileReceiver.java:483):init
    oracle.tip.b2b.simulator.basic.Worker(Worker.java:74):run
    java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:886):runTask
    java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:908):run
    java.lang.Thread(Thread.java:662):run
    Mar 8, 2013 12:07:41 PM oracle.dms.trace.TraceManager recordConfig
    FINE: DMS Transaction Tracing is enabled at MIN level
    Mar 8, 2013 12:07:41 PM oracle.dms.context.internal.AbstractContextFamily <init>
    FINER: New ContextFamily created [0000Jp8i2el0vlwLsES4yX1HEOSp000000] - invoked with stack:
    Thread (id):
    ContextCleaner (18)
    Stack:
    oracle.dms.context.internal.jse.JSEContextFamily(JSEContextFamily.java:55):<init>
    oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:616):newFamily
    oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:255):getContext
    oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:63):getContext
    oracle.dms.context.DMSContextManager(DMSContextManager.java:413):getContext
    oracle.dms.context.DMSContextManager(DMSContextManager.java:395):getContext
    oracle.dms.context.internal.AbstractContextManager$ContextCleaner(AbstractContextManager.java:1022):run
    Mar 8, 2013 12:07:42 PM oracle.dms.context.internal.AbstractExecutionContext <init>
    FINER: New AbstractExecutionContext created [0000Jp8i2el0vlwLsES4yX1HEOSp000000, 0] - invoked with stack:
    Thread (id):
    ContextCleaner (18)
    Stack:
    oracle.dms.context.internal.jse.JSEExecutionContext(JSEExecutionContext.java:108):<init>
    oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:619):newFamily
    oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:255):getContext
    oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:63):getContext
    oracle.dms.context.DMSContextManager(DMSContextManager.java:413):getContext
    oracle.dms.context.DMSContextManager(DMSContextManager.java:395):getContext
    oracle.dms.context.internal.AbstractContextManager$ContextCleaner(AbstractContextManager.java:1022):run
    Mar 8, 2013 12:07:42 PM oracle.dms.context.internal.jse.JSEExecutionContext activate
    FINER: JSEExecutionContext activated [0000Jp8i2el0vlwLsES4yX1HEOSp000000, 0] - invoked with stack:
    Thread (id):
    ContextCleaner (18)
    Stack:
    oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:269):getContext
    oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:63):getContext
    oracle.dms.context.DMSContextManager(DMSContextManager.java:413):getContext
    oracle.dms.context.DMSContextManager(DMSContextManager.java:395):getContext
    oracle.dms.context.internal.AbstractContextManager$ContextCleaner(AbstractContextManager.java:1022):run
    JSEExecutionContext instance: 0000Jp8i2el0vlwLsES4yX1HEOSp000000,0
    m_thread (id): ContextCleaner (18)
    m_suspended: false
    m_ctxContentMap: null
    m_ctxGlobalMap: 0
    m_ctxLocalMap: null
    m_inheritable: true
    m_listeners: null
    m_ctf:JSEContextFamily instance:
    mECID: 0000Jp8i2el0vlwLsES4yX1HEOSp000000
    mCtxMap: 1
    mGlobalMap: 0
    mPropagateKeys: null
    mLogKeys: null
    mLimitKeys: null
    Mar 8, 2013 12:07:42 PM oracle.dms.context.internal.AbstractContextManager cleanup
    FINE: AbstractContextManager.cleanup - Before Cleanup: JSEContextManager Class:
    mFamilyMap:1
    mCtxStashMap:0
    mCtxSuspendMap:0
    Mar 8, 2013 12:07:42 PM oracle.dms.context.internal.AbstractContextManager cleanup
    FINE: AbstractContextManager.cleanup - After Cleanup: JSEContextManager Class:
    mFamilyMap:1
    mCtxStashMap:0
    mCtxSuspendMap:0
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger log
    INFO:
    Message Body :
    Binary Data Not Displayed
    Message Parameters:
    id = 1362724662068-644430531
    Header Parameters:
    filename=MyCompany_ADTA03_2.3.1_1.txt
    filesize=450
    file_ext=txt
    fullpath=C:\tmp\blite\test\in\MyCompany_ADTA03_2.3.1_1.txt
    timestamp=2011-06-24T16:16:42.000+05:30
    Associated Endpoint:
    file://C:\tmp\blite\test\in
    null :
    Message Body :
    Binary Data Not Displayed
    Message Parameters:
    id = 1362724662068-644430531
    Header Parameters:
    filename=MyCompany_ADTA03_2.3.1_1.txt
    filesize=450
    file_ext=txt
    fullpath=C:\tmp\blite\test\in\MyCompany_ADTA03_2.3.1_1.txt
    timestamp=2011-06-24T16:16:42.000+05:30
    Associated Endpoint:
    file://C:\tmp\blite\test\in
    null
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger log
    FINE: MessageperSecond ::1
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: Number of Message Processed ::1
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: To Complete 1 Messages, Blite Takes 0s
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: Context is instantiated - HL7 : oracle.tip.b2b.simulator.model.OutboundConfigurationType@2109778
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: CtrlNogenerator Enter
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: Message Control Number:CTLID_20080910112956
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: CtrlNogenerator Exit
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: Msg ControlNo : CTLID_20080910112956
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: controlnumberdata Enter
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: Control Number CTLID_20080910112956
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: controlnumberdata Exit
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: the transport msg is oracle.tip.b2b.simulator.util.BliteMessage@2082b6b
    Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: the transport msg is
    Message Body :
    Binary Data Not Displayed
    Message Parameters:
    id = 136272466776957083775
    name=value
    Header Parameters:
    tcp.sender.dcID=abc
    tcp.sender.sb=0xb
    tcp.sender.port=11001
    SocketType=Client
    tcp.sender.ct=true
    tcp.sender.eb=0x1c
    tcp.sender.cr=0xd
    tcp.sender.host=localhost
    Associated Endpoint:
    null
    null
    Mar 8, 2013 12:07:48 PM oracle.tip.b2b.simulator.report.BLogger debug
    FINEST: Time taken to send Request Outbound 264ms
    Mar 8, 2013 12:07:48 PM oracle.tip.b2b.simulator.report.BLogger log
    FINE: Message was sent successfully
    Mar 8, 2013 12:07:52 PM oracle.tip.b2b.simulator.report.BLogger report
    INFO:
    ------------------------- Report Summary -----------------------------
    Position after 5s
    Threads in pool : Inbound 0 0 0 Outbound: 1 0 0 Ack: 0 0 0 Internal: 1 0 0 InternalAck: 0 0 0
    MLLP::     Send =1     Ack Receive =0     Msg Receive =0     Ack Send =0
    Total Message Sent:1     Total Ack Received:0
         Total Message Received:0

    Hello All, any pointers on this would be highly appreciated. All seems fine with the setup, configuration and the server. Not sure, why is the file not being transferred to the destination folder. Also since the file is picked up, no trace is there on its whereabouts, server log does not show any info as well!!

  • Issue - Oracle Business Indicators configuration in iPhone

    Hi Everyone,
    I am having an issue with Oracle Business Indicators configuration in iPhone. I have provided the IP address and username and pwd but I am getting the below error. Do I need to make any configuration or setup at our BI servier level?
    The network operation encountered an error for the activity 'creation of an OBIEE session'.
    Underlying Error Details:
    unsupported URL
    The URL that caused the error: 10.20.30.40/saw.dll?SoapImpl=nQSessionService
    Underlying Error Details:
    unsupported URL
    The URL that caused the error: 10.20.30.40/saw.dll?SoapImpl=nQSessionService
    Thanks in advance
    G

    You're getting the 500 Server Error because sawserver (presentation services) is crashing, as you say.
    For background info see here: http://rnm1978.wordpress.com/2009/12/09/troubleshooting-presentation-services-analytics-connectivity/
    You should check your sawserver.log file in $OracleBIData/log as this should record why sawserver is failing.
    If it doesn't you could [increase the logging level of sawserver|http://rnm1978.wordpress.com/2009/07/23/sawserver-logging-configuration-logconfig-xml/] to examine what it's doing before crashing, and or you will have to raise a support request (SR) with Oracle.

Maybe you are looking for

  • Incredible increase in broadband usage

    I am on a 40Gb infinity connection. The usage monitor shows "Your average monthly usage is 13.97 GB." which I agree with. As of tonight my usage is reported as "You have used 79.24 GB this month" I have 2 android phones and a Roku connected via wpa2.

  • Upgraded to latest 3.6, new tabs button does not open new tab?

    The new tab button highlights but does not open a new tab when I click on it.

  • Photoshop CS3, using pen tool to make selection or path without any color

    OK, here is my problem. I'm using CS3 photoshop right now. Last time I was using it regularly was in 2001, so it was version 5 or 6. At that time you could use the pen tool to make a selection or a path without ANY color. I'm trying to cut out someth

  • Elements 4 "attempt to access invalid address"

    I had to re-install Win XP and when I re-installed Elements 4 I can no longer open a .jpg file by right clicking "open with photoshop elements". Instead I get the msg: "attempt to access invalid address". Assistance would be appreciated. Thanks

  • Blackmail and Threatening via Skype

    There's a girl added me in Facebook on Monday (26/5) and then we started skype and she was naked. She ask me to take off my shirt ans go naked so i blindly followed what she says without thinking of the consequences. I am very regret now as the short