-
role-install.xml error message
I am insntalling LiveSite 3.0 on Win2003 Enterprise Server, on VMWare Workstation. My roles-install.log looks as follows after the LiveSite Install. Please see the error message towards the bottom of this file. Thanks [echo] [echo] TeamSite Installation Directory: C:\Interwoven\TeamSite [echo] TeamSite Temp Directory:…
-
Tagging step in workflows is read only
Hi. I've just upgraded from TeamSite 6.5 SP2 to 6.5 SP3. I'm not sure if this is related to this update or not; but there is a very strange issue regarding the tagging step in our workflows: When we submit a piece of content and initiate a workflow; the tagging step is "read only". The metadata capture form is shown…
-
Latest Version of Sun JRE Supported?
Once again, Sun JRE is being updated in our environment (TS 6.7.1)... Is Sun JRE 1.5.0.12 on the clients ok to use with TeamSite? Please advise. Thanks!
-
Moving from Lotus Notes vs Outlook
A few questions surrounding this move: Has anyone moved their email system from Lotus Notes to MS Exchange? IF SO, How have you dealt with the saved emails that exist in the WorksiteMP system since they are saved as DXL files? Any feedback would be beneficial. Thanks
-
WSDL for MB
One of our customers would like to use the Omnifind search engine to index MB. Would anyone be able to help with any sample WSDL for MB 4.5.2 so that they can work on the integration? Thanks!
-
TS custom scripts supports which languages
On Teamsite 6.5 while writing customised scripts are we limited to using perl or can we use other languages such as VB script, .Net...If we can use what are the different do's and dont's.
-
datadeploy problem
hi, My datadeploy was working fine. But when I added * a new item in the tag UI and also created the corresponding new field in the database. * also mapped the column name and value-from-field (no typo) correctly I see the new item in the tag UI, save it with a value - but when I deploy, it updates as 'null' in the…
-
Can TeamSite rate content?
I thought I remember reading that Interwoven had a product that could allow users to rate content. Has anyone enabled content rating using Interwoven?
-
LiveSite Runtime with http acceleration solution
Hi, Has anyone installed LiveSite Runtime with http acceleration solution such as Akamai? I'm looking for a general outline of your experience. Thanks in advance, Kevin
-
Logout Link in TS 6.7.0+ - Need to change target
I have looked at the UI Customization Guide, and for whatever reason I cannot seem to figure out how to change the 'Logout' link in the upper right-hand corner of CCPro. In CCStd I was able to... Here is my issue: In CCPro the 'Logout' link points to: https://cms.cards.citicorp.com/iw-cc/command/iw.reportingui.logout which…
-
Programmatically configure HotFolders
We are in a situation where we would like to programmatically configure HotFolders and also address the silly password connected to a user issue. I noticed that all the HotFolder configurations seemed to be stored in the HotFolder config .xml file. Can I programmatically stop the mbpublication service, alter the xml in the…
-
Remove the search icon in CCPro?
TeamSite 6.7.1 Solaris 9 Does anyone know the proper XML customization syntax (and which xml file?) is needed to remove the search icon from CCPro's UI? Please see the image below to see what I mean. I've RTFM'd and tried numerous variations of <iwov-delete> in ui_custom.xml and search_custom.xml, but to no avail. Thanks…
-
TeamSite Search - how to exclude all files except DCRs
I want to only index DCRs. My DCRs do not have file extensions. From what I can tell, I would have to add all the possible file extensions that my users import (100 to 120 extensions) to the iw.index.binaryextensions entry in the search.properties file in order to exclude them. The problem with that, is that a user can…
-
Need info on "Component Templates". Need to extract common functions into generic tpl
Hi, I am trying to get some information on "Component Templates". My requirement is to extract common perl functions into a generic tpl file. Say file A.tpl has common functions and I want to use these functions in B.tpl then i need to know the code to be written in B.tpl I tried <iw_include pt ='B.tpl'>. but it didn't…
-
Can't startup Interwoven TeamSite Index Server service
I have two servers. Search and Index are installed on one and TeamSite is installed on the other. When I try to startup the Index Service on the Search server it fails and I get a "Listener is unable to connect to the event subsystem" error in the iw.tsindex.log file. On the TeamSite server I get a…
-
Teamsite 6.7.1 on Linux
I did a fresh installation of teamsite 6.7.1 on Red hat Linux Enterprise 4. After completing all the installation steps i rebooted the machine. After the reboot the interwoven servlet daemon did not start. This is the error messages i see in the servletd.log file : Using CATALINA_BASE: /opt/teamsite/servletd Using…
-
Invalid Session String - WTF?
All of a sudden in our 6.7.1 Solaris installation, users are attempting to kick off a workflow and getting this nonsense: TeamSite: Wrapper Error: Invalid Session String I tried a 'iwreset -a' and a 'iw/server stop/start'. Didn't solve it. WTF??????
-
Hardware requirements
Hi, Hope by now most of you are working on 6.7.x :-) We finally decided to upgrade to 6.7.x and i tried to install the same on our sandbox and got a warning to install J2SE Solaris Patch Cluster patch on our solaris server. Is there any place we have all the hardware requirements. I looked at ts.670.admin.unix and found…
-
Maximum number of files on submit
Is there a maximum number of files allowed for a single submit? Or is it driven by the total amount of data possibly? thanks!
-
iwlock on new files
Hi All, We tried to lock a file in a folder in which all the files have version 0+ using iwlock command. The iwlock command failed for each file. But when one file was submitted to Staging, the comand worked successfully for all the files. This strange behaviour would result in failure of the workflow when a new folder is…
-
Need to output checkbox value if not selected
I have a checkbox item within my datacapture.cfg file, whose value is "1" if selected. How can I output a value of "0" for the item (dcr.metadata.mandatory) if the checkbox is not selected.? Can a single checkbox only have one value.?