Primavera (MOSC)

MOSC Banner

I have error "Exception EAccessViolation in module PM.exe at 0043BFBF.." when logging into P6

edited Oct 14, 2015 10:03AM in Primavera (MOSC) 1 commentAnswered

I tried opening up P6 and got following error "Exception EAccessViolation in module PM.exe at 0043BFBF.  Access violation at address 0083BFBF in module 'PM.exe".  Read of address 00000381".

I tried the following steps:

  1. truncate table obsproj;

 

declare @ret int, @msg varchar(1000)

 

exec obsproj_full_rebuild @ret OUTPUT, @msg OUTPUT




  2. SELECT wbs_id from projwbs where delete_session_id is not null; (where we took note of the wbs_id value returned).


 

  3. update projwbs set delete_session_id=null, delete_date=null where wbs_id in (ENTER WBS   ID);Update userdata set user_data = null where topic_name = 'pm_settings'

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center