<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Remote function call raise a log on screen! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971772#M69804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I call function 'RSSM_EVENT_RAISE' included in an ABAP4 program in a job on R3 system to trigger an event on BW system.  It is successfully run on our Development box, but on the Test box, the job gets cancelled and job log was titled as "ABAP/4 processor: CALL_FUNCTION_REMOTE_ERROR", if opening the job log, find the error just occrred at the call of this function 'RSSM_EVENT_RAISE'.  When I debug this trigger program on the Test box, find when it calls this function, a log on box pops up promoting me to input a user name (with my user name as default) and password, maybe that's the reason why background job cancelled.  If I debug this trigger program on Development box, there is no such log on box popping up and the background job runs successfully to trigger BW event from R3.  Is there a way on Test box that the log on box can be got rid off so that the background job can be executed smoothly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kevin Smith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kevin Smith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2005 22:56:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-03T22:56:36Z</dc:date>
    <item>
      <title>Remote function call raise a log on screen!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971772#M69804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I call function 'RSSM_EVENT_RAISE' included in an ABAP4 program in a job on R3 system to trigger an event on BW system.  It is successfully run on our Development box, but on the Test box, the job gets cancelled and job log was titled as "ABAP/4 processor: CALL_FUNCTION_REMOTE_ERROR", if opening the job log, find the error just occrred at the call of this function 'RSSM_EVENT_RAISE'.  When I debug this trigger program on the Test box, find when it calls this function, a log on box pops up promoting me to input a user name (with my user name as default) and password, maybe that's the reason why background job cancelled.  If I debug this trigger program on Development box, there is no such log on box popping up and the background job runs successfully to trigger BW event from R3.  Is there a way on Test box that the log on box can be got rid off so that the background job can be executed smoothly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kevin Smith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kevin Smith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 22:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971772#M69804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T22:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call raise a log on screen!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971773#M69805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you will have to check the RFC config in SM59.  Make the connection in your TST system look exactly like it is in your DEV system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 00:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971773#M69805</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-04T00:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call raise a log on screen!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971774#M69806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check for the user logon data provided in SM59 for the RFC destination. Try to logon to that system using remote logon. If it throws a logon sreen then reasons are -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User password on target system and that maintained in your RFC destination is different. &lt;/P&gt;&lt;P&gt;Or.&lt;/P&gt;&lt;P&gt;"Logon Screen" checkbox is checked in Logon Security section of SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Put in the correct password and it should work. )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 01:46:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971774#M69806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T01:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call raise a log on screen!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971775#M69807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;recreate RFC connection in SM59 in test box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;surjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 02:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971775#M69807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T02:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call raise a log on screen!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971776#M69808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I compared the two systems, find in our Test box, under the Logon/Security tab, the user ALEREMOTE missing which exists in Development box.  I can input the user ALEREMOTE, but i remember some of my coworker used to say that it's better to use user called "system", which one is better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 14:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971776#M69808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T14:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call raise a log on screen!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971777#M69809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure that it matters, but the users should have the same authority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 14:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971777#M69809</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-04T14:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remote function call raise a log on screen!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971778#M69810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it hardly matters which user you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only what matters is a remote connection can be establised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so use any user which exist in Test box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 15:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call-raise-a-log-on-screen/m-p/971778#M69810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T15:41:08Z</dc:date>
    </item>
  </channel>
</rss>

