-
Housekeeping Database.
Hi, I have a situation where my database is getting bigger and bigger, I am looking for a way to reduce the data in database by using Housekeeping method and archiving it to save it somewhere else. Is there any particular instruction for this? Thank you.
-
Initial browse directory
Is there a way to set the initial browse directory to the current directory of the geneated file. I know I can hard codethe initial directory in the template. I have a generic template that is used in multiple section of the website, so when a user uses a browse (for image or links) by default I start at the root. I would…
-
TeamSite 20.4.0.5 patch questions + JDK issue
Has anyone successfully applied the TeamSite 20.4.0.5 patch? We are in a windows environment and noticed a few things 1) the "certified" JDK version is already old and unavailable to download (11.0.13) - so we tried using the most current versionjdk-11.0.16.1+1. is that OK? we cannot use Oracle, must be open source. we…
-
Navigation and Site Map in TeamSite
Hi everyone, What is the best practice to manage site map, navigation and breadcrumbs within TeamSite. Many CMS platforms offer this functionality out of the box, but I couldn’t find anything similar in TeamSite. We have strictly defined 7 main site sections. Editors need the ability to add pages and subsections to these…
-
CSSDK - how to get connection to Teamsite server?
Hello, I am trying to connect to the (remote) Teamsite server using ContentServices with SOAP in Java: String serviceBaseURL = "http://cms.teamsiteserver.de:6060/iw/services/cm/2.0/accessservice"; String accessBaseURL = "http://cms.teamsiteserver.de:6060";…
-
Simple program to access MediaBin Asset Server
Hi, How to write simple jsp or asp.net program to fetch images from MediaBin Asset server? Thanks, Mahesh
-
TeamSite - how to exclude css and js files except DCRs from the workflow
Hello, For example, I am selecting .page from Teamsite and pushing through the workflow but all the dependencies including js and css are also getting attached. But i want to attach only DCRs when the .page is selected and pushed through workflow. Is there any way to get this achieved.
-
TeamSite > Wordpress? Anyone?
Has anyone migrated from TeamSite to Wordress? If so any comments/feedback? TeamSite appears to be dying (look at the activity in these forums) and we are evaluating some other more modern options.
-
Why this error message?
Hey folks, could somebody tell me what this error message is about? package DesignPattern; public class Rechnung { private int id; Nummerierungen nummer = new Nummerierungen(); // [B]Syntax error on token ";" , , expected [/B] id = nummer.getId(); private int rechnungNummer = id; private double rechnungsbetrag; } Thanks in…
-
Adding "updated by" metadata to Document properties
Hi, I am new to opentext and I am trying to figure out a way to add an "updated by" metadata to the General tab in a document. Right now these are the metadata fields available in the General tab. Thanks