Conversie van de TransSmart solution van BizTalk 2013 naar 2016.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

17 Zeilen
786B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Deployment Framework for BizTalk
  4. Copyright (C) 2008-14 Thomas F. Abraham, 2004-08 Scott Colestock
  5. -->
  6. <SetEnvUIConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  7. <DialogCaption>EDIBroker.TransSmart</DialogCaption>
  8. <SetEnvUIConfigItem>
  9. <PromptText>Is this the FIRST server in the BizTalk Group you are undeploying from?
  10. If so, BizTalk assemblies will be un-deployed from the BizTalk Management Database.</PromptText>
  11. <Caption>This is the FIRST server in the BizTalk Group</Caption>
  12. <PromptValue>true</PromptValue>
  13. <ValueType>Checkbox</ValueType>
  14. <EnvironmentVarName>BT_DEPLOY_MGMT_DB</EnvironmentVarName>
  15. </SetEnvUIConfigItem>
  16. </SetEnvUIConfig>