|
|
NullifyXMLSourceNonExistentTagValue=
|
In Magic xpi, when a tag does not exist in an XML Source, the value that is passed to the Destination is the default value of the data type. For example, a non-existent numeric type returns 0.
This flag determines whether this value will remain as the default for the data type, or will instead be null. There are two possible options that you can set for this flag:
N (default) – The passed value remains as the default for the data type.
Y – The passed value is null.
|
JMSIncludeMessageInArgumentsXML=
|
The JMS component trigger's argument XML contains both the message properties and the message itself encoded in Base 64. When messages are very large, the argument XML is too big to allow the Data Mapper to extract the actual message.
When this flag is set to N, the argument XML only includes the message properties, and not the message itself. To get both the message and the properties, you need to use the Data Mapper to map the message content and the argument XML.
The default value for this flag (and if this flag does not exist) is Y.
|
UseDBdateFormat=
|
This flag determines the format of the Oracle DB string that is returned from the database SELECT statement.
When this flag is set to Y, the Oracle DB string format will be exactly the same as the format that Oracle returns.
The default value for this flag (and if this flag does not exist) is N.
|
DCRM2013OnPremise=
|
This flag is relevant only for the on-premise version of the Dynamics CRM connector. It determines whether a project can connect to two Dynamics CRM on-premise machines when one of them is a Dynamics CRM 2013 machine and the other is not.
There are two possible options that you can set for this flag:
N – A project cannot connect to two Dynamics CRM on-premise machines.
Y (default) – A project can connect to two Dynamics CRM on-premise machines.
Since version: V4.1
|
SVCUtil=
|
This flag is used by the Dynamics AX connector. This flag points to the Svcutil.exe file, which is part of the SDK and used for the generation of the C# client code and the client.config file.
For use with: V4.1
|
DotNetCompiler=
|
This flag is used by the Dynamics AX connector. This flag points to the default C# compiler, which is part of the .NET Framework installed on the computer and compiles the generated code created by the Svcutil.exe file.
For use with: V4.1
|