-
Creating New DCR: Templating Error page
Teamsite v5.5.2 System: solarais 8 Just went through an upgrade from 4.5 to 5.5.2. Having trouble with creating a new DCR. A new DCR can only be created if a pre-existing dcr is modified in a particular branch. Otherwise, it returns err: For example , if we try to create a DCR in RES/ResOffices workarea the err is: Type…
-
TeamPortal: Missing Base Functionality
Recently, I've had the pleasure of integrating TeamPortal. We found that there were a number of short-comings. Here are the most obvious that we found: 1) Each user can only be assigned to one branch and one workarea. You don't have the option of switching workareas. 2) Group tasks will not work within TeamPortal because…
-
datadeploy error
Hi, I have moved stuff from dev to production. My datadeploy is failing. I am attaching my datadeploy log file. Could any give any suggestion what could be the wrong. pls.check the attachment for log file Thanx in advance
-
database.xml
Hi, I am using dd5.6 i have database.xml for my database connection info. database.xml ---------------- <?xml version="1.0" encoding="UTF-8"?> <data-deploy-elements> <database name = "DBconn" db="edr00.lsa.com:1521 sr" user="IN_TAC" password="***" vendor="oracle"/> </data-deploy-elements> ptdev.isa.com = (DESCRIPTION=…
-
What versions can I mix?
I am running Teamsite 5.5.2 and am about to install DataDeploy. What verison should I install? Can I use 5.5.2 of DataDeploy or can I use 5.6 without any problems?
-
Windows SP4 Problem
Does anybody have a workable solution to this problem. We now have all our Teamsite servers down until we can solve this. (Problem : with SP4 Launching the GUI just gives a page with the Teamsite version (5.5.2) on it)Edited by nichporter on 08/12/03 07:57 AM (server time).
-
Proxy Remapping
Trying to create a proxy remap that remaps anything in /sites or / to the same directory and file name within /sites.war. Example: /DIRECTORY/index.jsp -> /sites.war/DIRECTORY/index.jsp. It seems like it should be a simple iwproxy_preconnect_remap, but I may be running into issues with the remaps that TeamTurbo put in. I'm…
-
Print this Page
Is there anyway we can offer users to 'Print this Page' from a generated TPL?
-
MS-IE 6.0 Crashes
We use MS-IE 6.0 and when I work with a large DCT, I am able to input data and save it, but when I click on 'Close', MS-IE 6.0 crashes and tries to generate the MS report... The DCT has 3 large drop down list boxes (2 of them have all 50 states, and one has 32 locations). If I remove one of the state drop down list boxes,…
-
CGI Parameter
Hi, I am getting parameter to my callout like below $cgi->{'form'}{'ProductCategories'} when i call like this i am getting value for ex 1. Now i want to pass label of selected one ? Could any body let me know how to pass label to cgi-callout ProductCategories is dropdown in my dcr. <item name="ProductCategories"> <select>…
-
Nested <iw_iterate> in TPLs
I am trying to use Nested <iw_iterate> in TPLs, but only the first (upper) <iw_iterate> works. The second one is not, and should be contained within the first iterate. See attached code snippet.
-
Patch ID 1368 disrupts Templating Services
After installing Patch ID 1368 (on Top of all recent patches and Servicepacks) a DCT couldn't be closed any more, the "Browse"-feature of DCTs didn't work any more, we got tons of error messages regarding openapi in our error logs. I rolled back this patch and everything worked fine again. Edited by SilverServer on…
-
setmetadata
Hi I am working on a custom menu CGI script. User can select a file in the Teamsite UI and select "Set EA" from File menu. This CGI menu item gets the existing EA for that file and also compiles a presentation template that spits out an HTML Metadatacapture form which contains fields pre-populated with the existing…
-
OpenDeploy
Hi, I am new to all of this and I am trying to successfully opendeploy my files to my server. I finally ironed out most of my problems (I think?) and its still not working. Below is my log and everything looks good to me but Its still not deploying any of my files. Can someone please help me? Attached is my xml file,…
-
OD-DD sync for production DB
Hi, I've some doubts about OD-DD integration. I've HTML files to be deployed by OD and the metadata on these files to be deployed using DD. The metadata is going into the production Database. Can DAS be used for deploying data to production database? As per my understanding, DAS is used to keep the DB in sync with the…
-
OpenDeploy home directory is null
Hi, Can anyone tell me why I am getting OpenDeploy home directory is null? Below is taken from my log file: End of deployment config file[/opt/interwoven/OpenDeployNG/conf/eblast.xml] ENG: 2003-08-06 15:05:10 EDT GMT-04:00 Down revision OpenDeploy home directory is null ENG: 2003-08-06 15:05:10 EDT GMT-04:00 Simulate flag…
-
DCRVpath
Hi, Is it possible to find DCRVpath using formAPI when i am creading DCR first time ? I want to find out virtual path in onLoad Event parent.gDCRVPath?? when i am creating DCR first time it is showing blank. If i opened existing DCR's it is returning the path. Is there any way to find out Vpath when creating new DCR.I want…
-
OD-DD Sync Multiple Tables Deployed/Sync is OFF!
Using OD and DD 5.6 with TS 5.5.2: When running an OpenDeploy-DataDeploy sync we seem to be getting multiple tables of our content Deployed to our production database server. Opendeploy is doing everything fine, it deploys the assets and it deletes DCR's correctly. However, the Datadeploy production database server does…
-
Oracle Home
Hi, I have perl scripts to populate dropdowns. I am using oracle9.2.0 when i am trying to connect to oracle database using the below it is not working $ENV{ORACLE_HOME} = '/oracle/9.2.0'; If i used below oracle home it is working $ENV{ORACLE_HOME}='/oracle/proddb/8.1.6' I am wondering why oracle 9.2.0 client is not able to…
-
FormAPI-Dropdown
Hi, I want to clear the value and label of drop down using formapi. I am getting value using the below statement var index = IWDatacapture.getItem("/ProductCategories").getValue(); var option = IWDatacapture.getItem("/ProductCategories").getOptions(); option[index].value it will return value. But i want to do some things…
-
CCI in IWOV 6.0
Does anyone know if version 6 of Teamsite supports the CCI (Casual Contributor Interface) Thanks
-
WebLogic instead of Tomcat with TS
Hi, Is it possible to use WebLogic AppServer with TeamSite instead of the default TomCat? (i.e. TeamSite JSPs will be server by WebLogic) I need to do this in order to reduce the number of different components in my system. Thanks
-
CGI
Is there any way to know what file the user selected in the teamsite user interface from within the Custom menu item? My problem is i'm working on a cgi script (custom menu item) which the user invokes after selecting a file in the TS User interface. I want to get the VPath of this file from within the CGI. Is it possible?…
-
Nested Replicants
Are we able to have nested Replicant statements? For example: A drop down list box with locations A name field (text entry) Multiple training session dates for the name entered and the location specified. Edited by moorechi on 08/01/03 11:34 AM (server time).
-
Using CF to check if IW_value or parameter Exists
I'd like to know how we can check to see if a value within an Iterate has been filled in or not in order to control how the page will be displayed. In this case, if a value is entered, then a second column and table would be placed on the page. If not, then the main table would span one column instead of two. I know this…
-
Modifying File Operation Options
Hi, Is there a way to manipulate which file operation options are available in workflow? For example, I want the approvers to just be able to approve or reject. I do not want them to be able to edit the Data Record. Here is my system info: OS is : SunOS (5.8) Version: 5.5.2 Build 14136 Interwoven 20021127. Thanks. Annie
-
Refresh-TodoList
Hi, I have a workflow after my endtask i want to clear my todo list box . I mean i want to remove all the tasks related to workflow after my endtask. Currently in my workflow after end task still i am seeing all tasks in my todolist after i do refresh it is clearing. Is there anyway to clear those task after endtask? Thanx…
-
FormAPI Error:500
here is simple datacapture.cfg I have written to check formapi. -------------- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE datacapture SYSTEM "datacapture5.0.dtd"> <data-capture-requirements type="content" name="shoes"> <!-- data-capture-requirements elements contain area elements --> <ruleset name="TeamSite…
-
FormAPI Limitations ?
I will be doing Templating development work in a very tight schedule. Though I rate my javascript skills at quite good level (based on information on FormAPI basic requirements). Can somebody experienced, will explain me FormAPI practicle limitations & things to take care of before I will go ahead with loaded guns. ! Thanx…
-
iwchgrp is not working in 5.52 SP3
Hi, I am trying to use iwchgrp to change branch access permission. I cannot get it to work. The command is simple; and I do not believe I make any mistake on the command syntax. Has anyone actually tried to use it under 5.52 SP3? Is there any downside if I just change the branch permission through Windows File System?…