cancel
Showing results for 
Search instead for 
Did you mean: 

SMD Setup

0 Kudos

Hi there,

Having some trouble with a pre-made SMD installation. Things were installed by someone but never truly worked.

When i'm starting the SMD ( smdstart.sh ) it gives the error:

Mar 23, 2010 3:13:47 PM [Thread[main,5,main]] Info Starting SMDAgent ...

Mar 23, 2010 3:13:48 PM [Thread[main,5,main]] Info ===> Establishing connection to server 'p4://solman.seg-social.pt:50004

Mar 23, 2010 3:13:53 PM [Thread[Connector,5,main]] Info [p4://solman.seg-social.pt:50004] Checking server availability...

Mar 23, 2010 3:13:56 PM [Thread[Connector,5,main]] Info [p4://solman.seg-social.pt:50004] Authentication in progress ...

Mar 23, 2010 3:13:57 PM [Thread[Connector,5,main]] Error Failed to connect to SMD server - user: SMD_ADMIN

Mar 23, 2010 3:13:57 PM [Thread[Connector,5,main]] Error Connecting to SMD server p4://solman.seg-social.pt:50004 failed

[EXCEPTION]

com.sap.engine.services.jndi.persistent.exceptions.NoPermissionException: Exception during getInitialContext operation. Wrong security principle/credentials. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.]

Before that have made the:

464 ./smdsetup.sh secstorej2ee user:"SMD_ADMIN" pwd:"xxx"

465 ./smdsetup.sh secstoresld user:"SLDDSUSER" pwd:"xxx"

But don't have absolute sure about the SLDDSUSER password. It is ok to change it through su01 ? The SLD configuration is local based.

Some light would be great since i'm already with a struggle with this one ...

Thanks

Joao

Accepted Solutions (1)

Accepted Solutions (1)

mateus_pedroso
Employee
Employee
0 Kudos

Hello João

I'll help you in this case. Are you sure that the port 50004 is the correct port ?

1) Let's identify the correct P4 port

Could you reply to me the return of this link below ?

http:// http://pordosol:8101/msgserver/text/logon

version 1.0

J2EE7058400

J2EE pordosol.sle.sap.corp 50000 LB=1

J2EES pordosol.sle.sap.corp 50001 LB=1

P4 pordosol.sle.sap.corp 50004 LB=1

P4S pordosol.sle.sap.corp 50006 LB=1

P4HTTP pordosol.sle.sap.corp 50005 LB=1

JC_pordosol_SLM_00

SDM pordosol.sle.sap.corp 50018

My P4 port is 50004

2) After identify the correct port you must use the following command to register your system

smdsetup managingconf hostname:u201Dmyhost.domain,corpu201D port:u201D5xx04u201D user:u201DSMD_ADMINu201D pwd:u201Dinit1234u201D

This procedure must solve this issue.

Answers (2)

Answers (2)

0 Kudos

After done all that stuff made the user unlock and SMD is working. Thanks once again. Going to Wily Now ;).

Joao

0 Kudos

Hi Mateus,

First of all thanks for the help.

http://solman.seg-social.pt:8100/msgserver/text/logon

version 1.0

solman_SOL_00

DIAG solman.seg-social.pt 3200 LB=10

RFC solman.seg-social.pt 3300

HTTP solman.seg-social.pt 8000

SMTP solman.seg-social.pt 25000

J2EE solman.seg-social.pt 50000 LB=1

J2EES solman.seg-social.pt 50001 LB=1

http://solman.seg-social.pt:50000/monitoring/SystemInfo

Node ID: 4464400

Kernel Version: 7.01 PatchLevel 45530.

HTTP Port: 50000

HTTPS Port: 50001

P4 Port: 50004

Telnet Port: 50008

Have run the smdsetup has adviced.

And have changed the password of SMD_ADMIN to init1234 in su01.

When trying to start the smd the same error:

Mar 24, 2010 11:21:54 AM [Thread[main,5,main]] Info Starting SMDAgent ...

Mar 24, 2010 11:21:54 AM [Thread[main,5,main]] Info ===> Establishing connection to server 'p4://solman.seg-social.pt:50004

Mar 24, 2010 11:22:00 AM [Thread[Connector,5,main]] Info [p4://solman.seg-social.pt:50004] Checking server availability...

Mar 24, 2010 11:22:03 AM [Thread[Connector,5,main]] Info [p4://solman.seg-social.pt:50004] Authentication in progress ...

Mar 24, 2010 11:22:04 AM [Thread[Connector,5,main]] Error Failed to connect to SMD server - user: SMD_ADMIN

Mar 24, 2010 11:22:04 AM [Thread[Connector,5,main]] Error Connecting to SMD server p4://solman.seg-social.pt:50004 failed

[EXCEPTION]

com.sap.engine.services.jndi.persistent.exceptions.NoPermissionException: Exception during getInitialContext operation. Wrong security principle/credentials. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.]

Joao