TeamSite
Deliver personalized omnichannel digital experiences through an intuitive and flexible enterprise web content management system
-
CLOB socket error after switch to VM
We recently did a P2V migration from an Egenera physical server to a virtual server. Everything worked fine on the physical server, but we're now getting the following error on the VM. OpenDeploy 6.2.1.0.0 and Oracle driver 9.2.0.1.0. I know they're old, but they work and we're not changing them. Once we switched back to…
-
Data deploy with CLOB datatypes.
Hi, I am trying to use data deploy to deploy a DCR into the oracle DB table. One column type is CLOB. When I create an XML out of the DCR and send it to DB for deploy using data deploy it fails giving out reason (the XML element sent out is String (varchar) where as the DB column is CLOB):-- DBD: ERROR:Error writing to…
-
Add Expires headers
How to add expires headers??
-
Teamsite / Livesite deployment in AWS
We have teamsite / livesite / autonomy running in AWS. Its a mess. The systems are very coupled together using host files and hard coded IP addresses. The concept of elasticity was not a part of our deployment and we are now trying to redeploy our envrionment to a new AWS account the right way. We want to use services such…
-
TS 8.1/2 install Linux - Console mode only
I noticed that on 8.1 and 8.2 Linux will go to console mode only (and then fail). Previous versions would work with either Cygwin or the Gnome desktop. Here is what I have tried: Centos 6.5 and Centos 7 Gnome Desktop with xhost + Xauthority set to ~/.ICEauthority (there is no .Xauthority file) Also remote to PC running…
-
TeamSite 8.1 Silent Installtion || DB OracleRAC
Hi All, I am installing TS 8.1 with silent installation method with DB used as oracle rac. As i know while using dbtype=oraclerac, i need to configure customDb for each teamsite related db in installer.properties and i have done the same. while running the installer with below two scenerio : 1. entered custom db password…
-
TeamSite 8.1 Silent Installtion || DB OracleRAC
Hi All, I am installing TS 8.1 with silent installation method with DB used as oracle rac. As i know while using dbtype=oraclerac, i need to configure customDb for each teamsite related db in installer.properties and i have done the same. while running the installer with below two scenerio : 1. entered custom db password…
-
iwwebd does not start
Hi, I have installed TeamSite 8.2 on Red Hat Enterprise Linux box. The installation went through without errors. It was successful. However I cannot login to TeamSite. When I checked <iw-home>/local/logs/iwui I found this in the iwwebd.log /usr/Interwoven/TeamSite/iw-webd/bin/iwwebd: /lib/libuuid.so.1: no version…
-
Command Line equivalent of Submit Details
Good Afternoon, Our clients recently triggered a mass staging (managed to stage and submit the root of their site). Trying to view the 'Submit Details' from the Versions area of any of the files so staged results (after a 3-5 minute wait) in 'This page can't be displayed'. Is there a command line equivalent to view…
-
TinyMce removing HTML tags
We have external-editor="tinymce" being called from datacapture.cfg. The TinyMce editor removes HTML tags like or . Can any one advise how we allow these tags . The manuals mention about iw-home/httpd/iw/tinymce/config/custom_config.js but doesn't mention any detail how to add entries specific to allowable valid elements…
-
TinyMce removing HTML tags
We have external-editor="tinymce" being called from datacapture.cfg. The TinyMce editor removes HTML tags like < video > or < iframe >. Can any one advise how we allow these tags . The manuals mention about iw-home/httpd/iw/tinymce/config/custom_config.js but doesn't mention any detail how to add entries specific to…
-
Fetching comments after page conversion
Hi, I wanted to fetch the comments which we manually enter in the task comments section after the page conversion task in a workflow. Please refer the image below: The comments entered here are not captured as task comments and also does not appear in the comments list. All the other comments either manually entered or…
-
Teamsite 7.4.1 supports oracle 12c ...??
Hi, I want to upgrade my database of teamsite 7.4.1 version right now we are using oracle 11g with our Teamsite version 7.4.1 and i want to upgrade to oracle 12c. so my questions are Is oracel 12c compatible with the teamsite 7.4.1? what is the compatibility between the oracle 12c and teamsite 7.4.1 ? what will be the…
-
TeamSite 8.2, Java vs Perl
Hi, We're currently using TeamSite 6.7.2 SP1 and we're about to upgrade to 8.2. As this is a significant upgrade, I was taking a look through the ~1000 pages of documentation that was provided to me, and I saw more references to Java than I remember. So I'm wondering if it's still possible to develop for TeamSite without…
-
LSCS deployment bug (lscs-authoring.xml)
Reported this today. We use <branchinfo a lot in lscs-authoring.xml: <branchinfo branch="//teamsite/data/main/someproject" project="someproject"> <runtime mode="production" lscsContext="lscs" lscsRuntimeTransport="http" lscsRuntimeHostname="localhost" lscsRuntimePort="1876" destinationArea="/opt/interwoven/LSCSRT_store/"…
-
LSCS Document search is not working
Hi, we are using TS4.1 in Linux box.in here we are using LSCs7.3 we can able to querying the metadata search and getting the response properly. but when we are trying to querying through Document search we are facing a issue. and when we are trying to get the document by using the doument id through URI it shows error code…
-
Approve/Reject of Review Task in Workflow without connecting back to TS
Hello Team, We would like to implement a Review task for a workflow in TeamSite with Approve/Reject links and this Approve/Reject should happen from email (that reviewers get) itself without interfering with TeamSite. Kindly let me know if this is doable? If so, can this be done using CSSDK API or any other suggestions?…
-
XSL error
Hi Experts, I am stuck into few lines of codes of xslt. when I am using below line of code without any condtion then I am getting required reult with no error: <xsl:variable name="productDataXml"><xsl:value-of select="document('/../productsData_staticTemplate.xml')" /></xsl:variable> But when I am using same line under…
-
When adding an active directory user, can you get e-mail as well?
In the Admin console, when I add a new AD user, search for the name, and see the name in the search results, email is always blank. Is there a way to get the email populated from AD when adding a new user? Is it just me, does anyone else see the email when adding a new AD user?
-
tinymce customization issue
hi i am using TS7.4.1 in linux box. here i configured tinymce4.x. i want to customize to hide the menu bar. for that i added the code in custom_config.js file. while loading my DCR it shows an error tinymce object is undefined. tinymce.init({ selector: "textarea", menubar: false });