/createparents
Used with the import command to create parents. If a child-element is
imported, but its parent element is not in the model store, a fake parent
is created in the model store. Default: Off.
/noOptimize
When used with the import command, the program will not optimize the model
store automatically for optimal runtime performance.
Default: Additional optimization actions done.
/noInstallMode, /installmode
Impacts the model store install mode, which, if set, triggers a prompt
inside Microsoft Dynamics AX to complete certain actions. Notice that
import, delete and move commands implicitly set the install mode.
Example: axutil set /noInstallMode
/file:filename{,filename}
Specifies the name of the .axmodel file or .axmodelstore file.
Example: axutil import /file:test.axmodel /db:axmodelstore
/aosaccount:account
Specifies the AOS account used to set permissions for the model
store and stored procedures. Use this parameter only with grant and schema
commands.
Example: axutil schema /aosaccount:"NT AUTHORITY
ETWORK SERVICE" /db:ax
@modelxml
Specifies the name of a model XML file that follows the appropriate
schema, and contains the manifest properties of a model. The schema of
the file must follow the documented schema. Use axutil manifest /xml to
output a sample manifest.
/manifest:=
Specifies a model manifest property setting. Any value described in the
model XML file schema can be used with valid values. For more than one
property consider using the @modelxml variant.
Example: axutil create /model:Test /manifest:Version="1.0.0.0"
/key:SNK-file
Specifies a key file generated with the Strong Name utility. The model
file will be delay signed if the key file only contains a public key.
/file:licensefile
Specifies the name of the generated license file.
/certificatepath:filepath
Specifies the path to the certificate used to generate the license file.
/licensecode:name
Specifies the name of the licencode code used to generate the license file.
/customer:name
Specifies the customer name used to generate the license file.
/serialnumber:number
Specifies the serial number used to generate the license file.
/password:value
The value of this parameter must match the password of the given
certificate when generating a license file.
/expirationdate:date
Specifies expiration date of the generated license.
This parameter is optional.
/usercount:count
Specifies the number of simultaneous users for the the generated license.
This parameter is optional.
/schemaname:name
Specifies a valid SQL schema name. Default: dbo.
Example: axutil importstore /file:new /schemaname:TransferSchema
/backupschema:name
Specifies a valid SQL schema name and is used to backup dbo
schema if provided.
Example: axutil importstore /file:new /backupschema:dbo_backup
/drop:name
Used with the schema command to drop a backup schema that is populated
by the importstore command. The schema must be a valid existing schema
and cannot be [dbo].
Example: axutil schema /drop:dbo_backup.
/apply:schemaname
Used with importstore command to apply a new model store already
imported in a staging schema.
Example: axutil importstore /apply:TransferSchema
/verbose
Specifies that extended information be output. Default: Non-verbose.
Example: axutil view /file:test.axmodel /verbose
/?
Displays help for all parameters.
/createparents Used with the import command to create parents. If a child-element is imported, but its parent element is ...
A BREAK statement was found in an illegal context. BREAK statements occur in the context of a SWITCH, WHILE, DO, or FOR statement. ...
A budget check cannot be performed. The budget cycle time span assigned to dimension value %1 does not have a budget cycle ...
A budget check cannot be performed. The fiscal period related to the accounting date is not within an open fiscal calendar ...
A budget code or budget type is required, and neither is specified. The budget register entry could not be created or updated ...