Interface Registration Error -  sync bpm

Hi,
I get the following error: No implementing class registered for the interface. Which means there's no proxy configured for the inbound object.
I firts designed this interface without a bpm which worked fine. Proxy returned a response. I need to convert this into a bpm to add another interface and combine the response so first I'm trying to get this working. It's very simple, from my soap object to a abap proxy and back to the soap object.
My bpm has 3 steps, async receive > sync sender > async sender. Only place the inbound (proxy) object is defined is in the operation mapping.
What could be the reason why my bpm doesn't return a response?
Thanks,
Jan

Please check the SM59 transaction on the proxy system, find the RFC for the integration server. Check if the host is correct, the Path Prefix is "/sap/xi/engine?type=entry" and the logon data is correct.

Similar Messages

  • Interface Registration Error in Outbound Proxy

    Hello Gents,
    I created outbound synchronous proxy scenario where i am passing two fields "sales order no" & "Description". But when I executed this it is giving strange error like
    "   <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Inbound Proxy
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIProxy</SAP:Category>
      <SAP:Code area="ABAP">INTERFACE_REGISTRATION_ERROR</SAP:Code>
      <SAP:P1>ifmmessif</SAP:P1>
      <SAP:P2>mios_sec_md_request</SAP:P2>
      <SAP:P3>http://se.com.sa/sec-sa_interfaces</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>No implementing class registered for the interface (ABAP interface, request message mios_sec_md_request, request message, namespace http://se.com.sa/sec-sa_interfaces)</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>"
    I tried out deleting the proxy & recreated. Also, Message interface is sync with the integration repository.
    Please help me to solve the issue.
    Thanks in advance.
    Regards,
    Santhosh

    can you confirm this;
    In SXMB_ADM -> Execute Integration Engine then,
    edit -> Change Global configuration data
    Role of Business System should be Integration Server
    Is that setting correct? At times it might have been set as Application server, which can cause this error.

  • Sync/Async brdige error in BPM

    Hi,
       I am working on RFC-TO-Webservice scenario(Synchronous) and I am using the BPM in this scenario.
    In BPM just I have used 2 steps.
    Receive - Opened Sync/Async bridge
    Send - Synchrouns step
    Send - Cloase the Receive step
    Send - Asynchrous send step (to send the response to the file...).
    When I sent my RFC message from R/3 I am getting following error.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">PL_TIMEOUT</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Timeout condition of pipeline reached</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    I am using PI 7.0 SP13 is why I am not able to receive the Sync message in BPM...I have created the abstract interface based on RFC...getting the first message itself Timeout error.
    I am trying to use Sync/Asnc bridge in BPM. First message itself PL_TIMEOUT error..bpm is not able to receive my rfc request...
    I need help on this...do I need to do any settings in WEBAS level..I did Timeout setting in SXMB_ADM.
    Regards,
    Venu.

    hi,
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    check this blog..and same thing I did in my scenario
    my scenario is RFC-TO-Webservice.
      Sync/Async bridge can't we use like this ...Receiver step(open sync/async)-> Send(Synchronous)-Send(Close sync bridge)....that way can't we use ...
    I am not able to receive the RFC request itself inside my BPM first step...getting the Timeout error.
    But when I use the RECEIVE STEP with Asynchronous mode..I am able to receive the message inside my bpm.Incase of Synchronous I am not able to receive the message..
    I am working PI 7.0 and SP13..did any body worked this version...
    Thanks,
    venu.

  • File BPM Webservice IDOC .........Error in BPM workflow(Sync send step)

    Hi all,
                      I have the same type scenario that is file initiates the bpm that invokes the Webservice.the file data goes into bpm as the input data of the webservice and webservice gives the response and then the web-service response is mapped to
    idoc and finally posted to R/3.
    The interface sI created:
    1.outbound Async  -
    >for file
    2. Abstract async----
    >bpm reciever step.
    3.Abstract sync----
    >bpm sync send step.
    4.inbound sync -
    >for the webservice to recieve the reqst and to send the response to Abstract sync
    5.Abstract async----
    >to send the data out of BPM
    6.inbound async----
    for idoc
    created 3 communication channel.
    1.file adapter: sender
    2.SOAP adapter: Recv
    3.IDOC adapter: Recv
    created 3 reciever determination
    Business process instance in ID
    reciever agreement(2)
    interface determaination
    But getting a problem in BPM.
    I think the scenario is logically correct as I have seen previous
    SDN suggestions.
    But getting the problem in BPM's sync step.and the SOAP rec channel is also inactive.in BPM workflow I can see the recv step is getting file req data but after that in the sync send step
    its stuck up.getting error.
    Please sir suggest me.

    Remove the interface you created for Idoc that is inbound async one. use the imported Idoc itself as the interface and also as the message type. Everything else looks good though i did not really evaluate ur ID configuration..
    VJ

  • Call sync BPM from Async BPM - issue

    Hi,
    Outline: I'm trying to call a synchronous BPM from an asynchronous BPM in a PI 7.0 SP 14 system.
    When doing so i get the following error: Object CL_SWF_XI_MSG_BROKER method SEND_SYNCHRON cannot be executed.
    Now this is an oldie when searching the forums for this error message. I do however fail to see a solution to the problem.
    Note that the following notes (referred to in similar posts)
    - 710445
    - 718734
    - 830803
    are implemented since theese refer to older versions of PI.
    My scenario is very simple at present since i've startet from scratch again after getting the error. So what i do is:
    1) send async message to async BPM
    2) async BPM receives request
    3) async bpm transform request til sync_request.
    4) async BPM calls synchronous BPM
    5) sync BPM receives request and opens a async/sync bridge
    6) sync BPM maps request to response
    7) sync BPM sends response and closes async/sync bridge
    8) async BPM reveices sync_response
    9) async BPM sends sync_response to some application
    Now step 8 i never succesfully executed. Instead the error earlier described is triggered.
    For simplicity i use 1 and only 1 message type in all message interfaces. I have mapping between my synchronous interfaces outside of BPM.
    The synchronus BPM is executed just fine. The only issue is getting the reponse back to the asynchronous BPM.
    I am familiar with the following similar posts:
    - Object CL_SWF_XI_MSG_BROKER method SEND_SYNCHRON cannot be executed
    - Problem in posting the data in the syncronous mode
    but find them to be of no use.
    Hope someone can help.
    Best Regards,
    Daniel

    Daniel Hans Engsig-Karup wrote:First you do not need any bridges if it is asyn/sync kind of a scenario in the second BPM. You need a bridge when the bpm has to wait with a sync call coming in and response in an async call. Essentially your BPMs (I donno why you need 2.. but let us go with 2)
    >
    >
    > 1) send async message to async BPM
    > 2) async BPM receives request
    > 3) async bpm transform request til sync_request.
    > 4) async BPM calls synchronous BPM
    > 5) sync BPM receives request                        
    (Remove this if you are calling a sync system here) and opens a async/sync bridge
    > 6) sync BPM maps request to response
    > 7) sync BPM sends response
    Remove this and closes async/sync bridge
    > 8) async BPM reveices sync_response
    > 9) async BPM sends sync_response to some application
    >
    VJ

  • How to catch SAP application errors in BPM.

    Hi,
    I have a IDOC to Soap Sync Scenario where I send the message to a Webservice. I have used a BPM since we need to catch the resposne of this message and map it to a RFC. For ex if I get a success resposne I need to map success if not than I need to catch the error and map it to the RFC. Now here in some cases like if the target system (webservice) is down than XI raises a sap application error:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Connection refused (errno:239)</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Normally XI stops the process in these cases and does not proceed to the next step but I need to catch this message and map the content in the AdditionalText to the target RFC. Can anyone let me know how to catch this SAP Application Error in BPM and map it to the RFC.
    Thanks,
    Bhargav

    Hi Gaurav,
    As I have mentioned I need to catch the application error in the BPM. If you see the discussion that is mentioned after the blog you have mentioned it is stated that the fault messages or the application error cannot be caught in BPM.
    In the blog that you stated we can catch the fault message and map it to a message structure but only to that extent after that it would stop the BPM process at that step but would not proceed further as shown in the screenshot given in the blog it would fail as "application error restart not possible".
    I need to proceed further and capture this error to an RFC Structure and call a proxy.
    Here after the error it does not proceed to the next step.
    Thanks,
    Bhargav

  • Getting "No Object type found error" in BPM sceanrio.

    Hi Friends,
    I am doing File to RFC with response sceanrio using BPM. For this i configured one receiver step, one send synchronous step to send input message to RFC and one asynchronous send step to send the response to a file.
    I have configured 3 receiver determinations(file to bpm,bpm to ECC, bpm to file),  3 interface determinations(file to bpm, bpm to ecc, bpm to file) and 2 Receiver agreements(bpm to ecc and bpm to file).
    I am getting the followin error:
    No object type found for the message. Check that the corresponding process is activated
    My sxi_cache has return code as ' 0 '. And as suggested in some threads, i deleted the objects and recreated them again. but still getting the same error.
    Please help me in solving this issue.
    Thanks & Regards,
    Senthil.

    Hi Senthil,
    Is all the objects created in IR and ID are reflecting in SPROXY tcode.
    Check SM59=> AI_JCO_Server connection is working or not ?
    Check SXMB_IFR tcode is working fine or not ?
    Check sm22 and let us know the dumps are there ?
    Check default trace files for any errors in the following paths ?
    1.usr/SAP/X7systemname/DVEBMGS07/J2EE//cluster/server0/log/defaulttrace.trc
    2.usr/SAP/X7systemname/DVEBMGS07/J2EE//cluster/dispatcher/log/defaulttrace.trc
    3.usr/SAP/X7systemname/DVEBMGS07/J2EE//cluster/dispatcher/logs/services/http/req_resp.trc
    Thanks,
    Jogula Ramesh

  • Error in BPM: FIle to RFC

    Hi friends,
       I  am working on File --> RFC ---> File Scenario using BPM ...
    Here I am getting system error in BPM and showing broken red brick in workflow at  sender1 ...
    I have given like this...
    Start --> Receiver ->sender1>Sender2 ---> Stop.
    I have given properties... for each
    C2 = Abstractinterface FIleResponse_Abs
    Recevier
    1)Step Name = Receiver
      Message   =  C1 (I defiend in container Category =Abstact interface type = FileRequest_Abs)
      Start process = (Selected)
      Mode = Asynchronous
    2)Sender1
    Step name = Sender1
    Mode =Synchronous
    Synchronous Interface = FileRequest_AI
    Request Message= C1
    Response Message=C2
    3)Sender2
    Step Name =Send2
    Mode = Asynchronous
    Message = C2
    After Configartion,I have placed the sender sample XML in Server ...it is picking up properly.But
    it showing error while it was executing in the BPM. Please suggest me what i have to do.
    If you didnt understand I ll give some more details.
    Pls help me in this regard.
    With Regards,
    Raju.

    I am getting error in Integration Engine.....
    Attribute     Value
    Engine     Integration Engine
    Status     System Error
    Repeatable     No
    Cancelable     No
    Start     20.06.2007 06:25:22
    End     20.06.2007 06:25:22
    Sender Party     
    Sender Service     BPM_FILE_RFC_SAGAR
    Sender Interface     http://File2RFC_Syn
    FileRequest_AI
    Receiver Party     
    Receiver Service     ECCIDOC800
    Receiver Interface     urn:sap-com:document:sap:rfc:functions
    BAPI_SALESORDER_GETLIST
    Quality of Service     Best Effort
    Error Category     
    Error Code     
    Message     9BA7365DDBC0FE49B9F512F7308DDA53
    Reference

  • Async/Sync BPM passing a ID from the Req msg to Rsp MSg

    Hi,
    I have a File to SAP Standard proxy scenario. The file go though a Async/Sync BPM which sends a SAP standard message post a document to SAP and SAP sends a success or error response back. I then send this response back as a mail message. The problem is that in the response message there is nothing that ties it to the request message. What I need to do is to pass an ID in the request message to the Response message when the Response message comes back from the SAP Proxy.
    This will enable us to determine which file was successful and which not.
    Your assistance in this matter will be greatly appreciated.
    Regards
    Willie Hugo

    >
    Hugo Willie wrote:
    > Thank you Shabarish, but the Id I refer to is a uniue id in the request message payload that I would like to pass to response message payload.
    there are two ways;
    1. Pass the id into sap and let sap pass it back to you
    2. do a transformation in your BPM once you get the response from SAP - in this transformation you can add the request message also as source (i.e response from SAP and request message). thus you can map the required value to the final response. In BPM, the data is always persisted so the id will be available always until the BPM execution is ended
    my preference will be option 1

  • Sync BPM , SOAP

    Hello,
    I've got another problem and hope someone could give me a hint, because reading some blogs concerning BPM and trying to adapt the things to my problem did not really help me.
    The last days I created a sync process that gets information via http adapter, does some mappings and sends a soap message to a receiver, then gets the response and evaluates it. Everything ok...
    Then I tried to implement the same with a sync BPM and it drives me mad...
    message interfaces I created (status quo):
    outbound async "message" that is sent via http adapter
    abstract async "message" for integration process
    abstract asynch     "soap"   for integration process
    inbound synch     "soap"      to send via soap adapter
    I also built an interface mapping between abstract async "message" and abstract async "soap", but there I could not enter a response mapping, of course.
    Maybe I should use an outbound synch "message" and change the message interfaces in the mapping to synch types?
    My process contains a receive step (async) that receives the abstract async "message", after that the message is transformed via transformation step to abstract async "soap".
    At last there is a send step (sync) to send the soap and get the response.
    Leaving the transformation step out and putting the mapping into the interface determination did not work either.
    I always have problems with creating sender/receiver agreement and interface determination:
    There is one sender and receiver agreement, two sender determinations and also two interface determinations.
    What do I have to change?
    Thanks a lot for your help,
    Julia
    Message was edited by:
            Julia Poplawski

    This is a standard requirement . This is what you need,
    <b>Message Interfaces</b>
    1. Outbound Synch ( for HTTP )
    2. Abstract Synch ( for HTTP)
    3. Inbound Synch ( for SOAP )
    4. Abstract Synch (for SOAP)
    5. Abstract Asynch ( one each for HTTP request and HTTP response)
    6. Abstract Asynch ( one each for SOAP request and SOAP response).
    <b>BPM Design</b>
    1. Receive --> Mode --> Open Synch Asynch Bridge
    2. Transform --> Map HTTP request to SOAP request
    3. Send --> Mode --> Synchronous
    4. Transform --> SOAP response to HTTP response
    5. . Send --> Mode Closes Synch Asynch Bridge.
    <b>InterfaceMapping</b>
    1. Between Abs HTTP request and Abs Asynch SOAP request
    2. Between Asynch Abs SOAP response and Asynch ABs HTTP response
    <b>
    Receiver Determination</b>
    1. Between Outbound Synch HTTP and Abstract Synch HTTP
    2. Between Abstract Synch SOAP and Inbound SOAP
    Regards
    Bhavesh

  • Help with "Error syncing Audio and Midi" message. How to fix?

    Hi,
    I'm running Logic Pro 7.1 on a G5 Dual 2.5 PowerMac. My audio interface is a Digidisign Digi002R, and my MIDI interface is a MOTU Fastlane. Up until a few days ago everything was working fine. I didn't install any new software or anything.
    All of a sudden in any Logic session I open (new or saved) I get all kinds of artifacts that sound like they're associated with sample rate problems.
    True to form, on playback after 4 or 5 seconds a message comes up telling me that there is an error syncing audio and midi. It tells me that a sample rate of 88209, or 88213, or 88207 (each time it's different) was detected, and that there is a conflict between Logic and my external device.
    My Digi002R is set to 44.1, and Logic is set to 44.1 as well. I have no idea where this problem came from.
    The only thing I do know is that I've been using the Peachtree Press Apple Pro Training Series to study for my Level 1 Logic certification. it comes with a CD with Logic sessions to use with the text. The CD comes with a Logic Epress Demo but I didn't download that as I've already got Logic Pro. I dragged those session files to my desktop, and the problem occured for the first time when iopened up that first session from the CD. After that, every single session has this problem and I have no idea how to fix it.
    Sorry for the incredibly long message, but can anybody help?
    Thanks
    PowerBook G4 15", PowerMac G5 Dual 2.5   Mac OS X (10.4.7)  

    Hey,
    Thanks. I appreciate the help, but I've tried all of that. I just don't get it. I've unplugged everything, I've shut down, powered down, relaunched everything a dozen times and the problem doesn't go away. I know that the problem is with Logic because the interface works perfectly fnie with everything else, from Pro Tools to iTunes.
    I'm having Logic Pro 7.2 shipped to me so I'm hoping that installing that will reset everything, but until then I can't do anything in Logic.
    Anybody ever encounter anything like this?

  • ESYU: ENCOIN: ECO Open Interface Program 사용시 error 발생 문제

    Purpose
    Oracle Engineering - Version: 11.5.6
    ECOs import를 위해 ECO Open Interface(ENCOIN module)을 사용할 때,
    Interface program이 아래와 같은 error를 발생시킨다.
    "ORACLE error 6550 in FDPSTP
    Cause: FDPSTP failed due to ORA-06550: line 1, column 7:
    PLS-00201: identifier 'ENG_LAUNCH_ECO_OI_PK.ENG_LAUNCH_IMPORT' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored"
    어떻게 ENCOIN: ECO Open Interface program을 사용해야 하는지 알아본다.
    Solution
    ECOs를 importing 하기 위해 ECO open interface를 사용하는 것은 권장하지도 않고,
    support 되지도 않는다.
    ECO data를 load 하기 위해 ECO open interface를 사용하는 대신 ECO Business Object
    이나 ECO form을 사용해야 한다.
    ECO Business Object 사용에 대한 보다 상세한 내용은 Manufacturing and Open Interfaces
    Manual을 참조한다.
    또한 Note 132874.1에 설명되어져 있는 ECOBOI module을 이용하도록 한다.
    만일 당신의 application version이 11.5.9 이상이라면 ENCOIN module(ECO Open Interface)는
    ECO details를 import 하기 위해 사용될 수 있고, ENCOIN은 11.5.9 이상의 version에서만
    지원이 된다.
    Reference
    Note 392011.1

  • Item Open Interface giving error for Org Assignment

    We ran the MTL_SYSTEMS_ITEMS_INTERFACE & loaded all the items at master level.
    We are having issues in setting at Org level. Cant figure out what the issue as only few records gets assigned & then garbage sets in for remaining records. An SR has been raised & the tech support representative was saying that UOM's are different at master & org levels. Never heard of this issue earlier. I have worked with UOM's different at Master/Org levels.
    The UOM's are different at Master & Org Level and in some cases the UOM are different for different Orgs. Attribute Control for Primary/Sec UOM is at Org level. The UOM's belong to the same UOM Class. There are standard conversions defined for all these UOMs.
    Any pointers for quick resolution ?

    Pl do not post duplicates - Item Open Interface giving error for Org Assignment

  • Product Instance Registration Error: "System Failure: Error while retrieving xml file from database"

    Hi S9 installation Gurus,
    Please try to resolve this long awaited issue with Planning installation as this is purely configuration related issue.
    Detail of Problem:-
    After Susessful configuration of
    1) Foundation Services (Hyperion Shared Services)
    2) Essbase administration services
    3) Essbase Server
    4) Hyperion reporting and analysis
    5) Planning -----> Product options, Register with shared services, configure database, deploy to application server (Appache)
    Error Point: when i tick ckeck box in front of Product instance registration
    click next
    create instance
    click next
    instance name-Plan1
    Web tier host name: my machine name (neeraj-pc, as i installed locally all component of hyperion)
    server port: 8300 (system suggesting)
    tick on active instance
    click next
    Error Pop Up "System Failure: Error while retrieving xml file from database"
    Details of PlanningSystemDB (file :- \Hyperion\common\config\PlanningSystemDB.properties)
    SYSTEM_DB_DRIVER=hyperion.jdbc.sqlserver.SQLServerDriver
    SYSTEM_DB_URL=jdbc:hyperion:sqlserver://neeraj-PC:1433
    SYSTEM_DB_USER=puser
    SYSTEM_DB_PASSWORD=GGAKFJ
    SYSTEM_DB_CATALOG=p1db
    SYSTEM_DB_TYPE=SQL
    INSTANCE=
    Note: puser (SQL Authenticated user)
    Thanks
    Kumar
    Edited by: user10385300 on Dec 4, 2008 5:44 AM

    This has been resolved at :- Product Instance Registration Error Message: "System Failure: Error while retrieving xml file from database"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Registration error in Jdeveloper while registering the portlet

    Hello All,
    As per the Tutorial for Oracle WebCenter Developers 11g Release 1 (11.1.1) E10273-01 guide . I am creating the sample application. I have created the portlet and deployed it on integrated weblogic server and created the connection too in the portal application.But when i am dragging the Products portlet onto the cust:PanelCustomization then it gives error.
    Registration Error :- An error occured while trying to register the portlet producer products
    and the error details are :-
    oracle.portlet.client.container.PortletException: oracle.portlet.client.persistence.PersistenceException: Error creating MDS MO : typeName=wsrpProducer mdsId=/oracle/adf/portlet/Products.pxml
    * at oracle.adfinternal.model.portlet.manager.PortletProviderManager.registerWSRPProducer(PortletProviderManager.java:2024)*
    * at oracle.adfinternal.model.portlet.manager.PortletProviderManager.registerPortletProvider(PortletProviderManager.java:1582)*
    * at oracle.adfinternal.model.portlet.manager.PortletProviderManager.registerPortletProvider(PortletProviderManager.java:545)*
    * at oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegUtil.registerProducer(WSRPProducerRegUtil.java:308)*
    * at oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegUtil.executeAppProducerRegistration(WSRPProducerRegUtil.java:189)*
    * at oracle.adfdtinternal.model.portlet.wizards.registration.common.ProducerRegUtil.registerProducerWithAppForPortletDrop(ProducerRegUtil.java:293)*
    * at oracle.adfdtinternal.model.portlet.datatransfer.PortletNodePluginInfo.constructPortletDocumentFragment(PortletNodePluginInfo.java:525)*
    * at oracle.adfdtinternal.model.portlet.datatransfer.PortletNodePluginInfo.getData(PortletNodePluginInfo.java:132)*
    * at oracle.bali.xml.model.datatransfer.operation.CreateFromFragmentOperation$1.performTask(CreateFromFragmentOperation.java:52)*
    * at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:172)*
    * at oracle.bali.xml.model.datatransfer.operation.CreateFromFragmentOperation.apply(CreateFromFragmentOperation.java:42)*
    * at oracle.bali.xml.model.datatransfer.operation.OperationProcessor._apply(OperationProcessor.java:393)*
    * at oracle.bali.xml.model.datatransfer.operation.OperationProcessor._forceSimpleApplyImpl(OperationProcessor.java:346)*
    * at oracle.bali.xml.model.datatransfer.operation.OperationProcessor.forceSimpleApply(OperationProcessor.java:293)*
    * at oracle.bali.xml.model.datatransfer.operation.OperationProcessor.forceSimpleApply(OperationProcessor.java:243)*
    * at oracle.bali.xml.gui.swing.dnd.DropHandlerHelper._doRegularDrop(DropHandlerHelper.java:273)*
    * at oracle.bali.xml.gui.swing.dnd.DropHandlerHelper.performDrop(DropHandlerHelper.java:87)*
    * at oracle.bali.xml.gui.swing.dnd.ModelDropHandler.drop(ModelDropHandler.java:158)*
    * at java.awt.dnd.DropTarget.drop(DropTarget.java:434)*
    * at sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(SunDropTargetContextPeer.java:500)*
    * at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchDropEvent(SunDropTargetContextPeer.java:812)*
    * at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchEvent(SunDropTargetContextPeer.java:736)*
    * at sun.awt.dnd.SunDropTargetEvent.dispatch(SunDropTargetEvent.java:30)*
    * at java.awt.Component.dispatchEventImpl(Component.java:4487)*
    * at java.awt.Container.dispatchEventImpl(Container.java:2099)*
    * at java.awt.Component.dispatchEvent(Component.java:4460)*
    * at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)*
    * at java.awt.LightweightDispatcher.processDropTargetEvent(Container.java:4309)*
    * at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4163)*
    * at java.awt.Container.dispatchEventImpl(Container.java:2085)*
    * at java.awt.Window.dispatchEventImpl(Window.java:2478)*
    * at java.awt.Component.dispatchEvent(Component.java:4460)*
    * at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)*
    * at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)*
    * at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)*
    * at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)*
    * at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)*
    * at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)*
    * at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)*
    Caused by: oracle.portlet.client.persistence.PersistenceException: Error creating MDS MO : typeName=wsrpProducer mdsId=/oracle/adf/portlet/Products.pxml
    * at oracle.portlet.client.persistenceimpl.mds.MDSPersistenceContext.create(MDSPersistenceContext.java:576)*
    * at oracle.portlet.client.beanimpl.persistence.PersistenceBeanFactory.create(PersistenceBeanFactory.java:213)*
    * at oracle.portlet.client.beanimpl.persistence.PersistenceBeanContext.create(PersistenceBeanContext.java:98)*
    * at oracle.portlet.client.techimpl.wsrp.WSRPClientImpl.newProducer(WSRPClientImpl.java:3395)*
    * at oracle.portlet.client.techimpl.wsrp.WSRPClientImpl.register(WSRPClientImpl.java:155)*
    * at oracle.portlet.client.techimpl.wsrp.WSRPClientImpl.createProducer(WSRPClientImpl.java:3155)*
    * at oracle.portlet.client.containerimpl.wsrp.WSRPProducerFactoryImpl._createProducer(WSRPProducerFactoryImpl.java:130)*
    * at oracle.portlet.client.containerimpl.wsrp.WSRPProducerFactoryImpl.createProducer(WSRPProducerFactoryImpl.java:107)*
    * at oracle.adfinternal.model.portlet.manager.PortletProviderManager.registerWSRPProducer(PortletProviderManager.java:1976)*
    * ... 38 more*
    Caused by: oracle.mds.exception.ReadOnlyStoreException: MDS-01273: The operation on the resource /oracle/adf/portlet/Products.pxml failed because source metadata store mapped to the namespace / BASE DEFAULT is read only.
    * at oracle.mds.core.MDSSession.checkAndSetWriteStoreInUse(MDSSession.java:2211)*
    * at oracle.mds.core.MDSSession.createMetadataObject(MDSSession.java:478)*
    * at oracle.portlet.client.persistenceimpl.mds.MDSSessionWrapper.createMetadataObject(MDSSessionWrapper.java:227)*
    * at oracle.portlet.client.persistenceimpl.mds.MDSPersistenceContext.create(MDSPersistenceContext.java:572)*
    * ... 46 more*
    Please help!!!

    sorry for the late reply. Yes I have checked all and see everything is fine there. Still not sure what cause this.
    I have now installed 11.1.1.4.0, which is working fine.
    --VipC                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • How do i make it so iTunes plays the music files from where i have chosen to store them?

    how do i make it so iTunes plays the music files from where i have chosen to store them as opposed to it scattering copies of my files into a myriad different folders based on the albums they came from when i'm not even interested in keeping whole al

  • I am unable to install the CSXS Infrastructure 4.0.2 update

    Every day I can see the adobe cc update icon, it makes me feel very bad, but always be updated each time an update fails, which is why this road is not? There are pictures and the truth: No matter how retry, the result is the same: Update failed! Ple

  • Table of mrp exception messages

    Dear guru , which is the table where i can find the exception messages of mrp for every material ? Thanks in advance.

  • Streaming video using Frontpage 2003 and Quicktime .mov files

    What is the proper way to stream video files. I created a .mov file using iLife and I use Frontpage 2003 to upload to my website. I read in Microsft's official book on FrontPage2003 that all I had to do was to insert a movie file into a web page, jus

  • Connecting to the admin server via SSL

    Hi there, I'm trying to connect to our Admin server in a testing environment in a DMZ from another linux box. We've tried the same method on previous testing environments and its worked ok with a .conf and .key file. java -Dssl.debug=true -Dweblogic.