System Administration - Issue Installation
For JSP deployment files installation, instructions are received from SHIP like the following:
Instructions for manual installation of package20.00001_CLIENTID.zip
---------- (1) Updating of environment section START ------------
Unzip the package 20.00001_CLIENTID.zip to temporary folder
---------
Copy the following file(s) from unzipped folder 20.00001\jsp to "jsp" folder of environment
---------
PmProjContact.ear
---------- (1) Updating of environment section END ------------
---------- (3) Deployment section START ------------
There are files for deployment in this package from jsp subfolder:
PmProjContact.ear
Copy the following files to "deploy" folder of correspondent domain and run deployment utility
---------- (3) Deployment section END ------------
For example, to install in TEST environment, do the following:
-
Unzip 20.00001_CLIENTID.zip and copy PmProjContact.ear file to D:\cm\v12\test\jsp folder and D:\cm\ias\j2ee\test\deployment\deploy folder.
-
Run deployment:
D:\cm\ias\j2ee\test\deployment\bin\cmictest_deploy.cmd
For SQL scripts files installation, instructions are received from SHIP like the following:
Instructions for manual installation of package 20.00002_CLIENTID.zip
---------- (1) Updating of environment section START ------------
Unzip the package 20.00002_CLIENTID.zip to temporary folder
---------
Copy the following file(s) from unzipped folder 20.00002\sql to "sql" folder of environment
---------
20.00002_2.sql
jccfcast.pb
---------- (1) Updating of environment section END ------------
---------- (2) SQL scripts Installation section START ------------
Run as DA user the script 20.00002_2.sql from subfolder sql of environment
---------- (2) SQL scripts Installation section END ------------
For example, to install in TEST environment, do the following:
-
Unzip 20.00002_CLIENTID.zip file and copy 20.00002_2.sql, jccfcast.pb to d:\cm\v12\test\sql folder.
-
Go to D:\cm\v12\test\sql folder, open the Command Prompt window as an administrator, then login to TEST database as DA user and run the 20.00002_2.sql script.
Copycd d:\cm\v12\test\sql
setsqlpath
sqlplus da/password@test
SQL>@dbdefine
SQL>@20.00002_2.sql