I'm having problems getting a solution to deploy to production and I hope someone can help me.
Our company is new to using BizTalk and I'm developing our first solution. I'm using BizTalk server 2013 and BTDF 6.0. I've been able to develop on my local PC and deploy to a staging server without any issues. But when deploying to production, I get the following three issues when I perform a deployment:
Normally, if I do these three steps enough times, I will end up with a working solution. But if I make any change to the solution and redeploy, the problems start up again. It often can take 30 minutes to an hour to get a solution to work. Fortunately we are not truly in a production environment yet (just using the servers), since this would create a lot of havoc if I did it in a real production environment.
Anybody have any ideas or could point me in the right direction?
Thanks,
Barry Wilson
Our company is new to using BizTalk and I'm developing our first solution. I'm using BizTalk server 2013 and BTDF 6.0. I've been able to develop on my local PC and deploy to a staging server without any issues. But when deploying to production, I get the following three issues when I perform a deployment:
-
During the part of the install where it deploys the application to BizTalk, I get this message:
EXEC : error : Failed to add resource (Luid="System.BizTalk:BizTalkAssembly", Type="Orchestrations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=56f2569ca56da2ad"). [C:\Program Files (x86)\AssetSuiteFinancialBroker for BizTalk\1.0\Deployment\Deployment.btdfproj]
Access to the path 'C:\Users\BYC\AppData\Local\Temp\BT\PID5764\b24xeszg.cab' is denied.
Normally, if I just restart the host instances and perform the redeploy from the start menu, it goes fine the second time. -
If I get the deploy to succeed, during running of the application I get this error:
The Messaging Engine failed to create the transport adapter "WCF-SQL".
OutboundAssemblyPath: "NULL"
OutboundTypeName: "Microsoft.Adapters.Sql.BizTalk.WcfBtsSqlTransmitter, Microsoft.Adapters.Sql.BizTalk, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Exception Details: "Could not load file or assembly 'Microsoft.Adapters.Sql.BizTalk, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified."
-
And here is the other error I get:
The Messaging Engine failed to create the transport adapter "Recycle Bin".
OutboundAssemblyPath: "C:\Program Files (x86)\Microsoft BizTalk Server 2013\CustomAdapters\Winterdom.BizTalk.Adapters.NullAdapter.dll"
OutboundTypeName: "Winterdom.BizTalk.Adapters.NullSendAdapter"
Exception Details: "Could not load file or assembly 'file:///C:\Program Files (x86)\Microsoft BizTalk Server 2013\CustomAdapters\Winterdom.BizTalk.Adapters.NullAdapter.dll' or one of its dependencies. The system cannot find the file specified."
Normally, if I do these three steps enough times, I will end up with a working solution. But if I make any change to the solution and redeploy, the problems start up again. It often can take 30 minutes to an hour to get a solution to work. Fortunately we are not truly in a production environment yet (just using the servers), since this would create a lot of havoc if I did it in a real production environment.
Anybody have any ideas or could point me in the right direction?
Thanks,
Barry Wilson