Porovnávané verzie

Kľúč

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

Utility Change parent

Utility chparent.exe / chparent_ora.exe is used for the offline change of parent.

"Offline" means that it makes the changes directly into database without interaction with D2000 server. The parent change will show after restarting the D2000 server.

Note: The parent can be changed also in XML Import (only for the objects of I/O tag, Event, Database or Table type).

...

Blok kódu
languageesl
themeConfluence
 
 - sybaseSybase/PostgreSQL/MsSql: chparent <app_name> <new_parent_name> <obj_name_mask1> [, <obj_name_mask2> [, ...] ]]
 
 - oracleOracle: chparent_ora <app_name> <new_parent_name> <obj_name_mask1> [, <obj_name_mask2> [, ...] ]
 

...

Utility changes the parents to all object, which match to mask <obj_name_mask1>, <obj_name_mask2>, etc., on value <new_parent_name> in configuration of the application (directly in database).

...

  • incorrect syntax for the utility chparent / chparent_exe
  • database cannot be opened
  • database error is notified
  • new parent does not exist in configuration
  • none of the objects match to masks
  • parent of given type cannot be set to any of the objects
Info
titleRelated pages:

D2000 system utilities

...