cancel
Showing results for 
Search instead for 
Did you mean: 

Display+work.exe : Dispatcher stopped , Is it a Database problem??????

Former Member
0 Kudos

Hello Friends ,

When I was starting DEV server , the server does not starts

In the process list I found 'Display+work.exe : Dispatcher stopped'

Syslog :

SAP-Basis system : stop sap system,Dispatcher pid 8

SAP-Basis system : Message server disconnected

communications data : SAP gateway was closed

SAP-Basis system: stop workproc 4, PID 1544

SAP-Basis system : Initialization DB-connect Failed , Return code 000256

Database : ORA-28000: the account is locked

Database : Database error 28000 at CON

Database : ORA - 28000: the account is locked

Database : Database error 28000 at CON

Could some one help me to fix this problem...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The reason for the dispatcher stop might be because of the SAP Schema locked in DB.

SAP-Basis system : Initialization DB-connect Failed , Return code 000256

Database : ORA-28000: the account is locked

Database : Database error 28000 at CON

Try to execute the following command at the SQL prompt and then restart SAP.

Alter user <SAPSCHEMA NAME> account unlock;

Then use BRTools to reset the password of the SAPSChema.

Hope this helps.

Regards,

Varadharajan M