Using osb in oem

Dear Sir:
i have tried to show Oracle Secure Back (10.2.0)in my EM(10G 10.2.02)as described in its Admin Guide
a. Navigate to the ORACLE_HOME/hostname_SID/sysman/config directory
and open the emoms.properties file in a text editor.
b. Set osb_enabled=true and save the file.
c. Stop the Oracle Enterprise Manager Database Control console as follows:
emctl stop dbconsole
d. Restart the Oracle Enterprise Manager Database Control console as follows:
emctl start dbconsole
But after this setting i am not able to see any thing in my EM.
Any one has idea about it, what reason it may be.....
Any Body has any idea, please help

However, I do not quite understand why
killing the session is the solution, instead of
finding why the cause of locking? If the problem
exists, the same alert will appear again, is it? It
seems to me killing is just a temp escape from the
real problem behind.The real problem behind is simply that one session is blocking the other. There is a deadlock and the only way to resolve it is for one of the sessions to give way. You can either kill the blocker so that the blocked can go through or keep waiting.
If you are still in a position to handle (e.g commit or rollback) the transaction that is blocking another transaction or causing the dealock, then it is advisable to do that. But in a situation where USER_A left their uncommited transaction and went home for the weekend with their desktop locked in the office, you have no other option than to kill the session. It could be by using the good old find and kill with sid and serial# via SQL*Plus.

