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.

Similar Messages

  • 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?

  • Fault message in BPM process

    I have a bpm process with a sync send step. i have a default fault message strcuture and my sync interface ( a proxy) is using this as fault message format. In case of an fault in the proxy i get the fault message returned. In my bpm i have an exception handler installed for the exception. What i would like to do in my process is send the fault message to another step like a send step.
    i m not looking to understand sync/async bridges or how to setup a bpm process. I am looking for help in how i can work with the fault message in my bpm process other then only let it trigger the exception routine

    Hi Frank,
    in the view of your BP an exception at proxy side is no reason to stop processing. The message will be put to your interface and it is your decision to put data into a container and to send it. For using a "global" container for every kind of message have a look to my weblog <a href="/people/udo.martens/blog/2006/04/28/bpm-container-for-any-message-type Container for any Message Type</a>. If your send step is not successful and you want to catch that: Define an exception branch for your block, where you send a senseful message to notice the error. You can refer in the original send step the exception, during runtime the process jumps into the exception branch and is doing that what you defined there.
    Regards,
    Udo

  • Getting error while Startting a BPM process programmatically

    Hi Experts,
    I am getting an error while trying to start the BPM process programmatically. What i have done till now is
    1. Created a WS in process composer
    2. Binded this ws with start of the process
    3. Created input parameters
    4. Testing it in WS Navigator
    I am following this doc /people/arafat.farooqui/blog/2009/08/13/introduction-to-sap-netweaver-bpm-part-4
    and I am getting error while testing in WS Navigator. I am getting error at the last step i.e. in result step and the error is
    Web Service returned an error. Fault Code: "(http://schemas.xmlsoap.org/soap/envelope/)Client" Fault String: "No operation found using soap keys [], [cn_comments]. InterfaceMapping Object class: com.sap.engine.services.webservices.espbase.mappings.InterfaceMapping mappings: (BindingType=Soap, SEIName=NewWSDLFile, BindingQName=(http://www.example.org/NewWSDLFile/)NewWSDLFileSOAP, PortTypeQName=(http://www.example.org/NewWSDLFile/)NewWSDLFile, SoapVersion=SOAP11, Galaxy_SDO=true, InterfaceMappingID=45ffb27c:1237f972cd8:-7d7e)."
    If possible can any one help me out.
    Thanks and regards
    Pranav

    Hi Arafat,
    Thanks for replying. Yes i have completed the output mapping. Input parameters i need for this service are :
    1. cn_comments
    ca_comments
    2. cn_planningGroup
    ca_account
    ca_serialnumber
    and few more attributes
    Now, what i did was i have created a complex type and added elements in it. But to my surprise i was not able to get these nodes and elements in output mapping. So, i changed the type of "parameter" from "new operation" to my complex type. By doing this i was able to get my nodes and elements in output mapping. Now i tested the entire thing in WS Navigator and i got that error.
    Please suggest how o proceed.
    Regards
    Pranav

  • Sequential processing of messages with bpm process

    hi,
    i have a bpm process that i want to process my messages sequential. for this i initially have played around with crerating my own queue but that didn t work. then i mocved to use the collect pattern and then process the messages. this works only for around 150 messages and the others are staying stuck in the queue for the bpm process the queue is in status stop. if a drop in another file then the queue get cleared and the new messages are placed in it and it still stays in stop and i need to delete queu and start again. Is there a solutio for this that the queue will collect the messages and when the bpm proces is finished it will start again ?
    i have tried to avoid using the collect pattern and worked with my bpm process to let it use a specific queue  but that also didn t work. i can process 1 message and then the rest stays in the queue? any help would be welcome

    Hey
    is there any reason specific reason for using BPM?
    you can use EOIO to transfer your files sequentially.
    thanx
    ahmad

  • Send async message between bpm processes takes long time

    Hi all,
    We use XI 3.0 SP16.
    We have 2 BPM Processes.
    One of these Processes sends an asynchronous message, which is directed
    to the other (by the receiver determination defined in the directory).
    In SXMB_MONI, we see that the "End Time" of the asynchronous send step
    is about 3 seconds after the "Start Time".
    Furthermore, when the first process sends this message to several other
    processes, this time is longer, and gets up to 10 seconds for the
    last "send" step in SXMB_MONI.
    What can be the cause for this?
    How can we minimize this time?
    Thanks ahead for any help,
    Yoav.

    Hi Sravya,
    Thanks for your answer.
    The main process is similar to the Multicast pattern.
    The other process(es) is an Async/Sync Bridge.
    We use A/S Bridge for every receiver so that we can first send all requests asynchronously,
    and only then handle responses as they arrive.
    (Otherwise, a request is sent only after the former response arrives).
    However, paradoxically, using A/S bridge makes the whole process take longer (for few receivers) due to the problem described.
    Yoav.

  • Publish error unknown message

    OK, usually if you know what the problem is you can fix it! But this prompt (Publish error unknown) isn't giving me much in the way of info to fix my problem.
    This has happened since the latest security download too.
    Anybody else with the same error?

    I've got the same problem. it started while on vacation in Ireland and thought it was the hookup i was using, but I tried at it again during a stop over on the Mainland and again once I got home in Hawaii. I still get the same unknown error message and all my picture folders are red now where before it was just the ones I had edited. Does anyone know if there is a limit on how many pictures you can have ? I know you can't upload to iWeb more than 99 photos, but what about the whole system and How do you check to see if you exceeded it. ?
    aloha
    joe

  • GR out put error :No messages for initial processing exist

    Hi All
    When Im process the out put for GR using T-Code MB90, the following message appears and I'm able to see the out put "No messages for initial processing exist".I have checked the three processing modes even it is giving the same mesaage.Can any body help  to how to see the GR out put.
    thanks and regards,
    Sri.........

    Hi ,
    I think the necessary condition records might not exist.
    You can maintain the same using MN21.
    Also check whether the necessary customising is done using Transaction NACE and by selecting application ME.
    Regards
    Ramesh Ch

  • Receive 'runtime error: Unknown exception' w/99% processed when creating DVD from movie

    Hi,
    I have tried several times to create a DVD of a movie with several Scene (w/Stop) Markers only to receive 'runtime error: Unknown exception' with 99% completion.
    I'm using Adobe Premiere Element 11 ver 11.0 (20120901.B261.425551).
    I'm running Windows 7 Ultimate w/SP1 on a Dell XPS M1530 w/4GB Memory
    I have created DVDs in the past with little or no problems.
    Would appreciate any help with my problem.
    Thanks...

    Harry
    Thanks for the additional information.
    Typically, if you are doing a multi movie Timeline and you want the viewer to be able to navigate to a specific movie followed by return to main menu, then:
    Main Menu Marker at beginning of movie 1 and Stop Marker at end of movie 1....then gap of at least 12 frames...Main Menu Marker at beginning of movie 2 and Stop Marker at end of movie 2....and so on. But for the last, remember no Stop Marker at the end of that last Movie on the Timeline.
    With those 25 .mts video clips, are you sure that you want or need all those return to main menu possibilities.... a scene marker at the beginning of each and a stop marker at the end of each for a return to menu after each of the 25 video clips? Especially if these are small video clips.
    Large project...
    Keep in mind that the DVD disc 4.7 GB/120 minutes is in reality 4.3 GB capacity. So as you can tell my the program's lowering of the Bitrate (8.00 to 7.97 Mbps), the program is trying to make the fit by lowering the bitrate. Depending on how your troubleshooting goes, you may want to start thinking about DVD Double Layer Disc (8.5 GB/240 min) if your project gets much larger. In the case of the DVD double layer, 8.5 GB is in reality 7.3 GB. Typically, lower the Bitrate, the lesser is the Quality of the end product. So you do not want to force the program to lower the Bitrate to low to make the fit.
    As for the Timeline - + slider to which I referred...
    In the above screenshot, please note in the right side of the Premiere Elements 11 Timeline (Expert view)...from left to right at that location,
    the Render Button
    the icon named "Fit to Visible Timeline
    the icon named Zoom Out ( - ) which is related to the slider to its right
    the icon named Zoom In ( +) which is related to the slider to its left
    That slider is moved by either of those icons or by moving the circular button of the slider with the mouse curser.
    We will be watching for further developments.
    Thanks.
    ATR

  • Error "Video System Error: Unknown message: bindSuccss" when trying to play a movie in LR 5.3

    Hi,
    I'm getting the error listed in the title of this thread when I try to play a video.  any ideas?
    Dan

    I have to say Im a little confused to. Following the steps outlined:
    Desaturate in LR.
    Export as a JPG (add to this catalog selected- for reimport)
    Select image. Switch to Print Module
    Print file.
    No problems as expected. I dont see that there is any seting to adjust that will clear this issue.
    Q. Is it consistent with every BW file or just some?
    Aside from changing your workflow so as not to produce jpgs at all in favor of a Lightroom gallery for showing your clients the images, based on the info I have I cannot replicate the problem. So I will try first an optimization of the catalog.
    Prefernces > General > Go to Catalog Settings > General > Relaunch and Optimize.

  • Error unknown message when trying to download an app and logging in? Fix?

    Is anyone else having this problem when trying to log into the app store or hitting the "install button" of the app and trying to log in?  Is there anyway to fix it?? I haven't been able to download any apps on this macbook pro.

    Also, I am able to log into itunes just fine.  It is only when trying to log in the app store that I seem to be unable to proceed any further than typing my password.  All the input information is correct.

  • Emulate Fault message in BPM

    Hello
    I have read all related topics
    fault message in BPM process
    Alert monitoring and fault message types
    Using Fault Message Type in BPM
    but no answer..
    I have synch BPM that send synch request to RFC and a mapping step. Then I have to catch exception (of send step or mapping) and send fault message in exception handler.
    I haven't a proxy. I want to create fault message manually and send it. Is it possible? I cannot create an interface of fault message type.

    Hi Sergey,
    As far as I know, it's possible to catch the mapping/send exception.
    It's also easy to define an exception branch for this exception, and inside the exception branch, send a "normal" message in a send step.
    However, as far as I know there's no way of specifying a BPM send step that sends a fault message.
    At least in my experience, regular messages are just as useful when sending error information.
    Cheers,
    Ofer

  • No messages for initial processing exist in MB90

    Hi friends,
       When i try to take print from MB90 the error "No messages for initial processing exist" for Goods receipt --> others MIGO.
         I maintanin the Print controls in SPRO --> MM --> IM --> Print Control.
          Please help me in this issue.
    Regards,
    Mahi

    Hi Anbalagan,
       Thanks for your Reply.
      Here MM consultant is now not available thats why i post question here.
      Personally i check some forms are assigned to Material document. But i know some is to be configured. but i dont know what it is. If you know the procedures please guide me.
    With Regards,
    Mahi.

  • COM - error Unknown in /sapapo/mat1 transaction

    Hi,
    I am using SCM 4.1 and LiveCache 7.5.0.
    In the transaction /sapapo/mat1 i select a product and its location.
    Then in the Extras Menu when i select Where-Used List, it shows the message "COM - error Unknown"
    COM - error Unknown
    Message no. /SAPAPO/OM001
    Diagnosis
    A COM routine has encountered a program error.
    System response
    The program will be terminated.
    Procedure
    Start the program again.
    If this message appears again, contact your system administration.
    Please help me on this.
    Regards,
    Chintan

    hi - try running the livecache consistency check (/n/sapapo/om17) for product-locations and correct any errors that may be detected and try again to use the where-used functionality.
    Regards
    Vinod

  • How to find out what is causing an error in a BPM process

    I have a very basic question and I can't figure it out from help.sap.com
    I have a BPM process deployed to a SAP NW Java BPM 7.40 system. It can be triggered with a web service call.
    It goes into error immediately. I go to NW Administrator > Operations > Process and Tasks > Manage Processes and see the process with status  "Error". But the "Error log" tab below is grayed out. I can't see any error message anywhere.
    How do I find out what is wrong?

    Ah, I didn't notice that on the history tab I can switch from Basic to Medium or Advanced, in Basic it was showing nothing. In Medium and Advanced it shows:
    Mapping failed
    com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Object not found in lookup of test.sap.com.polreuse.ejbs.UUIDProviderLocal.
    java.lang.IllegalArgumentException: Could not lookup 'test.sap.com/bpmear/LOCAL/UUIDProvider/test.sap.com.polreuse.ejbs.UUIDProviderLocal' bean
    com.sap.mapping.lib.execution.api.exception.TExecutionException
    at EJB::test.sap.com/bpmear/LOCAL/UUIDProvider/test.sap.com.polreuse.ejbs.UUIDProviderLocal( StandardInvocation:invoker )
    at ( DeepExpression )
    at UUID( TerminalPart:expression )
    at result( BroadPart:child )
    at ( NarrowMapping )
    at com.sap.mapping.lib.execution.implementation.Compiler$StandardMappingFunction@241ade69( StandardInvocation:invoker )
    at ( DeepExpression )
    at MessageHeader( TerminalPart:expression )
    at http://sap.com/xi/SAPGlobal20/Global:NewLBrdngFSCreateRequest( BroadPart:child )
    at ( NarrowMapping )
    What could this mean? I didn't deploy all parts correctly or something like that?
    Also, where do I check the default trace?

