Book Image

Microsoft Dynamics AX 2012 R2 Administration Cookbook

By : Simon Buxton
Book Image

Microsoft Dynamics AX 2012 R2 Administration Cookbook

By: Simon Buxton

Overview of this book

<p>Microsoft Dynamic is a powerful ERP solution for global enterprises to support industry-specific and various operational business processes. This single solution enhances various aspects of manufacturing, retail, service, and public sector industries. Due to its intriguing capabilities such as finance and supply chain management, business intelligence and reporting, and project management, it is one of the most widely used solutions, having been adopted by many organizations across the globe. If you are one of those who help organizations in administering this unique solution, this book should be in the tool belt of any AX developer to ensure compliance and simplify the ongoing management of the system.</p> <p>Providing administrators who are involved in system administration and management with clear guidance on many administration tasks, this book is packed with systematic instructions of hands-on examples and in-depth explanations Even for experienced users, this book will serve as a great source of reference by providing new ways of working with Microsoft Dynamic through the book's easy-to-follow approach.</p> <p>This hands-on guide looks at key administration tasks, explaining not only how each task is performed, but also why. You will be provided with practical guidance that will allow you to safely take advantage of the advanced technology in Dynamics AX 2012 in order to simplify and automate the ongoing management while maintaining compliance.</p> <p>This practical book simplifies user management operations by automating the tasks of hiring new people—joining up HR and security roles through organizational hierarchies. In-depth explanations teach you about AX licensing and how to make the most of your license.</p> <p>Management of models and the model store (including installing hotfixes and addons), as well as details of how they work are provided, along with practical guidance on the procedures required to reduce risk and downtime.</p> <p>This book guides you through the key tasks in reporting and BI through in-depth knowledge of the Batch Framework and Alerting. Finally, important tasks in performance, system monitoring, and troubleshooting are provided with in-depth guidance and further reading.</p> <p>With this comprehensive guide, you will be armed with all the tools and instructions you need to both manage the system and make better decisions as your company’s requirements evolve.</p>
Table of Contents (21 chapters)
Microsoft Dynamics AX 2012 R2 Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Applying a hotfix from Microsoft


Microsoft occasionally releases hotfixes that are made available to you via your Partner or customer source. Services packs or second releases (for example, R2) are also released this way, but this is beyond the scope of this book.These hotfixes are installed as a model per hotfix to the SYP layer. The update must be coordinated with your Partner, who will apply the hotfix to its system and release an updated model of the supplied code. The only conflict resolutions you should be concerned with are conflicts to the code in your layers.

A hotfix can affect the following components:

  • Client: An update to a client component will be applied to all clients.

  • Components: Components include debuggers, management utilities, report server extensions, and so on.

  • Application: An update to the model store effectively installs an AX model. This is termed as database, but it means the model store database or application code.

  • Server: An update to the server components needs...