Runtime error in transmitting message

In a scenario in XI using File sender to IDoc receiver Communication channel, I am getting an error in RWB Messg Monitoring (Details>Audit).
The file is picked up by the File adapter. But, moving ahead, we get this error.
"Transmitting the message to endpoint hhtp://blade3:8000/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.MalformedURLException: unknown protocol: hhtp."
Could any body please tell how to fix it? Why is the error being generated?

HI Niladri
) Check pipeline URL in the SLD in the business system of the Integration Server
For this go to SLD->Business System-><Integrtaion Server>->Pipline URL: It should be like this http://<host>:<port>/sap/xi/engine?type=entry
Where host is the host name of the Integration Server and port is the HTTP(8xxx) port.
2) RWB error - have a look into this SAP Note -768456
3) Check the ICM port also. Go to SMICM->Services here you should have http port
Cheers..
Vasu
<i>** Reward Points if found useful **</i>

Similar Messages

  • WHILE DELETING A SALE ORDER GETTING A RUNTIME ERROR " Screen: Illegal message"

    Hi Experts,
    While deleting a sales order giving run time error.  PFB runtime error details.
    If you know any OSS message, please let m know. I tried, but there is no luck.
    Short text
        Screen: Illegal message
    What happened?
        The current screen processing action was terminated since a situation
        occurred where the application could not continue.
        This is probably due to an error in the ABAP program or in the current
        screen.
    What can you do?
        Note which actions and input led to the error.
        For further help in handling the problem, contact your SAP administrator.
        You can use the ABAP dump analysis transaction ST22 to view and manage
        termination messages, in particular for long term reference.
    Error analysis
        The program attempted to issue a " " message during "Exit Command" processing.
        This is an illegal operation.
        The program was terminated.
        Screen name.............. "SAPMV45A"
        Screen number............ 4001
    How to correct the error
        The program must be modified to correct the error.
        The modification must be made in "Exit Command" processing.
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
    Source Code Extract
    Line  SourceCde
        1 *---------------------------------------------------------------------*
        2 *       FORM YVBEP_LESEN                                              *
        3 *---------------------------------------------------------------------*
        4 *       Lesen der Tabelle YVBEP (nicht sortiert)                      *
        5 *---------------------------------------------------------------------*
        6 FORM YVBEP_LESEN USING US_POSNR
        7                        US_ETENR
        8               CHANGING CH_TABIX.
        9
       10   YVBEP = SPACE.
       11   YVBEP-MANDT = VBAK-MANDT.
       12   YVBEP-VBELN = VBAK-VBELN.
       13   YVBEP-POSNR = US_POSNR.
       14   YVBEP-ETENR = US_ETENR.
       15   READ TABLE YVBEP.
       16   IF SY-SUBRC > 0.
       17     MESSAGE E506 WITH US_POSNR US_ETENR.
       18   ENDIF.
    >>>>>   CH_TABIX = SY-TABIX.
       20
       21 ENDFORM.
    Could you please help on this issue.
    Thanks
    Srinu

    Hi Srinu,
    it looks like you got the error message Schedule line &1 &2 is missing in table YVBEP while deleting the sales order.
    It seems, that there are no SAP notes regarding this issue. Do you have this issue with all orders or with a single order?
    If only a single order causes this issue, maybe something was wrong during an update.
    If you get this error for many orders, then custom code (modification, enhancement, user exit in MV45AFZZ, ...) may be the reason for it.
    If you have no custom code in module pool SAPMV45A, then contact SAP for this issue.
    Regards,
    Klaus

  • Error while transmitting message.

    All,
    Newbie here. We are trying a simple file to file scenario - where xi picks up the file from a FTP location and maps the message and dumps it in another FTP location.
    While we execute this example - we get the following error -
    <b> "Transmitting the message to endpoint http://sandbox1.xxxx.com:54600/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 404 : Not Found."</b>
    This is what it shows on the message audit log,
    2007-01-25 14:51:11     Success     Send binary file  "profileinput.xml" from FTP server "166.151.310.200:/sap/work", size 476 bytes with QoS EO
    2007-01-25 14:51:11     Success     Application attempting to send an XI message asynchronously using connection AFW.
    2007-01-25 14:51:11     Success     Trying to put the message into the send queue.
    2007-01-25 14:51:11     Success     Message successfully put into the queue.
    2007-01-25 14:51:11     Success     The application sent the message asynchronously using connection AFW. Returning to application.
    2007-01-25 14:51:11     Success     The message was successfully retrieved from the send queue.
    2007-01-25 14:51:11     Success     Confirmation mode test found. File will be resent next time
    2007-01-25 14:51:11     Success     The message status set to DLNG.
    2007-01-25 14:51:11     Error     Transmitting the message to endpoint http://sandbox1.xxxx.com:54600/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 404 : Not Found.
    2007-01-25 14:51:11     Success     The asynchronous message was successfully scheduled to be delivered at Thu Jan 25 14:56:11 CST 2007.
    What might be the issue? Any ideas? (im not able to see this message xml in the SXMB_MONI also.
    Thanks.

    Thanks for the replies. The problem is solved.
    Can you tell me why we had to change the port from 54600 to 8046? The original IP was there on the SLD already - probably was configured by the installation team.
    If you can give me some URLs or articles that explain this difference - that would be great!
    Thanks.

  • Catching runtime errors and show message

    Hello:
    How do i catch runtimes errors and send a message back to the user to see?
    Imagine i violate a PK when writing to a database, what is the stabdard way to catch that and inform the user?
    Thanks.

    check out
    FacesContext -- addMessage()
    FacesMessages
    and the tags that dispay FacesMesssages
    <h:messages>
    <h:message>
    easy to catch an excpetion then add a FacesMessage to the context that will be displayed by the jsf message tags

  • Runtime error while opening stucture tab in Functional Location..

    Dear All,
    Whenever I'm trying to open the structure tab of functional location I'm getting the runtime error and the message is as follws..
    Run time error  TIME_OUT
    Time Limit Exceeded
    The program " SAPLIE01" has exceeded the maximum permitted runtime without interruption and has therefore been terminated
    Error Analysis
    After specific time,the program is terminated to make the work area available to other users who may be waiting
    I did not understand the reason for it....
    Any can throw light on this...
    Thanks in Advance
    Johnson

    Dear
    This problem is occuring due to your transactions has so many datas in output. So that system is providing the error. In each sap log in you can control the maximum idle hours at Option header menu at Main menu.
    Else you get the Abaper+Basis for the help. There is no error in functional side for sort out.

  • C++ Runtime Error on Adobe Acrobat 9 Startup

    The error received upon starting up Adobe Acrobat 9.0 is a Visual C++ Runtime error. the exact message is:
    Runtime Error!
    Program: C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    This began when Intuit Quickbooks 2009 was installed onto the system. Quickbooks was installed and attempted to be activated several times all of which ended in failure (retail purchased software) and the activation for the software was eventually locked out by the vendor.
    This is when it was noticed that Acrobat was no longer functioning, and upon startup of the program it gives the above error message, which it does after displaying the acrobat window, but before it finishes loading.
    Both repairing the installation of Acrobat and a complete Uninstallation/registry cleaning(with CCleaner)/Reinstallation was unsuccessful in fixing this issue. The error-fix documented in knowledgebase article kb404597 (http://kb.adobe.com/selfservice/viewContent.do?externalId=kb404597&sliceId=2) was also unsucessful in solving this issue.
    Having looked into the windows event viewer, the error does produce and entry as follows:
    Description:
    Faulting application Acrobat.exe, version 9.0.0.332, time stamp 0x4850eb76, faulting module scrchpg.dll, version 7.0.1.325, time stamp 0x47ac76e7, exception code 0x40000015, fault offset 0x00010329, process id 0x3608, application start time 0x01c9a04e7e0e994f.
    ==========================
    Computer is an Asus M70 Series laptop
    3gb memory
    Windows Vista Premium

    Try http://www.adobe.com/go/kb401589
    Especially solution 4.

  • Runtime Error DBIF_RSQL_INVALID_RSQL on dataload to PSA

    Hi,
    Apologies for the long problem statement.
    We need to extract data from a non- SAP SQL system to our SAP Netweaver 7.01 (EhP1 SP5) BI system. We have established a UD Connection and connected to tables in the SQL system.
    After a few dataloads and data validity, some fields were changed in the source tables in the SQL system.
    Now, when we try to extract data into our PSA by triggering InfoPackage, it gives a Runtime Error with following messages:
    *Runtime Errors         DBIF_RSQL_INVALID_RSQL*
    *Exception              CX_SY_OPEN_SQL_DB*
    *Error in module RSQL of the database interface.*
    *An exception occurred that is explained in detail below.*
    *The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caugh*
    *in*
    *procedure "INSERT_ODS" "(FORM)", nor was it propagated by a RAISING clause.*
    *Since the caller of the procedure could not have anticipated that the*
    *exception would occur, the current program is terminated.*
    *The reason for the exception is:*
    *In a SELECT access, the read file could not be placed in the target*
    *field provided.*
    *Either the conversion is not supported for the type of the target field,*
    *the target field is too small to include the value, or the data does not*
    *have the format required for the target field.*
    We tried creating another datasource on the same table and we could extract data successfully. There a quite a few more DS that have the same issue. Is there another way to resolve this issue while retaining current DS.
    Also, for another table which has more number of rec (arnd 20K), the extraction keeps running even after creating new datasource.
    Please help.
    -Abhishek.
    Edited by: Abhishek Rajan on Sep 28, 2010 8:05 PM

    Hi Rajan,
    Please find this thread.
    I guess it may be useful. When datasource structrue changes , there will inconsistency in database and will not allow us to delete or do data load.
    This has resolved my problem.
    PSA Not Deleting, error : DDL time(___1):.....0 milliseconds
    Thanks
    Vamsi

  • "Installing Business Content is throwing a runtime error"

    Hi All,
    I am installing "Inventory Valuation: Material Prices and Inventory Values" Cube with grouping "In dataflow Before and Aftrwds", but its throwing runtime error with the message "In an ASSIGN statement in the program "SAPLSNR3" a field symbol with length 0 should have been created. However, this is not possible.
    length 0.This is not possible."
    I will assign points to all the suggestions.
    Thanks and Regards,
    Sunil Morwal.

    hi,
    go with the option in grouping as in data flow before. select the all check box (install and match) in the collected object under your selection.
    some time some of the object's are left with out selecting. do it and check it out.
    if helpful provide points
    regards
    harikrishna.N

  • Bex Query runtime error '457'

    Hi,
    whenver iam trying to restrict a Fisical year/period time characterstic in query designer iam getting a runtime error with the message "Query run time error'457' This key is already asssociated with an element of this collection".
    Does any one know what might be the reason and how to resolve this issue.
    Thanks,
    Vaka.

    Hi,
    Check SAP Note - 517232
    hope it helps
    regards
    Vikash

  • Runtime error log

    Hello,
    First of all, apologies for the stupid question.
    A program i'm writing generates a runtime error, but the message is too long to be seen as a whole in my standard output window (WIN 98, if that makes a difference).
    Is there any way to see the whole message or create a log of it?
    Thanks.

    Uh, if it's too long, it'll simply wrap around... does it scroll out of your window?
    If so, use a standard non-fullscreen window and simply scroll.
    Or redirect your output to a file by typing
    your command here > c:\log.txt

  • Runtime error R6025 message after log on to Vista - Flash Card not working

    Hi
    I'm a newbie & would appreciate any advice.
    I am getting a runtime error message R6025 when I log on to Windows Vista.
    When I click out of the box I then get a message saying Toshiba Flash Card not working.
    I cancel that and my laptop is ok except I don't know if the flashcard is working or not because I don't know what it does.
    Sorry if I sound thick
    Thanks
    Neelie

    Hi
    I found this MS knowledge base article:
    +Description of the R6025 run-time error in Visual C++\+
    http://support.microsoft.com/kb/125749
    But I doubt this description would be useful for you or anyone here. It describes this error in Visual C++ and this is programming language.
    However, I think you should simply reinstall the Value Added Package which you could download firstly from the Toshiba European page.
    At first you have to remove the old Value Added Package from the system, then reboot the notebook and follow with new VAP installation.
    Bye

  • Photoshop Elements 10 will not open.  I get Error message that says "Runtime Error!" and closes.  What do I do?

    Help.  Photoshop Elements 10 will not open.  I get Error message that says "Runtime Error!" and closes. What do I do?  What does it mean?  I bought Elements 10 at a retail store.  It did work for a while.

    Hi,
    Can you post back with the following.
    1.  The full Model No. and Product No. of the notebook ( from the service tag underneath your notebook ) - see Here for a further explanation.
    2.  The full version of the operating system you are using ( ie Windows 7 32bit ).
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • My iTunes program is giving me a message that says, "Runtime error" and wont open iTunes. How do I fix this?

    My iTunes program is giving me a message that says, "Runtime error" and wont open iTunes. How do I fix this?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Every time I try to open itunes I get a message saying "runtime error. An application has made an attempt to load the C runtime library incorrectly. I have already un- and re-installed it, but i get the same message as before. How do i fix this?

    every time I try to open itunes I get a message saying "runtime error. An application has made an attempt to load the C runtime library incorrectly. I have already un- and re-installed it, but i get the same message as before. How do i fix this? I don't want to lose my music and would at least want to save that.

    Follow the instructions of tt2 given in https://discussions.apple.com/thread/5822086 and note to run as admin

  • After Upgrade to latest iTunes, it will not open.Uninstall and reinstall did not help Getting this error message ''  Runtime Error R6034 '' An application has made an attempt to load the C runtime library incorrectly''. 3 windows PCs.1 vista, 2 windows7 7

        I upgraded to the latest iTunes 11.1.4, after a prompt from the iTunes store. But will not open after the upgrade. One of three error messages told me to reinstall. I did. Restarted and scanned.  But no help there. So I unistalled and re installed from Apples' website. The installation was okay as usual but still will not open. Keep getting the same error messages. '' Runtime Error R6034, ''  '' An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information.''  That's the error messages I get when I try to open the New installed iTunes 11.1.4. Right now there is no iTunes on any of my PCs. Installed but will not open. Please Help.Thanks.
    Jonas.
    3 Windows PCs. Safari 5.1.5 ( One Laptop with Vista. Two Windows 7 64 bit on All in One Sony desktop PCs. )

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

Maybe you are looking for