cancel
Showing results for 
Search instead for 
Did you mean: 

Maintenance Optimizer error SOLMAN_SAP_BACKEND008

Former Member
0 Kudos

Hello!

I have the error during the Maintenance Optimizer procedure.

SAP-OSS and SAPOSS RFC destinations are working fine.

Tcode OSS1 works too.

The following error occurs, when I try to confirm the files:

SOLMAN_SAP_BACKEND008

Error calling SAP backend system: Layer.Group REPL not found / LB:

Unexpected error in LGSAP-OSS via RFC destination

Use note 320991 to analyze RFC error codes.

Note 982045 contains information about repairing the RFC destination SAP-OSS

Thank you very much!

regards

Thom

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi

I have also have same error, i am facing error during approval from saolution_manager and got beelow error

Maintenance Optimizer error SOLMAN_SAP_BACKEND005

So can any one help me

thanks

Manish

Former Member
0 Kudos

Dear all,

Got the solution!

I also got the same error as this. The support package level is ST-400 patch 11.

Based on the note:

Note 1294321 - Wrong RFC destination determined

I try to modify the class CL_AI_SDK_SP_RFC_RP with SE24 as the following:

SE24--> CL_AI_SDK_SP_RFC_RP --> method: IF_SMBI_DESTINATION_SET~SET_DESTINATION --> double click --> click button: Change --> Insert one line, then add one line as "destination = 'SAP-OSS'.

The changed line likes the below:

METHOD if_smbi_destination_set~set_destination.

DATA: lv_kunnr TYPE kunnr.

CALL METHOD cl_ai_sdk_sp_tools_bp=>get_sap_customnumber

IMPORTING

ev_sap_customnumber = lv_kunnr.

CALL METHOD cl_ai_sdk_sp_tools_helper=>get_rfc_connect

EXPORTING

iv_kunnr = lv_kunnr

IMPORTING

ev_rfc = destination.

*{ INSERT SOMK900060 1

destination = 'SAP-OSS'.

*} INSERT

ENDMETHOD.

Former Member
0 Kudos

I have encountered this same exact error. RFCs test fine, including Remote Connection test. I tried doing the SP stack selection using SolMan, as well myself from Svc Mktplace with the same result.

Did anyone ever find the solution to this issue?

Clark

Former Member
0 Kudos

maybe the issue has come back.... we have just started getting it from multiple clients on solmans that have worked previously

Former Member
0 Kudos

All working again now.

It was strange as even without approval you could still download via download manager, albeit just the java packs.

To be honest don't see the point of having the approval step, it's just another middleman and adds no value in my opinion when you just want to download a support pack/stack.

alan_veach3
Explorer
0 Kudos

Thom,

When I had the optimizer go out and find support packages it loaded them to the download basket without any errors. You might want to try this as a work around until you find a better solution.

Regards

Alan

Former Member
0 Kudos

Hello Alan,

thank you very much for your response.

>When I had the optimizer go out and find support packages it loaded them to the download basket without any errors.

What do you mean wth that?

regards

Thom

alan_veach3
Explorer
0 Kudos

Hi Thom,

I too have the exact same error. I have checked both the RFC's and they work correctly. I'm in the process finishing the configuration of Solution Manger 4.0 SR3. I just wanted to update the support packages from Stack 12 to Stack 13.

I hope there's someone out there that has resolved this issue.

Regards

Alan