Component
|
Additional permissions that are required to install the component
|
---|---|
Databases
|
If you install the databases remotely from a computer other than the database server, you must log on to the remote computer by using an account that is an administrator on the SQL Server computer. Setup requires access to SQL Server services.
|
Application Object Server (AOS)
|
Membership in the sysadmin role on the instance of SQL Server that you want to connect to
|
Enterprise Portal for Microsoft Dynamics AX
|
|
Enterprise Search
|
|
Help server
|
Membership in the System administrator role in Microsoft Dynamics AX
|
Management Reporter (server components)
|
|
Microsoft SQL Server Reporting Services extensions
|
Membership in the System administrator role in Microsoft Dynamics AX
|
Microsoft SQL Server Analysis Services configuration
|
|
Client
|
None
|
Microsoft Office add-ins
|
None
|
Remote Desktop Services integration
|
None
|
Report Designer for Management Reporter (client component)
|
None
|
Debugger
|
None
|
Visual Studio Tools
|
None
|
Trace Parser
|
None
|
Web services on Internet Information Services (IIS)
|
Membership in the System administrator role in Microsoft Dynamics AX
|
.NET Business Connector
|
None
|
Synchronization proxy
|
|
Synchronization service
|
Membership in the System administrator role in Microsoft Dynamics AX
|
Management utilities
|
None
|
Retail Headquarters
|
None
|
Retail POS
|
None
|
Commerce Data Exchange: Synch Service (Retail Store Connect)
|
To install Synch Service, no additional permissions are required. To configure Synch Service, membership is required in the sysadmin role on the instance of SQL Server that you want to connect to.
|
Commerce Data Exchange: Real-time Service (Retail Transaction Service)
|
None
|
Commerce Data Exchange: Async Server
|
To install Async Server, no additional permissions are required. To configure Async Server, membership is required in the sysadmin role on the instance of SQL Server that you want to connect to.
|
Commerce Data Exchange: Async Client
|
To install Async Client, no additional permissions are required. To configure Async Client, membership is required in the sysadmin role on the instance of SQL Server that you want to connect to.
|
Retail Channel Configuration Utility (Retail Store Database Utility)
|
To install the utility, no additional permissions are required. To configure databases, membership is required in the sysadmin role on the instance of SQL Server that you want to connect to.
|
Retail SDK (Retail POS Plug-ins)
|
None
|
Retail Online Channel
|
None
|
Retail Server
|
None
|
Retail mass deployment toolkit
|
None
|
Modern POS
|
None
|
Retail channel database
|
None
|
Retail hardware station
|
None
|
RapidStart Connector
|
None
|
Warehouse Mobile Devices Portal
|
None
|
Data Import/Export Framework
|
|
VSS writer
|
Membership in the Administrators group on the computer where Microsoft System Center 2012 Data Protection Manager (DPM) is installed
|
Connector for Microsoft Dynamics
|
|
Friday, 18 September 2015
AX 2012 components access and its permissions
Subscribe to:
Posts (Atom)
Calculate ledger balance by dimension set in X++ in AX2012/Dynamics 365 FO
There are a variety of ways users can view balances in the general ledger. Some of the most common options are: 1. Trial balance 2. Financia...
-
static void Main ( string [ ] args ) { string customer = " US-004 " ; AxdCustomer foundCustomer = null ; C...
-
Microsoft Dynamics Ax Macros In MorphX macros are not commonly used. A few places make use of macros such as keeping track of the li...