deploy et undeploy

Home Page Forums BizTalk 2004 – BizTalk 2010 deploy et undeploy

Viewing 1 reply thread
  • Author
    Posts
    • #12256

      Hi Kavita,

      One thing i find out is, never use a deploy or undeploy from your biztalk client.

      Second, while undeploying, are you removing it from the GAC also else you will have a problem.

      Third, Better is to change the version everytime you deploy it, so atleast you will be sure.

    • #12257

      I am having what I think to be the same problem. When I try to redeploy a project it will not let me as it gives me the error message
      \”Some items in the removed assembly are still being used…\”. To get past this I have to then delete my receive port and location, deploy and then add the receive location and port again. I have checked my assembly version and it is 1.0.0.0. Is there anyway around this problem or do I have to continue recreating my receive port every time?

      • #12258

        Worked a treat. Thanks very much! 😀

        • #12259

          I find it easy to just keep all the versions the same and then just redeploy overtop of itself.

          To do this in your .net class, you need to set the version in the Assembly file to 1.0.0.0. The default it 1.0.*.

          This is definitely what I’d suggest for development work.

          • #12260

            The Biztalk project versions are set in the project file. Right click on the project, go to Properties. Under Common Properties – Assembly. The Assembly Version is right there.

            Hope this helps.

            • #12261

              hai friends,
              I have a problem in undeployment
              I have done a projet Biztalk in .NET and deployed it in biztalk server.I configured the ports .For every small changes I make in the projet,I create a new Biztalk Projet and do the manipulations (configuration of send and receive ports)manually in which I waste lot of time repeating the same thing .If i do the changes in the same projet ,it does not work.

              I want to do changes in the same biztalk projet and deploy it .
              Does anybody knows what I should do when I make small changes in my projet existant?

              • #12262

                hai Stephen,
                In the Visual Studio,Biztalk Project, I could not find where to change the version as 1.0.0.0. In the Biztalk Project,I could not find the assembly file.
                Where can I change the version in my project?

                • #12263

                  hai caroline,
                  You don’t need to re-create your send and receive ports.

                  Step 1:
                  When you want to undeploy a assembly, you just supprime the name of maps in send and receive ports .

                  Step 2:
                  Undeploy the assembly(Now it will undeploy the assembly successfully)

                  Step 3:
                  If you want to redeploy it,Change the version of your biztalk project as 1.0.0.1 and deploy.

                  Step 4:
                  Add the name of map in the already existing send and receive ports and test.

                  I hope this helps you.If want further details write me again

                  • #12264

                    I’d agree with Stephen, if you can keep all of your Version locked and deploy over the top.

                    If you can’t deply that way or if you’re like me, and someone from the server group deploys for you, you could do some undeploy, uninstall scripts.

                    As long as they run them in order, I never have a problem with the deploy.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.