cancel
Showing results for 
Search instead for 
Did you mean: 

ITEMS NOT SHOWING IN MY sap CONSOLE

Former Member
0 Kudos

Dear Experts,

When I open my sap console ,none of the existing items showing there.

I also tried to create the another console through mmc but still prob is same.

Also its not started through command prompt.

So pls suggest and help to resolve the issue.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member204746
Active Contributor
0 Kudos

run program SAPSTARTSRV and re-create the service and registration.

Answers (1)

Answers (1)

debasissahoo
Active Contributor
0 Kudos

Amit,

I hope this link will help you.

- If your SAp is up and running fine then > (follow what Ashok described in the above link)

Open you MMC console.

Goto file-->ADD/Remove snap-in

Click on ADD

Choose SAP Systems Manager

Again Click on ADD

Click Next

Here give your SID in the system field

fill instance field like this <hostname> <instance no>

Mind space between hostname and instance no

Also check SAPservice<SID> service is running or not

Proper command to startsap manually from command line.

startsap.exe name=<SID> nr=<system no> SAPDIAHOST=<host name> pf=d:usrsap<sid>SYSprofileSTART_DVEBMGS<no>_hostname

====

- if you'are not able to start SAP and you get error during opening MMC, then you can follow this.

1. check in the server, in the task manager if any sapstartsrv is active or not. if active kill it.

then go to /usr/sap/sid/sys/exe and run sapstartsrv.exe by double clicking.

2. click on Uninstall service + unregister com interface

<SID>

<system no>

<Start profile>

.SAPService<SID>

<password>

press ok. it will uninstal the present serice SAP<SID>_<nr>.

wait for the response. it should show "service unistalled successfully"

3. Then run sapstartsrv again and now choose.

Install service + register com interface and start service.

<SID>

<system no>

<Start profile>

.SAPService<SID>

<password>

wait for sometime after pressing ok, it will show sevice installed successfully.

This should resolve your issue. (remember if you're abap+java sytem then you might require the same for two services.)

Thanks,

Debasis.