Quantcast
Channel: SCN : All Content - SAP Gateway
Viewing all articles
Browse latest Browse all 2823

RFC Error: Password logon no longer possible - too many failed attempts /IWFND/CM_BEC/026

$
0
0

Hi Experts,

 

I have implemented Service gateway and test it through REST Client and all tests are pass.

 

I've tried to connect to that service through an Android App using "HttpURLConnection" using that code:

       

        public static String serviceURL = "http://xxxxxxxxxxxxxxxx/sap/opu/odata/sap/Z_GWDEMO_FM_SRV/";

        URL obj = new URL(serviceURL):

  • HttpURLConnection con = (HttpURLConnection) obj.openConnection();

        con.setRequestMethod("GET");

        int responseCode = con.getResponseCode();

 

Exception was thrown at mentioned point point. Here I've tried to test the service again through REST Client the following response is generated:

 

<errorxmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

     <code>/IWFND/CM_BEC/026</code>

 

 

        <messagexml:lang="en">

 

     RFC Error: Password logon no longer possible - too many failed attempts

     </message>

 

        <innererror>

 

 

          <transactionid>560EDFE45AAEF12880D700155D00CA06</transactionid>

 

          <errordetails/>

     </innererror>

</error>


When tried with other services, the same XML response is generated.


Note: I could not use GWPA now as SSL connection is not enabled to my server.SSL Connection Failed.png


My questions:

     It seems that the RFC is locked. How to unlock it?

     What is the best way to connect to Gateway service by URL + Headers + operations through Android app?


Claudia Pacheco


Regards,

Mohamed.


Viewing all articles
Browse latest Browse all 2823

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>