I have error "Exception EAccessViolation in module PM.exe at 0043BFBF.." when logging into P6
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'