-
Current Tasks
We are using 5.5.2. I currently receive an email from a workflow that states: "Log into [ul]Interwoven TeamSite[/ul]. View your To Do list." Is there any way I could link directly to the user's To Do list regardless of their Home Page? The goal would be to allow users to click directly into the task list, eliminating that…
-
STDOUT/STDERR redirection under DCT
I am using iwconfig in a DCT inline to retrieve a value from iw.cfg. The inline works when I run in on the command line, but when run through the UI or with iwdctacleval it appears that iwconfig does not return the value. I know there's something lame and broken with redirection of STDOUT and STDERR for ExternalTask…
-
CGI links broken in preview
iwserver: 5.5.2 Build 20638 Interwoven 20030604 on W2K. I am previewing a templated page that contains links passing URL parameters to CGI scripts in the same workarea. When I view source of the page the links looks right, and if I paste those links into the same browser they work. But when I click on the link in the…
-
formapi
Hi, I am using formapi to validate dates on 'onsave' event. Validation is happening, but after the alert message, getting http 500 error page in the top portion of the dct (where all links like save, save as, preview, generate) are there. I am not able to use 'onchangeitem' because i am using cgi-callout for calender to…
-
OpenDeploy Error Control
What is the most reliable way to determine if a deployment was successful? The existing logic is calling iwodstart (is there some better way?) and ignoring any results. The first thing I need to know is whether the content was deployed or not - can I check the OS return code and/or the output of the command? What OS return…
-
Controling the Max Number of Replicants
On 5.5.2 SP2 Looking for a solution to dynamically change the max number of rerplicants depending on the value of a radio button on the DCT. I've gone down the path of making the individual replicants visible/invisible along with setting their value to empty string, but I'm not crazy about that solution. I'd rather…
-
HELP!!! iwservletd will not stay up
We are using Windows and usually we don't have any issues with the services starting. We had to restart the server this morning due to it being hung and the iwservletd service will not stay up. We can start it and it stops within a couple of seconds. The even logs state that the JVM stopped due to error code 1. Any ideas?…
-
Custom Perl module under TeamSite
Hi, Can anyone suggest what should be the best process for creating and installing a custom perl module under TeamSite?? I have manually edited Usertask.pm under iw-perl/vendor/lib/TeamSite and created a new file called Mytask.pm. I saved this under same TeamSite folder. But I can't access sub routines in this Mytask.pm as…
-
Administration GUI
I have upgraded from TS 5.5.2 sp5 to 6.1 on windows2000 sp4 and trying to access the Teamsite Administration gui through the "http://hostname/iw-cc/tsadmin" and I get the error below HTTP Status 404 - /iw-cc/tsadmin -------------------------------------------------------------------------------- type Status report message…
-
OpenDeploy 6 is Available
OpenDeploy 6.0 is now generally available for download from the Interwoven support site: http://support.interwoven.com If you're using DataDeploy and wish to upgrade to 6.0, you'll need to download the DataDeploy 6.0 module enabler tool in addition to the OpenDeploy software. Cheers, Todd Scallan Director of Product…
-
VFE question
So far in this career I've done a pretty good job of avoiding VFE configuration, but now it looks like I have to get into it. VFE here is configured to use a custom css. If the user selects text and selects one of the styles in the drop-down, the content looks fine in WYSIWYG mode. Switching to HTML source mode, the…
-
more on wfworkflow/wftask
If I call the methods that add files, comments, variables, etc to a WFworkflow or WFtask, do I have to call Refresh to ensure that that data is returned if I subsequently call GetFiles, GetVariables, etc. or is that taken care of for me? It wouldn't need to re-retrieve the XML, just have those methods update the in-memory…
-
TeamSite 6.1 Service Pack 1 error
Just installed TeamSite 6.1 SP1 on Windows 2003. When I logged in CCPRO, I got error message: No UI configuration found matching item ID iw.ccpro.workflow of type com.interwoven.ui.base.ui.config.Heading The "Content" and "Workflow" tabs disappeared from the top part of the page. Anyone had similar problem?!
-
TPL sets EAs
I didn't write it and I'm not going to comment on or change the logic, but the TPLs here set extended attributes on the files they are generating. Of course this fails for new files and for preview as the files that it's trying to set extended attributes on don't exist. What would you do to get around this?
-
Image Upload with VFE and FormsPublisher
Hi All - In preparation for upgrading from TS 5.5.2 to TS 6.1, I've been converting the few templates I have into the newer Forms Publisher version of templating. While working on one of the templates, I thought "hmm. I think I've heard that image upload was going to be easier in Forms Publisher". So I started looking into…
-
Message Board Solution?
Another business unit contacted us asking if there was any way to create a "community message board' on the Intranet. Any easy request w/o worrying about TeamSite, but sadly. We must! Has anyone had any experience / brainstorms, etc... with a similar issue. The primary concern is archival as we are a financial services…
-
Special Characters Stumper
Teamsite 6 I need to add the following to the description (the little question mark icon next to the input fields) section of some of my fields in my datacapture form. Use HTML for the following trademarks: ® = ® But, when I use this it the datacapture form has a problem with the ® and won't display the form (as to be…
-
Directory Structure
Hi, I have hundreds of thousands of documents (Knowledge Base articles) to be imported into Teamsite. There is no realistic classification to distribute articles in smaller groups. Article IDs (File name) are six digit unique numbers like 123456, 123457 etc. I can dump all articles under a single WA/Folder but that will be…
-
Lightweight System to replace TeamSite
I swear that the decision to replace TeamSite was well under way before I joined this project as users, developers and adminsitrators have always been unhappy with the tool for a variety of reasons. In general the existing implementation is pretty bad (thanks XUMA) and it is just too complex to adapt to emerging…
-
speaking of crappy documentation...
What the heck is this in TeamSite::WFtask? GetFileComments(\@list, $felement) Gets the file comments for the task. The result is an array of hash refs, where each hash has keys of 'date', 'task', 'user', and 'body'. It looks like this subroutine returns undef so I don't know what is ment by "the result". I assume the list…
-
importing data records
Hi, we are looking for some help in importing data records (including associated metadata) from version a. (an interwoven teamsite in location 1) to version b. (an interwoven teamsite in location 2 - which is very far away...) Can anyone recommend a sensible way of being able to ship the data (ideally on cd!!). All help…