cancel
Showing results for 
Search instead for 
Did you mean: 

SLD+LMDB Issue

Former Member
0 Kudos

HI All,

I have installed fresh solman 7.1 ,Now i am in solman_setup t code I am facing below issues .

I am able to connect my sld url http:192.168.34.6.:50000/sld and solman system is also showing in technical system and SMSY as well.

Issues:

1)SOLMAN_SETUP t code system preparation after enetering the details showing red colur error.

2)Setup LMDB i have mainatined object server my solman I.P (192.168.34.6)

3)But I am unbale create the tech system in lmdb t code tchnical system

Please suggest

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Sap Basis,

Please refer to Note 768452 - Troubleshooting SLDCHECK - Releases 640, 70X.

There is troubleshooting guide attached which seems to fit your problem.

Hope this helps.

Regards,

Johan

former_member183107
Contributor
0 Kudos

Hi SAP Basis,

Putting the entries in RZ70 of the Managed (ECC) system will automatically populate the entries in Solman.

Also, the job SAP_LMDB_LDB_0000000001 is created in solman. Check it in sm37 with the user solman_btc or solman_admin.

Also sometimes the the status of the managed systems comes in red, for that please update the "CR CONTENT AND CIMSAP FILE IN SLD AND LMDB".

Regards,

Himanshu

Former Member
0 Kudos

and also one more doubt how we will check SLD is connecting to LMDB

Is their any RFC needs to be created or ?

My understanding is below for abap systems

1) need to register RZ70 in ecc system maintain solman i.p and gateway

2)tHEN AUTOMATICALLY it will come to sld

3)THen will go the the LMDB create tech systems

PLease suggest if I am wrong

I ma unable to create tech system in LMDB also

Former Member
0 Kudos

Hi,

In above scenario, once you create entries in rz70 make sure SLC_UC rfc working fine. after that do following steps to complete connection check from ABAP to SLD.

1. maintain credentials of SLDAPIUSER in txn SLDAPICUST

2. create a jco rfc with program name SAPSLD_SID

3.create a T type rfc in sm59 maintain above program ID and solman host and gateway in that.

4. Now execute SLDCHECK.

i followed above steps for my landscape before to SOLMAN_SETUP and LMDB.

and also make sure you have updated CR content for SLD.

Reg - Anil

Former Member
0 Kudos

HI All,

Any one please suggest me on above

Its very urgent for me

Thanks

shriramcse
Participant
0 Kudos

Hello,

The Data will come to Solman automatically when the managed system is register in SLD.

Follow Below steps for that

1.Go to RZ70 and give the Solman SLD details and click on Execute this will sent the data to SLD( Check the log data has been successfully sent or not).The RFC will be created automatically.

2.Check in SLD the right data is there.

3. Check the job "SAP_LMDB_LDB_0000000001" this is sync job for LMDB from SLD.

4.No need to create an system in LMDB the above job will sync all.

When try to create an technical system in LMDB what is the error you are getting.

In System Preparation at step5 the SLD and LMDB will be configured check that step if everything is green

In which step of system preparation it is showing red.Paste the error here.

Thanks

Sriram M 

Former Member
0 Kudos

Hi Sriram,

RZ70 T code I have maintained solman IP and SAPGw00 and after that executing I ma getting abap dump ,SAP_LMDB_LDB_0000000001 job will create in solman or ecc system please suggest on below,its fresh installed system

Category               ABAP Programming Error
Runtime Errors         SYSTEM_CLASSCONSTRUCTOR_FAILED
ABAP Program           CX_DBA_ROOT===================CP
Application Component  BC-DB-DB6
Date and Time          29.05.2013 10:03:18

Short text
     Illegal interruption of a class constructor.

What happened?
     Error in the ABAP Application Program

     The current ABAP program "CX_DBA_ROOT===================CP" had to be
      terminated because it has
     come across a statement that unfortunately cannot be executed.

What can you do?
     Note down which actions and inputs caused the error.


     To process the problem further, contact you SAP system
     administrator.

     Using Transaction ST22 for ABAP Dump Analysis, you can look
     at and manage termination messages, and you can also
     keep them for a long time.

Former Member
0 Kudos

Hi basis,

Refer to sap note

1790112 - SYB: SYSTEM_CLASSCONSTRUCTOR_FAILED dump in monitoring transactions

Patch your basis and abap to newer level the note does not advise which level just latest.

Johan

Former Member
0 Kudos

HI Johan,

Anyways I have tried to run RZ70 selecting few compmntes its was succesfull but its not populating in sld ,SAP_LMDB_LDB_0000000001 job will create in solman or ecc system please suggest on below,SAP_LMDB _LDB* job is alos not created.

I have selected in rz 70

     _SLD_APPL_SERV    

1 _SLD_ASSOC    

     _SLD_BCSYS    

     _SLD_CLIENT   

components

SLD DS Start Program

    0: KBINDEV01_DEV_00                          : Execute program: _SLD_APPL_SERV
    0: KBINDEV01_DEV_00                          : Execute program: _SLD_BCSYS
    0: KBINDEV01_DEV_00                          : Execute program: _SLD_CLIENT
    0: KBINDEV01_DEV_00                          : Execute program: _SLD_DBCON
    0: KBINDEV01_DEV_00                          : Execute program: _SLD_NWSYS
    0: KBINDEV01_DEV_00                          : Execute program: _SLD_ASSOC
    0: KBINDEV01_DEV_00                          : Collection of SLD data finished
    0: KBINDEV01_DEV_00                          : Data collected successfully
    0: KBINDEV01_DEV_00                          : RFC data prepared
    0: KBINDEV01_DEV_00                          : Used RFC destination: SLD_UC
    0: KBINDEV01_DEV_00                          : RFC call successful

Former Member
0 Kudos

Hi,

1. in solman_setup which stage it is showing red color? make sure each stage under system preperation is green. have installed diag agents and managed system configuration? also what about sap note? is that note along with subnotes implemented?

2. in LMDB try to give hostname instead of IP.

Reg - Anil