Command line tool for the management of BizTalk applications
Questions tagged [btstask]
3 questions
2
votes
1 answer
BTSTask RemoveApp Gives Object Reference Error
I have a BizTalk 2013r2 app with a receive location that uses the codeplex scheduled task adapter with a custom task.
If I try to remove the app using "BTSTask RemoveApp -ApplicationName:MyApp" from an admin elevated command line window, then I get…

Rob Bowman
- 7,632
- 22
- 93
- 200
0
votes
1 answer
BizTalk Deployment: File is not a valid BizTalk Assembly
I am using BizTalk 2020 and I have a project that I recently upgraded from BizTalk 2006. I have into the following error:
BTSTask.exe AddResource -Type:BizTalkAssembly -Source:"....\xxx.dll" -ApplicationName:"app1"…

Ivan
- 7
- 3
0
votes
1 answer
Updating the Biztalk assemblies without removing/undeploying the dependent ports which uses it
I am trying to add a resource using the BTSTASK command line and it works fine.
BTSTASK.EXE AddResource -Type:BizTalkAssembly /Source:dllpath /ApplicationName:myapp /Options:GacOnAdd,GacOnImport,GacOnInstall /Overwrite
But when the Biztalk…

Navaneet
- 1,367
- 1
- 19
- 44