Sync Client Installation Prerequisites
Complete the following prerequisites to install the sync client application for a PX - PX initial sync.
Prerequisites for PX - PX Initial Sync
Ensure the following:
- A P6 database (source) with data is created on Oracle 12c database instance.
- In P6 application, if you have a user name called admin, you will need to rename it as this user name is used during Sync setup.
- Enable full auditing to get incremental changes by executing the following procedure in P6 source database by connecting as ADMUSER.
exec auditing_enable(null,3);
- Contact My Oracle Support and request configuring the sync server in the cloud . Also obtain the URL to access the sync server.
- Create a user in the Primavera Administration Application and assign the Primavera Data Sync Production role to authenticate the sync server.
- For PX Sync, execute SQL scripts before installation as follows:
- Unzip the sync_client.zip and navigate to the Scripts folder.
- Open the audit_schema_changes_px.sql file.
- Replace 'ADMUSER' in the .sql file with the source admuser schema name (only when source schema name is not ADMUSER).
- Execute the audit_schema_changes_px.sql script by connecting as source admuser schema. For example, ADMUSER.
- Connect to database having source P6 schema as a system user having DBA privileges and run the following command:
grant create trigger to <On-Premise P6 admuser schema>;
- Execute the auditing_enable_px.sql script by connecting as source p6 schema user. For example, ADMUSER.
Last Published Friday, December 8, 2023