You are on page 1of 3

STEPS TO BE FOLLOWED FOR ROS BUILD

How to Perform Build Process in ROS…………..

1. First Login to the ROS Workbech

2. Start ->Programs ->CA->AllFusion->HarvestCM->WorkBench

3. use the below login & Password

ROS Harvest Log In (HarvestCM Workbench )

UserName: ovrturcm
Password: t0ast!
Broker : rosnew

4. Then Given Ok -> Other Projects -> Go to the Particular Month ( Imp: You should
always be in Client Build Eg: 2006.0E.May.Clinet – Since we perform only Client
Build )
5. Go to Integrate->Package Group->RC->New->Package Group->Select->OK
6. Packages Present in Integrate->Packages should be promoted to Build State
7. Login to ROS using the below:

Username : nt_domain\cuid (mpdwydm)


Password : 0verture
Domain :NT_DOMAIN
8. Go To My Computer ->H:\Drive ->nant->
9. Edit the PCGUI.build Properties File (Edit only the Field marked in Red Colour )

Edit only the Field


?xml version="1.0"?>
<project name="PCGUI_Client">
<!-- edit value fields below to setup build -->
<property name="harvest.project" value="2006.0E.May.Client" />
<property name="harvest.package" value="1.1" />
<!-- edit next field to be either level or daily. this also sets harvest extract state -->
<property name="BuildType" value="level" />
<property name="PT_1" value="pt79" />
<property name="PT_2" value="pt95" />
<!-- set PVMM to the following:
May: 5.6
Jun: 5.7
Jul: 5.8
Aug: 5.9
Sep: 5.10
Oct: 5.11
Check with release managers for any major changes. If there are, change sequence
to start with 6.0.
-->
<property name="PVMM" value="5.6" />
<!-- WARNING: DO NOT edit below this line. -->
<property name="harvest.broker" value="rosnew" />
<!-- <property name="harvest.state" value="Build" /> -->
<property name="harvest.viewpath" value="ROSv2" />
<property name="harvest.user" value="ovrturcm" />
<property name="harvest.password" value="t0ast!" />
<property name="BuildDir" value="H:\ROS_Builds" />
</project>

9. Run the PCGUI_build (Batch File )


10. This will generate an output file named: textlog.txt (Output File) Edit this File and
check if the Build performed is Success / Failure.
11. If Success Check go to the following location:

MyComputer->Build&Web->IIS Webs->PCGUIWeb->releases and check whether


the requested packages have been loaded on the corresponding product test box. (eg:
Build&Web->IIS Webs->PCGUIWeb->releases->pt79->ROSInstaller-
2006.OE.May.Client1.1)
12. Remain in ROS Build itself -> to to IE in Desktop -> Click->URL:
(http://90.136.104.5 ) and check if the pt boxes are updated or not

Example : - 90.136.104.79 and 90.136.104.95

13. (Important Step)Edit the .MSI File -> Go to Property -> Add the below mentioned
two entries

ALLUSERS = 1
ROOTDRIVE=C:\ (Important everything should be in CAPS )

14. Send an Email to Sridhar Ramachandran/test lead/PRM


15. After receiving confirmation regarding successful completion of SAT, MSIs are to
placed in UAT box and if requested then in CCF site.
16. MSIs are to be placed in the following path(Path for CCF):

Map to the following path


\\01ms72140002001\Softwares\ and place the MSI in
LatestDevelopedROSDesktopCode folder
17. Send a mail to everyone informing completion of your task.

Note:
• Only CCF UAT msi are placed in ROS server in 90.136.104.5 under
H:\IIS WEBS\PC GUI WEB\releases\supplemental folder

• Go to default.asp and add a statement as follows and make necessary changes and
save it.

Response.Write( "<li><a
href=\"./releases/supplemental/200611061500_BBS_DT_1.6.0.6_FOR_UAT.msi\">
CCF BBS Desktop 1.6.0.6</a></li>" + "\n" )
• Then go to Internet Explorer and click the URL(http://90.136.104.5/default.asp) and
check if the supplemental files are updated or not

---------------------------END----------------------------

You might also like