cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction working fine for one user and not for the other user

Former Member
0 Kudos

Hi,

I am trying to download data from the MARA table with 200000 records.

It works well for one user and whereas for some other user its throws STORAGE_PARAMETERS_WRONG_SET dump.

It is very confusing.

I checked the memory and found out for that particular user it goes into private mode.

I am on R/3 4.7 , oracle 10g with windows server 2003 (32 bit).

Kindly help.

Siddhartha

Accepted Solutions (1)

Accepted Solutions (1)

debasissahoo
Active Contributor
0 Kudos

HI Sidhartha,

Check the dump details, there you will find what memory size was taken by the user when it was terminated. You can compare the value of the parameter with the standard notes, and see if those can be increased.

If one user can run it but another user can not, might be a case that the particular second user runs heavy reports. so already has taken some memory.

Please check.

Regards,

Debasis.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

On 32-bit platform one process can address only a limited amount of

memory, even if there is much more physical memory available. Depending

on your usage of the system, this can lead to the situation that some

processes terminate because sufficient memory cannot be addressed by

single work processes. Therefore, consider an upgrade to 64 bit

Operating system.

So upgrading to 64bit platform can solve this particular problem.

hope this will help.

Thank you,

Tilak