Hi,
We have installed XI and are through with post-installation and now we are in post-installation-check phase
While executing the T Code SXMB_IFR, we get following :
1. The local directory C:\Documents and Settings\139277\SapWorkDir opens up
2. Integration Builder address not maintained
Message no. SPRX008
Also , we tried to open URL http://XI_host:java_port/rep/start/index.jsp, but it gives error as "500 Internal Server Error.
Exception an internal Error occured.contact XI Administrator
java.lang.NoClassDefFoundError."
Can someone please guide us through this error
Regards,
Shikha Jain
hi frd
i am also getting same error as ur getting if u have any solution plz frd it to me also
with regards
Hi,
Please check if an entry is there in SPROXSET table based on name = 'IFR_ADDRESS'. If no entry is there, error message will be raised.
See the following code when the error message is raised.
SELECT SINGLE * FROM sproxset INTO ls_sproxset WHERE name = 'IFR_ADDRESS'.
IF sy-subrc NE 0 OR ls_sproxset-value IS INITIAL.
008(sprx): "Address of Integration Builder is not maintained."
MESSAGE e008(sprx) INTO sy-msgli.
cl_proxy_service=>raise_exception( ).
ELSE.
address = ls_sproxset-value.
ENDIF.
cheers
sharmistha
Hi Shikha,
Please do configure your server properly.From Sap GUI if you use sxmb_ifr we get same error when the their is no XI server.congfigure the XI server in sap GUI and use
sxmb_ifr.
ur configuration should
Server Name: Xi server name
SystemID:
System Number:
for this system u get an user menu for user"XYZ".
if try get Xi home directly type sxmb_ifr it gets XI frist page.
Thanks
sreeram
I had the same problem and it took me 4 days to figure this out. The root-cause is the Exchange Profile not importing properly.
http://<hostname>:port/exchangeProfile
Even though you will not receive any errors when importing the XML file, you need to ZIP the profile before importing it. (exchange_profile.xml.zip) Once you do that it should import successfully.
Hi Shikha,
Please go thru this thread ( the subject is in spanish, but refers to our problem 😊
Adresse des Integration Builders ist nicht gepflegt.
cheers,
Prashanth
P.S Please mark helpful answers
Add a comment