New Post: GACOnAdd for Add-ApplicationResource
I'm just curious, did this New-Item get removed, or am I missing something in my install? Because I do a:New-Item -Path BizTalk:\Applications\myApp -SourceLocation "C:\DEV\myAssembly.dll" -type...
View ArticleNew Post: GACOnAdd for Add-ApplicationResource
Never mind. I found this post where it was pointed out I need to point to the actual resource in and app's resource directory. I was mistakenly using just the Application as the -Path parameter.
View ArticleNew Post: Change the BizTalk group
Hi I had a BizTalk application server and a remote db server host mgmtdb, msgbox ect. I have created a new BizTalk group on a new db server, using the same application server. When I load the...
View ArticleNew Post: Change the BizTalk group
I found it! In the profile.ps1 file when creating New-PSDrive the BizTalk -Instance is specified
View ArticleNew Comment on "Documentation"
I was able to get a copy of the Getting Started Guide PDF. Grab it from my dropbox:...
View ArticleNew Post: Mounting new remote BizTalk drive: Login failed for user 'NT...
Hi Team, I am also facing the same issue. Any solution for this. tried enabling this too. Enable-WSManCredSSP -Role Client -DelegateComputer "*.XXX,YYYcom"
View ArticleCreated Unassigned: Wrong DLL in 1.4.0.1 setup [8009]
I've just installed PowerShell Provider BizTalk 1.4.0.1 to create a setup script for a base environment for our local BizTalk Servers.Creating Hosts and Host Instances went smoothly.Creating an Adapter...
View ArticleNew Post: Setting Host for a dynamic Send Handler under Application\Send Ports
Please let me know if there is another way to set this. My goal to dynamically find this dynamic send handler (that matches the search criteria) and then change the host to the desired one.. As the...
View ArticleNew Post: cannot load BizTalkFactory.PowerShell.Extensions
Hi, I'm very new to BizTalk in PowerShell, and I am trying to get the PowerShell extensions to load in an old script that I am trying to repair. Add-PSSnapIn BizTalkFactory.PowerShell.Extensions I have...
View ArticleNew Post: Unable to update Hosts for existing Send Ports via a PowerShell?
Hello, I am trying to make a script to update HostNames for send ports from old to new as part of configuration migration over how we have applications set to run on different hosts. the...
View ArticleNew Post: Mounting new remote BizTalk drive: Login failed for user 'NT...
Good day, I am having exactly same issue when trying to manage remote BizTalk instance. While locally on BizTalk server New-PSDrive is running successfully, using remote powershell connection throw...
View ArticleCreated Unassigned: Stop-Application behavior is unclear [8039]
I just ran into an issue using Stop-Application -StopOption StopAll. The documentation (Getting Started Guide pdf) is very unclear about what each option does. I somehow made the assumption that...
View ArticleNew Post: Remove policies from an application
Hi All, I am trying to remove policies from and application. What options should i use for remove-Item ? Please advise. Thanks, Ram
View ArticleNew Post: Any plans for upgrading to BizTalk 2016?
Hi I just tried using the abstraction layer “BizTalkFactory.Management.Automation.dll” against BizTalk 2016 CTP1. When trying to import a binding file I got an error when BizTalkFactory called the...
View ArticleCreated Unassigned: New-Item (for Application): Unable to commit changes to...
I am getting the following error when attempting to create a new Application:PS BizTalk:\> New-Item -Path Applications\NewApplicationNew-Item : Unable to commit changes to the BizTalk management...
View ArticleCommented Unassigned: New-Item (for Application): Unable to commit changes to...
I am getting the following error when attempting to create a new Application:PS BizTalk:\> New-Item -Path Applications\NewApplicationNew-Item : Unable to commit changes to the BizTalk management...
View ArticleCreated Unassigned: Remove-Item issue while trying to remove BizTalk...
Hi,I got the following exception when trying to use PowerShell BizTalk provider to remove BizTalk application:Command:$status = Remove-Item -Path $BizTalkApplicationName -RecurseException:13/02/2017...
View ArticleCommented Unassigned: Remove-Item issue while trying to remove BizTalk...
Hi,I got the following exception when trying to use PowerShell BizTalk provider to remove BizTalk application:Command:$status = Remove-Item -Path $BizTalkApplicationName -RecurseException:13/02/2017...
View Article