Error while replicating DataSource: STORAGE_PARAMETER_WRONG_SET
Error while replicating DataSource you may get STORAGE_PARAMETER_WRONG_SET. Look into the following link
If you are running your SAP in Windows 32 bit then you may get this problem. To rectify this problem just add the following parameter in your boot.ini file.
/3GB /USERVA=2700
So your boot.ini will look like:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise Edition" /fastdetect /3GB /USERVA=2700
How to Edit Boot.ini file, please follow the following Steps:
Right-click My Computer, and then click Properties.
-or-
Click Start, click Run, type sysdm.cpl, and then click OK.
On the Advanced tab, click Settings under Startup and Recovery.
Under System Startup, click Edit.
And Restart your System.
Error while activating DSO: RSAP_BIW_DISCONNECT
After installing SAP along with BI on the same server in SR2 you may get an error of activating DSO. To activate the DSO you might do some settings prior to that as follows:
1. Use trans.code SE37
2. Run Function RSAP_BIW_DISCONNECT
3 .Fill following details
I_BIW_LOGSYS = T90CLNT090
I_OLTP_LOGSYS = T90CLNT090
I_FORCE_DELETE = X
4. Execute
5. Run Function RSAP_BIW_CONNECT
6. Fill following details
-------------------------------------------------
I_LANGU = EN I_SLOGSYS = T90CLNT090
I_LOGSYS = T90CLNT090
I_STEXT = T90CLNT090
I_BASIC_IDOC = ZSBA001
I_TSPREFIX = BA
I_PREFIXE = AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
I_SAPRL = 640
I_RESTORE = X
Execute RSA1 - it will ask to active Workbench. Just activate it . It will work now
