cancel
Showing results for 
Search instead for 
Did you mean: 

MCOD installation.

ganesh_borase2
Participant
0 Kudos

Hello everybody,

I am trying to install SAP DEV + QAS system in MCODE on windows 2003 (64-bit) + SQL 2005.

but on message port, it give the error because DEV system already installed on 3600 Port.

Please suggest can I change port from 3600 to 3700 or define in \etc\service file

sapmsDEV 3600/tcp

sapmsQAS 3600/tcp

but I think this is wrong....

Also, please suggest on database creation same SID is used (DEV) or create separate

data (QAS).

Please suggest.

Thanks

Ganesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

> Also, please suggest on database creation same SID is used (DEV) or create separate

> data (QAS).

I missed this part,

You need to create same database SID for Quality system as it is for DEV. For e.g. if DEV is already installed and you are going to create quality system database into MCOD then for quality the database sid (DBSID) will be 'DEV'. However, the quality component will be an individual component but SID will be same as 'DEV' and database will be inside dev - that's why it is called 'Multiple components in One Database'.

However, SAP SID will be unique as usual - 'QAS'

Thanks

Former Member
0 Kudos

You need to choose different 'instance number' for QAS SAP instance. If you have 00 for DEV then probably 01 for QAS or whatever else you want.

That way, for QAS it will be - sapmsQAS 3601/tcp

You need to choose this one in SAPinst itself.

Thanks

ganesh_borase2
Participant
0 Kudos

HI!

It create separate Database (QAS) or all the data

of QAS system is also appear in DEV database.

Also, I have also consider QAS system refresh. then MCOD support Homogenous system

copy (Detach/Attach).

Thanks

Ganesh

Former Member
0 Kudos

> Also, I have also consider QAS system refresh. then MCOD support Homogenous system

> copy (Detach/Attach).

Homogeneous system copy using R3load

Thanks

Former Member
0 Kudos

Hi Ganesh,

If you install QAS as MCOD installation, it will create separate schema for QAS system in existing database.

Your DEV database will have 2 schemas one for DEV and one for QAS in a single database instance DEV.

For example, DEV database instance will have SAPDEV and SAPQAS as 2 SAP instance.

Hope, it clears your confusion.

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi Ganesh

It is very straight, no changes required from our side.

Once the installation for DEV is completed, start the installation again for QAS, system will select the next available instance number for the installation and it will create DBSID same as SAP SID (DBSID=SID).

By this it will create a new DBSID in the same database which will be dedicated for QAS instance only.

I hope it is clear now....

Best of luck....

Khalid

ganesh_borase2
Participant
0 Kudos

HI!

I have installed the DEV system successfully. but when i tried to install the QAS system, it is failed

in ABAP import steps. so please suggest how to proceed to complete installation.

thanks

Ganesh