0

We want extract all the Component templates and Linked schema details. Could any one please let me know script to extract these details from Tridion 2011 database.

Thanks

TridionDev
  • 11
  • 1

1 Answers1

0

I would suggest posting this at https://tridion.stackexchange.com/

The easiest way to extract data from SDL Tridion is to use the content Porter. You could export all of the Components and their dependencies as a package. Butr without more information on what you want to do with the data it is hard to know if this would meet your requirements.

IN the old PowerTools there was a tool which gave an overview of what you wanted, but I don't know if it worked with 2011 (I guess not). You may be able to adapt one of the old script from there if you are in a rush. Otherwise I suggest using the Core Service API to just get all of the CTs for a publication, and create a report on their data yourself.

Community
  • 1
  • 1
Chris Summers
  • 10,153
  • 1
  • 21
  • 46
  • Thanks for advice Chris. I have used content porter to import all the CT's details and created utility to read it from imported xmls. I got the required information. – TridionDev Jun 18 '13 at 11:40
  • If this helped, you might consider voting for and/or accepting the answer. – Chris Summers Jun 18 '13 at 12:19