• Automating the creation of translation jobs using PowerShell (ISHRemote)

    Hi, We have a goal to automate the creation of translation jobs since we create so many of them. If anyone have already done this and wants to share how to do this, it would be truly great! I struggle with the basics. I do not even succeed to query…
  • Need to use the API or IshRemote to create publication objects

    Hello, I am trying to automate the creation of CCMS publications. I've been able to create a script that generates and imports the publication data (maps, topics, media, etc), however, I'm stuck on the creation of the actual publication objects. To…
  • Issue with the Tridion Docs Search API (13.0.2)

    I am getting an internal error from search API when my search term includes a question mark (?) and the search operator is equals I am passing the following request to the search API <ishquery> <and> <ishfield name="FTITLE" level="logical" ishoperator…
  • Require some examples of how the DocumentObj 2.5 API in Tridion Docs can be used to retrieve topics

    The RWS Tridion Docs(Version SDL Tridion Docs - Content Manager - Build 14.0.4101.2) documentation in the link below states the use of this API, but there is no sample code available to implement the API to fetch topics from the Docs CMS: https://docs…
  • How to get the Log Details Event from a Publication GUID?

    Hello, We developed a reporting tool and I need to access to the log event details from the Publication Report output when the publication is in status failed. I found that there is a class named EventMonitor with a method GetEventDetail which requires…
  • Service to import translated content

    Former Member
    Former Member
    I am writing a piece of code that will take a file and write it back to the content manager. However, in looking at the documentation, I can see a way to do that through the CLI. Is there an equivalent service to accomplish the same thing or is CLI the…
  • Is there an API or attribute to determine if a baseline is frozen?

    I have a batch routine that needs to identify recently frozen publication baselines. I see an API asking if CanFreeze and to Freeze. I assume that there is some metadata but not able to find it. Ideally, it would be great if some sort of plug-in event…
  • Using setMetaData from Doucment2.5

    Hi, I am trying change the metadata (Title, and Descriptions) of images given the GUID and version. I am trying to use the setMetaData method but I am not sure about what to put in the " psXMLRequiredCurrentMetadata" field. Currently, I am using "Dim…
  • Retrieving DocumentObjs with Version 0 through ISHRemote

    Hello, I'm trying to retrieve all the documents in a folder that have a version set to 0. When I call the cmdlet Get-IshFolderContent -IshSession $ishSession -IshFolder $folder it normally ignores all of these documents with version 0. I tried the…
  • Getting document report using ISHRemote API

    Hi, Is there a way to view the referenced topics/images for a document using the ISHRemote API? My end goal would be to create a report on document reuse. Thank you, Madison
  • Deleting files with Remove-IshDocumentObj Tridion 13 SP1

    Is Remove-IshDocumentObj still supported in Tridion 13 SP1? For example, when running in Powershell: Get-IshFolder -IshSession $ishSession -FolderID $parentFolderID -Recurse | Get-IshFolderContent | Remove-IshDocumentObj #removes all documents within…
  • Calculating values in SOAP envelope

    If you run Fiddler when authenticating to SDL Knowledge Center, you see: A POST to /InfoShareSTS/issue/wstrust/mixed/username that sends the credentials. The client receives a response that contains a large <xenc:EncryptedData> element. The client…
  • Java STS Client for SDL API

    Hello, Good Morning. We have STS Apache CXF SOAP Client to access SDL API. We have the below long-standing issue that very frequently the token is expired (Let say every 60 minutes/90 minutes) and getting the following exception: message":"javax…
  • ConditionManagement10.CompareConditionCategories not working

    I'm curious as to whether anyone out there has managed to get any output out of this ancient API call? I've gotten output out of every other call to this API, but the response object for this call always comes back with a return code of -1 and an empty…
  • authenticate to SDL KC 12

    I tried connecting to an SDL Knowledge Center 12 instance with the command: $ishSession = New-IshSession -IshPassword $password -IshUserName $username -WsBaseUrl $url I got this error: New-IshSession : WSTrust endpoint not configured: '/InfoShareSTS…
  • "Where used" with conditions

    Hello all, Can a query or API call be setup such that "where used" can take into account content that contains conditions? We would like to create a report that shows where content is used when it's condition state is "true" (appears in publication…
  • Is the Search API case-insensitive?

    Hi, I have a question regarding the Search API. Can i make it case-sensitive? So only the exact word will be matched. Thanks, Nikku
  • DocumentObj25.Create API not working

    Hi, I'm trying to create a customized utility that will do a find and replace in the CMS. So, i used fiddler to sniff on the requests that publication manager is doing and try it on my prototype. Everything is working great until the part where…
  • Setting the chunk size when downloading output

    When downloading output from SDL LiveContent, the GetNextDataObjectChunkByIshLngRef call takes a piSize parameter that specifies the "maximum number of bytes to be read from the object content". So if I want to download the entire output in one call,…
  • How to get All Publications and its metadata even without Output via API

    Hi everyone, I'm trying to list all the publications from a specific folder. I've used the Folder25.GetContents API, and i was able to retrieve the publications. However, i'm only able to get contents like this: <?xml version="1.0" encoding="UTF…
  • How to get the Resources folder content of a Publication via API

    Hi everyone, Is there any way to get the contents of Resources folder content of a publication via API? I'm trying to create a desktop utility that will read the said content. Thanks, Nikku
  • Moving Folder across Servers via API

    Is it possible to move folders across different Servers via API? We have a Test Server and a Production Server, our goal is to create a utility which will allow a user to move a folder from test -> prod via API. I just don't know if it's possible. …
  • RE: How to get baseline ID by passing publication ID in ISHRemote?

    Alex Sarafian (AlexSarafian) it would be really cool to have a table that shows the current coverage of ISHRemote API calls, I mean what is implemented and what is not. For example, it could be a table similar to the Content Manager API compatibility…
  • Failed to Download Publication Output Data

    Hi Everyone! I've been trying to download Publication Output Data using ISHRemote however I am getting this error: The security timestamp is stale because its expiration time ('2017-08-22T01:41:24.969Z') is in the past. Current time is '2017-08-22T01…
  • Implementing SDL Knowledge Center Content Manager API in C#

    Hi! I'm new with SDL Knowledge Center and I was wondering how would I implement SDL Knowledge Center Content Manager API in C#. I've seen a examples but it doesn't work for me probably bacause i'm not familiar with it. Another is that, whenever i searched…
1 2