cancel
Showing results for 
Search instead for 
Did you mean: 

I couldn't see my integration server and all adapters at RWB.

Former Member
0 Kudos

Hi,

I couldn't see my integration server instance at my business system.While creating the business system;BS name>type of the technical system that the BS is associated to(i.e web as ABAP/java/,standalone etc)>technical system for the business system(i.e System:IXI,LS Name )-->Related integration server.Usually i was selecting IXI as my related integration server before finishing the creation of Business sytem.Now it is showing "No Integration server defined" option at Related Integration server.And more over in RWB component monitoring,I can't open the link integration server.earlier,while click on this, it was redirecting to other window to test the HTTP data manually.I couldn't see any type of adapters(JMS,JDBC,Mail,RFC,IDOC,SOAP,File etc) in adapter monitoring.So plz specify me ,what is the problem with my integration server/XI system.

Thanks in advance.

SR Mahali

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

while creating ur BS did u specify the pipeline url ?

http://<host>:<port8000>/sap/xi/engine?type=entry

Former Member
0 Kudos

Hi vijay;

I didn't get u clearly.but i tried manually the URL specified from browser.It was redirected to Error Page by "404 Not Found.The requested resource dosn't Exist"

The code of the page is:

{

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

<head>

<title>Error Report</title>

<style>

td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;}

A:link

A:visited

A:active

</style>

</head>

<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0">

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75">

<tr bgcolor="#FFFFFF">

<td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="4" color="#666666"><b>&nbsp;&nbsp;404 &nbsp Not Found</b></font></td>

</tr>

<tr bgcolor="#3F73A3">

<td height="23" width="84"><img width=1 height=1 border=0 alt=""></td>

<td height="23"><img width=1 height=1 border=0 alt=""></td>

<td align="right" height="23"><font face="Arial, Verdana, Helvetica" size="2" color="#FFFFFF"><b>SAP J2EE Engine/6.40&nbsp;</b></font></td>

</tr>

<tr bgcolor="#9DCDFD">

<td height="4" colspan="3"><img width=1 height=1 border=0 alt=""></td>

</tr>

</table>

<br><br><br><br><br><br>

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75">

<tr bgcolor="#FFFFFF">

<td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><b>&nbsp;&nbsp;The requested resource does not exist.</b></font></td>

</tr>

<tr bgcolor="#FFFFFF">

<td align="left" valign="top" height="48"><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><b>&nbsp;&nbsp;Details:</b></font></td>

<td align="left" valign="top" height="48"><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><pre>&nbsp;&nbsp;Go to <A HREF="/" target="_parent">main page</A> of this application!</pre></font></td>

</tr>

</body>

</html>

}

Note:-I never Used the specified URL, while creating the BS in SLD.I used this URL to test the scenario(HTTP-->any) from componenet monitoring as a HTTP request with payload.

regards

Sridhar

Shabarish_Nair
Active Contributor
0 Kudos

i believe you are creating ur BS for XI server, then while creating specify the

Business system role - integ. Server

pipeline url : http://<ur host name> :8000/sap/xi/engine?type=entry

ShaBZ