comments on: who changed my primavera p6 schedule? - 瑞士vs喀麦隆足彩赔率 //www.deco-dalles.com/track-p6-schedule-changes-by-user/ project controls training & courses mon, 13 feb 2023 08:35:45 +0000 hourly 1 by: tico //www.deco-dalles.com/track-p6-schedule-changes-by-user/#comment-99816 mon, 13 feb 2023 08:35:45 +0000 //www.deco-dalles.com/?p=30008#comment-99816 please how do i directly check who last made changes to my current project 世界杯时间比赛时间 ?

]]>
by: michael lepage //www.deco-dalles.com/track-p6-schedule-changes-by-user/#comment-87189 thu, 28 oct 2021 21:00:29 +0000 //www.deco-dalles.com/?p=30008#comment-87189 in reply to shimonkepha.

not so simple to outline here. hopefully you know some sql. you’ll have to get an sql client to connect to the db and write sql queries to access the data.

]]>
by: shimonkepha //www.deco-dalles.com/track-p6-schedule-changes-by-user/#comment-86946 thu, 21 oct 2021 17:55:12 +0000 //www.deco-dalles.com/?p=30008#comment-86946 in reply to robert self.

how do i directly access the sql database?

]]>
by: michael lepage //www.deco-dalles.com/track-p6-schedule-changes-by-user/#comment-86025 thu, 12 aug 2021 21:05:44 +0000 //www.deco-dalles.com/?p=30008#comment-86025 in reply to robert self.

thanks! this is helpful.

]]>
by: robert self //www.deco-dalles.com/track-p6-schedule-changes-by-user/#comment-85707 tue, 06 jul 2021 16:36:18 +0000 //www.deco-dalles.com/?p=30008#comment-85707 please note that the last modified by is just that – the last user to modify that specific record. it will not reveal the previous user(s) to that (i.e. betty made a modification followed by tom, followed by mary. only mary will be shown as the last modified by)

in order to reveal a record deletion you will need to directly access the sql database. almost all tables have the following fields:
create_user (record created by)
create_date (date record was created)
update_user (record last updated by a specific user)
update_date (date record last updated)
delete_session_id (if a record has been deleted, it will show the session id*)
delete_date (date the record was deleted)

*the session table will have the history of all sessions by session_id, the user name for that session, and the session_start and session_end date/times.

the f9 will update/overwrite most of the date fields in the task table:
early_start_date
early_end_date
late_start_date
late_end_date
and all of the “internal” start/finish dates

]]>
by: allison //www.deco-dalles.com/track-p6-schedule-changes-by-user/#comment-74993 fri, 01 mar 2019 15:47:46 +0000 //www.deco-dalles.com/?p=30008#comment-74993 ok, so what is the potential effect of f9?
thanks
allison

]]>
by: mary lynn //www.deco-dalles.com/track-p6-schedule-changes-by-user/#comment-39674 fri, 10 jun 2016 21:18:15 +0000 //www.deco-dalles.com/?p=30008#comment-39674 this layout will not show you directly in the progress file if someone has deleted something. also don’t forget the potential effect ‘f9’ (schedule function in p6) can have in some scenarios.
database monitoring can be used to track change and/or delete items in detail.

]]>
by: matt //www.deco-dalles.com/track-p6-schedule-changes-by-user/#comment-34927 thu, 12 nov 2015 15:11:39 +0000 //www.deco-dalles.com/?p=30008#comment-34927 what if someone deleted something? this layout wouldn’t show you the info on the missing activities. is there a way to find out in that instance?

]]>