cancel
Showing results for 
Search instead for 
Did you mean: 

Connect BI to XI

Former Member
0 Kudos

HI,

What type of RFC connection is suppose to make for BI----


XI

as I want to use proxy in BI system.

I searched on SDN . I got some information and then I tried .

I have done such RFC configuration

In -


BI))))))))))))

HTTP type point to XI

TCP/IP type SLDAPI

TCP/IP typr LCRRFCAPI

In -


XI))))

ABAP type 3 for pointing to BI system

but when I am calling sproxy t code in BI system any stucture is not coming in BI system

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Manish,

Use the following steps for proxy communication:

In PI:

In sm59.... make connection type H > HTTP Connection to ABAP System> pointing to BW

In BW:

In SM59:

Make a connection type H > HTTP Connection to ABAP System> pointing to PI.

Also make 2 TCP/IP Connection as below:

1.SAPSLDAPI

2.LCRSAPRFC

After doing the above check your SPROXY.... it should work...

Hope this helps...

Cheers

Dhwani

Former Member
0 Kudos

Hi Manish,

Also, To check whether the proxy communication is working properly or not you can execute the following programs from ur BW system:

- SPROX_CHECK_HTTP_COMMUNICATION

- SPROX_CHECK_IFR_ADDRESS

- SPROX_CHECK_IFR_CONNECTION

Let me know whether you able to do the connection succesfully or not.

Cheers

Dhwani

Former Member
0 Kudos

Hi Dhwani,

In PI:

In sm59.... make connection type H > HTTP Connection to ABAP System> pointing to BW

We alredy have only 1 type H----> HTTP connection in PI which is used for R3 system connection for DEV also and SANDBOX also.then I suppose we don't need to make HTTP type in PI . it should be in BI.

for this I have checked in R3 there is already one HTTP type H connection there pointing to PI.

Regards

Former Member
0 Kudos

HI Manish,

You have to make a Type H connection of the naming convention : BIDCLNT001 (where BID is the SID for your BW system+ CLNT+ the client you working on)...

When you say you already have a connection of type H in PI pointing to your R/3 system ....

I assume it is pointing the above BI system with the similar naming convention to your BI System...

You need to have a type H connection in PI as well as BI for a proxy connection.

Cheers

Dhwani

Former Member
0 Kudos

Hi,

there are two R3 boxes which are connected to same PI BOX and we have only 1 HTTP type connection in PI BOX

Regards

Former Member
0 Kudos

Hi Manish,

Case1:Is your R/3 Sandbox (say client 100) and Dev(client 200) on the same server but having different clients 100 and 200?

Case2: Or is your same client (say 100 ) is acting as your Sandbox and Dev on the same server?

In case 1 you need 2 HTTP connection in PI connecting to Dev and Sandbox as you have to mention CLIENT while making the Type H connection.

In case 2: you would need only 1 HTTP connection from PI to R/3.

Cheers

Dhwani

Former Member
0 Kudos

Hi Dhwani,

I have used only one Existing HTTP type connection and that worked for me

thanks

Manish

Former Member
0 Kudos

Hi Manish,

I am glad the connection is working for you....

So now is the proxy settings done as well??

Cheers

Dhwani