cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to launch DMO frontend.

former_member184280
Participant
0 Kudos

Hello,

I am performing an upgrade+migration to HDB using the DMO option, however I am unable to launch the frontend using the below URL.

Start the DMO Frontend with the following URL – (HTTP/HTTPS)

http://<server>.<domain>.<ext>:1128/lmsl/upgrade/<SID>/doc/gui

https://<server>.<domain>.<ext>:1129/lmsl/upgrade/<SID>/doc/gui

I have updated the hostagent to patch 178 and SUM ->

os: NTAMD64

compilation mode: UNICODE

compiled for: 64 BIT

release: 1.0

support package: 9

patch number: 6

native branch: lmt_005

java branch: lmtj_005_REL

assembly time: 2014-02-13 10:27:05

pack version: 35

pack tool version: 1.042

Other Details

Source :  (SAP ERP 6.0 EHP2 - Kernel 7.20) / Sybase

Target:  (SAP ERP 6.0 EHP7 - AS ABAP 7.40) / HDB

After starting the the startup.bat I can see that the SLD controller started successfully:

Jun 16, 2014 4:11:45 PM [Info]: *************************

Jun 16, 2014 4:11:45 PM [Info]: Starting Server

Jun 16, 2014 4:11:45 PM [Info]: Reading server configuration.

Jun 16, 2014 4:11:45 PM [Info]: Reading service configuration UseCaseService.

Jun 16, 2014 4:11:46 PM [Info]: Configuring LogManager ...

Jun 16, 2014 4:11:46 PM [Info]: ************************************************

*

Jun 16, 2014 4:11:46 PM [Info]: Starting SL Controller listening on port 4241 ..

.

Jun 16, 2014 4:11:46 PM [Info]: Starting StorageService ...

Jun 16, 2014 4:11:46 PM [Info]: Initializing SecurityManager ...

Jun 16, 2014 4:11:46 PM [Info]: Server certificate fingerprint is 02 C9 7F F9 8B

BE 99 38 C6 FB D4 58 5A 98 2E C0

Jun 16, 2014 4:11:46 PM [Info]: Configuring HTTPManager ...

Jun 16, 2014 4:11:46 PM [Info]: Starting WebstartService ...

Jun 16, 2014 4:11:46 PM [Info]: Starting RoleService ...

Jun 16, 2014 4:11:46 PM [Info]: Starting AlertService ...

Jun 16, 2014 4:11:46 PM [Info]: Starting NotesService ...

Jun 16, 2014 4:11:46 PM [Info]: Starting ProcessService ...

Jun 16, 2014 4:11:46 PM [Info]: Starting MIDService ...

Jun 16, 2014 4:11:46 PM [Info]: Starting FileService ...

Jun 16, 2014 4:11:46 PM [Info]: LogService switched off.

Jun 16, 2014 4:11:46 PM [Info]: Starting MailService ...

Jun 16, 2014 4:11:46 PM [Info]: Starting services ...

Jun 16, 2014 4:11:46 PM [Info]: Starting service "UseCaseService" ...

Jun 16, 2014 4:11:47 PM [Info]: Starting MIDService ...

Jun 16, 2014 4:11:51 PM [Info]: Service "UseCaseService" started

Jun 16, 2014 4:11:51 PM [Info]: Services started.

Jun 16, 2014 4:11:51 PM [Info]: Starting HTTP server listening on port 4239 ...

Jun 16, 2014 4:11:51 PM [Info]: HTTP server started.

Jun 16, 2014 4:11:51 PM [Info]: SL Controller started.

However when I try to access the above link I am unable to launch the frontend, I get the below error:

The XML page cannot be displayed

Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.


XML document must have a top level element. Error processing resource 'http://hostname:1128/lmls/upgrade/T6...

One more thing to be noted that I cannot see the SAPup process running at OS level.

Any idea what could be wrong here, I am unable to find any other error in logs.

Regards

- Avi

Accepted Solutions (1)

Accepted Solutions (1)

Boris_Rubarth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Kumar Avi,

please read the DMO documentation carefully:

  • you have to create an configuration file for SAP Host Agent:
    "SUMSTART confighostagent"
  • this way the SAP Host Agent will start SAPup when you send the browser request
  • you do NOT start SAPup (or startup batch) manually on the console for DMO

Regards, Boris

former_member184280
Participant
0 Kudos

Hi Boris,

Thanks for your reply, we had already run SUMSTART confighostagent however we still faced that issue.

We were doing this on a cloud system, once we restarted the issue got resolved.

Not sure what was wrong but it worked .

Thanks

- Avi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kumar ,

Even i faced the same issue . this is how i solved in my situation .

restart the sap hostagent by going to its directory

Linux:    <HOSTAGENT directory>/exe/saphostexec -restart

Windows:     <HOSTAGENT directory>\exe\saphostexec -restart

launch the DMO using the below link after running SUMSTART.BAT

url : http://<HOST NAME >:1128/lmsl/sumabap/<SID>/doc/gui/

Regards,

Victor