cancel
Showing results for 
Search instead for 
Did you mean: 

Default id and password for smd

Former Member
0 Kudos

Hello all,

When attempting to access SMD, I found the address is:

http://<host>:<port>/smd

but there is a login ID and password screeen.

Question: what is the default ID and password??

TIA

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Found the answer myself

Former Member
0 Kudos

Hello Casey,

I am having a similar issue when accessing http://<host:<port>/smd.

I get the following error messages when I try to access SMD.

*http://host:port/webdynpro/dispatcher/sap.com/tcsmdnavigation/UserNotAuthorized*

*" You do not have sufficient rights to start Solution Manager Diagnostics.*

*Please contact your administrator to check the permissions on your system"*

Logs in the nwa has following details

Caused by: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts

Do you know which user id the above message is referring to.

All the userid's on client 001 has been unlocked

Regards,

Wahab.

Former Member
0 Kudos

HI

Assign j2ee_admin role to your user id .

then i suppose u can log in with your id.

Regards,

Vijay.

ps: if your java stack belongs to client 001 (by default) then you should assign j2ee_admin role to your cient 001 in your abap stack for the condition that your ume configuration is pointing ABAP system

else you may need to assign this j2ee_admin role in ume if ur ume configuration pointing LDAp and others.

Former Member
0 Kudos

Thanks for responding

For J2EE_ADMIN, I have "Administrator User for the SAP J2EE Engine" under ROLES (i.e. SAP_J2EE_ADMIN)

I have more information since working on this.

The problem is *not* associated with the ID and password or roles.

I did the following:

1. Copied J2EE_ADMIN to TEST_ADMIN in SU01

2. Went to http://<host>:50000/smd

3. Entered the ID and password for TEST_ADMIN

I got the screen asking me to change the ID and password for TEST_ADMIN (since it was an "initial" password assigned)

After doing so, it was obvious that the password change was successful but it went back to the initial login screen - no message was given.

I then log in as TEST_ADMIN/ <new password> and it stays - again - on the login screen.

If you have done web programming in the past, it is almost like there is no "cgi script" attached to the "OK" button. So, when you hit it, instead of going to the server and bringing back data, it just stays on the same page.

I just found this thread that sounds a lot like it.

The html page for the login contains the following:

<FORM name="logonForm" method="post" action="/logon/logonServlet?redirectURL=%2Fwebdynpro%2Fdispatcher%2Fsap.com%2Ftc%7Esmd%7Enavigation%2FSmdNavigation" >

So, it look as though there is something wrong with logonServlet?

Is there any way to trace this servlet??? Where is the security trace file??

TIA

Edited by: Casey Harris on Nov 2, 2008 6:54 AM