Oracle Primavera - PM6 Member for 12 years 9 months Member for 12 years 9 months Submitted by LitConsulting on Mon, 2013-06-03 19:55 Permalink Try logging in to the Try logging in to the database and run the following query: select proj_id from project where not exists (select * from projwbs where projwbs.proj_id = project.proj_id); If you get one of more record returned, then your problem is with orphaned records and we can proceed to that solution. Regards, Larry litbusiness.com Log in or register to post comments
Member for 12 years 9 months Member for 12 years 9 months Submitted by LitConsulting on Mon, 2013-06-03 19:55 Permalink Try logging in to the Try logging in to the database and run the following query: select proj_id from project where not exists (select * from projwbs where projwbs.proj_id = project.proj_id); If you get one of more record returned, then your problem is with orphaned records and we can proceed to that solution. Regards, Larry litbusiness.com
Member for
12 years 9 monthsTry logging in to the
Try logging in to the database and run the following query:
If you get one of more record returned, then your problem is with orphaned records and we can proceed to that solution.
Regards,
Larry
litbusiness.com