Book Image

Microsoft Dynamics AX 2009 Administration

By : Marco Carvalho , Marco Carvalho
Book Image

Microsoft Dynamics AX 2009 Administration

By: Marco Carvalho , Marco Carvalho

Overview of this book

Microsoft Dynamics AX 2009 is an advanced Enterprise Resource Planning system, essentially a comprehensive business management solution, designed for midsize and large organizations. Dynamics AX provides a centralized source for business data and enables you to consolidate and standardize your business processes, helping to improve productivity and provide visibility across your organization, for a variety of business needs.This book will enable you to successfully set up and configure Dynamics AX 2009 in your business with clear, practical, step-by-step demonstrations. You will learn how to plan and implement Dynamics AX 2009 efficiently, how to manage the Enterprise Portal, Role Centers, Kerberos Authentication, Workflow, Application Integration Framework (AIF), and much more! Each chapter of the book explores the different aspects of administring and configuring Dynamics AX 2009 to fit any company's needs.The book begins by introducing you to the important process of planning and implementing Dynamics AX 2009, providing the basic components to get you started with your Dynamics AX environment. It then dives deep into the installation of the multi component server of Dynamics AX and how to get it up and running efficiently, specifically the Base Server Components, Enterprise Portal, Role Centers, Kerberos Authentication, Workflow, and the Application Integration Framework (AIF).Other content includes the process of importing data into your Dynamics AX 2009 instance, common user administration functions, and Alerts and Notifications.Finally, the book considers how to enhance your Dynamics AX environment after it has been installed and it is being utilized, from tuning your system to work more efficiently to backing up and maintaining Dynamics AX to make sure you are prepared for worst-case scenarios, enabling you to keep Dynamics AX 2009 functioning at its best.By following the clear and practical steps found in the book, you will successfully master how to administer and configure Dynamics AX 2009 into your company.
Table of Contents (20 chapters)
Microsoft Dynamics AX 2009 Administration
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Modifying Component Services properties in Windows Server 2008 R2


In Windows Server 2003 and Windows Server 2008, changing the properties of objects, such as DCOM Config objects, is a very straightforward process for an Administrator to accomplish. However, in Windows Server 2008 R2, even an Administrator cannot modify these settings. Fields remain read-only, as shown in the following example of the IIS WAMREG admin Service Properties:

This can be confusing when performing the setup and configuration of Kerberos Authentication for IIS on a Windows Server 2008 R2 environment, as explained in Chapter 5, Setting Up Kerberos Authentication. Fortunately, there is a method to restore the same functionality that existed in the previous versions of Windows Server. This method is explained in the following steps for the IIS WAMREG admin Service whose GUID is {61738644-F196-11D0-9953-00C04FD919C1}:

Note

Modifying the Windows Registry is risky and can damage your server. Be sure to make a backup of your Windows Registry before performing any modifications.

  1. 1. Open the Windows Registry editor by going to Start | Run and running regedit.

  2. 2. Navigate to HKEY_CLASSES_ROOT\AppID\{61738644-F196-11D0-9953-00C04FD919C1}.

  3. 3. Right click on {61738644-F196-11D0-9953-00C04FD919C1} and click on Permissions....

  4. 4. In the Permissions window for {61738644-F196-11D0-9953-00C04FD919C1}, select the Administrators group and click on the Advanced button.

  5. 5. In the Advanced Security Settings window, select the Administrators group permission and go to the Owner tab.

  6. 6. Select each owner listed in the Change owner to section, and click on the Apply button. This ensures that the security settings are appropriately set for the Administrator to perform administrative functions. When complete, click on the OK button to return to the original Permissions window for {61738644-F196-11D0-9953-00C04FD919C1}.

  7. 7. In the Permission for {61738644-F196-11D0-9953-00C04FD919C1} window, select the Administrators group and mark Allow for Full Control permissions and then click on OK.

  8. 8. After performing these steps, reopen DCOM Config and go to the Security tab of the IIS WAMREG admin Service to modify the security settings.