New Post: InitializeDefaultDrives failed
Hi, Today I downloaded the latest version (1.4.0.1) of the PowerShell Provider for BizTalk and attempted to configure on a Server 2012r2 VM with BizTalk 2013r2 installed. Following the getting started...
View ArticleNew Post: InitializeDefaultDrives failed
see: http://psbiztalk.codeplex.com/workitem/4575$MyServer = "" # <--set this $MyBizTalkMgmtDb = "" # <-- set this $InitializeDefaultBTSDrive = $false Add-PSSnapIn...
View ArticleNew Post: Incorrect BizTalkFactory.Runtime.InteropServices.dll file in...
I'm having trouble with the release 1.4.0.1 It looks like the BizTalkFactory.Runtime.InteropServices.dll file is actually a copy of BizTalkFactory.PowerShell.Extensions.dll This is causing an error...
View ArticleNew Post: Newer ExplorerOM supports 64-bit, why don't PowerShell Provider...
According to the Getting Started Guide:The provider is built on top of the BizTalk Management Automation library which depends on the ExplorerOM class that only runs in a 32 bit process. However...
View ArticleNew Post: Updated documentation
Thank you so much for update the documentation. It's filled some gaps for me.
View ArticleNew Post: Import Policy
I am finding it hard to get this tool to import a policy. I need to import a policy from XML into the root policy folder, I have exported with Export-Policy Test -Destination E:\biztalk\Test.1.0.xml...
View ArticleNew Post: Updated documentation
Hi, I can't seem to find the documentation. It says it has been deleted from the server. Also, the version there seemed to have been from 2012. Can you link me to the documentation that you mentioned?...
View ArticleNew Post: Updated documentation
The documentation is linked on the main page under project releases. Here's the link Documentation
View ArticleNew Post: Remove Application when projects reference common objects
I know that if a common application has back references (other applications are referencing it) I can get that information using: Get-ItemProperty AppCommon -Name BackReferences However, this doesn't...
View ArticleNew Post: How to specify Target Environment when using Add-Item
Hi! I try to add a binding file as a resource to a BizTalk application using Add-Item like this: New-Item -Path bindings.xml -Source 'c:\temp\bindings.xml' -ItemType 'System.BizTalk:BizTalkBinding'...
View ArticleNew Post: How to specify Target Environment when using Add-Item
I'm sorry, I was too quick with this one. I've found the answer, it was just another stupid program error....
View ArticleCreated Unassigned: Documentation Link Broken [7934]
The documentation tab implies there is a "Getting Started Guide", but the link does not work. Says that the document may have been removed. Thanks
View ArticleNew Post: Add new host error
First, the documentation "Getting Started Guide" is not available - so I'm totally guessing and looking at other discussions to figure this tool out. Here's what I tried: Add-PSSnapIn -Name...
View ArticleNew Post: Add new host error
I guess this is the secret. I used the interactive command line to sniff out the issue. Looks like the -Path is the HostName? New-Item -path $hostName -HostType:$HostType -NtGroupName:$NTGroupName...
View ArticleNew Post: Incorrect BizTalkFactory.Runtime.InteropServices.dll file in...
I am having the same problem. Checking the properties under Windows indicates that the files are identical.
View ArticleNew Post: Incorrect BizTalkFactory.Runtime.InteropServices.dll file in...
The issue is in the product.wxs file of BizTalkFactory.Powershell.Extensions.Setup:<Component Id="Component.BizTalkFactory.Runtime.InteropServices" Guid="20f18500-db66-4af7-8a16-bab9de107631">...
View ArticleNew Post: Deploy into remote machine
HI, I have two systems A& B. now i have to deploy from system A to system B. for local am using below code. Add-PSSnapin –Name BizTalkFactory.PowerShell.Extensions Set-Location –Path Biztalk:...
View ArticleNew Comment on "Documentation"
I cannot seem to download the Getting Started Guide I'm afraid.
View ArticleNew Post: Acces BizTalk Powershell Provider drive on Remote machine
Can you share the exact command you used to do this? I'm having some trouble doing the same thing and I'm also quite new at using PowerShell/BizTalk
View ArticleNew Post: Mounting new remote BizTalk drive: Login failed for user 'NT...
I'm trying to manage a remote BizTalk instance. The machine running the script has biztalk fully configured and can connect to the Target Server just fine. The issue comes when I try to mount the...
View Article