简体   繁体   中英

Enable-ReceiveLocation powershell biztalk

How do I enable a receive Location for BizTalk on a network share? can anyone throw some light on this?

Example:Enable-ReceiveLocation -Path '\\t1\apps\Appli1\ReceiveLoc1'

I'm getting error currently

Enable-ReceiveLocation : Object reference not set to an instance of an object. At line:1 char:1 + Enable-ReceiveLocation -Path

I found a way to do this myself. Posting this so it would help others.

TO Enable\\Disable a receive location we need to traverse to location

Set-Location 'BizTalk:\All Artifacts\Receive Locations'

and then issue the ENable/Disable Receive Location command

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM