Hi, we have a problem in the connection between MDM (7.1) and BW (7.0). If we execute the function module MDM_ACCESSOR_CONNECT, this shows an error:
Internal Error: Bean MDM_RFC_INIT not found on host aesalmopodqa, ProgId=AESLMODEV01.MDS: Object not found in lookup of MDM_RFC_INIT
The gateway is "aesalmopodqa" and the RFC generated automatically ( MDM_API_GEN_AESLMODEV01 ) works fine in trx SM59 .
The MDM server is "aeslmodev01".
The program ID of this RFC (AESLMODEV01.MDS) has be registered in BID system which is AS ABAP, how
can I register the program ID in an abap system? I know that programs for
RFC connection have to be done in Jco in Visual Administrator (JAVA).
I have found an comand:
rfcexec -aAESLMODEV01.MDS -gAESLMOBIDQA -xsapgw03
with this comand the RFC connection works but only works temporaly, if
I close the CMD windows the connection is broken.
how can I make this comand work permantly?
Maybe registering directly
the program in the ABAP system the MDM functions works.
Could you help me with this error?
Thanks in advance,