Maybe you are looking for

  • Adobe Bridge CS3 2.1 Update and Vista 64 bit

    I updated my CS3 applications using the Adobe Updater. Now when I launch Bridge (either standalone or through one of the other applications in the suite) Windows immediatly reports that Bridge "has stopped working", closes the application and says it

  • How many use more than 1 smartphone

    I home office and have a Verizon BlackBerry for work and until today when I got my new Iphone 4 was using the Iphone 3G for personal use. I keep them side by side all day and can honestly say I have had quite a few dropped calls with my BB and could

  • Tax Accounts - Is it necessary to have separate tax acct. for each state

    I am new at this: Is it necessary to have separate AR/AP/ account for each tax jurisdiction like state county etc?\ Or do the sales tax reports for payments in SAP produce outstanding taxes per jurisdiction. I would prefer only one Sales Tax account

  • How to use complex datatypes, Document and RelatedObject in CAF

    Hi,       We can find the Document and Related Object Complex data types under the services node of caf.core. How are they implemented in an Application Service.       Is it possible to upload Document in CAF? If possible, are the above mentioned dat

  • Enhacement doesnt work on QA

    Hi people, I implemented a enhacement on MIRO and tested on DEV, it was ok, but when I test on QA, the enhacement is on SE38, but its like it does'nt exist on debug... someone know what can it be?