cancel
Showing results for 
Search instead for 
Did you mean: 

Issue while publishing the data from BEx to Portal.

Former Member
0 Kudos

Hi,

While we are publishing the BEx query to portal or while using BEx broadcaster i am unable to perform it.

I am getting error like ------- Java system error: Server repository could not create function template for 'RSRD_X_PRODUCE_PROXY' caused by: com.sap.mw.jco.JCO$Exception: (103) .

while i am monitoring the log at /usr/sap/SID/J00/j2ee/cluster/server0 i observed below log

Exception thrown [Thu Feb 04 17:47:20,555]:Server repository could not create function template for 'RSRD_X_PRODUCE_PROXY' caused by: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts

com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts

        at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:557)

        at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1097)

        at com.sap.mw.jco.JCO$Client.connect(JCO.java:3676)

        at com.sap.mw.jco.JCO$Pool.initPool(JCO.java:5215)

        at com.sap.mw.jco.JCO$PoolManager.getClient(JCO.java:7120)

        at com.sap.mw.jco.JCO$PoolManager.getClient(JCO.java:7074)

        at com.sap.mw.jco.JCO$Repository.getRepositoryClient(JCO.java:22109)

        at com.sap.mw.jco.JCO$Repository.queryFunctionInterface(JCO.java:22190)

        at com.sap.mw.jco.JCO$Repository.getFunctionInterface(JCO.java:22317)

        at com.sap.mw.jco.JCO$BasicRepository.getFunctionTemplate(JCO.java:21274)

        at com.sap.mw.jco.JCO$Server.getFunction(JCO.java:8522)

        at com.sap.mw.jco.MiddlewareJRfc$Server.dispatchRequest(MiddlewareJRfc.java:2332)

        at com.sap.mw.jco.MiddlewareJRfc$Server.listen(MiddlewareJRfc.java:1826)

        at com.sap.mw.jco.JCO$Server.listen(JCO.java:8374)

        at com.sap.mw.jco.JCO$Server.run(JCO.java:8293)

        at java.lang.Thread.run(Thread.java:722)

Caused by: RfcException: [null]

    message: Password logon no longer possible - too many failed attempts

    Return code: RFC_SYS_EXCEPTION(3)

    error group: 103

    key: RFC_ERROR_LOGON_FAILURE

        at com.sap.mw.rfc.api.RfcApi.RfcOpen(RfcApi.java:647)

        at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1089)

        ... 14 more

Exception thrown [Thu Feb 04 17:47:20,555]:Exception thrown in JCo Server

com.sap.mw.jco.JCO$Exception: (123) JCO_ERROR_FUNCTION_NOT_FOUND: Server repository could not create function template for 'RSRD_X_PRODUCE_PROXY' caused by: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts

        at com.sap.mw.jco.MiddlewareJRfc$Server.dispatchRequest(MiddlewareJRfc.java:2339)

        at com.sap.mw.jco.MiddlewareJRfc$Server.listen(MiddlewareJRfc.java:1826)

        at com.sap.mw.jco.JCO$Server.listen(JCO.java:8374)

        at com.sap.mw.jco.JCO$Server.run(JCO.java:8293)

        at java.lang.Thread.run(Thread.java:722)

Error> occurred  >Thu Feb 04 17:47:59,591<    >RfcGetException rc (7) message: Password logon no longer possible - too many failed attempts

<RfcGetException

As per the log the user id which is communicating saved with wrong password. Back end user getting locked after some attempts, if i unlock it getting like user name or password is wrong then will get lock after some time due to incorrect credentials.

I am unable to analyze where this user fetching from

In the log i am seeing continuous entries like

Error> occurred  >Thu Feb 04 17:36:59,420<>RfcGetException rc (7) message: Password logon no longer possible - too many failed attempts

<RfcGetException

Error> occurred  >Thu Feb 04 17:37:59,450<>RfcGetException rc (7) message: Password logon no longer possible - too many failed attempts

<RfcGetException

Error> occurred  >Thu Feb 04 17:38:59,480<>RfcGetException rc (7) message: Name or password is incorrect (repeat logon)

<RfcGetException

Error> occurred  >Thu Feb 04 17:39:59,500<>RfcGetException rc (7) message: Name or password is incorrect (repeat logon)

<RfcGetException

Kindly suggest where can i check this user details.

Thank you,

Chowdary.

Accepted Solutions (1)

Accepted Solutions (1)

Sriram2009
Active Contributor

Hi chowdary.

From the log it shows that the RFC user id locked. Kindly check the RFC user id and also refer the SAP KBA for the error message "com.sap.mw.jco.JCO$Exception"

1708810 - J2EE server Jco connections fails with RFC_ERROR_LOGON_FAILURE: Password logon no longer p...

Regards

SS

Former Member
0 Kudos

Hi Sriram,

I gone through the KBA and notes, all my JCo connections are working fine. As the id getting locked i changed the id in JCo as well. Still the ID in the backend getting locked.

Is there any way i can dig into it to check where the back end id getting used.

Thanks,

Chowdary

Sriram2009
Active Contributor
0 Kudos

Hi Chowdary.

Is this password got changed or any password policy defined ?  unlock the user id & check the user id password define the same in the RFC

Regards

SS

Former Member
0 Kudos

Hi Sriram,

The password has a policy it will get locked after few attempts. After unlock it will get locked afterwards, you mean in which RFC i need to mention the new password.

For JCo i given other user-id which as full permission for time being as the basis id getting locked. Even though the issues still persist

Thanks,

Chowdary

Sriram2009
Active Contributor
0 Kudos

Hi

Unlock the use ID and execute the RFC check program name RSRFCCHK in SA38.  check the which RFC getting failed

Regards

SS

Former Member
0 Kudos

Hi,

Which RFC you are referring to the TCP/IP RFC only works on registered program. it is working fine.

is the any ABAP RFC you are refferring? please let me know in such a case.

Thank you,

Chowdary

Former Member
0 Kudos

Hi,

Issue has been resolved by reconfiguring the BI Java,

Answers (0)