opentext_archive_server
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| opentext_archive_server [2015/08/20 13:05] – michael | opentext_archive_server [2021/04/24 07:40] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 81: | Line 81: | ||
| | | ||
| + | |||
| + | Dokument aus Archiv direkt im Browser aufrufen: | ||
| + | | ||
| + | | ||
| + | |||
| + | Create a test Dokument in a Test Archive (previously defined in Opentext Admin MMC) | ||
| + | |||
| + | otuser@zapprd1:/ | ||
| + | command: create -a test -f profile | ||
| + | 1(-): command = create | ||
| + | 1(0): ... call dsCreate | ||
| + | 1(0): ... call dshDsCreateFile6 | ||
| + | 1(0): ... command succeeded | ||
| + | 1(0): ...... docid = ' | ||
| + | |||
| + | List the first 50 DocIDs of an Archive, definded by volid | ||
| + | |||
| + | select a.docidstr from ds_doc a, ds_comp b where a.docidno=b.docidno and b.volid1=$number and rownum< | ||
| + | | ||
| + | | ||
| + | Delete a Volume completely after removing in in adminclient: | ||
| + | |||
| + | user@: | ||
| + | connecting to docservice on : localhost | ||
| + | Enter password: | ||
| + | -> | ||
| + | -> delVolume test | ||
| + | -> | ||
| + | -> end | ||
| + | |||
| + | SQL> desc ds_comp_location | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | SQL> desc ds_comp | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | SQL> desc ds_doc | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | |||
| + | |||
| + | ====== Löschen von Dokumenten aus der Datenbank ====== | ||
| + | Löschen von Dokumenten aus der Datenbank, wenn das Dokument " | ||
| + | |||
| + | volck -t < | ||
| + | Immer erst mit –n laufen lassen. Damit man sieht welche Dokumente und wieviele er löschen würde. | ||
| + | |||
| + | ====== Löschen von Dokumenten im Buffer ====== | ||
| + | |||
| + | COMMAND dsh | ||
| + | |||
| + | delete | ||
| + | : delete a component or whole document. | ||
| + | : With b-option you can set the ' | ||
| + | : allow the deletion for a short period of time, | ||
| + | : without a retention check. | ||
| + | : Process command on dsh-object <nr>, if O-option set. | ||
| + | deleteDoc | ||
| + | : Free allocated resources from newDoc-command | ||
| + | |||
| + | |||
| ===== Ansprechpartner ===== | ===== Ansprechpartner ===== | ||
opentext_archive_server.1440075958.txt.gz · Last modified: 2021/04/24 07:38 (external edit)
