This appendix provides additional information about upgrading products that are used in Unifier.
SharePoint
If you are using SharePoint, migrate your Unifier documents to SharePoint. Refer to the following for more instructions:
- Microsoft site for instructions on how to perform the SharePoint upgrade.
- The Unifier Content Repository Configuration Guide ("Configuring Microsoft SharePoint" section) on how to enable CMIS site features.
Note: For the full list of system requirements, applications, and application version levels refer to the Primavera Unifier Tested Configurations in the Primavera Unifier Documentation Library.
The following steps explain how to migrate Unifier documents to support SharePoint CMIS:
- Download the current version of the Primavera Unifier Tools file from the Oracle Software Delivery Cloud (https://edelivery.oracle.com/).
- Copy the SharePointMigrator.zip file and save it locally.
- Unzip the SharePointMigrator.zip file on a server where you can connect to both the Unifier database and the SharePoint server.
Note: JDK 7 or higher should be installed on the machine where you want to run this program.
- Ensure that JAVA_HOME environment variable is set correctly on the SharePoint server.
Windows server
In Windows server, run
echo %JAVA_HOME%
to check ifJAVA_HOME
is set. IfJAVA_HOME
is not set use "set JAVA_HOME=<Java install dir>
" from the terminal, where you are planning to run the script.Linux server
In Linux server you can check the setting by executing "
echo $JAVA_HOME
" command. IfJAVA_HOME
is not set, then run "export JAVA_HOME=<Java install dir>
" from the terminal, where you are planning to run the script. - Edit "
unifier.properties
" file under "conf
" folder to specify SharePoint server and Unifier database details. The following are the properties present in the unifier.properties file:SharePoint
sharepoint.loginName = enter the user name for your content repository.
sharepoint.password = enter the password for the user name you entered above.
sharepoint.hostName = enter the machine name or IP address of the SharePoint server. (Example:
http://<hostname>
)sharepoint.domain = enter the domain where the SharePoint server resides.
sharepoint.site = enter the site name used to store the Unifier documents.
sharepoint.folder = enter the name of the document library where Unifier documents are stored.
Unifier
unifier.db.type = enter oracle if Unifier is connected to Oracle database, or mssql if Unifier is connected to Microsoft SQL server.
unifier.db.host = enter the host name of the computer where you installed the database.
unifier.db.instanceid = enter Oracle SID or MS SQL server instance ID. If you did not specify an instance name when configuring the SQL Server, leave the Instance ID field blank. Otherwise, enter the Instance ID.
unifier.db.port = enter the Port number to be used by Unifier to communicate with the database.
unifier.db.username = enter the database login user account name to be used by Unifier.
unifier.db.password = enter the database login user account password to be used by Unifier.
Linux
If running from a Linux server, assign executable permission to the Shell script,
run.sh
and thesetenv.sh
file under the bin folder.Windows
Go to the bin folder and run "
./run.sh
" on Linux or "run.bat
" (refer to the log file "bin/log/run.log
" for the details of script execution).
Once the script is completed successfully, follow the steps in the Unifier Content Repository Configuration Guide to complete the configuration of SharePoint with Unifier. You will be able to access the documents uploaded in previous release.