Newest Questions
7,422 questions
0
votes
1
answer
17
views
Core Service | Error in creating a multimedia component
We are creating a multimedia component using the core service but getting the below error, we tried different type of small files (~8kb) but no luck.
Appreciate your help in advance.
System....
1
vote
0
answers
31
views
DXA errors with Jackson Databind 2.18.3
Recently upgraded an app that utilizes dxa-tridion-provider:2.3.7 to spring boot 3.4.4 and noticed some interactions in the GraphQLProvider that appear to be tied to behavior introduced in jackson-...
1
vote
0
answers
33
views
Storage extension read title of binary component saved in CMS
On Tridion sites 10, on storage extension, would like to read the name of binary component saved in CM
however, I could only get title in the pattern of tcd:pub[XX]/componentmeta[XXXXX]
following is ...
1
vote
1
answer
39
views
How to remove legacy PDF in Tridion 9 that is still accessible via URL even after trying to unpublish it?
I'm using Tridion 9, and I have a legacy PDF that I need to remove. When I check where the PDF is used, it only shows an old version of a component. However, when I try to unpublish the PDF, I don't ...
3
votes
1
answer
31
views
Bad request updating a component using Tridion Core rest API 10
We are trying to update a component using Core Rest API.
Our code is:
System.Threading.Tasks.Task<IdentifiableObject> result;
//Reading a component using GetItemAsync
Component? c = trdConn....
3
votes
0
answers
27
views
Topology - How to solve Publication Id mismatch Post DB Refresh
After implementing Topology publishing. If we create any new Publication in CMS then issue will occur Post DB refresh from PROD. Publication ID mismatch in CMS DB vs Topology DB.
Details below:
DSIT ...
2
votes
0
answers
21
views
Process of data binding from broker DB to dxa dotnet application
I know that post publishing of data from Tridion, using deployer service, data is temporarily put in some temp folder and then it goes to deployer state store db and it permanently stores in Broker DB....
0
votes
0
answers
8
views
Have others had experience with embedding 3rd party audio players in Tridion?
We are looking to embed an audio player to listen to an article that has the following:
play/pause
length of audio
ability to control speed
is compliant with accessibility guidelines
Has anyone had ...
1
vote
0
answers
18
views
Issue with Publishing Pages and Dynamic Components: Success in Transaction Log but No Publish Icon or Template Reference
I am encountering an issue in a new publication within Tridion where publishing does not behave as expected:
Pages: When I publish a page, the transaction log shows a successful status. However, the ...
0
votes
0
answers
24
views
Change required field in insert image popup form to optional in rich text editor
When inserting an image in WYSIWYG editor the "Alt" field is mandatory and can be used to put some contextual image alt. However, in many cases we need to use a default alt string attached ...
0
votes
1
answer
59
views
java.lang.InterruptedException: null on tridion sites publish action when added storage extension
I am working on deployer storage extension on tridion sites 10 and dxd 12, while added storage extension to deployer it started throwing interrupted exception, following is error trace
2024-12-13 10:...
1
vote
1
answer
45
views
Add-On service rest api
I am trying to upload add on zip using add ons service rest api post method but getting below error in postman. Let me know if anybody faced this or any idea to resolve this?
{"error":{&...
0
votes
0
answers
39
views
Tridion CMS publishing failing sites 10 DXA
When I am trying to publish any item, I am getting the below error.
Transport service failed to transport.
Unable to call OData service for discovery.SVC URL and service query "/...
0
votes
0
answers
22
views
Is there any direction on configuring Azure AD - the Azure setup for SAML authentication configuration on Tridion sites 9.1?
I have been trying to set up SAML authentication against Azure AD for a while now, and am not making any real progress on my own or with the RWS support. Does anyone have specific directions on ...
0
votes
0
answers
15
views
OData model workflow
Can someone please explain what is OData model workflow?
How can I use OData framework with java dd4t application? How to talk to tridion api to get the content and all.
Please suggest.