cancel
Showing results for 
Search instead for 
Did you mean: 

Performance after upgrade 32-bit to 64-bit

ganesh_borase2
Participant
0 Kudos

Hello everybody,

we have successfully upgrade SAP ECC 5.0 from 32-bit to 64-bit using homogenous system copy method

Upgrade

OS from 32-bit to 64-bit

SQL server 2000 to 2005

server has 32-GB RAM + SWAP 21 GB.

but we have face the problem of performance when execute Z reports.

please suggest me how to improve the performance.

I have set the parameter according note 88416.

Please suggest.

Thanks

Ganesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Sriram2009
Active Contributor
0 Kudos

Hi

If your having disk space you can increase the Swap from the physical memory to 2 or 3 time, after that you can check the buffer setting in T code ST02 if anything shows red color (Swaps tab) increase the value form current value to 10 to 20 %

You can check the Z reports in the ABAP trace in ST12

Regards

Sriram

Former Member
0 Kudos

Hi,

Did you executed the database statistics job?

Best regards,

Orkun Gedik

ganesh_borase2
Participant
0 Kudos

Yes,

I have update the statics after homogeneous system copy.

command

EXEc sp_updatestats

Thanks