Workflow and ServiceDesk Community

 View Only
  • 1.  Updating integration for Packaged Web App

    Posted May 21, 2014 11:56 AM

    We packaged a web application in Dev and migrated/opened in Prod.   We discovered that our developer was updating code directly in Prod.

    Is there a way to update the current Prod version back into Dev with the ability to update the integration libraries that originiated there?

     

     

     

     



  • 2.  RE: Updating integration for Packaged Web App

    Posted May 21, 2014 12:02 PM

    Usually I see this done using Project Properties. No hardcoded connection strings/prod auth info in the components, just define an appropriate project property and hook uo the compontns to that. Before deploying to various environments, verify the project properties.



  • 3.  RE: Updating integration for Packaged Web App
    Best Answer

    Broadcom Employee
    Posted May 21, 2014 12:12 PM

    If you've got project on your PROD box that are newer then what you currently have on your TEST box the best approach is to follow these steps.

    1. Open the projects in Designer on PROD.

    2. Package each project into a .package file.

    3. On the TEST box in the WorkflowProjects folder move the existing folders for the projects you are bring over from PROD out of the Projects folder.

    4. Copy the package files into the Project folder on TEST.

     

    To help prevent development of projects on your PROD box you can remove Designer and only have it available on your test box or another remote box. It is possible to publish projects developed on your TEST box to your PROD box through Designer on your TEST box.

    I actually just helped a customer set this up. We went one step further and setup their TEST server into a managed environment, so they could use the repository functionality. This gives them version control on their projects as well.