Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Hello Friends,

Once again I welcome all of you to my blog !! This time, I thought to introduce set of steps for upgrading MS SQL 2008 R2 to 2012 in Solution Manager. Though I already have mentioned the steps incurred in general MS SQL upgrade in my earlier document  "http://scn.sap.com/docs/DOC-42596", but this document contains some additional steps which are pre-requisite requirement in Solution Manager before upgrading the same.

System Configuration Details :-


Solution Manager (Source Configuration) : Solman 7.1 SP8 (With netweaver version 7.0 EHP2 )

Kernel version : 720 (SP Level: 401) Unicode (EXTENDED).

MS SQL version : MS SQL 2008 R2 SP1

So, now in order to proceed for database upgrade, following steps need to be taken :-

1. Take the complete back-up of Solution Manager server.

2. Then as per following requirement, update your solution manager server software components :-

It's recommended to upgrade to (n+1) version i.e SP12 for both the components i.e. SAP_BASIS & SAP_BW .

To update above components , following dependant components are also required to be updated. Below mentioned components will automatically appear (will be shown as pre-requisite )once you will start update in SPAM :-

SAP_ABAP

WEBCUIF

BBPCRM

BI_CONT

SAP_BS_FND

ST-SER

Apart from these updates, also following Add Ons are required to be uploaded through SAINT (as per the pre-requisite list shown during above updates):-

GW_CORE

IW_BEP

CTS_PLUG

IW_FND

IW_GIL

After update, SW component levels are :-

Software ComponentReleaseLevel
SAP_BASIS70212
SAP_ABA70212
CTS_PLUG2005
PI_BASIS70212
ST-PI2008_1_7007
GW_CORE2003
IW_BEP2004
SAP_BS_FND70210
SAP_BW70212
IW_FND2503
IW_GIL1000
SAP_AP70028
WEBCUIF7019
BBPCRM7019
BI_CONT7062
CPRXRPM500_7025
ST7108
ST-BCO7102
SOCO1011
ST-A/PI01N_700SOL1
ST-ICO150_70031
ST-SER701_2010_110

NB: During updating above patches , you may face "COMPUTE_INT_PLUS_OVERFLOW" error during "DDIC_ACTIVATION" phase. You need to follow below steps to overcome this issue:-

Call Tx SE38 - SDB1FHDB

Select Source Code and Display

Switch to edit mode and replace:

limit-secindcnt = 2147483647.

with

limit-secindcnt = 1023.

You will require developer key to perform above changes.

3. Now upgrade your MS SQL database as per "http://scn.sap.com/docs/DOC-42596" document.

Regards,

Nilutpal.

1 Comment
Labels in this area