Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

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.OLDVALEnables listing of the debug information about the transfer of old values of selected objects to the destination system.
/E+DBG.GTW_TR.DELETEARCHDATAEnables listing of the debug information about the transfer of DELETEARCHDATA actions.
/E+DBG.GTW_TR.INSERTARCHARREnables listing of the debug information about the transfer of INSERTARCHARR actions.
/E+DBG.GTW_TR.UPDATEARCHVALEnables listing of the debug information about the transfer of UPDATEARCHVAL actions and values edited by a user.
/E+DBG.GTW.DELETEARCHDATAEnables listing of the debug information about the transfer of DELETEARCHDATA actions (normal mode).
/E+DBG.GTW.INSERTARCHARREnables listing of the debug information about the transfer of INSERTARCHARR actions (normal mode)
/E+DBG.GTW.UPDATEARCHVALEnables 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.

...