...
Using the D2000 Server parameter RouteArchiveMessages, it is also possible to achieve the transfer of changed values (in both normal and transparent mode):
- manually: editing/adding/deleting archived object values by the user in D2000 HI
- from a script with the INSERTARCHARR action
- from a script with the DELETEARCHDATA action
- from a script with the UPDATEARCHVAL action
...
| /E+DBG.GTW_TR | Enables listing of the debug information about the objects for operations of the transparent gateway. |
| /E+DBG.GTW_TR.VAL | Enables listing of the debug information about the transfer of values of selected objects to the destination system. |
| /E+DBG.GTW_TR.OLDVAL | Enables listing of the debug information about the transfer of old values of selected objects to the destination system. |
| /E+DBG.GTW_TR.DELETEARCHDATA | Enables listing of the debug information about the transfer of DELETEARCHDATA actions. |
| /E+DBG.GTW_TR.INSERTARCHARR | Enables listing of the debug information about the transfer of INSERTARCHARR actions. |
| /E+DBG.GTW_TR.UPDATEARCHVAL | Enables listing of the debug information about the transfer of UPDATEARCHVAL actions and values edited by a user. |
| /E+DBG.GTW.DELETEARCHDATA | Enables listing of the debug information about the transfer of DELETEARCHDATA actions (normal mode). |
| /E+DBG.GTW.INSERTARCHARR | Enables listing of the debug information about the transfer of INSERTARCHARR actions (normal mode) |
| /E+DBG.GTW.UPDATEARCHVAL | Enables listing of the debug information about the transfer of UPDATEARCHVAL actions and values edited by a user (normal mode) |
This listing of debug information can be enabled /disabled also while running the GateWay Client through the D2000 System Console.
...