-
TeamSite::WFtask::isActive
Other than calling iwgetwfobj and parsing the output, is there any way to determine if a task is active? I would like to use the TeamSite::WFtask module but it doesn't seem to have an isActive member. As an alternative I was thinking iwquerytasks but I can't figure out the syntax. Basically I have an external task ID, I…
-
Empy Initial Workarea
I need to make a new workarea in an existing Branch based upon the Initial empty edition. Problem is, I now longer have the original empty Initial Edition. How can I create an empty workarea without the Initial Edition?
-
odgethome
Is there a CLT like iwgethome that gives the installation directory of OpenDeploy? I would rather not hard-code this value in my scripts, put it in a config file or read the registry to get it if it can be avoided.
-
XSL for DCT?
Does anyone have an XSL that can be used to render a DCT as HTML for a browser, so that templating requirements can be seen without an active Interwoven account, system, etc.?
-
Determine if process is running under ExternalTask
It seems that when a process running as an ExternalTask calling CLTs needs to redirect STDERR to a file or it is not available - just doing my ${ouput} = `cmd 2>&1`; will not trap STDERR (at least under TeamSite 5.5.2 on Windows 2000). I have a module that is intended to wrap all CLT calls and performs this redirection. I…
-
Search Engine Code
My users needed a search engine for Teamsite 6. I wrote a few jsp pages for them. I thought I would share them with you. It's messy, basic (no AND or OR searching) but it works and would be a good start for anyone wanting to get back basic search capabilities. I am querying the tables created by DataDeploy on a Microsoft…
-
determine launchpad configuration
In a 5.5.2 custom menu item, is there any way to determine if the user has configured launchpad for remote or local editing? I need to include upload links if the user has configured launchpad for remote editing. I think upload is not a supported CCI, but I do remember seeing it somewhere (I think…
-
"Find" custom menu item
Does anyone have a good 5.5.2 custom menu item for find that they would be willing to share? I would like to give the users four textboxes, two for filename (one regex, one exact) and two for text (one for regex, one exact). It should not allow exact if regex is entered and vice-versa. It would look in all files under…
-
Dummy proof workflow
Our users complain about the way TeamSite workflow works: 1)When they click the run job button, there is no progress bar indicating that the system is working on creating a job instance. They will click the button run job button again and again. 2)They will double click instead of single click the run job button and create…
-
8 Store Limit
Is the 8 store limit a hard TeamSite limit or a licensing issue. I have a need for more than 8 stores but read in the TeamSite documentation that there is an 8 store limit. Please explain.
-
Oh, Fork it!!!
I have an idea for a new type of workflow task - it's so simple it might have been discussed before, but when have I ever skipped an opportunity to see myself post something? I would love to have a task, let's call it a forktask that simply provides the ability to transition to various successor tasks based on the value of…
-
Does TeamSite 6.1 support iwtemplates.cfg?
I can not find a "New File" option in either ccstd or ccpro under file actions list. Does TeamSite still support "New File" templates configured using iwtemplates.cfg? I have tried to copy my TeamSite 5.5.2 iwtemplates.cfg into TeamSite 6.1.under iw-home/local/config and nothing happened.
-
what is a vpath
I always thought a vpath was a device-independant specification for a file in the IFS. I always throught the vpath for something like Y:\default\main\WORKAREA\work\dir\file would be /default/main/WORKAREA/work/dir/file. But when I invoke show_env.cgi it says the vpath is more like \default\main\WORKAREA\work\dir\file. So I…
-
Passing empty string to externaltask script
If I have an externaltask script that takes one parameter and I pass in an empty string for that parameter (""), the other standard parameters, like Job ID, Task ID, etc. end up being empty as well. What the ****? This is an example: <command v='__TAG__('iw_home');/iw-perl/bin/iwperl…
-
Limit multiselect choices via formapi?
Title says it all...is it possible to limit the amount of choices a user can select (ctrl-click) in a multiselect to a maximum of 2? i am able to alert them if they pick more than 2 using the below code, but this isnt a great solution imo. If this isnt possible am i able to remove selections over 2 automatically? thanks in…
-
TeamSite 6.0 ContentCenter Pro. Exception
After I upgrade from TeamSite 5.5.2 SP1 to TeamSite 6.0 (On AIX platform). When I browse to main branch(/iwmnt/xxxx/main), I will get a Java Exception: I can browse any file at AIX command line. I create another backing store to store our data. the /iwmnt/xxxx/main exist. How can I solve them. It is very emergency, we must…
-
enable ccpro features in ccstd
In the OOB ccstd, user can't tag multiple files at the same time because when the files are listed, there is no checkbox for you to select more than 1 files. So I started to play with the UITK and I was able to add the list_my_workareas link from ccpro to the ccstd directory list heading in ui_custom.xml: <heading…
-
VFE onItemChange event
I have to set a flag in the DCR if a user updates a VFE-inlined textarea. I am using an onItemChange event, but it fires when the user does not change the content. Apparently the VFE field has the focus when the form loads, then they click on some other item and the onChange happens even though they didn't make a change. I…
-
Active Directory and Nested Groups
TeamSite 6.1 on W2k SP4 I'm having a bit of a problem with nested domain groups (active directory). I've read a few posts about similar issues and have read the "Interwoven Best Practices TeamSite and Active Directory" PDF. According to the PDF, what I want to do is possible. Here's the scenario: I have a branch shared by…
-
Escape DCR HTML for TeamSite::DCRnode
I don't doubt something like this has been posted before but I don't know where to look. I have to check the content of one element in one DCR (newcontent) and update the corresponding field of another DCR (oldcontent) if the corresponding element differs. I am doing this with TeamSite: CRnode and it seems to work unless…
-
ccmail_header.tpl
Hi, I am using TS 6.1 on Solaris. While trying to configure and send email from workflow using iw_solution_email.ipl I am facing this ccmail_header.tpl issue. The iw_solutions_debug.log complains of this error - ========== Generate Command (Mail Header) ========== /opt/Interwoven/TeamSite/bin/iwpt_compile.ipl -pt…
-
Deploying a generic thumbnail
Hello all. I have a container hierarchy that contains image and non-image (text, unsupported formats) files. This content is used by a website, and I deploy the assets to the web server via Deployment Agent. So far, so good. Now, I also use Deployment Agent to send thumbnails of the files to the website. This is where…
-
Privatized file wreaks havoc with updatetask
I filed this with support but thought maybe one or two of you might be interested to know about it: We came across a scenario in one of our workflows that causes an error that should be caught and either avoided or reported better in TeamSite. The situation is when a user inadvertently selects a privatized file and starts…
-
5.5.2 DCT error with inline statement
I have an inline command with which I am trying to pull a dynamic dropdown list from a flat file. While the .ipl file to create the well-formed dropdown list from the text file works from the command line, I get the following error when I try to call the .ipl file from the DCT: Templating Error Page A problem was…
-
Oracle Drivers/MDAC upgrade?
We are experiencing problems running another application on our Interwoven server. Investigation into the problems has pointed us to the Oracle Drivers on the machine. The drivers involved are part of the MDAC on the machine. Currently, this machine runs MDAC 2.5 SP3 which is the version that is installed when running the…
-
available_templates.cfg
The last time I had to set up workflow rules using the standard tools there was no available_templates.cfg - only available_templates.ipl. Since then I've been doing that business logic in .net or Java instead. Now I'm reading the scanty documentation on available_templates.cfg and based on that I can't see how to…