Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

But if for some reason this behavior does not suit you, the Environment name displayed can be either changed or removed from extract completely.

Note

sentBy is extracted by default only for I2I. If you are extracting data not using I2I, this element is not extracted by default and you should use UseSentBy=Y in the RTR


UseSentBy Parameter

Enabled by default for I2I
When set to N, it disables the logic which adds Environment name in sentBy field in the header of the extract file
Valid values: Y/N(default) or N 

Code Block
languagexml
<taskParameter>
   <name>UseSentBy</name>
   <dataType>S</dataType>
   <value>N</value>
</taskParameter>

HubSentBy Parameter

Determines HubSentBy determines the custom Environment name after the http://www.eagleinvsys.com/ prefix for a specific extract. For example,

Code Block
languagexml
<taskParameter>
   <name>HubSentBy</name>
   <dataType>S</dataType>
   <value>MYVALUE</value>
</taskParameter>

...

Code Block
languagexml
<sentBy>http://www.eagleinvsys.com/MYVALUE</sentBy>

If you want to use this value for all extracts in this environment, you can use its global variant in the w_config_custom.inc file:

Code Block
languagexml
<COL TAG="EnvironmentName" EXPRESSION="'MYENVVALUE'"/>


...

Use Cases

Retrieve the data from the DB

...

Modify the w_config_custom.inc setting the EnvironmentName with a defined value

...

languagexml

...

Enable the UseSentBy parameter with a value of Y

...