cancel
Showing results for 
Search instead for 
Did you mean: 

Solution Manager Java stack deleted

Former Member
0 Kudos

Hello,

we have a problem with our Solution manager.

It is installed in distributed configuration: two application servers

(SM_APP1,SM_APP2), central instance sever (SM_CI) and database server -

SM_DB (MS SQL server).

Later we decided to convert database server SM_DB to SQL Server AlwaysOn

configuration. We installed two additional database servers

SM_DB_AlwOn_1 and SM_DB_AlwOn_2 in clustered configuration with cluster name

SM_DB_AlwOn_Cluster. The data from SM_DB database server were copied to

SM_DB_AlwOn_Cluster and SQL Server AlwaysOn configuration was created

according to

http://blogs.msdn.com/b/saponsqlserver/archive/2012/03/29/sql-server-2012-alwayson-part-6-building-a....

We changed sap profile parameters in the following way:

from "dbs/mss/server = SM_DB" to "dbs/mss/server = SM_DB_AlwOn_Cluster"

from "j2ee/dbhost = SM_DB" to "j2ee/dbhost = SM_DB_AlwOn_Cluster"

The database was copied with attach/detach in SQL server manager studio, not with Sapinst tool.

But profile parameter "jdbc/pool/SMD/Url" for Java stack was not

changed and it was pointed to old SQL Server - SM_DB

"jdbc:sqlserver://SM_DB:1433;databasename=SMD".

We worked during half a year in such configuration - ABAP stack was

pointed to "SM_DB_AlwOn_Cluster" server and Java stack to "SM_DB"

server. No Backup of old "SM_DB" database exist because there was no need in it.

A couple of weeks ago old SM_DB server was deleted

and now our Java stack is not starting. We tried to piont

"jdbc/pool/SMD/Url" to SM_DB_AlwOn_Cluster

"jdbc:sqlserver://SM_DB_AlwOn_Cluster:1433;databasename=SMD" but we

have the following error during Java stack startup:

Exception occurred:

com.sap.engine.frame.core.configuration.NameNotFoundException: A

configuration with the path "cluster_data/server/ID4527050" does not exist.

Caused by: com.sap.engine.bootstrap.SynchronizationException: No such

Dialog Instance (ID4527050) in the database! Check database consistency

or local Bootstrap properties!

There is no properties in configtool for server and dipatcher at all.

How can we solve this error?

Thank You

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What version of Solution Manager? Can you view configuration with ConfigTool utility?

Former Member
0 Kudos

Hello,

we have solution Manager 7.1.

I can view configuration with Configtool, but is empty.

We realized that our Solution Manager Java stack is in the state just after "Database Instance installation" and before "Central Instance Installation". ABAP stack is OK. We think that after Central Instance uninstall and install again, both stacks will be in state after "Central Instance installation".

Will this operation influence ABAP stack (it is production system)?

Thank You

Former Member
0 Kudos

Please attach dev_bootstrap and std_bootstrap.out log files.