Skip to main content

Posts

Showing posts with the label virtual machine

Resolve error "31 update script for service model: DIXF Service on machine: xyz"

Many of the times while updating environment form LCS we face error as "31 update script for service model: DIXF Service on machine: xyz" which lead to failing one of the steps for updating environment you can take help of this article to resolve that issue by simple following steps mentioned in this blog. 1.       Go to your respected cloud-hosted environment   and open the following path and Copy the  DMFExecutePackages.exe  file from  K:\DeployablePackages\....\AOSService\Code\Bin  to G:\DeployablePackages\....\DIXFService\Scripts                2.       If AOS & BATCH is already in started state, please stop AOS using AutoStopAOS.ps1 as follows Navigate to K:\DeployablePackages\....\AOSService\Code\ script and now open file from action pane and select PowerShell and PowerShell with administration and run following command:- AutoStopAOS.ps1 3.  ...

Create/deploy cloudhosted environment using other Tenant user

As we know Microsoft has enforced that we need to have build and test(Dev) as cloud-hosted server, as there would be no Dev server, is included in Finance and operations license. In such a case, many of the clients don’t have a separate Azure subscription or maybe you have with a different client's tenant. So when you want to deploy a cloud-hosted environment using a different azure subscription tenant you need to perform steps which we will discuss further in this blog after which you could deploy your cloud-hosted server from the different tenant.   First of all, add another tenant (Azure user) user in your LCS project user as follows. Now we need to enable the preview license for azure user otherwise it will show its organization as prospective due to which you can not create the azure connector. For which you can follow the  finance and operation preview link . fill up the required information over there. After this step refresh the page for ...