Problem: How use biztalk configuration variable in orchestration expression shape or Assignment shape
Solution: Depending on machine either 64 bit or 32 bit, do the following steps-
1: Go to biztalk server installation directory
2: Open BTSNTSvc64.exe.config(if machinge is 64 bit) in any editor
3: Scroll down and type just below of </system.runtime.remoting>
<appSettings>
<add key="Name_of_Variable" value="Variable_value"/>
</appSettings>
4: Now open biztalk orchestration and go to either in expression shape or assignment shape
5: get value by using : System.Configuration.ConfigurationSettings.AppSettings.Get("Name_of_Variable")
Note: After change need to restart host instance
!! Keep visiting BizTalkLive !!
Solution: Depending on machine either 64 bit or 32 bit, do the following steps-
1: Go to biztalk server installation directory
2: Open BTSNTSvc64.exe.config(if machinge is 64 bit) in any editor
3: Scroll down and type just below of </system.runtime.remoting>
<appSettings>
<add key="Name_of_Variable" value="Variable_value"/>
</appSettings>
4: Now open biztalk orchestration and go to either in expression shape or assignment shape
5: get value by using : System.Configuration.ConfigurationSettings.AppSettings.Get("Name_of_Variable")
Note: After change need to restart host instance
!! Keep visiting BizTalkLive !!
Nice Blog .Keep updating Biztalk online course
ReplyDelete