When I want to start a deployment, I just need to go to OpenDeploy interface,1 select deployments>start deployment2 select a particular server3 select a particular deploment from the available servers4 Click start deployment button After this, when I view "Source Deployments" screen, I will see unser the Name(ID) deployment group + deployment name(deploymentConfiguration file name) + instance name(server name )what will be the instance name , if default instance is used ?thanks
When we say deployment name, by that do we refer to deploymentConfiguration file name in which we specify definition, source, target and other details?As John has said deployment name is od xml config file. In Od all config files are xml files. odbase.xml, odnodes.xml, test.xml(deploymentConfiguration). All of these files can have unique name.I am quite sure that deployment name refers to deploymentConfiguration file(which is test.xml as example by default). But I am making sure.Thanks