I have a situation where I have to find out those publication targets which are deleted some time back in order to unpublish those components/pages which are published and now they are not being unpublished and further not able to delete. (In this case publication targets are not known) I am using coreservice 2011/2013.
How can I check component/page is published to which target?
677 views Asked by Rahul Pal At
1
There are 1 answers
Related Questions in TRIDION
- Tridion: Not able to copy paste the items in lower environment
- Tridion and SOLR Configuration
- How to Read the Tridion Page URL from the publication using Core Services?
- C# how to add values in ItemFields inside EmbeddedSchemaField of a STUB component
- can not sort on a field w/o docValues unless it is indexed=true uninvertible=true and the type supports Uninversion
- Problem with content unpublish in Tridion 2013 SP1 HR1
- Is there a function to get the unpublish info of a page in Tridion CoreService?
- Tridion Web 8.5: Can't copy and paste component
- Can't access XML node using xpath (namepace issue?)
- Deployer extension to fetch component fields in tridion
- item '/system/config/_all.json' not found for Localization '94'
- Tridion RTF Issue
- How can I check component/page is published to which target?
- Parent Publication option is not shwoing
- Update preview is not working as expected - Tridion 2013sp1hr1
Related Questions in TRIDION-2011
- How can I check component/page is published to which target?
- Update preview is not working as expected - Tridion 2013sp1hr1
- I got a "a non-generated template is already present" error using TcmUploadAssembly
- Selenium Firefox Pop-up blocker leads to fail the test case execution
- What is Virtual Folder in Sdl tridion
- SDL Tridion 2011 content manager - date filter is missing on list view
- How to show content published from Tridion 2011 in separate .net application
- SDL Tridion Content Porter to Merge Content
- SOLR can do searching on Broker DB data only
- ASCX User control SDL Tridion 2011
- Tridion Broker: get keyword id from item_categories_and_keywords using API
- Obtaining component title from the Tridion broker
- How to publish dynamic components in SDL Deployer file system maintaining the folder structure as in CME?
- Migration : if content migrated from tridion r5.XX to 2011?
- How can we provide the path for the image file in order to create the multimedia component in server?
Related Questions in CORE-SERVICES
- In the Text Encoding Converter API, what on earth is a MIB?
- How to check if the current user is admin from macOS Xcode using swift?
- How can I calculate the documents size "while selecting"?
- Unravel UI data not populating
- Got some nil CGImages using AVAssetImageGenerator
- Adding AD group/user to a local group on MacOS Catalina using Core Services
- Virtual printer driver for MacOS
- Mac OS X - Get list of all processes running on the system?
- Creating local group on MacOS Catalina using Core Services and Objective-C
- Looping through a CFArray of CFURL
- Error while obtaining URL/path of app using LSCopyApplicationURLsForBundleIdentifier and CFArrayGetValueAtIndex
- Swift 4: No such module 'CoreServices.DictionaryServices'
- macOS SearchKit CoreService found nothing
- Solving memory leak in SearchKit CoreService
- Creating a CGImageDestinationRef with CGImageDestinationCreateWithURL in C++ returns NULL
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can see which target a page or component is published to by clicking on Where Used and then the 'Published to' tab. If you want to find all pages and components published to a publication target, then I think you'd need to write some code with the core service. Something like the answer here should work:
https://tridion.stackexchange.com/questions/15090/getting-list-of-published-pages-againtst-a-specific-target-type-in-specific-busi