cancel
Showing results for 
Search instead for 
Did you mean: 

unable to send SLD data from ABAP to java only system

Former Member
0 Kudos

Hi Gurus,

we have (ABAP+java) stack system X12. and Java only system P11.

Currently Z12(A+J)--->X14(A+J)

required Z12(A+J)--->P11(J) ---->solmanSM2(A+J)

Currently SLDdata is sending properly to X14 system

we want to send all the systems data to P11(Javaonly) first and then

to the solution manager SM2.

When we are sending test data from Z12 to P11 through Tcode RZ70 the

system is throwing below error.

kindly let me know is there in process or RFC to be activated on P11.

(p11 system's patch stack at sap.com/SAP-JEECOR 7.01 SP10).

while rz70--->sending data below error:

error:

This is due to SLD_UC RFC problem. and the RFC is failing with below

error. The gateway on P11 is not working...

Thanks in advance.

Regards

Balaji

Accepted Solutions (0)

Answers (2)

Answers (2)

MaheshKumar
Contributor
0 Kudos

Hi Balaji,

Following link will help you to configure SLD

http://help.sap.com/saphelp_nw04s/helpdata/en/be/6e0f41218ff023e10000000a155106/frameset.htm

Regards

Mahesh Kumar

Former Member
0 Kudos

Hi Balaji,

i think it is problem with SLD_UC check it once.

below steps to verify SLD settings for ABAP+JAVA.

  

A.          Check SLD Bridge Gateway information- Details about SLD system

B.          Execute the data transfer

C.          Check whether data collection starts properly by hitting ‘Yes’ Button

D.          Check whether data collection started successfully and uses SLD_UC RFC destination

11.Go to SM59 transaction code to Check RFC destination to SLD system

A.          Check SM59- TCP/IP connection – SAPSLDAPI

B.          Check the registered program ID has been given which should match JAVA system JCO RFC provider

C.          Check the gateway settings pointing to SLD system

D.           Make sure that connection test is successful

12.          Login into Visual Admin of ABAP+JAVA satellite system

A.          Check whether connection has been created under JCO RFC provider with Registered

Program ID as per Step 11.

B.           Check whether Application server is pointing to SLD system from Satellite system

C.           Make sure that connection is running fine

13.          Go to ABAP part of Satellite System again and execute transaction code: SLDCHECK

          Below Following  result will occur and Http://<SLDSYSTEMHOST>: Port/SLD will open automatically ,if all configuration is correct

A.          Make Sure that connection to SLD works fine

check below links may help you.

 

http://help.sap.com/SAPHELP_NWPI71/helpdata/EN/ea/cd2e807e0e45bf9da67354f452fc05/frameset.htm

 

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/23598

Thanks,

Venkat

Former Member
0 Kudos

Hi Balaji,

SLD connection through RZ70 (ABAP) is only possible towards a RFC gateway.

Up to release 7.0 you will have to set up an additional gateway, from release 7.1 the gateway will automatically be installed (under SCS instance no.).

Kindly check note 1172161.

Regards,

Peter

Former Member
0 Kudos

Hi Peter

Do you mean,

RFC cannot get succeed until unless i install a gateway on  my netweaver server.?

so i may required to add these entries in START_SC00_hostname some parameters which is poingint to gwrd , gw* files.  so this new gateway will start.

please correct me if i am wrong.

Thanks in advance

balaji

Former Member
0 Kudos

Hi Balaji,

in case your SLD is up to release 7.0, you will have to install gateway software from the presentation CD and implement it into START-profile manually, yes.

Afterwards configure gateway in SLD as described in the note:  Administration -> Profile / Settings in the section "datasupplier" enter a GatwayHost and a GatewayService.

In case your SLD is above 7.0 (7.1 or higher) there is already a gateway, using the instance number of your SCS instance. In this case you won't have to do anything but to enter the correct connection data into RZ70.

Regards,

Peter