UNKNOWN MESSAGE error in BPM

Hi,
I have transported scenarios in production.
One of the scenario with bpm is working fine.
But in one scenario i am getting the error
<!--  Call Adapter
  -->
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
  <SAP:Category>XIAdapter</SAP:Category>
  <SAP:Code area="BPE_ADAPTER">UNKNOWN_MESSAGE</SAP:Code>
  <SAP:P1 />
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>No object type found for the message. Check that the corresponding process is activated</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
In trace i found
could not create BPE proxy for message, no XML object definition found for message 48965DEB190A41F3355AC0B710EA2106</Trace>
  </Trace>
in sxi_cache the return code is 0 , but still i activated it and still the return code was 0.
but still i get the above error.

Hi,
Where you are facing this issue? In PROD or QA?
Did you tried to remove the locks, and re-activate it? I would say go to SM12 in Abap stack and check what's the corresponding object got locked!  But before doing it, please let us know that u r not doing this in PROD. Coz, I don't want to suggest you this approach in PROD.
raj.

Similar Messages

  • HT1414 I have tried to restore my IPhone 5 many times now and keep getting an unknown message error at the end of the set-up. The phone is stuck in restore mode and I am unable to use it. What do i need to do to get resolved...help!!!

    Dear all,
    I have had problems with the internet connection with my IPhone 5. I have tried to restore the software to see if that would make a difference.
    I have tried now for at least 10 times to restore the software. The phone is locked now in restore mode, and when I get to the end of the restore to verify with the server, i get a consistent unknown error message. Sometimes is says my phone cannot be found.
    The phone has the connect to Itunes on the screen and cannot be used.
    I am running out of patience now....need urgent help!!
    What to do?

    Contact Apple support for warranty service.

  • Error "Unknown Message" in BPM process

    Hi, I'm experiencing the wonderful "Unknown Message" error that has been very discussed here. I am creating an IDoc to JBDC business process who bundles several IDocs to be sent as a query to JDBC.
    When I try to run the process, it doesn't even starts it, because of this error.
    I checked the XML and I think that the issue is at the receiver determination or at the interface determination, because the tag receiver looks like this:
    - <SAP:Sender>
      <SAP:Service>System1</SAP:Service>
      <SAP:Interface namespace="urn:sap-com:document:sap:idoc:messages">FIDCC2.FIDCCP02.ZFIDCCP02</SAP:Interface>
      </SAP:Sender>
    <SAP:Receiver>
      <SAP:Party agency="" scheme="" />
      <SAP:Service>IntegrationProcess1</SAP:Service>
      <SAP:Interface namespace="urn:sap-com:document:sap:idoc:messages">FIDCC2.FIDCCP02.ZFIDCCP02</SAP:Interface>
      <SAP:Mapping notRequired="Y" />
      </SAP:Receiver>
    And, from what I said above, the IDoc can't be both sender and receiver. For me, it doesn't make sense. In the receiver it should have been the inbound abstract interface,right?
    What I tried and doesn't work:
    1) Reactivating the integration process from SXI_CACHE
    2) Reimporting the process to the integration directory
    3) Deleting and then remaking all the directory objects, like receiver det, interface det and receiver agreement.
    What Integration Directory objects I have
    1) communication channels
    2) business scenario
    3) imported integration process
    4) receiver determination from ERP to the integration process, including an interface determination from IDoc to abstract interface
    5) receiver determination from integration process, including an interface det from abstract interface to JDBC message interface
    6) receiver agreement from integration process to JDBC business system, having checked on header mapping the sender service as the integration process.
    Can you please help me in any way?
    Please don't post links that contain solutions that I already tried, I think I've seen today at least 20 links on this issue and none helped.
    If this is not sufficient, I can post the whole return XML on my next reply.
    Thanks in advance,
    George
    Edited by: George Ardeleanu on Jan 26, 2009 1:57 PM

    I've checked the trace and the main error message seems to be:
    <Trace level="1" type="T">...There is no Interface Determination configured for receiver party and receiver service IP_CreditControl_Bundle</Trace>
    How could this be? Because I've set the receiver & interface determination in the integration directory and they're fine.

  • Unknown Message in JDBC- XI- RFC using ccBPM

    Hi, I try to create a scenario using BPM. It seems, that the message is sent from the JDBC adapter to the BP Engine correctly, but then I get the unknown message error.
    Does anybody know, how to solve the problem?
    Thanx Peter

    Hi Peter,
    The message is not reaching the BPM. The BPM would not have actiavted properly. Refer to the following thread that tells you a step-by-step procedure to rectify your problem. Refer to SridharNatrajan's reply..
    https://www.sdn.sap.com/sdn/collaboration.sdn?contenttype=url&content=https://Process Integration (PI) & SOA Middleware
    Cheers,
    Siva Maranani.
    Message was edited by: siva  maranani

  • When I try to open video files purchased through iTunes in Quicktime, I get the message: 'Error 23132: an unknown error occurred. This never happened until I updated iTunes, but when I try to go back to the previous version, I still get the message.

    When I try to open video files purchased through iTunes in Quicktime, I get the message: 'Error 23132: an unknown error occurred. This never happened until I updated iTunes, but when I try to go back to the previous version, I still get the message. It is more convenient for me to play videos in Quicktime since iTunes is such a memory hog. Please help.

    You may get better results if you switch to this alternate version: iTunes for Windows (64-bit - for older video cards) and, if needed, reinstall QuickTime. The new (nearly) all 64-bit version doesn't seem to play well with QuickTime. Perhaps if DRM authentication is required QuickTime needs to be able to see something that is part of the older 32-bit code.
    tt2

  • BPC 7.5NW SP08: "unknown MDX error" message for simple dimension formula

    Hi everyone!!
    We are facing many different issues concerning dimension formulas and
    script logic. Maybe it's something related to SP08. For instance,
    consider the following:
    - there is a dimension named P_Account, with members Price, SalesCost,
    and others
    - there is a dimension named P_Product, which consists of a hierarchy,
    for instance: Prod1 with two children, Prod1A and Prod1B
    We want to set the following dimension formula in P_Product for Prod1 member:
    IIF([P_Account].CURRENTMEMBER.PROPERTIES("ID") = "Price", Null, 1)
    that is, we wanted to try to be able to avoid summing Price, returning
    Null for (Price, Prod1). Later we would try to replace "1" with the
    appropriate formula to sum children of Prod1 for all other members of
    P_Account. The result is an odd error: "MDX statement error: unknown MDX
    error" (or something similar, since I get the error message in portuguese).
    We have spent almost two days studying alternatives in SDN Forum, blogs,
    google, etc, trying to find a reason for the error but couldn't find it.
    Could anyone help on this one?
    Thanks!
    Luigi

    Hi everyone!
    After contacting SAP, we were asked to try to reproduce the error in APSHELL. I did the following:
    1) created another application set, copying APSHELL, named it TESTAPPSET;
    2) added two members to dimension P_ACCT (ID, ACCTYPE, SCALING, RATETYPE):
       (PRICE, INC, Y, END)
       (SALESCOST, INC, Y, END)
    3) saved to server and processed P_ACCT dimension successfuly
    4) added a UD dimension copied from P_Activity, named P_Product
    5) deleted all members of P_Product, processed the dimension sucessfuly
    6) added FORMULA property to P_Product, with size 200
    7) added three members to P_Product (ID, PARENTH1)
       (Prod1, "")
       (Prod1A, Prod1)
       (Prod1B, Prod1)
    8) saved to server and processed the dimension successfuly
    9) edited P_Product members and added the following as FORMULA for Prod1:
    IIF([P_ACCT].CURRENTMEMBER.PROPERTIES("ID") = "PRICE", Null, 1)
    Result was sucess!!
    10) edit P_Product again and removed the formula, saved to server and processed dimension successfuly;
    11) created an Application named SALES, type Financial Report, copied from PLANNING with dimensions
    12) edit dimensions, removed P_Activity and added P_Product to the list
    13) went back to step (9) and tried to add the formula again, saved to server and processed P_Product dimension. Result was success again!!
    So I imagined the issue might be caused by the user I was log in with. I went back to our application set, logged in as BPC_SYSADMIN and tried to set the formula again and it didn't work. User was not the problem.
    Since I had tried all the above creating everything with all UPPERCASE, I decided to try the following Formula
    IIF([P_ACCOUNT].CURRENTMEMBER.PROPERTIES("ID") = "Price", Null, 1)
    that is, P_ACCOUNT instead of P_Account. Result: success in processing dimension!!! And the formula worked as expected when I opened an Input Schedule to test it.
    When I check my dimension list in BPC Admin it says P_Account (mixed case), instead of P_ACCOUNT (all uppercase) since it was the way we created it.
    So, I spent 1hour to do the whole test, but it worked. I sent two questions/requests for correction or improvement to SAP:
    I) which case should be used in formulas? given I see P_Account in Dimension list, how should I know that I should write formulas with P_ACCOUNT, all uppercase?
    II) could BPC provide more descriptive error messages when processing dimensions and validating script logic? a simple error message such as "unidentified command or reference at P_Account" or anything similar would have saved us 4,5 days of work! it's a lot!
    Thank you guys for your support!!

  • Error unknown message when saving ai file

    Several days ago I got an external hard drive to backup. Had an error message saying all wasn't saved right. I use CS2 suite, all works fine except my illustrator files will not save as ai. They will save as jpeg, pdf, eps, but not ai. Error unknown message window popsup. Also 3/4 of my file names have turned from black to blue. I have reinstalled CS2 and this didn't fix the problem. What went wrong? How can this be fixed? I'm working on a book using Illustrator files alot.

    PC - Windows, no fonts were installed. Only the ai files are affected. But nearly 3/4 of all file extension names have changed from black to blue. No big deal on that, but the ai saving is very upsetting.
    Thanks,
    Garry
    What platform?
    OS?
    Computer Model!
    Did you install any fonts?

  • I am unable to print using firefox message is "unknown printer error" No problem with other browsers

    I tried to print a coupon from an e-mail and the message I got was "unknown printer error". I am able to print from word and other items on my desktop and also from another browser. I cannot print anything using Firefox. I have not had any updates recently and the problem seems to have happened spontaneously. Can you help.

    Thanks it worked. Actually I tried that before I posted my question. I went back and rechecked and I had missed one item. Turns out it made a difference. I can now print my coupons.

  • "Unknown Publisher" error message during installation

    Ok, I have tried for several days and even got ahold of Microsoft on this issue. Every time i go to download Itunes the download is ok, but when it goes to install Itunes, I ALWAYS get "Unknown Publisher" error message and installation is cancelled. How do i resolve this issue? Any ideas?????

    Welcome to AD!
    Some folks have had success by downloading and installing QuickTime standalone, then installing itunes after QT. iTunes needs QT codecs to play audio & video.
    http://www.apple.com/quicktime/download/
    Make sure to get the version withOUT itunes.

  • Multi-Mapping and Message Split using BPM UDFs Error

    hi
    As per the below blog
    Illustration of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure
    I have just modified the UDFs(1.selectnodeifA 2.selectNodeifB)
    1.selectnodeifA
    for(int i=0;i<=n;i++)
    if(Name<i>.equals("A"))
    result.addValue(Node<i>);
    2.selectNodeifB
    for(int i=0;i<=n;i++)
    if(Name<i>.equals("B"))
    result.addValue(Node<i>);
    while checking I am getting the following errors
    Source code has syntax error: 
    D:/usr/sap/D10/DVEBMGS01/j2ee/cluster/server0/./temp/classpath_resolver/Mapdc8fa4d0896011dd907d001cc01cef0d/source/com/sap/xi/tf/_bpm_mm_.java:132: cannot resolve symbol
    symbol : variable n
    location: class com.sap.xi.tf._bpm_mm_
    for(int i=0;i<=n;i++)
    ^
    D:/usr/sap/D10/DVEBMGS01/j2ee/cluster/server0/./temp/classpath_resolver/Mapdc8fa4d0896011dd907d001cc01cef0d/source/com/sap/xi/tf/_bpm_mm_.java:140: cannot resolve symbol symbol : variable n
    location: class com.sap.xi.tf._bpm_mm_
    for(int i=0;i<=n;i++)
    ^
    2 errors
    The source code given in the blog is correct ? I thought for loop has not completed
    pls help
    manian

    Hi manian,
    I was having a look to Illustration of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure blog.
    The functions are not the same. I mean, yours and blogs functions.
    Each function has two parameters, Name and node. Furtheremore, in the blogs' functions is using arrays and you don't.
    So, the right code will be
    1.selectnodeifA
    for(int i=0;i<=node.length();i++)
    if(Name<i>.equals("A"))
    result.addValue(Node<i>);
    However, if you don't need an advance user defined function as you want to process just one element of the node's queue, you will not need to use for sentence.
    Something like:
    1.selectnodeifA
    // for(int i=0;i<=n;i++)
    if(Name.equals("A"))
    result.addValue(Node);
    Hope it is usefull for you.
    Carlos

  • BPM collect messages error

    Hi
    we are experiencing problems in BPM Collect pattern, error is not clear.
    Our payload before input to BPM
    <record>
    <row>
    <key>1</key>
    <val1>1</val1>
    </row>
    <row>
    <key>1</key>
    <val1>1</val1>
    </row>
    </record>
    this is given to BPM, and BPM is following exact collect pattern in SAP Documentation like
    1. Block with restricted by correlation (/record:key1), deadline with 1 minute, used by correlation
    2. within Block, unlimited loop, with started recieve step, activated correlation, and append records with container operation
    3. multi-mapping transform step, with multiple records to single record and followed by send step.
    we are getting error in the blok step, no description of error.
    BPM is activated without any errors
    Please advise, appreciate all ur help.

    Any body got the solution for this . I am having same problem .
    My Payload as follows
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:BpmPatternCollectMessageToBeCollected xmlns:ns0="http://sap.com/xi/XI/System/Patterns">
      <ID>1</ID>
      <OverallNumber>1</OverallNumber>
      </ns0:BpmPatternCollectMessageToBeCollected>
    for BPMPattrenCollectTime BPM and I amhaving error on outbound side in BPE
    when I dig into technical details The BPM details as follows
    Error during result processing of work item for Reciving Message Step
    Regards
    Murali

  • Error message unknown device error (0x73, 0x03)

    I created a project in FCP and prepared to burn it in DVD Studio Pro but when I tried to burn it I got this error message : unknown device error (0x73, 0x03).  Does anyone have any brilliant ideas on how to burn this?

    What speed disc are you using? That burner will only burn speeds up to 8x for DL. You might also try burning at the slowest possible speed.

  • Why am I suddenly receiving the message: 5.1.0 - Unknown address error 501-"5.1.8 Bad sender's system address" I am only getting it for Mozilla Thunderbird

    In the past three days, whenever I send a message, it does not go through. Instead, I get the message: 5.1.0 - Unknown address error 501- "5.1.8 Bad sender's system address". I tried downloading the newest version of Thunderbird but it did not work. I do not receive this message when using other software.

    I had the look that you suggested. As far as I can tell there are no problems with the user name. Maybe I should check with my email company, Cogeco?

  • I am unable to open my Red Box account. I get the message "unknown API error."

    I switched to Fire Fox because of slowness and other issues with Internet Explorer. Fire Fox is much better, with one exception. I can't open my Red Box account. I get a message that states "unknown API error." Red Box says the problem is related to the fact that they have new software. However, I can still pull up Red Box in Explorer.

    What extensions do you have installed? To get a full list, do the following:
    In order to be able to find the correct solution to your problem, we require some more non-personal information from you. Please do the following:
    *Click the Firefox button at the top left, then click the ''Help'' menu and select ''Troubleshooting information'' from the submenu. If you don't have a Firefox button, click the Help menu at the top and select ''Troubleshooting information'' from the menu.
    Now, a new tab containing your troubleshooting information should open.
    *At the top of the page, you should see a button that says "Copy all to clipboard''. Click it.
    *Now, go back to your forum post and click inside the reply box. Press Ctrl+V to paste all the information you copied into the forum post.
    If you need further information about the Troubleshooting information page, please read the article [[Using the Troubleshooting Information page]].
    Thanks in advance for your help!

  • When capturing in premier pro CC. get message that says unknown record error.

    When I try to capture in premier pro. I get message that says unknown record error. It happens 30 second to 2 minutes when capturing. what can I do to fix?

    Is the media on an external drive?

