• 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…
  • Changing metadata of an image object using DocumentObj 2.5 SetMetaData

    I'm wring a PowerShell script to change objects metadata at once. My script woks properly for topic objects. However, it does not work for image objects. I wrote the following code to change metadata using DocumentObj 2.5. function DocumentObj-SetMetaData…
  • 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…
  • Get All Publications that has a specific baseline using Web API

    Hi, I'm trying to get all the publications that has a reference for a specific baseline using the Web API. I've tried the PublicationOutput25.UsingBaseline, but this returns the publication in which the baseline is originally defined. My case is…
  • 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. …
  • 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…
  • Managing large amount of users

    We recently added a lot of user licenses for Content Manager. With only about 40 users to manage, the 'Settings-->Users' interface from web client wasn't too cumbersome. With over 100 users, this will be a lot more time consuming. Does anyone have any…
  • RE: TranslationJob WebService API usage example

    Hi Shrinidhi, Assuming you are on the latest version, the following documentation contains some starters KC2016SP2 - Understanding translation jobs KC2016SP2 - Translation Job Workflow Regarding code samples, it is on our open-source project…
  • TranslationJob WebService API usage example

    We are planning to use TranslationJob WebService API for creating Translation Job by creating small tool internally. So in this process, we could not find any documentation regarding the same. Also if provided with TIPS for using Translation Job API…
  • Integration to 3rd party Translation System

    Hi all, We're currently exploring the possibility of developing an integration with a translation system that isn't built into the current Translation connector - working with SDL WorldServer or TMS. The translation system that we are looking to connect…