Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/uplift-vagrant/crm-dev The WSMan service could not launch a host process to process the given request #6

Open
shurick81 opened this issue Apr 7, 2019 · 1 comment

Comments

@shurick81
Copy link

vagrant output: https://gist.github.com/shurick81/f6d234d6c345e90796ba170ded3c9c23

A workaround, as usual:

vagrant destroy --force
vagrant up
@shurick81
Copy link
Author

On the other hand, even after this error, I can see that Dynamics is actually installed:

PS C:\Windows\system32> if (-not (Get-PSSnapin -Name Microsoft.Crm.PowerShell -ErrorAction SilentlyContinue))
>> {
>>     Add-PSSnapin Microsoft.Crm.PowerShell
>>     $RemoveSnapInWhenDone = $True
>> }
>> Get-CrmOrganization


BaseCurrencyCode      : USD
BaseCurrencyName      : US Dollar
BaseCurrencyPrecision : 2
BaseCurrencySymbol    : $
BaseLanguageCode      : 1033
DatabaseName          : uplift_MSCRM
FriendlyName          : Uplift Ltd.
Id                    : c233076d-0b59-e911-bd8a-080027635ad0
SqlCollation          : Latin1_General_CI_AI
SqlServerName         : CRM
SqmIsEnabled          : False
SrsUrl                : http://crm:80/reportserver
State                 : Enabled
UniqueName            : uplift
Version               : 9.0.2.3034
ExtensionData         : System.Runtime.Serialization.ExtensionDataObject

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant