Book Image

Web Content Management with Documentum

Book Image

Web Content Management with Documentum

Overview of this book

One of the world leaders in Enterprise Content Management, the EMC Documentum family of applications helps you manage all types of content across multiple departments within a single repository. With the Web Content Management suite of applications, you can efficiently manage content and underlying processes for your Web properties, and ensures that they are responsive to business needs. To fully realize the power of this system can seem daunting, but this book will help you achieve that. With easy to follow examples, this book will take you the simplest and most straightforward route to success. Along the way, you will learn insights that only a seasoned professional would know. Packed with practical examples, you will get hands-on with the powerful features of Documentum to grow your skills and confidence. You will see tips and tricks to handle complexities of the system, and avoid the common errors that waste your time. From installing and getting started with Documentum, you will see how to design and develop Documentum applications, before rounding off with deployment.
Table of Contents (33 chapters)
Web Content Management with Documentum
Credits
About the Author
Acknowledgements
Preface
Frequently Asked Questions and Answers

21.5 Published Data


Once the publishing operation is complete, you can verify the publish location on the target server and view the published content files. Figure 21.17 shows the published content files on the target host:

Figure 21.17: Published content files on target server

You can see that SCS automatically creates the exact folder structure as present in the Docbase Test_WebCabinet Web Cabinet.

Additionally, you can see the published data in the target host database. Figure 21.18 shows the published database tables (test_publish_dev_doc_s, test_publish_dev_doc_r, and test_publish_dev_doc_m) as seen in SQL Server Enterprise Manager.

Figure 21.18: Published database tables on target database

Refer to figure 21.19; if you open either the _s or _r table, you can see the records inserted by SCS in the tables with the columns corresponding to the attributes we specified in Site Publishing Configuration under the Additional Properties (attributes) field.

21.19: Published records in the test_publish_dev_doc_s...