Oracle Primavera - PM6 Member for 16 years 8 months Member for 16 years 9 months Submitted by David Smith on Thu, 2010-08-19 12:58 Permalink RE: Error message: Out of Memory This can and most likely is associated with a corrupt user profile. The following query can be run against your database: Update userdata set user_data = null where topic_name = pm_settings and user_id in (select user_id from users where user_name = ); where is the users login id for primavera. Your user preferences will all be reset to defaults, but your filters and layouts will still be there. David Smith TEPCO LLC Member for 18 years 6 months Member for 18 years 6 months Submitted by Oliver Melling on Tue, 2010-08-10 07:20 Permalink RE: Error message: Out of Memory I get the same message occasionally, it is because your computer does not have enough memory to run the software programme. This is because the schedules you have require more calculation capacity than you computer can handle. You need to ask your manager for more RAM or a new (higher spec) computer. Log in or register to post comments
Member for 16 years 8 months Member for 16 years 9 months Submitted by David Smith on Thu, 2010-08-19 12:58 Permalink RE: Error message: Out of Memory This can and most likely is associated with a corrupt user profile. The following query can be run against your database: Update userdata set user_data = null where topic_name = pm_settings and user_id in (select user_id from users where user_name = ); where is the users login id for primavera. Your user preferences will all be reset to defaults, but your filters and layouts will still be there. David Smith TEPCO LLC
Member for 18 years 6 months Member for 18 years 6 months Submitted by Oliver Melling on Tue, 2010-08-10 07:20 Permalink RE: Error message: Out of Memory I get the same message occasionally, it is because your computer does not have enough memory to run the software programme. This is because the schedules you have require more calculation capacity than you computer can handle. You need to ask your manager for more RAM or a new (higher spec) computer.
Member for
16 years 8 monthsRE: Error message: Out of Memory
This can and most likely is associated with a corrupt user profile.
The following query can be run against your database:
Update userdata set user_data = null where topic_name = pm_settings and user_id in (select user_id from users where user_name = );
where is the users login id for primavera.
Your user preferences will all be reset to defaults, but your filters and layouts will still be there.
David Smith
TEPCO LLC
Member for
18 years 6 monthsRE: Error message: Out of Memory
I get the same message occasionally, it is because your computer does not have enough memory to run the software programme.
This is because the schedules you have require more calculation capacity than you computer can handle.
You need to ask your manager for more RAM or a new (higher spec) computer.