hmmm.... I may have got the table name wrong... -Have a quick check in the OP data Structures file on your c-drive. Thats the most obvious and easiest fix i can think of.
Thanks Gary, ill give it a try and post the results. the only other thing i am adding to your steps is that i will make a fresh backup prior to executing any of the steps to ensure recovery if i should do something wrong. Thanks for the input..............Phil
You should be able to do a fairly simple import script to overwrite the notes with blank text.
The below is from the top of my head, without the relevant reference docs to hand, so you’d need to check it vs the dev guide & OP Data Structure tables which you should be able to find in the Open Plan folder on your c-drive
1) Close Open plan
2) Copy the Transfer.DAT file in your open plan folder to somewhere safe.
3) Open up the Transfer.DAT file in your open plan folder using Notepad.
4) Scroll to the bottom, leaving a couple of blank rows and enter the below (case sensitive):
EXPORT csv _Notes information
TABLE OPP_NTX
FIELD ACT_ID
FIELD FIELD_NAME
FIELD FIELD_VALUE
FIELD TABLE_TYPE
5) Save the Transfer.DAT file
6) Open up the project in Open Plan (exclusive mode). Go to file, export (or general export?), you should see an export option called “Notes information”. Select it.
7) Running this should give you a csv file which lists all notes, listed by Activity ID, with their notes category, and which OP Table they relate to
8) Delete the text in the “FIELD_VALUE” column for all of the notes that you want removed
9) Change the entry in the “FIELD_NAME” column for those notes where you want to change the category, and save the csv as something else
10) Close Open plan, Go back into the transfer.DAT file, copy the export script you just wrote, and paste it at the bottom of the file (leaving a couple ofblank rows). Overwrite “EXPORT” with “IMPORT”
11) Save the DAT file, open up the project again, go to file, import (or general import?), and select the Notes info import script.
12) This should have overwritten the notes files you didn’t want with blank text, and changed the category as specified.
Spider Project is most functional and powerful professional project management software.
The first SP version was launched in 1993 and since then it has been constantly improved. Today is used in 34 countries though most Spider Project customers are in Russia. Spider Project offers numerous unique functional features and is the only PM software that optimizes resource, cost, and material constrained schedules and budgets for projects and portfolios.
The unique features of Spider Project include Quantity Based Scheduling, Conditional Scheduling, Skill Scheduling, Optimal Resource, Cost and Material Leveling, Resource Critical Path Calculation, Cash and Material Flows Calculation and Management, Trend Analysis, Advanced Risk Simulation and Analysis, Calculation of Success Probability Trends, Calculation and Management of required Project Time and Cost Buffers, Application of Corporate Norms, Management of many Parallel Budgets, Multiple WBS and many others.
Spider Project was and is used for management of many large scale programs in Russia, including $51bln construction program for 2014 Winter Olympic Games preparation.
The application areas where Spider Project is successfully used include Aerospace, Banking, Construction, Defense, Energy, Engineering, Infrastructure, Manufacturing, Metallurgy, Mining, Oil & Gas, Railways, Retail, Shipbuilding, Software Development, Telecommunications, Utilities, etc.
P6-Auditor - Display information from Primavera P6 audit tables in a user-friendly format
Unifier-Archiver - Extract and archive important documents and attachments from Primavera Unifier
Unifier-Loader - Load data into and out of Unifier via Excel
PCM-Loader - Import data into Primavera Contract Management with flexible and secure, template-driven Excel spreadsheets
PCM-Archiver - Extract and archive important documents and attachments from Primavera Contract Management
PCM-Unifier Migrator - Automatically transfer live and historical data from Primavera Contract Management to Primavera Unifier with ease
Create Radically Better Construction Schedules with ALICE Technologies
Use the power of AI to create construction schedules that reduce risk while cutting costs and build time. With ALICE, develop the ideal schedule during preconstruction -- or recover projects that are off schedule and over budget.
hmmm.... I may have got the table name wrong... -Have a quick check in the OP data Structures file on your c-drive. Thats the most obvious and easiest fix i can think of.
Good luck!
the export created the .csv file but it contains no data. I will play with the transfer.dat to see if i can make it pull the data.
Thanks Gary, ill give it a try and post the results. the only other thing i am adding to your steps is that i will make a fresh backup prior to executing any of the steps to ensure recovery if i should do something wrong. Thanks for the input..............Phil
You should be able to do a fairly simple import script to overwrite the notes with blank text.
The below is from the top of my head, without the relevant reference docs to hand, so you’d need to check it vs the dev guide & OP Data Structure tables which you should be able to find in the Open Plan folder on your c-drive
1) Close Open plan
2) Copy the Transfer.DAT file in your open plan folder to somewhere safe.
3) Open up the Transfer.DAT file in your open plan folder using Notepad.
4) Scroll to the bottom, leaving a couple of blank rows and enter the below (case sensitive):
EXPORT csv _Notes information
TABLE OPP_NTX
FIELD ACT_ID
FIELD FIELD_NAME
FIELD FIELD_VALUE
FIELD TABLE_TYPE
5) Save the Transfer.DAT file
6) Open up the project in Open Plan (exclusive mode). Go to file, export (or general export?), you should see an export option called “Notes information”. Select it.
7) Running this should give you a csv file which lists all notes, listed by Activity ID, with their notes category, and which OP Table they relate to
8) Delete the text in the “FIELD_VALUE” column for all of the notes that you want removed
9) Change the entry in the “FIELD_NAME” column for those notes where you want to change the category, and save the csv as something else
10) Close Open plan, Go back into the transfer.DAT file, copy the export script you just wrote, and paste it at the bottom of the file (leaving a couple ofblank rows). Overwrite “EXPORT” with “IMPORT”
11) Save the DAT file, open up the project again, go to file, import (or general import?), and select the Notes info import script.
12) This should have overwritten the notes files you didn’t want with blank text, and changed the category as specified.
HTH
Gary