Newest Questions
7,422 questions
2
votes
1
answer
36
views
Our first connector. Pending activation stays forever
This is our first try creating and loading a connector. The status "Pending activation" lasts forever. In addition. There is a banner in the Add-Ons admin page saying "This service is ...
2
votes
1
answer
29
views
Rest content manager API configuration
After generating the access token in postman I am trying to list the publications using below Url
https://hostname/api/v2.0/publications
But I am getting below error in postman
"message" : &...
1
vote
1
answer
33
views
How to or where to add an image long description component?
How would you add a "long description" for an image in the content management interface? Where would the component (text?) be added. The open folder icon is defaulting to "Categories ...
1
vote
2
answers
173
views
REST Content Manager API with Authentication
We are migrating our old WCF to REST API. We want to make requests to the Content Manager. I've seen a lot of examples of retrieving tokens to make the API requests but I really need to understand ...
0
votes
0
answers
22
views
Is it possible to render ComponentPresentation into another ComponentPresentation so that the contents will appear in the page?
I am new to Tridion. I am asking how to render ComponentPresentation into another ComponentPresentation so that the contents will appear in the page. I have this written on the template building ...
0
votes
1
answer
21
views
Creating 15 different schema & CT in non-prod env and push it to prod env using tool
How can i create more than 15 different schemas, CT based on a design in Sites 9.5 in non-prod env and then able to push it to prod env without manual?
What tool can i use to automate it?
1
vote
1
answer
60
views
Tridion9.5 retrieved page content null
In our current Tridion 9.5 setup, we're using DD4T to retrieve pages. There are occasions when, on the server, we get in a state where the content returned is NULL. Even if that same URL was requested ...
3
votes
1
answer
82
views
How to create/modify a service account in Access Management?
My setup is Tridion Sites 9.6, Access Management installed and enabled, Add-On service installed and active.
My use case is to upload an add-on package (Zip archive) to Add-On service using access ...
1
vote
0
answers
29
views
Tridion Docs 15 Web Services API: Find Topics not being referenced (orphan)
We need to create a report of all Topic that are not referenced in any other DocumentObject.
Is there a DocumentObject's metadata field that keeps track of references to itself? Is there a way to use ...
0
votes
0
answers
36
views
Fetch component details from Tridion using dd4t api failed and throwing Exception " <Content xmlns=''> was not expected. " in C#
We are Using DD4T.ContentModel for Retrieving Component info and using dynamic publication resolving method as we handle multiple sites.
Here we are trying to get the component details using ...
0
votes
1
answer
33
views
Link resolving in Rich text field
We have special request from business
Content will be created content publication
Content Publication is inheriting to two different website publications like full site and thin site shown as in blue ...
0
votes
1
answer
61
views
Images are not Resolving path using GraphQL 9.6 if its using inside other component like Article Schema as image field
{
typedComponent(namespaceId: 1, publicationId: , 8,componentId: 52117) {
title
... on DownloadCenterAdvert{
title
image{
...
0
votes
1
answer
30
views
How to configure world server Idiom Process Monitor service
Due to some windows server patching related issues, we create new Windows ISO image and restored to existing VM. after restore OS Disk,we are unable to find "Idiom process Monitor service" ...
1
vote
1
answer
49
views
Get List of submaps based on parent map id of Tridion docs[not a root map] using graphql
I want to create a nested ul li list based on a list of publications --> submaps --> submaps... and so on; using graphql query.
I am able to achive following:
list of publications
1st level of ...
0
votes
1
answer
38
views
How to get Page URL's based on Component template
we can able to find the Component templates used Pages in the CMS tool but among the results, we need to verify every page and check the page URL.
As per my requirement, we need to get all the page ...