KB Article #62622
How to verify the value of transfertTimeOut for Gateway CommAdapter?
How to verify the value of transfertTimeOut for Gateway CommAdapter?
Integrator is in disconnected mode
In packages, we have the value 720 for "transfertTimeOut" parameter.
Channels.xml file:
""""
- <Terminus2>
- <ExternalComponent>
- <CommPointProperties>
- <Property name="transfertTimeOut" type="Integer">
<SimpleValue>720</SimpleValue>
</Property>
</CommPointProperties>
<CommAdapterProperties />
"""
We would like to know how can we verify (in copilot or in command line) that "transfertTimeOut" has the good value "720" .
Resolution
The value of the timeout parameter could be verified using either of two methods.
1.) You can find the value in TAConfig.pag of the current dataset (core_local\config\cfgserver\configset\<current dataset>).
Note:- Don'' t edit anything in the file and the value is written in seconds in this file where as in composer we defined it in the minutes.
For 60 defined in composer it will appear 3600 in this file.
{"SendMethod.TransAdaptTaskId.1933"},{},"{1933,3600,{},{}}"}}}
2.) You can export the dataset in the xml file and look for the timeout value
To Export the dataset:-
>r4edi cfgtfr_export.x4 -D <current dataset> -o test1.xml
(again the value is in seconds in the xml file)