AX 2012 Model Store - Initialize Schema | |
---|---|
Topic | Work with Model store (AX 2012) |
Description | Initializes the schema of an AX 2012 model store |
Category | Deploy |
Special features |
|
Microsoft documentation | https://technet.microsoft.com/en-us/library/jj720267.aspx |
Parameter: Server config file path (.axc) | |
---|---|
Description | The path to the server configuration file. |
Type | File path |
Required | True |
Default value | |
Example value | $/Microsoft Dynamics AX (Test)/Server.axc |
Parameter: Schema name | |
---|---|
Description | Specifies a schema name to create a Model store in. If this parameter is not specified, the dbo schema is used. |
Type | String |
Required | False |
Default value | |
Example value | dbo |
Parameter: AOS Account | |
---|---|
Description | Grants permissions to the model store in the Microsoft Dynamics AX database to the account that an Application Object Server instance is running as. The account is granted EXECUTE rights for the appropriate stored procedures, and SELECT rights for the appropriate views. Use this account primarily when moving a model store to a new environment. |
Type | String |
Required | False |
Default value | |
Example value | MYDOMAIN\MYUSER |
Parameter: Create a new model database | |
---|---|
Description | Should a new database be created? |
Type | Boolean |
Required | False |
Default value | False |
Go back