Options

Creating New Application Pool in Agent server

2

Comments

  • Options
    Sandeep GuptaSandeep Gupta Posts: 56
    edited November 25, 2013 12:16AM
    Pls see here

    my solution

    5ofebr.jpg

    and after deployment saw Raw Logs

    eficzn.jpg
    Thanks
    Sandeep Gupta
  • Options
    Did you rebuild your solution? Is the .ps1 in the build output? Have you then created a new package and pushed it into Deployment Manager?
    Systems Software Engineer

    Redgate Software

  • Options
    yes, i have already build solution after adding ps file in solution, but not showing in output window... and after that create new package and build...
    Thanks
    Sandeep Gupta
  • Options
    If it's not in the output, then it won't be in the package. What is the build property for the .ps1 file? It needs to be set as "content".
    Systems Software Engineer

    Redgate Software

  • Options
    yes pls see here

    2j64owi.jpg
    Thanks
    Sandeep Gupta
  • Options
    OK, so is it showing in the /bin/debug or bin/release (as appropriate) folder? How are you creating your package? Our addin or some other method?
    Systems Software Engineer

    Redgate Software

  • Options
    Yes showing in the Debug/bin folder...
    And i am creating package using command of this

    RgPublish /source="C:\Source Code\My Web App\MyWebApp.csproj" /Configuration=Debug /Platform=x86 /target=feed:http://localhost:8080/nuget/
    Thanks
    Sandeep Gupta
  • Options
    OK, so after running the RGPublish command, can you then go to your feed folder (usually C:\ProgramData\Red Gate\DeploymentManager\Data\feed on the DM Server) and open up the package to see if the .ps1 is in there? You can open the package using something like winzip or Nuget Explorer (http://npe.codeplex.com/)
    Systems Software Engineer

    Redgate Software

  • Options
    let me check... i am use v4.0... any other option to check the file is exist in the nuget package...?
    Thanks
    Sandeep Gupta
  • Options
    The only way to verify for sure it's in the package is to open the package and take a look
    Systems Software Engineer

    Redgate Software

  • Options
    Sandeep GuptaSandeep Gupta Posts: 56
    edited November 25, 2013 12:15AM
    Please see here

    2f03bir.jpg
    Thanks
    Sandeep Gupta
  • Options
    That shows the PostDeploy.ps1 is in there- if DM didn't find it during deployment, that suggests you didn't create a new release in Deployment Manager - can you do that, ensuring you give it a new version, then deploy the new release?
    Systems Software Engineer

    Redgate Software

  • Options
    i have create a new release, and now problem remains....
    Thanks
    Sandeep Gupta
  • Options
    Can you post the latest full log output please?
    Systems Software Engineer

    Redgate Software

  • Options
    Success: DeploymentControllerActivity
    2013-11-22 17:21:50 +05:30 INFO Stage 1: Downloading packages from NuGet servers
    2013-11-22 17:21:50 +05:30 INFO Stage 2: Uploading packages to target machines
    2013-11-22 17:21:51 +05:30 INFO Stage 3: Installation
    2013-11-22 17:21:53 +05:30 INFO Deployment complete!

    Success: Stage 1: Downloading packages from NuGet servers
    2013-11-22 17:21:50 +05:30 INFO Making a list of packages to download
    2013-11-22 17:21:50 +05:30 INFO All packages have been downloaded

    Success: Download package ReservedProductService 1.0 from NuGet feed: Deployment Manager package feed
    2013-11-22 17:21:50 +05:30 INFO Downloading package ReservedProductService 1.0 from feed: 'http://dc-dev59.decurtis.com:8080/nuget/'
    2013-11-22 17:21:50 +05:30 DEBUG Downloaded packages will be stored in: C:\ProgramData\Red Gate\DeploymentManager\Data\PackageCache
    2013-11-22 17:21:50 +05:30 DEBUG Finding package (attempt 1 of 5)
    2013-11-22 17:21:50 +05:30 DEBUG Found package ReservedProductService 1.0
    2013-11-22 17:21:50 +05:30 INFO Download complete

    Success: Stage 2: Uploading packages to target machines
    2013-11-22 17:21:50 +05:30 INFO Preparing to upload packages
    2013-11-22 17:21:50 +05:30 INFO Uploading packages...
    2013-11-22 17:21:51 +05:30 INFO Package upload complete!

    Success: Upload package ReservedProductService to machine http://vm-sandeep01:10301/
    2013-11-22 17:21:50 +05:30 DEBUG Checking whether package ReservedProductService 1.0 is in the package cache on agent http://vm-sandeep01:10301/
    2013-11-22 17:21:51 +05:30 DEBUG The package already exists in the agent package cache. Skipping package upload

    Success: Stage 3: Installation


    Success: Step 1: ReservedProductService version 1.0
    2013-11-22 17:21:51 +05:30 INFO Execute step ReservedProductService version 1.0
    2013-11-22 17:21:53 +05:30 INFO Step completed

    Success: Execute step ReservedProductService version 1.0 against machine vm2003
    2013-11-22 17:21:51 +05:30 INFO Evaluating deployment variables
    2013-11-22 17:21:51 +05:30 INFO Begin deployment
    2013-11-22 17:21:51 +05:30 DEBUG Deploying package ReservedProductService 1.0 to agent http://vm-sandeep01:10301/
    2013-11-22 17:21:53 +05:30 INFO Deployment successful.
    2013-11-22 17:21:53 +05:30 INFO Agent output follows:
    2013-11-22 17:17:53 +05:30 DEBUG Begin deployment of package: ReservedProductService.1.0
    2013-11-22 17:17:53 +05:30 DEBUG Deployment Agent information is below:
    2013-11-22 17:17:53 +05:30 DEBUG - Machine name: VM-SANDEEP01
    2013-11-22 17:17:53 +05:30 DEBUG - Is 64-bit OS: True
    2013-11-22 17:17:53 +05:30 DEBUG - Is 64-bit process: False
    2013-11-22 17:17:53 +05:30 DEBUG - Service user name: SYSTEM
    2013-11-22 17:17:53 +05:30 DEBUG - CLR version: 4.0.30319.1
    2013-11-22 17:17:53 +05:30 DEBUG - Current directory: C:\Windows\system32
    2013-11-22 17:17:53 +05:30 DEBUG - OS version: Microsoft Windows NT 6.1.7601 Service Pack 1
    2013-11-22 17:17:53 +05:30 DEBUG - Agent version: 2.3.4.13
    2013-11-22 17:17:53 +05:30 DEBUG Installing package ReservedProductService.1.0 from uploaded package cache into C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8
    2013-11-22 17:17:53 +05:30 INFO Installing 'ReservedProductService 1.0'.
    2013-11-22 17:17:53 +05:30 INFO Successfully installed 'ReservedProductService 1.0'.
    2013-11-22 17:17:53 +05:30 DEBUG The following variables are available:
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGatePackageName] = 'ReservedProductService'
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGatePackageVersion] = '1.0'
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGatePackageNameAndVersion] = 'ReservedProductService.1.0'
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGateEnvironmentName] = 'Test'
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGateReleaseNumber] = '2.0.0'
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGateReleaseNotes] = ''
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGateDeploymentComments] = ''
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGateProjectName] = 'Reserved Product Service'
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGateProjectDescription] = ''
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGateTaskId] = 'deployments-578'
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGateReleasedBy] = 'administrator'
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGateDeployedBy] = 'administrator'
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGateMachineName] = 'vm2003'
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGatePackageDirectoryPath] = 'C:\\MyApp\RPS'
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGateDeploymentAgentVersion] = '2.3.4.13'
    2013-11-22 17:17:53 +05:30 DEBUG - [RedGateDeploymentAgentMode] = 'installed-agent'
    2013-11-22 17:17:53 +05:30 INFO Conventions will be run in the following order:
    2013-11-22 17:17:53 +05:30 INFO - Run PreDeploy.ps1
    2013-11-22 17:17:53 +05:30 INFO - Apply .config transforms
    2013-11-22 17:17:53 +05:30 INFO - Update appSettings/connectionStrings in .config(s)
    2013-11-22 17:17:53 +05:30 INFO - Copy package
    2013-11-22 17:17:53 +05:30 DEBUG x Database package deployment plugin (not applicable to this package)
    2013-11-22 17:17:53 +05:30 INFO - Run Deploy.ps1
    2013-11-22 17:17:53 +05:30 INFO - Configure IIS
    2013-11-22 17:17:53 +05:30 INFO - Delete package file
    2013-11-22 17:17:53 +05:30 INFO - Run PostDeploy.ps1
    2013-11-22 17:17:53 +05:30 DEBUG Looking for PowerShell scripts named PreDeploy.ps1
    2013-11-22 17:17:53 +05:30 DEBUG No scripts with a .ps1 extension were found.
    2013-11-22 17:17:53 +05:30 INFO Looking for any configuration transformation files
    2013-11-22 17:17:53 +05:30 DEBUG Start tranformation to 'C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\Web.config'.
    2013-11-22 17:17:53 +05:30 DEBUG Source file: 'C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\Web.config'.
    2013-11-22 17:17:53 +05:30 DEBUG Transform file: 'C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\Web.Release.config'.
    2013-11-22 17:17:53 +05:30 DEBUG Executing RemoveAttributes (transform line 18, 18)
    2013-11-22 17:17:53 +05:30 DEBUG on /configuration/system.web/compilation
    2013-11-22 17:17:53 +05:30 DEBUG Applying to 'compilation' element (source line 93, 6)
    2013-11-22 17:17:53 +05:30 DEBUG Removed 'debug' attribute
    2013-11-22 17:17:53 +05:30 DEBUG Removed 1 attributes
    2013-11-22 17:17:53 +05:30 DEBUG Done executing RemoveAttributes
    2013-11-22 17:17:53 +05:30 DEBUG Start tranformation to 'C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\Web.config'.
    2013-11-22 17:17:53 +05:30 DEBUG Source file: 'C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\Web.config'.
    2013-11-22 17:17:53 +05:30 DEBUG Transform file: 'C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\Web.Test.config'.
    2013-11-22 17:17:53 +05:30 DEBUG Executing Replace (transform line 5, 80)
    2013-11-22 17:17:53 +05:30 DEBUG on /configuration
    2013-11-22 17:17:53 +05:30 DEBUG Applying to 'configuration' element (source line 2, 2)
    2013-11-22 17:17:53 +05:30 DEBUG Replaced 'configuration' element
    2013-11-22 17:17:53 +05:30 DEBUG Done executing Replace
    2013-11-22 17:17:53 +05:30 INFO Looking for appSettings and connectionStrings in any .config files
    2013-11-22 17:17:53 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\Web.config
    2013-11-22 17:17:53 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\web.Debug.config
    2013-11-22 17:17:53 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\web.Release.config
    2013-11-22 17:17:53 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\web.Test.config
    2013-11-22 17:17:53 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\Config\DeCurtis.Dev.app.config
    2013-11-22 17:17:53 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\Config\DeCurtis.QA.app.config
    2013-11-22 17:17:53 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\Config\Dev.Web.config
    2013-11-22 17:17:53 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\Config\Test.Web.config
    2013-11-22 17:17:53 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\obj\Test\TransformWebConfig\original\web.config
    2013-11-22 17:17:53 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.0_8\obj\Test\TransformWebConfig\transformed\web.config
    2013-11-22 17:17:53 +05:30 INFO Extracting package contents to 'C:\MyApp\RPS'
    2013-11-22 17:17:54 +05:30 DEBUG Looking for PowerShell scripts named Deploy.ps1
    2013-11-22 17:17:54 +05:30 DEBUG No scripts with a .ps1 extension were found.
    2013-11-22 17:17:54 +05:30 INFO Updating IIS website ReservedProductService. You can use the RedGateWebSiteName project variable to override an IIS site name. If you don't specify the variable, the package name is used.
    2013-11-22 17:17:54 +05:30 INFO The IIS website ReservedProductService has had its path updated to: 'C:\MyApp\RPS'. You can use the RedGateWebSiteName project variable to override an IIS site name. If you don't specify the variable, the package name is used.
    2013-11-22 17:17:54 +05:30 INFO Deleting package: C:\MyApp\RPS\ReservedProductService.1.0.nupkg
    2013-11-22 17:17:54 +05:30 DEBUG Looking for PowerShell scripts named PostDeploy.ps1
    2013-11-22 17:17:54 +05:30 DEBUG No scripts with a .ps1 extension were found.
    Thanks
    Sandeep Gupta
  • Options
    It might be because the package is cached:

    2013-11-22 17:21:50 +05:30 DEBUG Checking whether package ReservedProductService 1.0 is in the package cache on agent http://vm-sandeep01:10301/
    2013-11-22 17:21:51 +05:30 DEBUG The package already exists in the agent package cache. Skipping package upload

    Can you re-run RGPublish ensuring you give the package a newer version number (i.e. 1.1. or 1.0.1, however you prefer) and then create a new release?
    Systems Software Engineer

    Redgate Software

  • Options
    Sandeep GuptaSandeep Gupta Posts: 56
    edited December 5, 2013 2:12AM
    yes... you are right james....now i am able to run the ps file but the problem is that it runs two times... please see log content

    Success: DeploymentControllerActivity
    2013-11-22 18:10:37 +05:30 INFO Stage 1: Downloading packages from NuGet servers
    2013-11-22 18:10:44 +05:30 INFO Stage 2: Uploading packages to target machines
    2013-11-22 18:10:45 +05:30 INFO Stage 3: Installation
    2013-11-22 18:14:06 +05:30 INFO Deployment complete!

    Success: Stage 1: Downloading packages from NuGet servers
    2013-11-22 18:10:37 +05:30 INFO Making a list of packages to download
    2013-11-22 18:10:44 +05:30 INFO All packages have been downloaded

    Success: Download package ReservedProductService 1.1 from NuGet feed: Deployment Manager package feed
    2013-11-22 18:10:37 +05:30 INFO Downloading package ReservedProductService 1.1 from feed: 'http://dc-dev59.decurtis.com:8080/nuget/'
    2013-11-22 18:10:37 +05:30 DEBUG Downloaded packages will be stored in: C:\ProgramData\Red Gate\DeploymentManager\Data\PackageCache
    2013-11-22 18:10:37 +05:30 DEBUG Finding package (attempt 1 of 5)
    2013-11-22 18:10:44 +05:30 DEBUG Found package ReservedProductService 1.1
    2013-11-22 18:10:44 +05:30 INFO Download complete

    Success: Stage 2: Uploading packages to target machines
    2013-11-22 18:10:44 +05:30 INFO Preparing to upload packages
    2013-11-22 18:10:44 +05:30 INFO Uploading packages...
    2013-11-22 18:10:45 +05:30 INFO Package upload complete!

    Success: Upload package ReservedProductService to machine http://vm-sandeep01:10301/
    2013-11-22 18:10:44 +05:30 DEBUG Checking whether package ReservedProductService 1.1 is in the package cache on agent http://vm-sandeep01:10301/
    2013-11-22 18:10:45 +05:30 DEBUG Uploading package ReservedProductService 1.1 to agent http://vm-sandeep01:10301/
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 1 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 2 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 3 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 4 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 5 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 6 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 7 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 8 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 9 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 10 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 11 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 12 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 13 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 14 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 15 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 16 of 17
    2013-11-22 18:10:45 +05:30 DEBUG Sending chunk 17 of 17
    2013-11-22 18:10:45 +05:30 INFO Package ReservedProductService 1.1 successfully uploaded to agent RedGate.Deploy.Core.Model.Machine

    Success: Stage 3: Installation


    Success: Step 1: ReservedProductService version 1.1
    2013-11-22 18:10:45 +05:30 INFO Execute step ReservedProductService version 1.1
    2013-11-22 18:14:06 +05:30 INFO Step completed

    Success: Execute step ReservedProductService version 1.1 against machine vm2003
    2013-11-22 18:10:45 +05:30 INFO Evaluating deployment variables
    2013-11-22 18:10:45 +05:30 INFO Begin deployment
    2013-11-22 18:10:45 +05:30 DEBUG Deploying package ReservedProductService 1.1 to agent http://vm-sandeep01:10301/
    2013-11-22 18:14:06 +05:30 INFO Deployment successful.
    2013-11-22 18:14:06 +05:30 INFO Agent output follows:
    2013-11-22 18:10:46 +05:30 DEBUG Begin deployment of package: ReservedProductService.1.1
    2013-11-22 18:10:46 +05:30 DEBUG Deployment Agent information is below:
    2013-11-22 18:10:46 +05:30 DEBUG - Machine name: VM-SANDEEP01
    2013-11-22 18:10:46 +05:30 DEBUG - Is 64-bit OS: True
    2013-11-22 18:10:46 +05:30 DEBUG - Is 64-bit process: False
    2013-11-22 18:10:46 +05:30 DEBUG - Service user name: SYSTEM
    2013-11-22 18:10:46 +05:30 DEBUG - CLR version: 4.0.30319.1
    2013-11-22 18:10:46 +05:30 DEBUG - Current directory: C:\Windows\system32
    2013-11-22 18:10:46 +05:30 DEBUG - OS version: Microsoft Windows NT 6.1.7601 Service Pack 1
    2013-11-22 18:10:46 +05:30 DEBUG - Agent version: 2.3.4.13
    2013-11-22 18:10:46 +05:30 DEBUG Installing package ReservedProductService.1.1 from uploaded package cache into C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1
    2013-11-22 18:10:47 +05:30 INFO Installing 'ReservedProductService 1.1'.
    2013-11-22 18:10:49 +05:30 INFO Successfully installed 'ReservedProductService 1.1'.
    2013-11-22 18:10:49 +05:30 DEBUG The following variables are available:
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGatePackageName] = 'ReservedProductService'
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGatePackageVersion] = '1.1'
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGatePackageNameAndVersion] = 'ReservedProductService.1.1'
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGateEnvironmentName] = 'Test'
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGateReleaseNumber] = '1.1'
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGateReleaseNotes] = ''
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGateDeploymentComments] = ''
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGateProjectName] = 'Reserved Product Service'
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGateProjectDescription] = ''
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGateTaskId] = 'deployments-609'
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGateReleasedBy] = 'administrator'
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGateDeployedBy] = 'administrator'
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGateMachineName] = 'vm2003'
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGatePackageDirectoryPath] = 'C:\\MyApp\RPS'
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGateDeploymentAgentVersion] = '2.3.4.13'
    2013-11-22 18:10:49 +05:30 DEBUG - [RedGateDeploymentAgentMode] = 'installed-agent'
    2013-11-22 18:10:49 +05:30 INFO Conventions will be run in the following order:
    2013-11-22 18:10:49 +05:30 INFO - Run PreDeploy.ps1
    2013-11-22 18:10:49 +05:30 INFO - Apply .config transforms
    2013-11-22 18:10:49 +05:30 INFO - Update appSettings/connectionStrings in .config(s)
    2013-11-22 18:10:49 +05:30 INFO - Copy package
    2013-11-22 18:10:49 +05:30 DEBUG x Database package deployment plugin (not applicable to this package)
    2013-11-22 18:10:49 +05:30 INFO - Run Deploy.ps1
    2013-11-22 18:10:49 +05:30 INFO - Configure IIS
    2013-11-22 18:10:49 +05:30 INFO - Delete package file
    2013-11-22 18:10:49 +05:30 INFO - Run PostDeploy.ps1
    2013-11-22 18:10:49 +05:30 DEBUG Looking for PowerShell scripts named PreDeploy.ps1
    2013-11-22 18:10:49 +05:30 DEBUG No scripts called PreDeploy.ps1 were found.
    2013-11-22 18:10:49 +05:30 INFO Looking for any configuration transformation files
    2013-11-22 18:10:49 +05:30 DEBUG Start tranformation to 'C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\Web.config'.
    2013-11-22 18:10:49 +05:30 DEBUG Source file: 'C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\Web.config'.
    2013-11-22 18:10:49 +05:30 DEBUG Transform file: 'C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\Web.Release.config'.
    2013-11-22 18:10:49 +05:30 DEBUG Executing RemoveAttributes (transform line 18, 18)
    2013-11-22 18:10:49 +05:30 DEBUG on /configuration/system.web/compilation
    2013-11-22 18:10:49 +05:30 DEBUG Applying to 'compilation' element (source line 93, 6)
    2013-11-22 18:10:49 +05:30 DEBUG Removed 'debug' attribute
    2013-11-22 18:10:49 +05:30 DEBUG Removed 1 attributes
    2013-11-22 18:10:49 +05:30 DEBUG Done executing RemoveAttributes
    2013-11-22 18:10:49 +05:30 DEBUG Start tranformation to 'C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\Web.config'.
    2013-11-22 18:10:49 +05:30 DEBUG Source file: 'C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\Web.config'.
    2013-11-22 18:10:49 +05:30 DEBUG Transform file: 'C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\Web.Test.config'.
    2013-11-22 18:10:49 +05:30 DEBUG Executing Replace (transform line 5, 80)
    2013-11-22 18:10:49 +05:30 DEBUG on /configuration
    2013-11-22 18:10:49 +05:30 DEBUG Applying to 'configuration' element (source line 2, 2)
    2013-11-22 18:10:49 +05:30 DEBUG Replaced 'configuration' element
    2013-11-22 18:10:49 +05:30 DEBUG Done executing Replace
    2013-11-22 18:10:49 +05:30 INFO Looking for appSettings and connectionStrings in any .config files
    2013-11-22 18:10:49 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\Web.config
    2013-11-22 18:10:49 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\web.Debug.config
    2013-11-22 18:10:49 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\web.Release.config
    2013-11-22 18:10:49 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\web.Test.config
    2013-11-22 18:10:49 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\Config\DeCurtis.Dev.app.config
    2013-11-22 18:10:49 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\Config\DeCurtis.QA.app.config
    2013-11-22 18:10:49 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\Config\Dev.Web.config
    2013-11-22 18:10:49 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\Config\Test.Web.config
    2013-11-22 18:10:49 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\obj\Test\TransformWebConfig\original\web.config
    2013-11-22 18:10:49 +05:30 DEBUG Scanning configuration file: C:\ProgramData\Red Gate\DeploymentAgent\Applications\Test\ReservedProductService\1.1\obj\Test\TransformWebConfig\transformed\web.config
    2013-11-22 18:10:49 +05:30 INFO Extracting package contents to 'C:\MyApp\RPS'
    2013-11-22 18:10:50 +05:30 DEBUG Looking for PowerShell scripts named Deploy.ps1
    2013-11-22 18:10:50 +05:30 INFO Calling PowerShell script: 'C:\MyApp\RPS\Deploy.ps1'
    2013-11-22 18:12:37 +05:30 DEBUG Script 'C:\MyApp\RPS\Deploy.ps1' completed.
    2013-11-22 18:12:37 +05:30 DEBUG Script output:
    2013-11-22 18:12:37 +05:30 DEBUG
    Username : VM-SANDEEP01$
    Execution Policy : Bypass
    Processor Architecture : AMD64
    Working Directory : C:\MyApp\RPS
    Powershell Version : 2.0
    Executing powershell script C:\MyApp\RPS\Deploy.ps1...
    Path
    ----
    C:\MyApp\RPS.zip\bin
    C:\MyApp\RPS.zip\Config
    C:\MyApp\RPS.zip\obj
    C:\MyApp\RPS.zip\Properties
    C:\MyApp\RPS.zip\ReservedProductService
    C:\MyApp\RPS.zip\Deploy.ps1
    C:\MyApp\RPS.zip\Disney.CruiseLine.Services.Shipboard.ReservedProductService.snk
    C:\MyApp\RPS.zip\Global.asax
    C:\MyApp\RPS.zip\Global.asax.cs
    C:\MyApp\RPS.zip\ReservedProductService.1.1.nupkg
    C:\MyApp\RPS.zip\ReservedProductService.svc
    C:\MyApp\RPS.zip\ReservedProductService.WebService.csproj
    C:\MyApp\RPS.zip\ReservedProductService.WebService.csproj.user
    C:\MyApp\RPS.zip\ReservedProductService.WebService.csproj.vspscc
    C:\MyApp\RPS.zip\ReservedProductService.WebService.Publish.xml
    C:\MyApp\RPS.zip\Settings.StyleCop
    C:\MyApp\RPS.zip\StyleCop.Cache
    C:\MyApp\RPS.zip\Web.config
    C:\MyApp\RPS.zip\web.Debug.config
    C:\MyApp\RPS.zip\web.Release.config
    C:\MyApp\RPS.zip\web.Test.config
    C:\MyApp\RPS.zip\ReservedProductService.BusinessEntities.dll
    C:\MyApp\RPS.zip\ReservedProductService.BusinessEntities.pdb
    C:\MyApp\RPS.zip\ReservedProductService.Data.dll
    C:\MyApp\RPS.zip\ReservedProductService.Data.pdb
    C:\MyApp\RPS.zip\ReservedProductService.DataAccess.dll
    C:\MyApp\RPS.zip\ReservedProductService.DataAccess.pdb
    C:\MyApp\RPS.zip\ReservedProductService.Domain.dll
    C:\MyApp\RPS.zip\ReservedProductService.Domain.pdb
    C:\MyApp\RPS.zip\ReservedProductService.ServiceContract.dll
    C:\MyApp\RPS.zip\ReservedProductService.ServiceContract.pdb
    C:\MyApp\RPS.zip\ReservedProductService.ServiceLayer.dll
    C:\MyApp\RPS.zip\ReservedProductService.ServiceLayer.pdb
    C:\MyApp\RPS.zip\ReservedProductService.WebService.dll
    C:\MyApp\RPS.zip\ReservedProductService.WebService.dll.CodeAnalysisLog.xml
    C:\MyApp\RPS.zip\ReservedProductService.WebService.dll.lastcodeanalysissucceeded
    C:\MyApp\RPS.zip\ReservedProductService.WebService.pdb
    C:\MyApp\RPS.zip\Shared.Common.dll
    C:\MyApp\RPS.zip\Shared.Foundation.dll
    C:\MyApp\RPS.zip\Shared.ServiceMonitor.dll
    C:\MyApp\RPS.zip\Microsoft.Practices.EnterpriseLibrary.Common.dll
    C:\MyApp\RPS.zip\Microsoft.Practices.EnterpriseLibrary.Logging.dll
    C:\MyApp\RPS.zip\Microsoft.Practices.ServiceLocation.dll
    C:\MyApp\RPS.zip\Microsoft.Practices.Unity.dll
    C:\MyApp\RPS.zip\Microsoft.Practices.Unity.Interception.dll
    C:\MyApp\RPS.zip\Microsoft.Web.Services2.dll
    C:\MyApp\RPS.zip\Oracle.DataAccess.dll
    C:\MyApp\RPS.zip\DeCurtis.Dev.app.config
    C:\MyApp\RPS.zip\DeCurtis.QA.app.config
    C:\MyApp\RPS.zip\Dev.Web.config
    C:\MyApp\RPS.zip\Test.Web.config
    C:\MyApp\RPS.zip\Debug
    C:\MyApp\RPS.zip\Release
    C:\MyApp\RPS.zip\Test
    C:\MyApp\RPS.zip\DesignTimeResolveAssemblyReferencesInput.cache
    C:\MyApp\RPS.zip\ReservedProductService.WebService.csproj.FileListAbsolute.txt
    C:\MyApp\RPS.zip\ResolveAssemblyReference.cache
    C:\MyApp\RPS.zip\StyleCopViolations.xml
    C:\MyApp\RPS.zip\build.force
    C:\MyApp\RPS.zip\Package
    C:\MyApp\RPS.zip\TransformWebConfig
    C:\MyApp\RPS.zip\PackageTmp
    C:\MyApp\RPS.zip\Operations
    C:\MyApp\RPS.zip\RetrieveAccountCodes.xml
    C:\MyApp\RPS.zip\RetrieveAccountDepartments.xml
    C:\MyApp\RPS.zip\original
    C:\MyApp\RPS.zip\transformed
    C:\MyApp\RPS.zip\AssemblyInfo.cs
    C:\MyApp\RPS.zip\AssignActivitiesToRoom.xml
    C:\MyApp\RPS.zip\AssignActivitiesToTechnician.xml
    C:\MyApp\RPS.zip\AssignTechniciansToRoom.xml
    C:\MyApp\RPS.zip\CopyBlockedRooms.xml
    C:\MyApp\RPS.zip\CopyInventoryActivitySlotsByDate.xml
    C:\MyApp\RPS.zip\CopyInventoryActivitySlotsById.xml
    C:\MyApp\RPS.zip\CreateInventoryActivitySlots.xml
    C:\MyApp\RPS.zip\DeleteCalendarActivity.xml
    C:\MyApp\RPS.zip\DeleteDepartment.xml
    C:\MyApp\RPS.zip\DeleteInventoryActivity.xml
    C:\MyApp\RPS.zip\DeleteInventoryActivitySlot.xml
    C:\MyApp\RPS.zip\DeleteNurserySlot.xml
    C:\MyApp\RPS.zip\DeletePackage.xml
    C:\MyApp\RPS.zip\DeleteReferenceDetail.xml
    C:\MyApp\RPS.zip\DeleteVendor.xml
    C:\MyApp\RPS.zip\DeleteWaiver.xml
    C:\MyApp\RPS.zip\ReleaseBlockRoom.xml
    C:\MyApp\RPS.zip\RetrieveActivityAdditionalInformation.xml
    C:\MyApp\RPS.zip\RetrieveActivitySlotSellingPriceHistory.xml
    C:\MyApp\RPS.zip\RetrieveBlockedRooms.xml
    C:\MyApp\RPS.zip\RetrieveBlockedRoomsCount.xml
    C:\MyApp\RPS.zip\RetrieveCalendarActivities.xml
    C:\MyApp\RPS.zip\RetrieveCalendarActivityById.xml
    C:\MyApp\RPS.zip\RetrieveDepartmentById.xml
    C:\MyApp\RPS.zip\RetrieveDepartmentById_WithNotExistsId.xml
    C:\MyApp\RPS.zip\RetrieveDepartments.xml
    C:\MyApp\RPS.zip\RetrieveExtractedXml.xml
    C:\MyApp\RPS.zip\RetrieveExtractLogs.xml
    C:\MyApp\RPS.zip\RetrieveInventoryActivities.xml
    C:\MyApp\RPS.zip\RetrieveInventoryActivityById.xml
    C:\MyApp\RPS.zip\RetrieveInventoryActivitySlotById.xml
    C:\MyApp\RPS.zip\RetrieveInventoryActivitySlots.xml
    C:\MyApp\RPS.zip\RetrieveInventoryActivitySlotsCount.xml
    C:\MyApp\RPS.zip\RetrieveInventorySellingLimitHistory.xml
    C:\MyApp\RPS.zip\RetrieveLinkedActivities.xml
    C:\MyApp\RPS.zip\RetrieveNurserySellingLimitHistory.xml
    C:\MyApp\RPS.zip\RetrieveNurserySlotById.xml
    C:\MyApp\RPS.zip\RetrieveNurserySlots.xml
    C:\MyApp\RPS.zip\RetrieveOperatingTimes.xml
    C:\MyApp\RPS.zip\RetrievePackageById.xml
    C:\MyApp\RPS.zip\RetrievePackages.xml
    C:\MyApp\RPS.zip\RetrieveReferenceDetails.xml
    C:\MyApp\RPS.zip\RetrieveReferences.xml
    C:\MyApp\RPS.zip\RetrieveReservedActivities.xml
    C:\MyApp\RPS.zip\RetrieveReservedActivitySettings.xml
    C:\MyApp\RPS.zip\RetrieveRoomActivities.xml
    C:\MyApp\RPS.zip\RetrieveRoomsByDate.xml
    C:\MyApp\RPS.zip\RetrieveTechnicianActivities.xml
    C:\MyApp\RPS.zip\RetrieveVendors.xml
    C:\MyApp\RPS.zip\RetrieveWaiver.xml
    C:\MyApp\RPS.zip\SaveBlockRoom.xml
    C:\MyApp\RPS.zip\SaveCalendarActivity.xml
    C:\MyApp\RPS.zip\SaveDepartment.xml
    C:\MyApp\RPS.zip\SaveDepartment_WithExistDeptName.xml
    C:\MyApp\RPS.zip\SaveInventoryActivity.xml
    C:\MyApp\RPS.zip\SaveInventoryActivitySlot.xml
    C:\MyApp\RPS.zip\SaveNurserySlot.xml
    C:\MyApp\RPS.zip\SaveOperatingTime.xml
    C:\MyApp\RPS.zip\SaveOperatingTime_WithAlreadyExistDeptIdAndDate.xml
    C:\MyApp\RPS.zip\SaveOperatingTime_WithNotExistDeptId.xml
    C:\MyApp\RPS.zip\SavePackage.xml
    C:\MyApp\RPS.zip\SaveReferenceDetail.xml
    C:\MyApp\RPS.zip\SaveReferenceDetail_WithDepartmentIdExist.xml
    C:\MyApp\RPS.zip\SaveReferenceDetail_WithDepartmentIdNotExist.xml
    C:\MyApp\RPS.zip\SaveReservedActivitySettings.xml
    C:\MyApp\RPS.zip\SaveVendor.xml
    C:\MyApp\RPS.zip\SaveWaiver.xml
    C:\MyApp\RPS.zip\SwapActivitiesItinerary.xml
    C:\MyApp\RPS.zip\UpdateActivityAdditionalInformation.xml
    C:\MyApp\RPS.zip\UpdateActivityBookingStatus.xml
    2013-11-22 18:12:37 +05:30 DEBUG Return code of PowerShell script: 0
    2013-11-22 18:12:37 +05:30 INFO Calling PowerShell script: 'C:\MyApp\RPS\bin\Deploy.ps1'
    2013-11-22 18:14:05 +05:30 DEBUG Script 'C:\MyApp\RPS\bin\Deploy.ps1' completed.
    2013-11-22 18:14:05 +05:30 DEBUG Script output:
    2013-11-22 18:14:05 +05:30 DEBUG
    Username : VM-SANDEEP01$
    Execution Policy : Bypass
    Processor Architecture : AMD64
    Working Directory : C:\MyApp\RPS
    Powershell Version : 2.0
    Executing powershell script C:\MyApp\RPS\bin\Deploy.ps1...
    Path
    ----
    C:\MyApp\RPS.zip\bin
    C:\MyApp\RPS.zip\Config
    C:\MyApp\RPS.zip\obj
    C:\MyApp\RPS.zip\Properties
    C:\MyApp\RPS.zip\ReservedProductService
    C:\MyApp\RPS.zip\ReservedProductService.snk
    C:\MyApp\RPS.zip\Global.asax
    C:\MyApp\RPS.zip\Global.asax.cs
    C:\MyApp\RPS.zip\ReservedProductService.1.1.nupkg
    C:\MyApp\RPS.zip\ReservedProductService.svc
    C:\MyApp\RPS.zip\ReservedProductService.WebService.csproj
    C:\MyApp\RPS.zip\ReservedProductService.WebService.csproj.user
    C:\MyApp\RPS.zip\ReservedProductService.WebService.csproj.vspscc
    C:\MyApp\RPS.zip\ReservedProductService.WebService.Publish.xml
    C:\MyApp\RPS.zip\Settings.StyleCop
    C:\MyApp\RPS.zip\StyleCop.Cache
    C:\MyApp\RPS.zip\Web.config
    C:\MyApp\RPS.zip\web.Debug.config
    C:\MyApp\RPS.zip\web.Release.config
    C:\MyApp\RPS.zip\web.Test.config
    C:\MyApp\RPS.zip\Deploy.ps1
    C:\MyApp\RPS.zip\ReservedProductService.BusinessEntities.dll
    C:\MyApp\RPS.zip\ReservedProductService.BusinessEntities.pdb
    C:\MyApp\RPS.zip\ReservedProductService.Data.dll
    C:\MyApp\RPS.zip\ReservedProductService.Data.pdb
    C:\MyApp\RPS.zip\ReservedProductService.DataAccess.dll
    C:\MyApp\RPS.zip\ReservedProductService.DataAccess.pdb
    C:\MyApp\RPS.zip\ReservedProductService.Domain.dll
    C:\MyApp\RPS.zip\ReservedProductService.Domain.pdb
    C:\MyApp\RPS.zip\ReservedProductService.ServiceContract.dll
    C:\MyApp\RPS.zip\ReservedProductService.ServiceContract.pdb
    C:\MyApp\RPS.zip\ReservedProductService.ServiceLayer.dll
    C:\MyApp\RPS.zip\ReservedProductService.ServiceLayer.pdb
    C:\MyApp\RPS.zip\ReservedProductService.WebService.dll
    C:\MyApp\RPS.zip\ReservedProductService.WebService.dll.CodeAnalysisLog.xml
    C:\MyApp\RPS.zip\ReservedProductService.WebService.dll.lastcodeanalysissucceeded
    C:\MyApp\RPS.zip\ReservedProductService.WebService.pdb
    C:\MyApp\RPS.zip\Shared.Common.dll
    C:\MyApp\RPS.zip\Shared.Foundation.dll
    C:\MyApp\RPS.zip\Shared.ServiceMonitor.dll
    C:\MyApp\RPS.zip\Microsoft.Practices.EnterpriseLibrary.Common.dll
    C:\MyApp\RPS.zip\Microsoft.Practices.EnterpriseLibrary.Logging.dll
    C:\MyApp\RPS.zip\Microsoft.Practices.ServiceLocation.dll
    C:\MyApp\RPS.zip\Microsoft.Practices.Unity.dll
    C:\MyApp\RPS.zip\Microsoft.Practices.Unity.Interception.dll
    C:\MyApp\RPS.zip\Microsoft.Web.Services2.dll
    C:\MyApp\RPS.zip\Oracle.DataAccess.dll
    C:\MyApp\RPS.zip\DeCurtis.Dev.app.config
    C:\MyApp\RPS.zip\DeCurtis.QA.app.config
    C:\MyApp\RPS.zip\Dev.Web.config
    C:\MyApp\RPS.zip\Test.Web.config
    C:\MyApp\RPS.zip\Debug
    C:\MyApp\RPS.zip\Release
    C:\MyApp\RPS.zip\Test
    C:\MyApp\RPS.zip\DesignTimeResolveAssemblyReferencesInput.cache
    C:\MyApp\RPS.zip\ReservedProductService.WebService.csproj.FileListAbsolute.txt
    C:\MyApp\RPS.zip\ResolveAssemblyReference.cache
    C:\MyApp\RPS.zip\StyleCopViolations.xml
    C:\MyApp\RPS.zip\build.force
    C:\MyApp\RPS.zip\Package
    C:\MyApp\RPS.zip\TransformWebConfig
    C:\MyApp\RPS.zip\PackageTmp
    C:\MyApp\RPS.zip\Operations
    C:\MyApp\RPS.zip\RetrieveAccountCodes.xml
    C:\MyApp\RPS.zip\RetrieveAccountDepartments.xml
    C:\MyApp\RPS.zip\original
    C:\MyApp\RPS.zip\transformed
    C:\MyApp\RPS.zip\AssemblyInfo.cs
    C:\MyApp\RPS.zip\AssignActivitiesToRoom.xml
    C:\MyApp\RPS.zip\AssignActivitiesToTechnician.xml
    C:\MyApp\RPS.zip\AssignTechniciansToRoom.xml
    C:\MyApp\RPS.zip\CopyBlockedRooms.xml
    C:\MyApp\RPS.zip\CopyInventoryActivitySlotsByDate.xml
    C:\MyApp\RPS.zip\CopyInventoryActivitySlotsById.xml
    C:\MyApp\RPS.zip\CreateInventoryActivitySlots.xml
    C:\MyApp\RPS.zip\DeleteCalendarActivity.xml
    C:\MyApp\RPS.zip\DeleteDepartment.xml
    C:\MyApp\RPS.zip\DeleteInventoryActivity.xml
    C:\MyApp\RPS.zip\DeleteInventoryActivitySlot.xml
    C:\MyApp\RPS.zip\DeleteNurserySlot.xml
    C:\MyApp\RPS.zip\DeletePackage.xml
    C:\MyApp\RPS.zip\DeleteReferenceDetail.xml
    C:\MyApp\RPS.zip\DeleteVendor.xml
    C:\MyApp\RPS.zip\DeleteWaiver.xml
    C:\MyApp\RPS.zip\ReleaseBlockRoom.xml
    C:\MyApp\RPS.zip\RetrieveActivityAdditionalInformation.xml
    C:\MyApp\RPS.zip\RetrieveActivitySlotSellingPriceHistory.xml
    C:\MyApp\RPS.zip\RetrieveBlockedRooms.xml
    C:\MyApp\RPS.zip\RetrieveBlockedRoomsCount.xml
    C:\MyApp\RPS.zip\RetrieveCalendarActivities.xml
    C:\MyApp\RPS.zip\RetrieveCalendarActivityById.xml
    C:\MyApp\RPS.zip\RetrieveDepartmentById.xml
    C:\MyApp\RPS.zip\RetrieveDepartmentById_WithNotExistsId.xml
    C:\MyApp\RPS.zip\RetrieveDepartments.xml
    C:\MyApp\RPS.zip\RetrieveExtractedXml.xml
    C:\MyApp\RPS.zip\RetrieveExtractLogs.xml
    C:\MyApp\RPS.zip\RetrieveInventoryActivities.xml
    C:\MyApp\RPS.zip\RetrieveInventoryActivityById.xml
    C:\MyApp\RPS.zip\RetrieveInventoryActivitySlotById.xml
    C:\MyApp\RPS.zip\RetrieveInventoryActivitySlots.xml
    C:\MyApp\RPS.zip\RetrieveInventoryActivitySlotsCount.xml
    C:\MyApp\RPS.zip\RetrieveInventorySellingLimitHistory.xml
    C:\MyApp\RPS.zip\RetrieveLinkedActivities.xml
    C:\MyApp\RPS.zip\RetrieveNurserySellingLimitHistory.xml
    C:\MyApp\RPS.zip\RetrieveNurserySlotById.xml
    C:\MyApp\RPS.zip\RetrieveNurserySlots.xml
    C:\MyApp\RPS.zip\RetrieveOperatingTimes.xml
    C:\MyApp\RPS.zip\RetrievePackageById.xml
    C:\MyApp\RPS.zip\RetrievePackages.xml
    C:\MyApp\RPS.zip\RetrieveReferenceDetails.xml
    C:\MyApp\RPS.zip\RetrieveReferences.xml
    C:\MyApp\RPS.zip\RetrieveReservedActivities.xml
    C:\MyApp\RPS.zip\RetrieveReservedActivitySettings.xml
    C:\MyApp\RPS.zip\RetrieveRoomActivities.xml
    C:\MyApp\RPS.zip\RetrieveRoomsByDate.xml
    C:\MyApp\RPS.zip\RetrieveTechnicianActivities.xml
    C:\MyApp\RPS.zip\RetrieveVendors.xml
    C:\MyApp\RPS.zip\RetrieveWaiver.xml
    C:\MyApp\RPS.zip\SaveBlockRoom.xml
    C:\MyApp\RPS.zip\SaveCalendarActivity.xml
    C:\MyApp\RPS.zip\SaveDepartment.xml
    C:\MyApp\RPS.zip\SaveDepartment_WithExistDeptName.xml
    C:\MyApp\RPS.zip\SaveInventoryActivity.xml
    C:\MyApp\RPS.zip\SaveInventoryActivitySlot.xml
    C:\MyApp\RPS.zip\SaveNurserySlot.xml
    C:\MyApp\RPS.zip\SaveOperatingTime.xml
    C:\MyApp\RPS.zip\SaveOperatingTime_WithAlreadyExistDeptIdAndDate.xml
    C:\MyApp\RPS.zip\SaveOperatingTime_WithNotExistDeptId.xml
    C:\MyApp\RPS.zip\SavePackage.xml
    C:\MyApp\RPS.zip\SaveReferenceDetail.xml
    C:\MyApp\RPS.zip\SaveReferenceDetail_WithDepartmentIdExist.xml
    C:\MyApp\RPS.zip\SaveReferenceDetail_WithDepartmentIdNotExist.xml
    C:\MyApp\RPS.zip\SaveReservedActivitySettings.xml
    C:\MyApp\RPS.zip\SaveVendor.xml
    C:\MyApp\RPS.zip\SaveWaiver.xml
    C:\MyApp\RPS.zip\SwapActivitiesItinerary.xml
    C:\MyApp\RPS.zip\UpdateActivityAdditionalInformation.xml
    C:\MyApp\RPS.zip\UpdateActivityBookingStatus.xml
    2013-11-22 18:14:05 +05:30 DEBUG Return code of PowerShell script: 0
    2013-11-22 18:14:05 +05:30 INFO Updating IIS website ReservedProductService. You can use the RedGateWebSiteName project variable to override an IIS site name. If you don't specify the variable, the package name is used.
    2013-11-22 18:14:05 +05:30 INFO The IIS website ReservedProductService has had its path updated to: 'C:\MyApp\RPS'. You can use the RedGateWebSiteName project variable to override an IIS site name. If you don't specify the variable, the package name is used.
    2013-11-22 18:14:07 +05:30 INFO Deleting package: C:\MyApp\RPS\ReservedProductService.1.1.nupkg
    2013-11-22 18:14:07 +05:30 DEBUG Looking for PowerShell scripts named PostDeploy.ps1
    2013-11-22 18:14:07 +05:30 DEBUG No scripts with a .ps1 extension were found.
    Thanks
    Sandeep Gupta
  • Options
    You seem to have two powershell scripts in the package:

    C:\MyApp\RPS\bin\Deploy.ps1
    C:\MyApp\RPS\Deploy.ps1

    Verify it's not included twice somehow.
    Systems Software Engineer

    Redgate Software

  • Options
    Thanks....James

    Now running perfectly..
    :):):)
    Thanks
    Sandeep Gupta
  • Options
    Hello James...

    any other way to take backup of custom variables in case of lost of data?
    Thanks
    Sandeep Gupta
  • Options
    The Deployment Manager Database should be automatically backed up regularly. There's no current *easy* way to restore it, although it's possible with a manual process should you ever need to.

    You can ensure this is turned on under Settings > Data Repository Backups > Change backup settings.
    Systems Software Engineer

    Redgate Software

  • Options
    Can you please tell me that what type of data is stored in the Database...? and how to restore it?
    Thanks
    Sandeep Gupta
  • Options
    It's a 'raven' format database (see http://ravendb.net/) and you can use command line tools to restore the data should you need to.

    The restore process is a little involved, so I'd recommend against doing it unless you really need to, but essentially you'd need to first back up your packages from the feed folder, and also the .dmbak you want to restore (copy it somewhere else).
    Then, delete the 'data' folder and restart the DM services. Next, run the restore command:


    Raven.Smuggler.exe in http://dm-machine-name:10300 <file>.dmbak

    Restart the services again once complete, and put all your packages back into the feed folder.

    The data and feed are in c:\programdata\red gate\deployment manager and the restore tool is in c:\program files (x86)\red gate\deployment manager\server.

    As mentioned above, do not try this unless you really need to (if you accidentally deleted some variables, for example, it's much safer and quicker to manually re-enter them than to try restoring)
    Systems Software Engineer

    Redgate Software

  • Options
    this command can be use only in Command Prompt. Can you please tell me the location of ravan backup file for import the backup using command... if u don't mind can you please share some screenshot to better understanding of this issue?
    Thanks
    Sandeep Gupta
  • Options
    The backups are in C:\ProgramData\Red Gate\DeploymentManager\Data\Backups - so you will need to find the backup you want and copy it out of the way before deleting the 'Data' folder.

    As I mentioned before, you don't really want to perform this process unless *absolutely* necessary, it's much safer to simply re-enter data if that's the problem you're having.
    Systems Software Engineer

    Redgate Software

  • Options
    Yes... i am understand but in safer side in case we have backup file and by mistake it is deleted then how to restore otherwise again all the previous process.. so i am use this for future purpose...
    Thanks
    Sandeep Gupta
  • Options
    Sure thing - so basically ensure that you keep the backup file you want to restore before deleting the Data folder :)

    If ever you do need to restore and you have trouble, you can always email support@red-gate.com for help.
    Systems Software Engineer

    Redgate Software

  • Options
    ok... thanks for your help..
    :):):)
    Thanks
    Sandeep Gupta
  • Options
    When i am going to publish Website using "Publish for Deployment"

    then i getting issue when click on Publish..
    Please see below error message

    Failed to build project F:\TFSProjects\FPPKiosk\Dev\FPPKiosk\FPPKiosk.UI\FPPKiosk.UI.csproj (Release/AnyCPU)
    Thanks
    Sandeep Gupta
  • Options
    Does it build under release configuration in Visual Studio? We should be pretty much doing the same afaik.
    Systems Software Engineer

    Redgate Software

Sign In or Register to comment.