-
TeamSite Scalability
Can we have multiple nodes of a TeamSite instance to support horizontal scalability or Teamsite support only vertical scalability where we need to upgrade server specs to support the scalability of TeamSite?
-
Weird Publishing error
Hello Experts, Teamsite/OD Ver - 16.6.1.2 OS - RHEL 7.7 I am publishing some folders/files from our UAT Teamsite to Prod Teamsite. Folders are getting created on destination but files inside are not getting published. When checked the log it says ERROR: setting access to files When I checked further I found out the the…
-
How to Create New Html Component
Hello guys, on Teamsite documentation 20.0.4 developer guide I try to create html component from CC professional but I can't find in File -> New Component , I appreciated for any help
-
Archiving TeamSite content to Smarsh Vantage (or other content sys)
Hi, I know there are a number of other companies doing this, so wanted to post this query here: We are busy migrating our content out of the legacy TeamSite system to other content systems, but for some of the content we need to retain old file versions for audit purposes. Is there any content system that lends itself to…
-
Connect to teamsite Mysql DB
is there any way to connect to Teamsite database .. I need to global varablies for username and passwrord and jdbcurl to make connection running without know values for these parameters protected void connect() throws SQLException { if (jdbcConnection == null || jdbcConnection.isClosed()) { try {…
-
TeamSite 16.6.1 installation with Oracle RAC on RHEL 7.7
Hello Experts, My TeamSite installation on RHEL 7.7 not working with ORACLE RAC. it shows that installation is successful but there are no wars deployed inside standalone folder. On inventory.xml, OpenDeploy, Datacontainer, FoundationLibraries and Application container are in completed state but common services has below…
-
Extract DCR path and name using formAPI in tagui configuration file
Hello Experts, I was looking for a solution to extract DCR name and path using formAPI in configuration files under tagui/ruleset60 folder. I can get the workarea name using IWDatacapture.getWorkarea(); but IWDatacapture.getWorkarea(); is not working. Thanks in Advance! Niraj
-
Sudo not working correctly on a Centrified TeamSite server
We're running TS 8.0 and things have been running smoothly as sudo "tomcat" when the server was not Centrified. Once it was Centrified, we can't run as sudo any more. The iwserver command insist that we ran it as "root." Has anybody run into this ? And what's the fix ?
-
Weird TPL error
Hello Expert, My TS version 16.6.1.1 installed o RHEL 7.7. We recently migrated from TS 7.5 to TS 16.6.1.1. We still using TPL file to generate html files. After the upgrade we were facing this very weird issue where extra content can be seen on generated HTML pages after removing some content from DCR. There were few old…
-
Custom layout XSL error
Hi Experts, System Details OS - RHEL 7.7 TS - 16.6.1.1 I am trying to create a custom layout for my livesite pages. Below are the steps I followed along with code: 1> Created a custom layout xsl under livesite-customer-src/etc/classed folder 2> Added a entry in pagetype-config.xml 3>created a canvas under iw folder. Now I…