Error in SM58 on XI box

Hi,
While trying to post IDocs to an R3 system, getting the following error in sm58 - 'Transactional RFC' transaction 'PASSWORD LOGON NO LONGER POSSIBLE'.
But when I do a connection test from SM59, to the corresponding RFC destination listed in the receiver IDoc adapter  there is no issue. The test is successfull.
Anything I'am missing here?
Thanks,
Anand

>>>> did try a remote logon from the RFC destination...on doing this I get a dialog box requesting username/password entry. And the user that appears here is my user ID, not the user that is in the RFC destination.Is this standard behaviour?
No. This means your RFC destination is not working properly. Just fill the user Id, pwd with a valid user Id that has sufficient auth., then try. You should be directly logging into SAP on using the Remote logon option.
Regards,
Jai Shankar

Similar Messages

  • Validation error message in a confirmation box.

    To provide any validation error messages i am using the throw OAException, but that displays at the top of the page where many times users dont even notice it. i want to be able to instead display the error msg in a confirmation box that has just the OK button to make sure user has seen the message......
    how do i do that ? (i do not want to use the DialogPage becos that takes me to another page and also is not for raising exceptions).
    thank you.

    Hi,
    You have to use OADailogue region to achieve this. Please follow below code units to create a dialogue page and display an error message.
    OADialogPage dialogPage = new OADialogPage(OAException.WARNING, message, null, "", "");
    String yes = pageContext.getMessage("AK", "FWK_TBX_T_YES", null);
    String no = pageContext.getMessage("AK", "FWK_TBX_T_NO", null);
    dialogPage.setOkButtonItemName("DeleteYesButton");
    dialogPage.setNoButtonItemName("DeleteNoButton");
    dialogPage.setOkButtonToPost(true);
    dialogPage.setNoButtonToPost(true);
    dialogPage.setRetainAMValue(true);
    dialogPage.setPostToCallingPage(true);
    dialogPage.setOkButtonLabel(yes);
    dialogPage.setNoButtonLabel(no);
    java.util.Hashtable formParams = new java.util.Hashtable(1);
    formParams.put("foo","value");
    dialogPage.setFormParameters(formParams);
    pageContext.redirectToDialogPage(dialogPage);
    Thanks
    Bharat

  • RFC destination error in SM58

    Hi,
    We are getting an error in SM58 "P85040 does not exist".
    What could be the  reason for this error in PI system?
    When I checked, there is no RFC destination configured with the name P85040. Also there is no communication channel configured with the RFC destination parameter P85040.
    Kindlly help.
    Thanks,
    John

    Hi John,
    The reason can be the host name you are assigning is not existing.
    In RFC destination the host name is for that particular client which is pointing to IP address not to the logical system. You can choose name of RFC destination same as of your logical system.
    You can get the host name by login to SAP system and the using MENU ... System->Status and in lower right corner you can find it.
    Sachin
    Edited by: Sachin Dhingra on Dec 18, 2008 1:18 PM

  • Rfc to file scenario error in sm58

    rfc to file scenario error in sm58
    i get the error as com.sap.aii.afccommunication.RfcAfwException
    :look up of alternative

    hey
    >>i have a doubt do we have to use
    starting new task or back ground destination
    well it depends upon the logic ur gonna implement,both are used for async RFC so u have to see ur requirement and then decide.
    have a look at the following
    http://help.sap.com/saphelp_nw2004s/helpdata/en/22/042578488911d189490000e829fbbd/frameset.htm
    thanx
    ahmad

  • IDOC Error in SM58 and Management Console

    Hi Guys,
    Good day!
    I am currently having issues on sending IDOCs to BODS.
    There are instances that an IDOC gets stuck or ends up with an error in transaction code SM58. In transaction WE02, the IDOC is
    successfully processed with status 03. In a set of IDOCs (10 or more), one IDOC is in error in SM58, usually the first IDOC gets the error and the next IDOCs are successfully processed. The error received in SM58 displays the following:
    Error 1: R3RfcClient(DI_CLIENT)ActaIDocFunc::Process()...
    Error 2: CPIC-CALL ThSAPCMRCV no data received
    However, the client interface is active/running.
    In the management console, the error Logs-History displays the following:
    (14.0) 04-08-14 23:32:51 (E) (8060:3868) Unknown: SP(INVOICE_001, ABC:1234)::flowThread() Flow became
    invalid during waiting for request (BODI-300137)
    (14.0) 04-08-14 23:32:51 (E) (8060:9356) Unknown: R3RfcClient(RFC_CLIENT_INTERFACE) ActaIDocFunc::Process()
    encountered processing error for Requeste(15149) (Communication Error. See real time job log for details.) (IDOC 0000001234567890/ABCDE). (BODI-300129)
    For the Real-Time Services log, the following is displayed:
    (14.0) 04-08-14 23:32:39 (E) (70684:47620) RUN-051005: |Session REALTIME_INVOICE|Data flow DATAFLOW_INVOICE|Loader query_IDOC_DETAILS Execution of <Regular Load Operations> for target <IDOC_DETAILS> failed. Possible causes: (1) Error in the SQL syntax; (2) Database connection is broken; (3) Database related errors such as transaction log is full, etc.; (4) The user defined in the datastore has insufficient privileges to execute the SQL. If the error is for preload or postload operation, or if it is for regular load operation and load triggers are defined, check the SQL. Otherwise, for (3) and (4), contact your local DBA.
    (14.0) 04-08-14 23:32:50 (E) (70684:68856) DBS-070401: |Session REALTIME_INVOICE|Data flow DATAFLOW_INVOICE|Loader query_IDOC_DETAILS ODBC data source <ABC\ABC,12345> error message for operation <SQLExecute>: <[Microsoft][SQL Server Native Client 10.0]TCP Provider: An existing connection was forcibly closed by the remote host. >.|<Regular Load Operations>|<IDOC_DETAILS>
    Given this, I would like to ask on how to eliminate this issue.
    Thanks,

  • IDoc_AAE Synchronous error in SM58

    Dear friends,
    I configured IDoc_AAE sender and receiver side. I tested this with success. The next step was to configure an Async-Sync scenario. I configured my scenario according the following Blog:
    Request/Response Bean for IDOC_AAE adapter
    My scenario is that I want to take an IDOC from ECC and send it to SOAP which is synchronous one and I map the response data to a ALEAUD and send it back to ECC.
    My configuration looks like following:
    I use the following Beans and parameters in the sender Idoc communication channel:
    Now when I want to send an Idoc from ECC I get the following error in SM58:
    Commit fault: ASJ.ejb.005043 (Failed in component: sap.com/com.sap.aii.ad
    And I get the following error in NWA:
    Error in look up for binding. Reason: com.sap.aii.af.service.cpa.CPAObjectNotFoundException: Couldn't retrieve inbound binding for the given P/S/A values: FP=;TP=;FS=BS_******;TS=;AN=IDOC Name;ANS=urn:sap-com:document:sap:idoc:messages;
    So If I test this idoc asynchronous it works fine and if I put this Idoc in an Outbound Sync SI it doesn't work and I get an error in SM58.
    Do you have any suggestion why it doesn't work and can you please tell me If I can achieve my scenario with this configuration? As I read in the following thread (it was mentioned by Indrajit that we cannot use an Idoc adapter in the ResponseOneWayBean)
    ResponseOneWay Bean unable to find the receiver channel
    If its true so what do I can do to achieve this scenario? I also can use an asynchronous ABAP Proxy back to ECC instead of an ALEAUD.
    You help would greatly appreciated,
    Thank you in advanced,
    Kind regards,
    John

    Hi
    Unfortunately the way you are trying to get the acknowledgement idoc will not work.The request response bean in the sender idoc adapter only work for
    Adapter Namespace:  http://sap.com/xi/XI/System.
    Adapter Type:    File
    The same is clearly mentioned in the document you have referred. But there is another alternative approach which you can use to get the acknowledgment back.
    You have to use the request response bean in the receiver adapter( say SOAP). In that case the receiver application will trigger an response message with the interface name you have provided in the response bean.
    You have to create one more ICO or scenario for that interface triggered by receiver adapter and use the mapping in PI which will convert that in ALEAUD idoc.
    Following things needs to keep in mind
    You have to use virtual receiver for the second scenario.

  • Error in sm58

    Hi all,
       I am trying to send a IDOC from SAP system to XI and I getting the following error in sm58
    Transaction IDX1: Port SAPEN5, Client 800, RFC Destination contian error.
    BTW what is the difference between maintaing the port in we21 or idx1?

    >>what is the difference between maintaing the port in we21 or idx1?
    WE21 is mainted in R3.
    IDX1 is maintained in XI.
    <a href="/people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi Configuration for Pushing IDOC's from SAP to XI</a> By Swaroopa Vishwanath
    Regards
    San
    <a href="Remember to set the thread to solved when you have received a solution to set the thread to solved when you have received a solution</a>
    Where There is a <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/16">blog</a> there is a Way.

  • T rfc error in SM58

    I m getting  " :: 000 " error in SM58 while sending ORDERS
    I have tried everything, even recreated all ALE configuration settings.
    What could be the reason?
    With the same settings, I could transfer MATMAS but its comign only for ORDERS
    regards,
    Nikhil.

    To track the IDOC in SAP XI you need some authorizations to execute IDX5
    To start the XI message monitor in the remote system
    SXMB_MONI with ACTVT = 03
    To start the IDoc monitor in the remote system
    SXMB_MONI with ACTVT = 03
    Authorization for function groups:
    BDMON
    BDMT
    IDOC_TRACING
    SXMB_MONI
    Trigger the IDOC in the R/3 system like do the scenario like IDOC to file or File to IDOC.
    /people/kamalkumar.ramakrishnan/blog/2008/02/13/monitoring-the-idoc-adapter-in-xipi-using-idx5

  • RFC Error in SM58 Commit fault com.sap.aii.af.rfc.afcommunication

    Have a RFC interface between Sap R/3 and XI. Submit RFC request: call function 'Z_PGM'
            in background task
            destination 'XID'
            tables
              it_zmsfi_labels = t_table.
    Getting error in SM58 in R/3 : Commit fault com.sap.aii.af.rfc.afcommunication.Rf cAFWException: alternat
    Message no. SR053
    Any ideas? If I do test connection on in SM59 on TCP connection it's Ok.

    call function 'Z_PGM'
    in background task
      destination 'XID'
    tables
    it_zmsfi_labels = t_table.
    <b>COMMIT WORK.</b>
    This should solve your problem.
    regards
    SKM

  • Line Cord Error when connect to Sky+ Box with BT65...

    Bought a new Panasonic TV and had to re sort cables took photos and replaced exactly as before. Did connect the new TV to splitter that works fine.
    BT 6500 shows Line Cord error as soon as Sky box connected on own, with micro filter, with splitter. No errors prior to today so wonder if doing something daft. 
    We have 3x 6500s in house is it REN related? But as worked previously a bit odd. 
    Extension socket behind TV to micro filter - to spliter as before. Plug in cable to SKY plus box and get a line chord error showing on handset. Disconect and fault goes but noticed this fault reported on many forums BT, Virgin ....ANY advice welcome. 

    make sure you have connected the cable to Sky box into correct port.... the sky box has 2... an ethernet port for a cat5 cable ( rj45 bigger port ) and an rj11 port for the phone cord.... the problem is this will fit in both!! but if connected to the ethernet port it will put a loop on line and cause fault on phone line...

  • Graphical errors. The Address dropdown box is blacked out, and goes normal when highlighted, tabs are blacked out, buttons are half missing etc etc. This ONLY happens in firefox, reinstalled and turn all add-ons off and it persists.

    Graphical errors. The Address dropdown box is blacked out, and goes normal when highlighted, tabs are blacked out, buttons are half missing etc etc. This ONLY happens in firefox, reinstalled and turn all add-ons off and it persists.

    '''''thedanbot''''':
    I am not sure that your image matches '''''Apoth's''''' description as I interpret it.
    Have you tried Firefox Safe Mode to see if an Add-on is causing your problem?
    #Use Firefox Safe Mode to find a problem with an Extension or Plugin:
    #*Don't check anything when entering Safe Mode, just continue
    #*If the problem does not occur in Safe Mode it is probably and Extension or Plugin causing the problem
    #*See:
    #**[[Safe Mode]] and [http://kb.mozillazine.org/Safe_Mode Safe Mode (Mozillazine)]
    #**[http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes Troubleshooting extensions and themes]
    #**[http://support.mozilla.com/en-US/kb/Troubleshooting+plugins Troubleshooting plugins]
    #**[http://support.mozilla.com/en-US/kb/Basic+Troubleshooting Basic Troubleshooting]

  • Error Message in a dialog box

    Hi,
    I have defined a error message in a raise application error type. Is there a way can we change this error type to message box becouse after entering data I lose data what is been entered on page.
    becouse of this error type. Please suggest me how to change
    IF wwv_flow.g_f04(vRow) IS NULL THEN
    RAISE_APPLICATION_ERROR(-20000, 'Plan Start Date is null, Cannot Insert Null');
    END IF;
    Thanks
    Sudhir

    Hi Sudhir,
    not sure ti work, but try with:
    begin
    htp.script('alert(''My message'');');
    end;

  • No display of error message log in dialog box

    Dear MM Experts,
    During enter incoming invoice (MIRO), when we click simulate after entering all necessary data, all error & warning messages are displayed in a dialog box if there is red traffic light. In our case despite red traffic light error messages are not displayed as shown in below screen shot. Only warning messages are displayed & document canu2019t be posted. Please let me know if anyone has encountered such behavior & knows the solution. We just want to see the error messages in dialog boxes so that necessary data can be entered and document can be posted.
    Additional information: 1. No GR needs to be done, 2. GR based IV is unchecked in PO, 3. No validation is active for the company code,
    Thanks & regards,
    Avinash

    Hi,
    Thanks for your response.
    Our problem is not to post a particular invoice doument, the main problem is that error log is not displayed in MIRO. For example if balance is not zero then this error should be displayed in error log dialog box, which is not happening due to which we are not able to post any invoice document as error is not known to the user. Please let me know if any suggestions.
    Additional information: We have deactivated all validations & BADis. We also tried to compare with other systems where error log is displayed properly however our ABAP consultant could not find any difference. Any Input on how to compare is also welcome.
    Thanks & best regards,
    Avinash

  • IDOC not received in XI; error in SM58 of sending system

    Hello everybody,
    we got a SAP CRM sending a "generated" IDOC.
    (IDOC-Type: CRMXIF_PARTNER_SAVE01)
    The IDOC seemes to be rejected by XI because
    SM58 shows:
    - No Service for System Binding_Error Client ...
    - function: IDOC_INBOUND_ASYNCHRONOUS
    All settings (IDX1, IDX2, ID, IR) are OK!!
    All reimports (delete & import IDOC) are made!!
    (btw: we got several other IDOCs-Types that work fine!)
    Could it be, that the IDOC-type is GENERATED?
    Regards Mario

    Hi Mario,
    Solution for this error is provided in link given below
    of Problem Analysis Guide "Sending an IDoc through XI Failed "
    http://help.sap.com/saphelp_nw04/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    Also have you set adapter specific identifiers?
    For the same, refer question 3 (integration engine section)
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    Regards,
    Abhy

  • Display Error - weird black/blue flickering boxes on display

    I have recently started experiencing a very strange error with my iMac G5 display. I notice it most when using Expose. As the screens zoom in and out, several black or blue boxes can be seen flickering in the background. Each box is square and approximately 2 inches x 2 inches.
    Also, if I scroll my mouse across the icons in my dock, suddenly a large, very zoomed in version of my dock is superimposed over the actual dock. Sometimes random black boxes appear behind an icon in the dock too.
    If I activate expose, the boxes or zoomed in dock disappear. Also if I scroll up and down a page, the boxes vanish but can sometimes reappear later.
    It started a few days ago, but then went completely by itself. It's just started up again tonight. I haven't changed anything on my computer or downloaded anything that might have caused this issue.
    I'm not sure if it's a hardware thing or something wrong with my settings. Any help would be gratefully appreciated.

    I have already checked those and neither are activated.
    Also, if there is an animated gif, or something that moves, the entire display is filled with a horizontal line that's the same colour and height as the gif. If I refresh the screen or activate expose, it vanishes, but then comes back pretty soon after,
    It's funny because I've had it on most of today (after being shut down all night) and it's been fine. It's just started again this evening. Makes me think something could be overheating perhaps.
    Thanks for trying to help anyway.

Maybe you are looking for

  • Javac(1.4.2) gives error in import statement

    Hi All, I am facing a surprising problem. I have 2 java class files. I write the import statement for second one in the first one. There is no package & these are in the same directory. I have compiled the second one. But when I try to compile the Fi

  • Case function in OBIEE

    How to implement the following query in obiee answers or RPD SELECT SUM(CASE WHEN tag_type='ALARM' THEN COUNT(TAG_TYPE) END) AS ACTIVE, SUM(CASE WHEN tag_type='INACTIVE' THEN COUNT(TAG_TYPE)END) AS INACTIVE, SUM(COUNT(*) )AS "TOTAL TAGS" from TAG_DIM

  • Editing XMP metadata in Bridge for checked-out files?

    Our custom connector does not implement the WRITE_XMP_METADATA Capability because we do not want to change the XMP of a file in our DAM system without checking in a new file version. However, when a file is checked out through Adobe Drive, we would e

  • Message determination in purchase order

    Hi , We have maintained the Condition record for NEU by Tcode MN04 based on Document type and medium as default Fax and it is working fine however when we are trying to maintain the condition record for a particular vendor by Doc type/Purch.Org/Vendo

  • How do i install the speedit Kernel extension?

    I'm not used to using terminal, and i can't understand the text read me that came with the speedit .kext. I have Ministat 2 installed in my dashboard, it was just updated to show intel mac processor temperatures if you have this extension installed,