cancel
Showing results for 
Search instead for 
Did you mean: 

SAP IDES ECC 6.0 Installation Problems

Former Member
0 Kudos

Hello experts!

I have problems with an installation of IDES mySAP ERP 2005 /ECC 6.0 on MS SQL 2005 Database. (Based on AS ABAP)

I set up 3072 GB of Memory and 13 GB for Swap.

The MS sql Native Client is installed and I also installed the SP1 for it.

The problem occours during the installation of the Central Instance (CI).

This is an extract of the <b>sapinst.log</b>:

INFO 2007-02-09 14:57:33

State of instance IDS/DVEBMGS00 changed from ABAP: STARTING to ABAP: STARTING.

ERROR 2007-02-09 14:57:33

CJS-30105 Instance IDS/DVEBMGS00 reached state UNKNOWN after having state STARTING. Giving up.

ERROR 2007-02-09 14:57:33

F

In the process list of my system the disp+work.EXE process is stopped...

The system log shows some errors like that:

<i>SAP-Basis System: Initialization DB-Connect Failed, Return Code 000256</i>

and

<i>SAP-Basis System: Message server disconnected</i>

What could be the problem here? Hope you can help.

Regards,

Lukas

Accepted Solutions (0)

Answers (6)

Answers (6)

martin_E
Active Contributor
0 Kudos

Hi Lukas,

  My experience is that you will need more than 3GB real memory (I usually allow 8GB).  The other issue is that you will need at least 20GB swap space... probably more since your real memory will be constrained.

hth

Former Member
0 Kudos

Hi guys, I had the same problem but with a SQL DB, I readed and followed the snote 1294762, just have to edit and run a procedure to restore the connection with the DB

I hope this help, regards!

Former Member
0 Kudos

Hello

Did you guys solve this issue, if so please post.

Same issue ERP IDES, Win 2003, Oracle 10.2, SID=ECD

Log File: StartECD.log

running D:\usr\sap\ECD\SYS\exe\uc\NTI386\sapstart.exe name=ECD nr=00 SAPDIAHOST=leosol -wait

SAPSTART finished successfully on leosol_ECD_00, but at least one process doesn't run correctly:

D:\usr\sap\ECD\SYS\exe\uc\NTI386\sapstart.exe=>sapparam(1c): No Profile used.

Former Member
0 Kudos

Hi luke i have the similar problem and i fixed checking the enviroment variables and the user permisions on windows. Try to change the ./SAPServiceECC with another user, try using you <sid>adm, remenber change user and password.

Check this enviroment variables:

dbms_type=mss

MSSQL_SERVER=

MSSQL_DBNAME=

MSSQL_SCHEMA=

In my case i have :

DBMS_TYPE = MSS

MSSQL_DBNAME = ECC

MSSQL_SCHEMA = ECC

MSSQL_SERVER = SAPSERVER

SAPLOCALHOST = SAPSERVER

I hope this help.

vincentlim826
Employee
Employee
0 Kudos

hi,

How's your env setting of followings?

dbms_type=mss

MSSQL_SERVER=

MSSQL_DBNAME=

MSSQL_SCHEMA=

The error:

Initialization DB-Connect Failed, Return Code 000256 seems to be quite generic

But, I feel that it is related to user login issue.

I also suggest you to run the store procedure mentioned in SAP Note 610640 to check the login user.

have you check the standard MSS SQL Note 98678 , for SQL Server Connection Issues

Regards,

Vincent

Former Member
0 Kudos

Hi,

Please check your system event log files.

the disp+work.exe stops or dies when therey are able to connect to the DB.

Check your authentication. You should have choosen windows authentication to connect to the DB

Reg,

SAT

Former Member
0 Kudos

Any idea?