-
container-FormAPI
Hi, How to find out container name in form-api. I have container with A and B.I want to know from form-API whether i selected A or B. for ex: <container name="AORB" combination="or"> <label>A OR B</label> <item name="A"> <label>A</label> <textarea row="5" col="20" > </textarea> </item> <item name="B"> <label>B </label>…
-
MetaTagger from WorkFlow?
Hi, We are using W2K, TeamSite 5.5.2 sp3, MetaTagger 3.5. We are trying to find the best way to integrate using MetaTagger into a workflow. What are some options on this? One thing we thought of was: a) user uploads a new image via TeamSite GUI. b) they checkmark the file and then start a new workflow. c) the workflow will…
-
How to get the Visual editor as a pop-up?
I am trying to use VisualFormat by creating buttons each place it's specified, so that the textarea looks like a "regular" one, but clicking the button placed next to it will pop up a window with the VisualFormat editor within it. The string I am using for this is: <textarea cols="80" rows="20"…
-
iwextattr and multi-line attribute values
Does anyone know if/what Interwoven products currently or may in the future set extended attributes to multi-line values? For better performance I would like to run iwextattr once (-l) when I create the object that represents a file rather than once for each extended attribute (-g) that may exist. I imagine I would use…
-
list-to-replicant
Hi, I have a problem with datadeploy while deploying commaseparated values. It is working if i gave like below and it expects comma separated values. <column name="MODEL_ID" data-type="NUMBER" list-to-replicant="yes" list-field="ConsumablesORAccessories/0/SelectedConsumables"…
-
Presentation Template Error
Hi. We are using Presentation templates to just preview the content. When the user clicks "Preview " in the presentation template i redirect the user to the Application server where he can preview the Content in a JSP. As soon as the user clicks the save button on the DCT, i use Opendeploy to deploy the files associated…
-
setValue-Replicant
Hi, I have a item called DependentFiles with replicant.I want to set the value for item Name.I am doing like this IWDatacapture.getItem("/DependentFiles/Name").setValue("test"); But it is not working.?? <item name="DependentFiles"> <label>DependentFiles</label> <replicant min="1" max="999"> <item name="Path"> <browser…
-
CGI-CALLOUT
Hi, In the below code.Is it possible to pass selected Products for example AA to the callout on the Models without formAPI. I want to use select products in my cgi.Could anybody give idea how to achieve this ??? <item name="Products"> <select> <option label="AA" value="AA"/> <option label="BB" value="BB"/> </select>…
-
Menu item localization
Mr. Customer ask us to localize the language on the TeamSite UI ,like menu item , messages ,buttons. The buttons are the only easy part since I can change the image files. But I was wondering is there any options I have for localizing the text in the menu list ?
-
How to enable "List Modified" menu item for Author
Dear all How to enable "List Modified" menu item for the Author? Marco ITRI ITRI
-
Call FormAPI from CGI callout form
How would I reference methods of IWDatacapture in a popup window created with a CGI callout?
-
Windows Restart Tomcat without truncating logs
One of the things I frequently do when TeamSite becomes unusable is to restart Tomcat, which generally has to be done quickly to keep the users from getting restless. Through the control panel this always seems to truncate the log files which may contain the debugging information I need to figure out why it had to be…
-
W2K TeamSite SP3 Experiences?
We had some issues with TeamSite 5.5.2SP2a on Windows2000 and are hoping to avoid a repeat with SP3. Is anybody using SP3 on Windows in production? Were there any issues with the upgrade? Thanks in advance, -John
-
Can not Gunzip SP3 File *DELETED*
Post deleted by joefromphilly
-
cgi - javascript
Hi, I have a java script in cgi like below . In javascript i am calling formapi function which returns value. I want to use that returned variable in my cgi.Could pls. give idea how to use that variable. print <<END; <script language="JavaScript"> var value = opener.top.getScriptFrame().handle_onCallout(item);…
-
Replicant control
Is there a way we can perform functions when a replicant button is pushed. For instance, I'd like to do a one up number for the date entered in the last replicant. This would help reduce the need to have to re-enter the date and then modify. Also, is there any code for creating calendar entries (I need an entry for each…
-
IF Expression
I want to use an IF expression to see if the user has selected a radio button or if a value has been carried over from the dcr iterate. If not, then the file properties (extension, size, size flag kb or mb) will not be displayed. This is an optional field. <iw_if expr="{iw_value name='docresults.File Type/'} ne '' ">…
-
callServer
Hi, I have a callout which is working from the browser.When i am calling same from the callServer it is not working. I am attaching my prg . Thanx in advance
-
OD Server Mgmt through Firewall
Hi, does anyone know how to configure it so that I can manage my remote OD servers through a firewall? OD 5.5.1 SP2 On the receiver I have defined the rmiConnectionPorts to be 13024 to 13033 via the deploy.cfg file. The firewall has these ports open. I also have port 9173 open. It still doesn't appear to work. Any help…
-
High Availability - MS Clustering
Is there anyone who has implemented TeamSite HA in a MS clustered environment? How is it working? Are there any issues? We met yesterday with our server support team and heard that they have had performance problems with clustered servers. We would like to have a short con call to discuss the implementation.
-
Encodepassword Feature
Just out of curiousity - has anyone else experienced that fact that using the new encodepassword feature in DD 5.6 it encodes the passwords with the same password each time -We run the command below on two different database.xml files one on development and one on staging and the same password sequence is generated? Is…
-
Guide lines for Branching, Templating & Time Frame
Hi all, I am in a process of giving a project plan for part using TeamSite (V5.5.2 in UNIX), where we have just started with creating mockups for the web pages. I expect, few java related files including jsp’s (<50), htmls (>200), lot many image files (> 1000), possibly few presentation & pdf’s Can somebody give me step by…
-
FormAPI
Hi, Is there any way to get below variables using form api. my $form_name = $cgi->{'form'}{'iw_form_name'}; my $element_name = $cgi->{'form'}{'iw_callback_var'}; my $user_name = $cgi->{'form'}{'user_name'}; my $item_name = $cgi->{'form'}{'iw_item_name'}; my $item_description = $cgi->{'form'}{'iw_item_description'}; my…
-
ID/PW elimination/ iw_solution_inlinecallout.ipl
This is a canned perl script called iw_solution_inlinecallout.ipl which is available here: https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=48942 Does anyone know how I can eliminate the $db_user_name and $db_password so they are not in this script - to me this is a secruity no no and will mean that each…
-
slow Page Re-draws using the Visual Format tag
When I use the browser UI with the Visual Formatting selected in my paragraphs, the page loads very slow in my browser (IE 6.0, NT 4.0) Is this a common problem, or is there a way around it?
-
How to get Bold, Italic, URL Links in Browser UI?
I am using the browser gui, without the visual formatting tags, as they make the page load very slow. Is there anyway to still get the ability to automatically set words in bold or italics, or to link to a URL just using the rtf="t" tag, and not the visual formatting?
-
Why do I see multiple open tasks for the same job?
I have an existing job with two tasks displayed in the To Do list. One of them is listed as active (and that's correct) while the second one is INACTIVE but still displayed with the option to Take Back the Task. Could someone please enlighten me as to why this is happening and how I can cause the second task to just go…
-
OpenDeploy Error
We need to deploy multiple DCRs simultaneously using one DNR Configuration. At present we are doing an exec for each DCR which needs to be deployed. When we try to do an exec on 2 or more DCRs we get the following error: clear***ERROR - Starting deployment. Reason from server: DEPLOYMENT_NOT_QUEUED Details : Deployment…
-
Help with long or statement
I'd like to conduct a test, and perform the step if one of the three dcr fields has a value checked in order to control a line break in a TPL. But am getting an error message. Whats the correct way to string multiple 'or' statements together ? <if_if expn='({iw_value name="prodresults.Image one"/} eq "Yes"') || ({iw_value…