comments on: how to clean your p6 pobs table on mssql & oracle db - 瑞士vs喀麦隆足彩赔率 //www.deco-dalles.com/clean-p6-pobs-table/ project controls training & courses fri, 18 oct 2019 13:51:05 +0000 hourly 1 by: michael lepage //www.deco-dalles.com/clean-p6-pobs-table/#comment-51794 thu, 23 nov 2017 10:39:05 +0000 //www.deco-dalles.com/?p=31686#comment-51794 in reply to michael lepage.

alternatively, you can clean your xer files after export – check this post.

xer file slow to import to p6? try cleaning pobs data

]]>
by: michael lepage //www.deco-dalles.com/clean-p6-pobs-table/#comment-51793 thu, 23 nov 2017 10:37:41 +0000 //www.deco-dalles.com/?p=31686#comment-51793 in reply to fazel.

are you sure you’re logging in with admuser?

]]>
by: fazel //www.deco-dalles.com/clean-p6-pobs-table/#comment-51788 thu, 23 nov 2017 09:56:45 +0000 //www.deco-dalles.com/?p=31686#comment-51788 i have tried to use the select command to clean the pobs, but when i run the sql query in the oracle data base xe, as per your above method, i get this error. ora-00942: table or view does not exist but when i search using this command, i get the pobs database listed.

select *

from dba_tables

where table_name = ‘pobs’

but now when i use the delete command, it does not work and show the same above error. please help. i have checked exporting various files using p6 8.3.2 all are around 20+ mb and when the exporting starts it copies the pobs files.

]]>
by: fazel //www.deco-dalles.com/clean-p6-pobs-table/#comment-51787 thu, 23 nov 2017 09:55:05 +0000 //www.deco-dalles.com/?p=31686#comment-51787 hi,
i have tried to use the select command to clean the pobs, but when i run the sql query in the oracle data base xe, as per your above method, i get this error. ora-00942: table or view does not exist but when i search using this command, i get the pobs database listed.

select *

from dba_tables

where table_name = ‘pobs’

but now when i use the delete command, it does work and show the same above error. please help. i have checked exporting various files using p6 8.3.2 all are around 20+ mb and when the exporting starts it copies the pobs files.

]]>
by: michael lepage //www.deco-dalles.com/clean-p6-pobs-table/#comment-50846 thu, 09 nov 2017 08:14:53 +0000 //www.deco-dalles.com/?p=31686#comment-50846 in reply to soumak manna.

hi soumak,
i think that request might be out of my league. i think you would want to talk to a database expert. i know a little, but not enough.
i do know that in the newer versions of p6, this bug is fixed, so if you’re able to upgrade i suggest you do that. here is some info on the latest version.

]]>
by: soumak manna //www.deco-dalles.com/clean-p6-pobs-table/#comment-50531 fri, 03 nov 2017 09:37:33 +0000 //www.deco-dalles.com/?p=31686#comment-50531 hi michael,

thanks for the wonderful tips and steps for cleaning the pobs data. we are using this application since long and its a generic issue with most of the project planners. i am more interested in having this process getting automated.

i would be glad if you could help me out with the process of automating the deletion from pobs table. my mail id:- (soumak.manna91@gmail.com).

waiting for your reply.

thanks in advance.

]]>
by: gs //www.deco-dalles.com/clean-p6-pobs-table/#comment-48735 wed, 20 sep 2017 19:01:50 +0000 //www.deco-dalles.com/?p=31686#comment-48735 leaving this here for historical sake. p6 user with oracle xe

if you are receiving error messages when running commands with oracle xe, you have to end your statement with a ;

so these are the commands you would like to use

delete from pobs;
alter trigger rt_pobs disable;
alter trigger rt_pobs_del disable;

also, if you are having issues finding pobs data, try the other accounts of the database such as admprm$pm

]]>
by: john ireland //www.deco-dalles.com/clean-p6-pobs-table/#comment-41166 mon, 24 oct 2016 20:10:11 +0000 //www.deco-dalles.com/?p=31686#comment-41166 michael,
p6 8.3.2 oracle xe
exporting a xer from an otherwise empty p6 database, the xer includes ~27k lines of pobs data.
using your xe method above, i’m receive the following error “ora-00942: table or view does not exist”.
any help with fixing this would be appreciated.

]]>
by: michael lepage //www.deco-dalles.com/clean-p6-pobs-table/#comment-40205 wed, 10 aug 2016 13:34:20 +0000 //www.deco-dalles.com/?p=31686#comment-40205 in reply to tj.

hi – sorry i’m so late on this reply. i don’t have any 2022年足球世界杯入选名单 you on this – it’s more of an sql expert question. sorry.

]]>
by: tj //www.deco-dalles.com/clean-p6-pobs-table/#comment-40082 wed, 27 jul 2016 14:23:07 +0000 //www.deco-dalles.com/?p=31686#comment-40082 good morning michael,

