make an export of an activity and some relationships to DBF using Tools>Project Utilities>Export.... Export all current data
The activity data will be in one file, the relationships will be in another.
You can open and see these in Excel. Now you have the correct headings
Make your new activities in excel, where you can use formulae etc to do your generation. Make you relationships too (in teh successor file)
Once finished, first save them as DBF then save off a copy as .xls (just in case)
Open the DBF file again to make sure it hasnt snipped the data (which it does sometimes, dont know why)
if its OK, then run Tools>Project Utilities>import... in P3
If you have the problem that Excel snips the data then do the folowing;
open Access
import the originally exported DBF file as a table. Delete the records in it.
Import the Excel file you saved with your new activities in it into the table you just created.
Export the table to DBF
This will clean the data
Repeat for the successors table
import to P3 (Tools>Project Utilities>import... )
If you are good with MSAccess, you can load up the Pervasive ODBC drivers and do the whole thing in access. Im just learning how to do this now and its definitely more powerful / less error prone than export to Excel. Its a bit dodgy though as youre working in the live P3 database.
Back-ups are your friend
Member for
21 years 7 months
Member for21 years7 months
Submitted by Mohamed Basheer on Wed, 2007-11-28 15:01
Import into p3 is new to me. Very interesting topic.
I am working on a similar project with very similar design changes and Interim EOT of 310 days ( ! could you believe it )had been applied and got 270 approved.
We have 4 Post tensioned bridges also and 1.0m dia Chilled water insulated steel pipes to be taken through service voids in the bridge deck...
Mr.Dattatreya
Could you please send the dbase.exe file to me too. Thanx Id.yembee@gmail.com
Next three for services, like CHW for chilled water, IRR for irrigation and so on...
Next 1 digit is for suphase like I for installation, F for finishing and so on.
last three for activity.
Now, in each section, i hav to insert only two activities giving their relationship.
So, i believe, v cant go for act+1 or something like this beacuse of coding of activity IDs in the curremnt system.
Anyway,send me the dbase.exe file at ravirajab@yahoo.co.in I hav finished the current assignment as it was bit urgent but will definitely help a lot in near future.
Cheers,
Ravi
Member for
22 years 6 months
Member for22 years6 months
Submitted by DATTATREYA PADHARTHI on Sun, 2007-11-25 03:59
Defining activities & assigning relationship as u told will not take more than 20~30 minutes.
1.Are ur activities alphanumeric or numeric, For numeric actids, solution is easier than alphanumeric.
2. I am sure u there should be a uniformity in act description, use that to your advantage.
3. Even if ur act id are alphanumeric, the last few positions must be numeric, Right!
4. for each group/set of activities ( assume u have act no 1 & act no 4),use define activities using an excel macro or dbase program. (Commands such as ADD "act +1", & act +1 FS act are used.
I believe you have defined "steps" for the first & last activity , will be easy for exporting as well as for the commands.
Dbase programming is extremely useful for batch creations.
I shall try to send u dbase.exe along with small programs to do all exports/imports.
using P3, inserting activities doesnt take much time, I believe you only got 100 activities to insert (2 x 50), you can do that in less than 2 hrs. (just to be safe); no need for global change.
Member for
22 years 6 months
Member for22 years6 months
Submitted by DATTATREYA PADHARTHI on Fri, 2007-11-23 20:21
I used dbase program for these kind of activity inserts.
Export relevant fields for the required filter in dbf file, In the command line, if the id is numeric, add(1, 2 etc), run the command & same for the second activity & save.
Now save as second file, use command for FS (defining relations) for the set of activities & save.
u have two dbf files & import back.
Note: For second file use the fields exporting the successor relationship options.
Member for
18 years 2 monthsRE: Global Change Help Urgent
make an export of an activity and some relationships to DBF using Tools>Project Utilities>Export.... Export all current data
The activity data will be in one file, the relationships will be in another.
You can open and see these in Excel. Now you have the correct headings
Make your new activities in excel, where you can use formulae etc to do your generation. Make you relationships too (in teh successor file)
Once finished, first save them as DBF then save off a copy as .xls (just in case)
Open the DBF file again to make sure it hasnt snipped the data (which it does sometimes, dont know why)
if its OK, then run Tools>Project Utilities>import... in P3
If you have the problem that Excel snips the data then do the folowing;
open Access
import the originally exported DBF file as a table. Delete the records in it.
Import the Excel file you saved with your new activities in it into the table you just created.
Export the table to DBF
This will clean the data
Repeat for the successors table
import to P3 (Tools>Project Utilities>import... )
If you are good with MSAccess, you can load up the Pervasive ODBC drivers and do the whole thing in access. Im just learning how to do this now and its definitely more powerful / less error prone than export to Excel. Its a bit dodgy though as youre working in the live P3 database.
Back-ups are your friend
Member for
21 years 7 monthsRE: Global Change Help Urgent
Hi Raviraj,
Import into p3 is new to me. Very interesting topic.
I am working on a similar project with very similar design changes and Interim EOT of 310 days ( ! could you believe it )had been applied and got 270 approved.
We have 4 Post tensioned bridges also and 1.0m dia Chilled water insulated steel pipes to be taken through service voids in the bridge deck...
Mr.Dattatreya
Could you please send the dbase.exe file to me too. Thanx Id.yembee@gmail.com
Member for
18 years 5 monthsRE: Global Change Help Urgent
Still not digested into the system!!
there r ten digits as usual for act id
First for project, C
Next two for Road Name, C30, C40, C90 etc.
Next three for services, like CHW for chilled water, IRR for irrigation and so on...
Next 1 digit is for suphase like I for installation, F for finishing and so on.
last three for activity.
Now, in each section, i hav to insert only two activities giving their relationship.
So, i believe, v cant go for act+1 or something like this beacuse of coding of activity IDs in the curremnt system.
Anyway,send me the dbase.exe file at ravirajab@yahoo.co.in I hav finished the current assignment as it was bit urgent but will definitely help a lot in near future.
Cheers,
Ravi
Member for
22 years 6 monthsRE: Global Change Help Urgent
Ravi,
Defining activities & assigning relationship as u told will not take more than 20~30 minutes.
1.Are ur activities alphanumeric or numeric, For numeric actids, solution is easier than alphanumeric.
2. I am sure u there should be a uniformity in act description, use that to your advantage.
3. Even if ur act id are alphanumeric, the last few positions must be numeric, Right!
4. for each group/set of activities ( assume u have act no 1 & act no 4),use define activities using an excel macro or dbase program. (Commands such as ADD "act +1", & act +1 FS act are used.
I believe you have defined "steps" for the first & last activity , will be easy for exporting as well as for the commands.
Dbase programming is extremely useful for batch creations.
I shall try to send u dbase.exe along with small programs to do all exports/imports.
Cheers
datta
Member for
18 years 5 monthsRE: Global Change Help Urgent
Anoon, Thnx for tat
But just thinking if somebody can reduce those two hours to ten minutes.
There r lot of in-built facilities within the software, which v r never aware of. So, just thought of exploring that.
The only pain is giving relationship every time.
Cheers,
Member for
19 years 1 monthRE: Global Change Help Urgent
Ravi,
using P3, inserting activities doesnt take much time, I believe you only got 100 activities to insert (2 x 50), you can do that in less than 2 hrs. (just to be safe); no need for global change.
Member for
22 years 6 monthsRE: Global Change Help Urgent
Ravi,
I used dbase program for these kind of activity inserts.
Export relevant fields for the required filter in dbf file, In the command line, if the id is numeric, add(1, 2 etc), run the command & same for the second activity & save.
Now save as second file, use command for FS (defining relations) for the set of activities & save.
u have two dbf files & import back.
Note: For second file use the fields exporting the successor relationship options.
u can use access for the same & save as dbf.
Cheers
datta