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.
