Skip to main content

Posts

Showing posts with the label Deployment

MS D365 FinOps: How to create new LCS project and deploy Tier 1 (DEV) VM - Even you are not a MS customer or partner :) - Part I

Scenario: You are willing to work on Microsoft Dynamics 365 Finance Operations  product and want to get your hand dirty with some development. You are hearing so much about this product but never got a chance to work on this MS ERP.  Andre wrote a detailed post on how you can setup a trial environment for MS D365 Finance Operations Solution: With this post I will explain a step-by-step guide on how; to create your own LCS project to deploy a new Tier 1 VM to log on to Azure Portal to access Power Platform environments to create your own power app and use other features to deploy solutions in Power Platform to integrate with Finance Operations NOTE: You would need Azure Subscription to deploy VM First create new domain to perform all above steps - its easy just follow following steps 1. Open this site Office 365 E3  in cognitive mode or as guest and go with Free Trial option 2. Fill in details - you can use your personal email or sign up for a new email account and use t...

Cannot open the datafile file axapden-us.alt

Faced following error after restoring Dynamics AX databases from one AOS server to other. Cannot open the datafile "C:\Program Files\Microsoft DynamicsAX\60\Server\DAX2012R3\bin\Application\appl\Standard\axapden-us.alt" Error code from the openrating system: errno = 13. Look in file 'errno.h' or in the operating system documentation for an explanation.   Resolution: It was the account permssion issue.  Make sure AOS service account must have added into Dynamics AX databases with full permissions (at least db_owner). This AOS service account  manages the files located at above mentioned path in error. In my Case; Source AOS service was running with domain user account ( DOMAIN\AOSService ) and Destination AOS service was running under Network Service account . When I restored AX databases from source to destination it overwrite all user accounts in destination database, which means it deleted Network Service account .   I had two options EITHER to ...