Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

minisap 4.6d installation problem

Former Member
0 Kudos

Hi experts,

While iam installing the minisap 4.6d,iam facing the follwoing problem....(i got the CDs from Abap Ojects book)

"Could not find SQL-Server Instance "MSSQLSERVER" on your DB host "admin". You must install SAP into the default instance or into a named instance that has the same name as your SAP system (SID)."

Could any one let me know, where i need make the changes...

Thanks in advance

6 REPLIES 6

Former Member
0 Kudos

Go to C:/Windows/drivers/system32/etc/ hosts

Open the file hosts with Notepad

Add one line input the ip address again followed by one space , and the name of your PC as follows:

127.0.0.1 <name_OF_PC>.

Save the file as is.

You didnot mention the OS on which you are trying to install.

Cheers

0 Kudos

Hi Sanjay,

Still iam facing the same problem...My system OS is 2000 professional.

IP address(127.0.0.1) not recognised i think.How to find out system IP address....? Pls let me know..

Priya

Former Member
0 Kudos

Try to change the hosts file to have this line -

127.0.0.1 localhost

Restart your installation.

Cheers.

0 Kudos

Hi Sanjay...

No way. Still iam facing saaaaaaaame problem....

Actually i have installed this software 2 times in the earlier.This is 30days trail version.

Since it was expired, iam trying to load it again.I did not understand what is the problem now.

just see the errors.....

"Error: DBCOMMONDBENV_IND_MSS InternalColdKeyCheck 2 416

Could not find SQL-Server Instance "MSSQLSERVER" on your DB host "admin". You must install SAP into the default instance or into a named instance that has the same name as your SAP system (SID).

Error: DBCOMMONDBENV_IND_MSS ColdKeyCheck 2 416

Phase failed.

Error: Main {} 2 416

Installation aborted."

Priya

Former Member
0 Kudos

Hi Priya,

You need to install SQL Server in order to be able to install minisap 4.6D. You can get a free trial version of SQL Server from www.microsoft.com. However I suggest that you download WAS 6.40 ABAP version from SDN, that will help to learn even advanced concepts, e.g. OO ABAP, BSP, Webservices etc.

Cheers,

Sanjeev

Former Member
0 Kudos

Seems you were able to install it earlier . The problem may be that uninstall was not clean. SQL Server comes bundled with MINISAP. The installation process first tries to install the SQL Server and then Mini SAP.

Uninstall ( from ADD /Remove programs in Control Panel ) the eralier version of MS SQL Server if it was not done and restart the installation procedure .

Cheers.