cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Generate NW 7.50 AS JAVA stack.xml file with SUM

Former Member
21,988

Hello,

According to SAP note 2287046 it is possible to create stack.xml WITHOUT SolMan present. For NW 7.50 AS JAVA it says the procedure is like: 2293050.

I have downloaded the latest version of SUM, unpacked it, changed the file startup.props as per step 3 and 4. After starting SUM on the instance host (as stated for unix /usr/sap/<SID>/SUM/STARTUP confighostagent <SID>) and opening the url: http://HOST:1128/lmsl/sumjava/SID/index.html it starts as described - not asking for any options. After the process is completed, I get the final step. At this point, and later no file is found in usr/sap/<SID>/SUM/sdt/htdoc/SysInfoExport.xml , also no file (404 error) here: http://<sum-hostname>:1128/lmsl/sumjava/<SID>/SysInfoExport.xml

In the steps of SUM it says it has gathered the system info, but no file is quoted there.

Do I miss something, or I have to open a ticket to SAP?

Thanks!

Accepted Solutions (0)

Answers (8)

Answers (8)

toscatsui
Explorer
0 Likes

I met this issue today. But after login OS and use 'find', see what I found. It can be recognized by maintenance planner!

[root@sapslm SLJ]# find ./ -name SysInfoExport.xml./SUM/sdt/config/usecases/modules/SysInfoExport.xml
./SUM/sdt/archive/execution_2023_12_13_17_55_12/SysInfoExport.xml
do_thikimdung
Explorer
0 Likes

Hi Mihail Sevdiev,

I have the same issue, how you could resolve it ?

Thanksℜgards

Dungdk

Former Member
0 Likes

Hi All,

I have the same problem, how did you solve it?

Regards,

Former Member
0 Likes

Hi,

I am also facing same issue but no luck.

Can you please update how did you solved this issue.

I followed both step which you have mention as answered but no luck.

In my case

http://HOST:1128/lmsl/sumjava/SID/index.html it starts as but its asking not getting completed.

No file is found in usr/sap/<SID>/SUM/sdt/htdoc/SysInfoExport.xml

also no file (404 error) here: http://<sum-hostname>:1128/lmsl/sumjava/<SID>/SysInfoExport.xml

Regards,

Nikunj Thaker

Former Member
0 Likes

Hi Mihail,

Remove the files in \usr\SAP\hostctrl\work\runnings.commands directory and make it empty. Before removing stop the saphostctrl & saphostexec services and all SUM related processes. Then try to start the SUM.

If you still face same issue attach the step-by-step screenshot of the procedure you are following.

Regards,
Madhu

Former Member
0 Likes

Hello Madhuranjani!

Thank you for your time on my issue. Below is the output of ./saphostexec -version. In the launchpad, this is the latest patch of 721 (patch 32)

**********************************************************

--------------------

SAPHOSTAGENT information

--------------------

kernel release 721

kernel make variant 721_REL

compiled on Linux GNU SLES-9 x86_64 cc4.1.2 for linuxx86_64

compiled for 64 BIT

compilation mode Non-Unicode

compile time Nov 11 2017 04:48:41

patch number 32

latest change number 1801237

---------------------

supported environment

---------------------

operating system Linux 2.6

Linux 3

Linux

Former Member
0 Likes

Hi Mihail,

I see the steps you followed are correct. Please update the hostagent to latest patch level and run the procedure again.

Regards,

Madhu

patelyogesh
Active Contributor
0 Likes

Please have a look at blog post: Generating the System-info file for ABAP and JAVA ... - SAP Community

You need to add Scenario=SYS_INFO_EXPORT in startup.properties file also play attention that ABAP=false needs to be set

-Yogesh

Estarr1
Explorer
0 Likes

I eventually found the file when I ran the Linux command below:

> find ./ -name SysInfoExport.xml

It was in the execution folder in /sdt/archive.

I hope this helps someone.