Similar Messages

  • How to download a file from Oracle UCM using OSB

    Hi,
    How can I download a file from Oracle UCM and save it on a filesystem using OSB 11.1.1.5.
    Thanks

    UCM supplies webservice interfaces which let you retrieve the filecontent by soap calls from UCM (http://ucmhost/_dav/cs/idcplg for example). (maybe you should enable some settings on ucm to have this webservice interface getting published).
    This services for example has 2 operations getFileByID and getFileByName.
    So you can just call these services from within OSB.
    After that you need to do some tests if you eitherway need to create a file-transport business-service and call this one from your proxy service or create a messageType proxyservice (binary)  which calls this file-transport business service to be able to write fo filesystem.
    I think for the OSB book i used a jca file adapter generated in Jdeveloper and used that one to write to filesystem.

  • Error encountered while polling a file using OSB

    Hi,
    This is the Exception when i try to poll a file using OSB
    <Error enco
    untered while polling the resource for the service endpoint ProxyService$CASE_RC
    $BUILD_DATA$FILE_HEADER$FileProcessPS: javax.naming.NameNotFoundExc
    eption: While trying to lookup 'wlsb.internal.transport.task.queue.file' didn't
    find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/file'
    javax.naming.NameNotFoundException: While trying to lookup 'wlsb.internal.transp
    ort.task.queue.file' didn't find subcontext 'wlsb'. Resolved ''; remaining name
    'wlsb/internal/transport/task/queue/file'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(Basic
    NamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    Truncated. see log file for complete stacktrace
    Can i know what is the issue?

    Hi,
    * java.lang.OutOfMemoryError: PermGen space
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    Solution: Increase the max permgen space -XX:MaxPermSize=256m
    There can be a leak in the permgen objects. If tuning parameters do not resolve the issue, we need to use the memory leak detector tools and find out which instances in the permgen space are not getting cleared.
    Reference - Weblogic wonders...
    http://weblogic-wonders.com/weblogic/2010/12/30/different-out-of-memory-issues/
    Cheers,
    Vlad

  • Extracting MIME attachment from email using OSB proxy service - email transport

    Hi,
    I'm reading email messages(multipart/mixed) with attachments(pdf, zip, xml and csv) from MS Exchange Server 2010 using OSB proxy service email transport.I need to save the attachments to a local folder and process one of the attachments, an XML file. Below is the proxy service config.
    Proxy Service Configuration (Test1/Proxy Services/GetEmail)
    Actions: 
    General Configuration
    Service Type   Messaging Service
    Message Type Configuration
    Request Message Type 
    Text     
    Response Message Type 
    None     
    Transport Configuration
    Protocol   email
    Endpoint URI   mailfrom:mailserver.net:143
    Get All Headers   No
    Headers   
    EMAIL Transport Configuration
    Email Protocol   imap
    Service Account   Test1/Proxy Services/email_acc
    Managed Server   WLS_OSB1
    Polling Interval   30
    Read Limit   2
    Pass By Reference   false
    Pass Attachments By Reference   false
    Post Read Action   move
    IMAP Move Folder   processed
    Attachments   archive
    Download Directory   \\soasup-stor01\Vacancy\test\download
    Archive Directory   \\soasup-stor01\Vacancy\test\archive
    Error Directory   \\soasup-stor01\Vacancy\test\error
    Request Encoding   iso-8859-1
    Message Handling Configuration
    Transaction Required   Disabled
    Same Transaction For Response   Disabled
    Content Streaming   Disabled
    The polling is working fine. I've encoded the attachment variable to Base64 using a java callout.$attachments/ctx:attachment/ctx:body/ctx:binary-content has been passed as the byte[] input to the java method and the response is captured in $encodedAttachment. I've created a SaveFile BS(file type) with Request Message Type = Binary and Response Message Type = None. I've tried replacing the node ./ctx:binary-content in body variable with encodedAttachment in the request action of the Publish action to call the BS. One file is getting created with contents of the entire email, MIME headers and boundary parts along with the base64 encoded attachments.
    <Contents from the created file>
    MIME-Version: 1.0
    Content-Type: multipart/related; boundary=MIME_Boundary;
      type="binary/octet-stream"
    --MIME_Boundary
    Content-Type: binary/octet-stream
    Content-Transfer-Encoding: 8bit
    Thanks &amp; Regards,
    Samyajit Talukdar
    : [email protected]
    -----Original Message-----
    From: Samyajit Talukdar
    Sent: 10 April 2015 14:11
    To: MS MLRP Returns
    Subject: FW: 22222
    Thanks &amp; Regards,
    Samyajit Talukdar
    : [email protected]
    --MIME_Boundary
    Content-Type: application/vnd.ms-excel; name="soainfra_v$session.xls"
    Content-Transfer-Encoding: base64
    Content-Description: soainfra_v$session.xls
    Content-Disposition: attachment; filename="soainfra_v$session.xls";
      size=25618; creation-date="Thu, 27 Nov 2014 09:56:35 GMT";
      modification-date="Fri, 10 Apr 2015 09:28:23 GMT"
    0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAABAAAAAQAAAAAAAAAA
    EAAAJgAAAAEAAAD+////AAAAAAAAAAD/////////////////////////////////////////////
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAAAA=
    --MIME_Boundary--
    If I put a delete action in the request to Publish action for SaveFile BS to delete the $attachments, the created file contains only the email body part and the attachment boundary part is missing.
    I've uploaded the OSB log with full trace enabled.
    How can I pass the  encodedAttachment to the BS for saving the files?
    Would iterating through the $aatachment/ctx:attachment give me the individual attachments for saving and processing, as there are separate binary-content refs in them?
    Any help to achieve my requirement is highly appreciated.
    Thanks in advance.

    Hi Manoj,
    Thanks for the quick reply to my query.
    The thing is, the link you have provided talks more from changing the business Service configurations i.e. the type of the service etc, but the concern is, that the Business Service is already Implemented and hence the change would not be an appropriate option for me.
    Please let me know, if any more information is required.
    Thanks & Regards,
    Anu

  • How to Ftp a Blob attachment in a table using osb service

    How to Ftp a Blob attachment in a table using osb service
    I tried with DBadapter select it does not work ... For blob objects cant use select throws error as expected number got blob
    can call a stored procedure to write the file to some directory but that file will not be created with the same name of the file as stored in DB .. need to hard code the filename in utl file or if we pass a variable to get the name of the attachment file we have to use select query in cursor which throws error like above in step 2
    Can some body tell me how to get the blob attachment with the same name as it is stored in DB table
    Edited by: user13745573 on Jan 31, 2011 4:35 AM

    Hi,
    I want to send an attachment through email.
    But I want to pick the file from say local drive then how can i specify the path of the file in file name.
    Also, i dont want ot append the conent from payload to the file. i wanted to sendthe file as is.
    <ema:attachment>
    <ema:name></ema:name>
    <ema:type>text/plain</ema:type>
    <ema:content/>
    </ema:attachment>
    Please help.

  • How to determine mime-type of a file using OSB

    I was working on a requirement where in it requires to use FILE/ FTP adapters using OSB or BPEL as solution. The idea is to pick up files from one location to another location for certain legacy platforms. The real issue is, someone can put a JPEG file in the upload/download location(s), merely by changing the extensions. When this happens the systems will not process since the mime-type is incorrect.
    I know of an open-source API (Apache-Tikka) to determine the mime-types, but then if we use open-source why would customer buy from us.
    The intention is to pick-up the file and simply pass-it (and not parse) on to next system using File or FTP adapter, but in the process, cross check the MIME-TYPE before doing so.
    Any solution using Oracle Service Bus or BPEL would help

    HI Birender,
    Kindly go through the metalink doc for processsing jpeg/xml/pdf etc any atachement using bpel :Understanding XPATH functions for processing MIME attachments with BPEL PM in SOA Suite 11gR1 [ID 1272093.1]
    Regrds,
    olety

  • Send HTML email using OSB email transport

    Hi all
    The client we are working for has a specific email template (HTML based) in which emails need to be send. I have tried using the HTML tags to frame this email string, but when I open the email in outlook, I can see the tags as it is. Tags like <p> <br> are not recognised as HTML rather taken as normal strings.
    Pls help in framing an HTML based email message using OSB. Thanks

    Hi Anuj
    Thanks again! You are a life savior. Actually i did check the blog, but the author was modifying http headers in the blog using $outbound variable directly using xpath. So, i just wanted to clarify, if using transport headers for outbound request for email protocol would do the job.
    I will check and post back the results. I am currently struggling with OSB and Log4j java callout. I am getting weird logs from OSB server in my interface specific log.

  • Using OSB 64bit to backup Oracle 32bit is possible?

    Hi all,
    I'm trying to backup database to tape using OSB.
    Oracle Database Version: Oracle10gR2 10.2.0.3.0 Standard Edition 32bit
    Oracle Secure Backup Version: 10.4.2.0 64bit
    S.O.: Windows 2008 R2 Standard 64bit
    But I'm getting the following error:
    RMAN> run
    2> {
    3> allocate channel c1 type sbt;
    4> backup database;
    5> }
    using target database control file instead of recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on c1 channel at 05/15/2013 15:35:36
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    Could anybody help with this issue?
    I think this happens because OSB architecture is 64bit while RDBMS architecture is 32bit. Can you confirm for me?
    Thanks in advance.

    Adding trace information:
    RMAN> 2> 3> 4> 5>
    using target database control file instead of recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on c1 channel at 05/15/2013 15:48:14
    RMAN-10035: exception raised in RPC:
    ORA-19624: operation failed, retry possible
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 170
    RMAN-10031: RPC Error: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.DEVICEALLOCATE

  • Using OSB for Public API (REST)

    Hi there,
    Is it a good practice to use Oracle Service Bus to expose a PUBLIC REST API?
    The idea is to have a separeted OSB instance which will be in the WEB so that other partners and applications (Native Mobile, for instance) can access some of our services. The application layer will have many different applications, like SAP, JEE systems, Cobol and others. But the public API will be design in a more RESTful fashion.
    What about security?
    What about performance? (Parsing JMS, XML and others into JSON will probably create extra load into the OSB).
    What are be the advantages of using OSB instead of a more traditional Service Layer?
    P.S.: We are being careful with the design of our API, sometimes the underlying system doesn't help, so some transformation has to happen (more load!) in order to make the API elegant and meaningful.
    Cheers

    Personally, I'd prefer Collections as they are nice to work with. Their only annoying issue is certainly the constant casting as soon as you retrieve Objects from them.
    I do not consider the documentation of what those Collection include too big a problem. Just include a line for each Collection parameter stating "Set of Strings" or the like. I wouldn't even check the type through instanceof, I'd just cast. If a ClassCastException is thrown, I think that's the proper thing to do.
    As you might have noticed, there is a proposal of "Generics" for Java, which would adopt something like those template classes known in C++. There is even a beta implementation available, so you can go ahead and code your Set<String>. Time will tell if this proposal finds its way into the official Java standard, the drawback being a more complex syntax. If you want to know more about it, check out those links:
    http://forum.java.sun.com/forum.jsp?forum=316
    http://www.jcp.org/jsr/detail/14.jsp
    http://developer.java.sun.com/developer/earlyAccess/adding_generics

  • JMS Biz & Proxy Services Using OSB & SSL

    We have a potential requirement being enforced upon us which states that our communication to another system using a JMS proxy service should be using SSL.
    Has anyone done this before using OSB?
    There is a "Use SSL" tick box on the proxy and business services, but I think this is purely for authentication and not transport - but I could be wrong as its not an area I know that much about.
    We're pushing for an IPSEC VPN link as that makes much more sense, but in the meantime I thought I'd ask if anyone had done any JMS + SSL work using OSB.
    Thanks,
    Pete

    Manoj, Thanks for your reply.
    Actually the other system is OSB!!
    It's a government system we're talking to but in the interests of open-ness, we cannot use OSB->OSB out of the box interfaces such as SAF etc, as that isn't an open enough interface and users of the interface who don't have OSB may be disadvantaged! Something like that anyway! SAF would be a perfect option for this interface, but .....
    What we've been so far is that all communication via JMS must be SSL based. But - t3s is not supported on this interface, so the SSL negotiation must be handled by a hardware device or something else.
    We think we've found BigIP load balancers do the job, but that's a large cost as we don't have those in our current infrastructure.
    We don't have much SSL communication apart from https, so I don't have a whole lot of experience with it and I just wondered if there was any OSB feature I'm missing, or something you can do in plan java code to get JMS communicating via SSL.
    Pete
    ps:A standard IPSEC VPN would do the job too, which we're going to try to push for, then, you just use the jms:// url to an address and the security is via the VPN.

  • Read message synchronously from JMS queue using OSB

    Hi,
    Is it possible to read message from the JMS queue using OSB based on the request invocation. I know messages can be read from the queue but it will be polling based.
    The requirement is to have an OSB proxy service (HTTP service ) an an interface to the client application. Client application invokes the proxy service and the proxy service need to read message from the JMS queue and provide the message as response to the client.
    Let me know if there are any pointers.
    Thanks
    Sandeep

    Hi,
    I spent some time trying to do this and apart from creating custom database tables etc. I was not able to achieve this.
    We wanted to use in memory JMS queues in our situation.
    In the end we developed a Java Web Service which preformed the on-demand read from the queue (using a particular message selector)
    This is working for us without a problem
    Robert

  • Generating repeating XML aggregate using OSB

    Hi all,
    Following is my scenario:-
    I get an XML request as:
    <Request>
    <aaa>1234</aaa>
    <bbb>asdf</bbb>
    <ccc>as123</ccc>
    <ddd></ddd>
    </Request>
    I want to transform it into:
    <NewRequest>
    <test data="aaa" flag="true">
    <detail>1234</detail>
    <test data="bbb" flag="true">
    <detail>asdf</detail>
    <test data="ccc" flag="true">
    <detail>as123</detail>
    <test data="ddd" flag="false">
    <detail></detail>
    </NewRequest>
    Here the element test is the Repeating Aggregate.
    I want the element in 1st XML to be the value of attribute 'data' in 2nd XML dynamically.
    Also if the element is empty, I want the attribute 'flag' to be false (as in case of ddd in the example); else it should be equal to true (as in case of aaa, bbb, ccc in the example).
    Can this be implemented using OSB? Please help me!
    Thanks in advance!!
    Regards,
    Karthik

    xquery version "1.0" encoding "Cp1252";
    (:: pragma parameter="$anyType1" type="xs:anyType" ::)
    (:: pragma type="xs:anyType" ::)
    declare namespace xf = "http://tempuri.org/CreateClient/XQuery/otn/";
    declare function xf:otn($anyType1 as element(*))
    as element(*) {
    <NewRequest>
         <req>
         for $request in $anyType1/*
         return
              <item>
                   <test data="{fn:node-name($request)}" flag="{if (data($request)) then 'true' else 'false'}">
                        <detail>{data($request)}</detail>
                   </test>
              </item>
         </req>
    </NewRequest>
    declare variable $anyType1 as element(*) external;
    xf:otn($anyType1)

  • Needs suggestion the best way database insertion using OSB

    Hi all, again and again I need your suggestion. Which is the best way for writing data to database using OSB in few tables as fastest as possible (speed consideration)?, should I make lots DB schema for supporting JCA adapter and transform each message and writing to database? OR should I call java callout then using EJB for writing to database?.

    Hi,
    We had the similar scenario in our project and this is my take on this.
    Its better to use a JCA DBAdapter to execute/invoke a stored procedure and then have the PL/SQL script for insertion into the Stored Procedure.
    As the OSB DBAdapter configuration is very tightly coupled to the DB structure any changes to the column types of the table will mean a regeneration of the adapter WSDL.
    In general even for other DB operations like select, delete, update... its is a good idea to use the stored procedure in conjunction with the DBAdapter to decouple the link to DB to some extent.
    Thanks,
    Patrick

  • Error while compiling .css to .swf using flex-compiler-oem-3.4.0.9271

    Hi
    I am unable to compile the .css to .swf using flex-compiler-oem-3.4.0.9271.  I see the following error. This issue is specifically on the QA environment and does not reproduce locally.
    The only difference that I see between the QA and my local environment is the load balancer. I read through some posts which say to comment the line which has en_US in the flex-config.xml which did not work.
    My case is that I am trying to compile the .css at runtime using the flex-compiler-oem-3.4.0.9271.jar file
    ERROR [STDERR] Error: Unable to resolve resource bundle "styles" for locale "en_US".
    ERROR [STDERR] Error: Unable to resolve resource bundle "core" for locale "en_US".
    Any help would be greatly appreciated.
    Thank you,
    Vinay

    I'd recommend the following:
    http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7fcc.html
    and use the following for reference:
    http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7a92.html
    or better yet on commandline:
    mxmlc -help list details
    Normally you'll have to reference this list of available options ( same for compc ), then formulate your commandline options.
    Your commandline will probably looks something like this:
    mxmlc -library-path+=path_to_lccs_sdk/libs/player10 -source-path+=src src/MyApp.mxml
    Depending on your needs you'll have to play around with "-include-libraries" and "-external-library-path" params as well.
    Hope that helps,
    Alex G.

  • Edifact to Xml using osb

    Hi ,
    i need to know how to do accept edifact request and generate corresponding xml response using osb .
    Would i need to use B2b adapter for it , please guide me how to proceed further for this .
    I have went to url
    [http://blogs.oracle.com/oracleb2bgurus/entry/osb_-_b2b_integration_-_edifac]
    But how to make B2B Translation webservice and how to use B2B console
    Regards,
    Abhinav Gupta
    Edited by: Abhinav on Jul 13, 2011 6:56 AM

    Hi Anuj,
    I tried using Translate web service as you mentioned , i want to translate EDIFACT payload to native using translation web service of B2B.
    I used otn sample b2b-003-edifact_orders_1.0_dist
    Steps i used are as follows :
    1. I created EDIFACT Document Definition Orders_def, using EDIFACT_D98A_ORDERS.xsd and EDIFACT_D98A_ORDERS.ecs provided with sample.
    2. Created two partners Acme and GlobalChips and deployed the document definitions on both partners Acme(as sender) and GlobalChips(as receiver).
    3. Created Acme_GlobalChips_EDIFACT_D98A_Orders_AS2 agreement and deployed the same also , under managed deployments its showing active also.
    4. I imported wsdl of B2B Translate web service and created the Business Service out of it, on OSB.
    5. I tested the Business service with EDI payload as following
    <soap:Envelope      xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body      xmlns:ns1="http://xmlns.oracle.com/integration/b2b">
    <ns1:TranslateRequest>
    <ns1:from      type="Name">Acme</ns1:from>
    <ns1:to      type="Name">GlobalChips</ns1:to>
    <ns1:documentTypeName>ORDERS</ns1:documentTypeName>
    <ns1:documentProtocolVersion>D98A</ns1:documentProtocolVersion>
    <ns1:action>anyType</ns1:action>
    <ns1:encoding>utf-8</ns1:encoding>
    <ns1:payload>
    <test>
    &lt;![CDATA[UNA:+ ? 'UNB+UNOB:1+Acme:ZZ+GlobalChips:ZZ+070223:1027+9158'UNH+12891+ORDERS:D:98A:UN'BGM+105+CP16391+9'DTM+4:2007-02-23:102'RFF+ADE:37027'RFF+VR:90072'NAD+ST+037027.0001++Acme Osteonics SA:Swiss Sales &amp; Distribution:Succ. de Plan-les-Ouates:Chemin des Aulx 5++Plan-les-Ouates++CH-1228+CH'CUX+2:USD:9'LIN+1++0233032300:VP'QTY+21:2:EA'DTM+2:2007-02-26'PRI+INF:4538'LIN+2++0242720025:VP'QTY+21:2:EA'DTM+2:2007-02-26'PRI+INF:40460'LIN+3++0266721100:VP'QTY+21:2:EA'DTM+2:2007-02-26'PRI+INF:3718'LIN+4++0266723100:VP'QTY+21:2:EA'DTM+2:2007-02-26'PRI+INF:3631'LIN+5++0266724000:VP'QTY+21:5:EA'DTM+2:2007-02-26'PRI+INF:2468'LIN+6++0266725000:VP'QTY+21:4:EA'DTM+2:2007-02-26'PRI+INF:4621'LIN+7++0275720300:VP'QTY+21:6:EA'DTM+2:2007-02-26'PRI+INF:1212'LIN+8++0275720500:VP'QTY+21:2:EA'DTM+2:2007-02-26'PRI+INF:3759'LIN+9++0275720600:VP'QTY+21:2:EA'DTM+2:2007-02-26'PRI+INF:6448'LIN+10++0275720700:VP'QTY+21:2:EA'DTM+2:2007-02-26'PRI+INF:12296'LIN+11++0275723120:VP'QTY+21:1:EA'DTM+2:2007-02-26'PRI+INF:5165'LIN+12++0275725100:VP'QTY+21:4:EA'DTM+2:2007-02-26'PRI+INF:10670'LIN+13++0275725110:VP'QTY+21:3:EA'DTM+2:2007-02-26'PRI+INF:6670'LIN+14++0275725120:VP'QTY+21:2:EA'DTM+2:2007-02-26'PRI+INF:6227'LIN+15++0300034900:VP'QTY+21:2:EA'DTM+2:2007-02-26'PRI+INF:66330'LIN+16++0300034901:VP'QTY+21:2:EA'DTM+2:2007-02-26'PRI+INF:58162'LIN+17++0375565000:VP'QTY+21:4:EA'DTM+2:2007-02-26'PRI+INF:6990'LIN+18++0377030200:VP'QTY+21:2:EA'DTM+2:2007-02-26'PRI+INF:26510'LIN+19++0377030400:VP'QTY+21:1:EA'DTM+2:2007-02-26'PRI+INF:5439'LIN+20++0377727550:VP'QTY+21:2:EA'DTM+2:2007-02-26'PRI+INF:25365'UNS+S'UNT+89+12891'UNZ+1+9158']]&gt;
    </test>
    </ns1:payload>
    </ns1:TranslateRequest>
    </soap:Body>
    </soap:Envelope>
    response achieved ...
    <env:Envelope      xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault>
    <faultcode>env:Server</faultcode>
    <faultstring>
    Error -: B2B-52330: Error invoking translation Web Service.
    </faultstring>
    <faultactor>
    http://localhost:7001/b2b/services/TranslateService
    </faultactor>
    <detail>
    <tns:error      xmlns:tns="http://xmlns.oracle.com/integration/b2b">
    java.lang.Exception:
    Error :
    Mandatory attribute missing: Standard.
    at oracle.tip.b2b.ws.runtime.WebServiceImpl.translateToNative(WebServiceImpl.java:206)
    at oracle.tip.b2b.ws.provider.B2BProvider.processTranslateTransport(B2BProvider.java:544)
    at oracle.tip.b2b.ws.provider.B2BProvider.processMessage(B2BProvider.java:304)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1187)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1081)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:581)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:232)
    at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:192)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:484)
    at oracle.tip.b2b.ws.provider.B2BProviderServlet.doPost(B2BProviderServlet.java:69)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    </tns:error>
    </detail>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    Edited by: Abhinav on Jul 19, 2011 5:48 AM

Maybe you are looking for

  • Memory upgrade on iMac bought in 12/2007

    Hi everybody, I bought an Imac 3 and 1/2 years ago. I wanted to upgrade it to Mac OsX Lion, but since it has on 1 MB of memory it's impossible as Mac OsX Lion requires at least 2MB. Do you know if it would be possible to add some memory? Thnk you. Pi

  • Sales order status

    The sales order is showing up in our custom report for open sales orders. The order Reqtyp in procurement is a KE instead of a KSV. There is no production order that I can link it to because that what KE does as far as my understanding is. Can some e

  • How to make a RTF-Template for the Bill Presentment Architecture (BPA)

    Hallo, I search a way to make an external RTF-template for the Oracle Receivables Balance Forward - Detail report in the Bill Presentment Architecture (BPA). I've never done that. I don't know how to get a XML-file of this request to use for the crea

  • IPhoto slideshow to iDVD gives poor movie quality

    Hello, I would like to take an iPhoto 08 slideshow and turn it into a DVD disc. iPhoto's feature: "Share > Send to iDVD" is really great, except that it converts my slideshow to a compressed QuickTime .mov file. I really, really do not like what the

  • Server 4.0 web  and MythWeb:  How can you do this ?

    I have a Mac Mini 2012    My primary use for this server is that I have it has my Home Theater box (XBMC along with MythTV).   I use MythWeb which is a  Web front end to check scheduling/recording of TV content.   This uses Apache and PHP and I used