cancel
Showing results for 
Search instead for 
Did you mean: 

BI broadcasting error to Portal

Former Member
0 Kudos

Hi All,

I am trying to broadcast a BI Query from Query desaigner to Portal KM folder. We are getting following error while broadcasting

java.lang.RuntimeException: Bean RSRD_X_DISTRIBUTE_PROXYnot found on host , ProgId =XXXXX_PORTAL_XX1: Object not found in lookup of RSRD_X_DISTRIBUTE_PROXY.

at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:138)

at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

Any help in analyzing the exact cause will be helpful.

Thanks,

Yomesh.

Accepted Solutions (1)

Accepted Solutions (1)

former_member205400
Active Participant
0 Kudos

ProgId =XXXXX_PORTAL_XX1

This is the program ID that you set in your Visual Admin. It also is the same ID that you set in your ABAP SM59 (SAP_EP) that points to your portal.

Before you publish you need to set up the connections between the abap and java stacks.

Mike

Answers (1)

Answers (1)

Former Member
0 Kudos

Yomesh,

Check for your JCO connections, the metadata connections should be having the username password instead of logon tickets.

Good Luck!

Sandeep Tudumu