first off i’d like to thank you for taking the time to write this. i’ve looked all over the internet for a solution to this issue and your post is by far the most most in-depth explanation and solution to the pobs issue. so again, thank you.

little background…my company has a p6 database setup for each of our regional offices (~8). i’ve recently (past year) made it a habit to run the pobs cleaner utility prior to importing to the 3 databases i regularly use. however some of our other regions have not been so fortunate. for instance: a 900 activity 14mb schedule (minimal 世界杯时间比赛时间 ) reduces to <1mb after running the pobs utility. while this is frustrating the bigger issue is when they try to link a p6 schedule to synchro or navisworks. they report it takes +30 min while i can perform the same sync on the 'clean' schedule in 15 seconds….

having said that i don't have access to the sql database as this is managed by our it department. although i prefer it that way (read: i don't want to mess anything up) i'm also handcuffed as it relates to helping out schedulers in other regions. long story short (and prior to reading your post) i reached out to a scheduler in the industry who provided me with instructions on how to truncate (ie truncate table pobs) in lieu of delete. our it ran the command but received the following error:

msg 4712, level 16, state 1, line 1
cannot truncate table 'pobs' because it is being referenced by a foreign key constraint.

have you encountered this error before? do you know how we can get around this?

we are using a sqlserver database, p6 version 7.0 sp3 (yea…) if that helps.

cheers,

tj

]]>
by: michael lepage //www.deco-dalles.com/clean-p6-pobs-table/#comment-39989 mon, 18 jul 2016 18:28:45 +0000 //www.deco-dalles.com/?p=31686#comment-39989 in reply to sankar.

what database engine are you using?

]]>
by: sankar //www.deco-dalles.com/clean-p6-pobs-table/#comment-39977 sun, 17 jul 2016 14:04:02 +0000 //www.deco-dalles.com/?p=31686#comment-39977 sir

please advise the following comments getting in primavera p6 while login the software..

your database size has reached to 110.63 percent of maximum database size allowed, please take appropriate action.

regards
sankar.

]]>
by: michael lepage //www.deco-dalles.com/clean-p6-pobs-table/#comment-38960 tue, 10 may 2016 12:54:57 +0000 //www.deco-dalles.com/?p=31686#comment-38960 in reply to e kramer.

hi
it is possible that you don’t have any pobs data in your database. then my assumption is that the xer file is coming from a database that does have pobs data.

]]>
by: e kramer //www.deco-dalles.com/clean-p6-pobs-table/#comment-38934 mon, 09 may 2016 19:14:06 +0000 //www.deco-dalles.com/?p=31686#comment-38934 so the xer files i produce from my version of p6 are very large and they do contain the pobs information. i have used michael’s process to clean up the xer however, when i go to clean the pobs from my oracle xe database (using michael’s steps in this excerpt) i get a message that no pobs exists in my database!? is it possible to have the pobs information in an xer but not in my database??

]]>
by: tony //www.deco-dalles.com/clean-p6-pobs-table/#comment-38502 tue, 29 mar 2016 13:37:39 +0000 //www.deco-dalles.com/?p=31686#comment-38502 in reply to michael lepage.

thanks michael great utility

]]>
by: michael lepage //www.deco-dalles.com/clean-p6-pobs-table/#comment-38320 thu, 17 mar 2016 17:06:41 +0000 //www.deco-dalles.com/?p=31686#comment-38320 in reply to tony.

turns out it pretty easy to clean individual xer files are you go. i use a small app created by ahmet kochan here’s the link://www.deco-dalles.com/clean-pobs-xer-file/#comment-31112

]]>
by: tony //www.deco-dalles.com/clean-p6-pobs-table/#comment-38313 thu, 17 mar 2016 04:54:44 +0000 //www.deco-dalles.com/?p=31686#comment-38313 thanks for this. please let us know if you have created a script to run automatically in windows scheduler

]]>
by: essam abdulfattah //www.deco-dalles.com/clean-p6-pobs-table/#comment-30791 sun, 16 aug 2015 05:27:45 +0000 //www.deco-dalles.com/?p=31686#comment-30791 thank you michael for this valuable article,

still importing xer process is taking long time (3 hours) . the xer is about 8 projects with external links nad 75000 activities (max 45000 activities per project). do you have any idea?

best regards,

]]>
by: amasry //www.deco-dalles.com/clean-p6-pobs-table/#comment-30724 sat, 15 aug 2015 06:43:08 +0000 //www.deco-dalles.com/?p=31686#comment-30724 greetings michael ,
i have done the cleaning steps you mentioned for my oracle xe database plus the normal deletion of project on primavera interface ,however i am still getting the following message

“your database size has reached to 96.4 percent of the maximum database size allowed. please take appropriate action.”
i am using primavera p6 professional r8.3.2 and my primavera stopped once after data base reach 124 percent despite the deletion i did for most of my project ,that time the only solution was reinstalling p6 again
hope you found a solution for this problem
thanks in advance

]]>