Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
OpenDeploy query
While doing publishing through command line using iwocmd command, is it possible to ignore publishing the locked files or files which are in still in edit mode? ./iwodcmd start <config filename> -k notifyActivity=yes I read the document but couldn't find anything. TIA,
-
My teamsite component wont access my controller method
Hello Teamsite 16.7 I have my content footer component that contains a form. This form when submitted should do some javascript then call my controller action and the page should not be reloaded. I have the controller and method mapped in my component XML <Data> <Datum ID="PositionalEmail" Name="EmailAddress" Label="Add…
-
Does Teamsite 23.2 Version support SAML Based OTDS Authentication
Hi All, I have a requirement to implement SAML 2.0 based in OTDS authentication for Teamsite 23.2. From Release Notes of 23.2 Teamsite it says "Support OAuth 2.0 only". Does it conclude that SAML 2.0 is not supported for Teamsite though OTDS supports it ?. Thanks
-
Livesite External component Debugging
Hi Experts, We have one Livesite external JAVA components which it pulls content feeds from Confluence using Confluence’s REST API request interface and then return JSON response containing the request results. It was working fine but now we are getting error for this external components. blog REST request error. Target:…
-
Access denied to a file on the Y drive, but what ID?
I'm trying to read a file stored on the Y drive via an external program. It's getting "access denied" error. I'm trying to find the log file on the TeamSite server that tells me which ID it's attempting to use but I've struck out. Any suggestions? (Full path would be appreciated if you know.)
-
Livesite PLC error
Hi Experts, After upgrading from 16.6.4 to 22.4.2 on Linux RHEL 7.9 my PLC workflow stopped working. It gets stuck at "Error while executing task: Production Deployment" No logs are getting update under <od-home>/Livesite. od.log and <hostname>_odbase.log are not updating too. Only log files getting updated in server.log…
-
java.io.FileNotFoundException iwauthend( Text file busy)
Hello Experts, Here I am once again with another issue. I am trying to upgrade TS 16.6.1.4 to 22.4.2 on RHEL 7.9. Installation going smooth till 31% but at 32% I get the below error: ERROR | 2023-10-19 16:44:01 | [installer] ia.Driver (Driver.java:780) - Failed to unpack component TeamSite from package…
-
New Site and New Page wizard results using CLTs or scripts
(Have a support ticket open for this already, but in case it's a useful question - ) TS versions 16.6.1.4, 22.4 In general, are there any existing CLTs or other tools that can replicate the results of the New Site and New Page wizards in CCPro? Similar to how iwmkbr and iwmkwa can create new branches and workareas…
-
REST API call in OpenText TeamSite
Is there any way to call REST API in TeamSite? For example in .Net application we can use visual studio solution and call REST API via HTTPClient but working pattern in TeamSite is completely different. TeamSite has one admin portal where we can see files organized in tree structure for example index.aspx but there is no…
-
TeamSite Module Samples
This GitHub repository contains a collection of OpenText TeamSite code samples for developing Modules/JS Applications using React JS, Angular JS and Vanilla JS and also a sample that demonstrates the usage of LSCS APIs and datums/properties. Readme is included within each sample with the required information.
-
Publishing a Site from Experience Studio
Hi, I have tried creating a sample site with single page and try to publish it from Experience studio I have got the below error. Can any one please help me publish the demo site. TeamSite Training - Trial_Site is not published yet. Publish the site to access published pages from runtime server. Thanks in Advance.
-
TeamSite - Experience Studio not opening
Hi All, I am new to Opentext Teamsite - 21.4.0 , I have inatalled the Teamsite in my server(with license), but I cant able to access Experience Studio. Even though the Experience Studio is installed as part of the installation. Could somebody help me to figure out what isue and sort it out.
-
CLT Equivalent of TeamSite UI 'All-and-Deleted' option
Hello, I have to write a script to extract files deleted from the TeamSite workarea for archive. You can see the deleted files in the TeamSite UI with View - All & Deleted, so I am trying to find the Command Line Tool equivalent of 'All & Deleted', to no avail. Does anyone know? I could write a script to compare the…
-
Unable to open files from EDMS Site
Hello, For some reason, we couldnt open the files and go to Preferences settings in JSP website. When we click on that, it shows WHITE SCREEN and showing hidding value called "Content Transfer Service". We have installed latest version of Java, WebTop Client, Installed Open Text Browser extension and configured browser…
-
How to publish the DCR with the Page
Now, After I edit DCR in Page I need publish both Page and DCR, how to Publish page and DCR in one click . thanks!
-
How to check Web Services are running fine ?
Hi Experts , We are using Content Suite v16.2.6 . A client application is trying to access the content server's web services but is showing error . How can we check , whether content server's web services are running fine or not ? Is there any URL to check content server's web services ? Thanks & Regards Saswata Mandal
-
Bulk publishing of TeamSite EA to database using Datadeploy
HI experts, I am trying to publish external attributes of files present inside STAGING but I am getting DBD: Path not found -- interpret as 'NotPresent' error. my configuration is below: <deployment name="eauds"> <source> <!-- Pull data tuples from TeamSite Extended Attributes --> <teamsite-extended-attributes…
-
Retain file's owner name after publishing through OpenDeploy
Hi Experts, I am using Teamsite 16.6.1.1 installed on RHEL 7.7. My opendeploy is running with other user which is not root. Whenever I publish anything from one TS environment to other, files owner is getting updated with OpenDeploy user at destination. I am just wondering is there any parameter in OD which will preserve…
-
Does Documentum 6.7 support REST API
Hi, We have a business requirement to move some of the files from Documentum 6.7 content server to Sharepoint online. Can you help with the below questions ? 1) Because Documentum 6.7 is quite old, do we not have it's binaries/downloadable available from anywhere from opentext or elsewhere ? 2) Secondly the most important…
-
Adding template data to Metadata fields
Hello, TL;DR; I am trying to move template data (content) to the metadata node in the LiveSite response. (So I can query these fields in LiveSite.) From what I have been told, this is possible but I am having zero success with the suggestions I have been given. What I am trying to do is query Content Items in TeamSite,…