TeamSite
Deliver personalized omnichannel digital experiences through an intuitive and flexible enterprise web content management system
-
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…
-
Windows Server support/upgrade path?
1) is an in place Windows Server upgrade from 2016 > 2019 allowed/supported? i.e. just upgrading the OS on our current TeamSite servers/hardware. Windows server 2016 is in extended support and we need to get off of it. 2) is there any update on when the non-cloud version of TeamSite will officially support Windows Server…
-
Best Virtual Machine software?
Hi, Since I read that some of you use virtual machines for your TeamSite, OpenDeploy, LiveSite installs, I am wondering what would your preference be for the virtual machine? VirtualBox? VMWare? Virtual PC (Although that might limit you to just Windows)? Xen? Personally, I find VMWare the easiest to use. VirtualBox seems…
-
generate PDF from .page
Hi, I am working on one requirement where we need to allow customer to download the pdf generated from the page. The page is a form which loads few fields and then displays the result. It does not refresh the form and result is on the same page (with hide/show). I need to generate the pdf of the result to allow user to…
-
How to modify files on Target through DNR script.
Hello Expert, I am doing a filelist deployment and trying to change the files state to modified on target system through DNR script. something like below: <script cmd = "/usr/bin/touch '$filelist' " async="no" /> I am not sure how to get the list of published files and update them on target server as iwxml module can only…
-
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
-
Resizing left/right panes in CCPro?
We can swear you used to be able to resize the left/right panes in CCPro. We recently upgraded to 20.4.0.4 and can no longer drag/resize the panes which is very annoying especially on smaller resolutions/monitors. thanks in advance!
-
licenses
Anybody figure out a way to determine how often a user is making use of the TeamSite license designated for him/her? We want to see whether some of the licenses we've designated can be reclaimed. Note that IWRecentUsers doesn't seem to give much useful info.
-
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!
-
Create subfolders under folders in imandesksite like Treeview structure in C#.net
we have created workspace under this we have subfolders in subfolders there we have subfolders like tree view. I want to create write this code in c#.net please help on this how to add sub folders to folders in Iman desk site in c#.net code
-
Creating a subfolder on desksite
Hi, I created a subfolder using iManage.WorkSite.IManDocumentFolders mysubs = (iManage.WorkSite.IManDocumentFolders)folder.SubFolders; iManage.WorkSite.IManDocumentFolder objDocFolder = mysubs.AddNewDocumentFolder(strFolder,"A New Folder"); but when i go to DeskSite to check the created folder, i can't see it there. then i…