Maybe you are looking for

  • Hard drive access and beach ball

    Whenever I open Safari, I hear my hard drive being accessed constantly and get the beach ball. This slows down my computer and makes Safari almost useless. I wasn't sure what the casue of the beach ball was, so I posted something in the OSX forum (ht

  • HT1296 itunes has stopped working

    How to fix this issue? Itunes has stopped working, windows will close the program and notify you if it is able to resolve it

  • Bdoc task M - Function like in SQL?

    Hi, can anyone tell me, what the bdoc task M = modify does? Does it act like the SQL task on a database? If for example a bupa_rel has task M and should change a relationship that does not exist, would it create a new one? Best Regards Chris Edited b

  • Acrobat Pro 9 distiller no name in rule

    I have on my desktop the distiller running. With controlledfolders (hotfolders). But when I enter a new folder, in the list there will be a new folder but no name behind this. So when I heve several folders I can't see wich folder it is. Becauese the

  • How to prevent a new record sequence number to be created for a period of 14 days

    ALTER proc [dbo].[spCreateSequenceContainerFill] (@containerID as nvarchar(64), @lotNum as bigint, @customerID as int = 1164, @productID as int, @fillDateTime as datetime as BEGIN declare @checkcontainerID as bigint DECLARE @ID int; set nocount on SE