-
transitiontask CCI bug?
TeamSite 5.5.2 on Windows 2000. Sending a CCI link such as this: <a target="_blank" href="http://server/iw/webdesk/transitiontask?taskid=19219">Transition This Task</a> to an Outlook client, when the user tries to transition the task they get the attached JavaScript error. The task is transitioned. Has anyone else seen…
-
getOptions()[].value is null error
The following code is giving me a javascript error of getOptions()[].value is null or not an object That would be on this line: var myvalue = item.getOptions()[typeItem.getValue()].value; Does another set of eyes see something I don't - I tried to in the main function var typeItem = 0; but that didn't work then I tried to…
-
Author Permissions to Delete folder
Can a author have the permission to delete a folder from the workarea? Please clarify. TIA Ashish
-
Filelist Deployment doesnt delete from DB?
Hello all, we are using an OD configuration with DNR (which in turn invokes DD) to deploy and delete files and database assets via filelist. the filelist will deploy files and write/update the database fine. however, the filelists will delete xml but leave the file's corresponding entries in our production IW database. we…
-
Parallel Deployment - OpenDeploy Fails
Hi, I am trying to open deploy the files to the webserver, using the same XML config file, while a deployment is already running. For some of the files i got the error. Status : Failed Reason from server: DEPLOYMENT_NOT_QUEUED Details : - There is already a deployment 'oddd_delta_cscw40' running. Request to start it now…
-
Parallel Deployment - OpenDeploy Fails
Hi, I am trying to open deploy the files to the webserver, using the same XML config file, while a deployment is already running. For some of the files i got the error. Status : Failed Reason from server: DEPLOYMENT_NOT_QUEUED Details : - There is already a deployment 'oddd_delta_cscw40' running. Request to start it now…
-
iw_first_time
I am porting a workflow from TeamSite 5.0 on Solaris to 5.5.2 on Windows. The .wft contains the following code: iw_desc => [ html => '<textarea rows="4" cols="50"></textarea>', error_msg => 'Please enter a Job Description.', is_required => 'true', label => 'Job Description:', valid_input => '$iw_first_time ne "true" && $_…
-
Type of DataDeployment to use?
Wondering -- if I were to launch OpenDeploy with DataDeploy transactionally and in that order (thanks so much for the comments on my previous post, by the way!) if I were to run DataDeploy as a delta update, would the delta always be zero since the content would have been submitted to STAGING prior to this point, rendering…
-
cgi script location
Do all scripts being called from a cgitask have to be in httpd/iw-bin? I realize specifying a path causes the task to fail. But is there a way to change an environment variable or something to the force the cgi to look somewhere else? The reason for this is that we have multiple groups using a common workflow but can start…
-
Using OD and DD transactionally without DAS?
Is it possible to use OpenDeploy and DataDeploy in sequence, transactionally, using only standalone deployments (and not DAS)? If so, how? Thanks! dave@simpleinternet.com +USA (215) 962-5153
-
Carriage returns in saved DCRs?
For some reason we are now seeing carriage returns in our DCR xml after we resave them in teamsite 5.5.2 sp2b. This is causing problems in our JSP pages rendering them, thus we do not want the carriage returns in the .xml. how do we disable this? any help would be appreciated before: <record…
-
Lifespan of 5.5 and 5.6 products!
Does anyone know/heard when support will end for the 5.5/5.6 versions of Teamsite/Opendeploy/DataDeploy The support site and newsletter talk about 5.0.x in the snippet below which to me isn't any of the versions I'm running! "We are announcing the final year of support for TeamSite 5.0.x, TeamSite Templating 5.0.x,…
-
Placing var Value into DCT field
In the following snippet - I'm correctly getting all my values and forming a href the way I want. However, I'm now having one **** of a time trying to get the value of var pm into the DCT field whose item is pm - as you can see below the two commented out lines using getElementbyId didn't work - I thought that would be the…
-
DataDeploy , doc and pdf files
Does datadeploy only deploy templating created files to the database? I setup DataDeploy and then created a deployment of the EA out of Teamsite and it only created rows for html and htm files that were created using templates. Will it do other file types? If not then why even use this product? Metadata should be able to…
-
DAS config help
I am trying to get DAS configured on my Teamsite server. I have followed all of the steps to get it up and running and I do have it working somewhat. I am only trying to do the metadata part of DD. When I use the UI to generate the base tables for a particular workarea it only puts in a small number of files into the base…
-
Could not rename...
I occasionally see such log entries for our OpenDeploy configuration. Seems like some sort of permission issue but I cannot trace what exactly is going on and why. Did anyone else have such a problem? Thank you. ----- (3) id=0 server: directive[get .\rapor\EMD-TemelAnalizi.pdf] id=0 server: Receiving…
-
DELTRACKER
Hi, I am using TS5.5.2 and DD5.6 I am using stand alone deploy update-type="standalone" delete-tracker="yes" My question is about delete-tracker="yes" is it must standalone deploy ? What is advantage ? Thanx in advance
-
Import Files Vs. Moving Directly to Y:
Currently most of the teamsite users at my company work directly from the Y:. They create/copy/move files from their mapped Y: drive in Windows. My question is, what is the benefit of using Import Files/Move from the Teamsite GUI as opposed to using the aforementioned method? What is gained by using the Import Files method…
-
iwxml_validate.ipl
When running iwxml_validate.ipl -well on the attached file, it fails claiming the file is not well-formed. However, when I open the file in IE there are no problems. Is there a bug or size limitation to iwxml_validate? David M. Doggette President 2HB Software Designs, Inc.
-
Populating eventsubd_err.log
How does one generate an error so that the eventsubd_err.log located in Teamsite/local/logs get's populated. We just switched to the event server so my log parser for errors needs to be changed (was checking iwsyncdb.log) Thus - I need to know what error strings I will be parsing as well as a date format (as these are…
-
Whither WorkRoute Pro?
iManage provides (provided?) Fujitsu iFlow as their WorkRoute Pro product. Will this continue, or will WorkRoute Pro be replaced with the Interwoven workflow product?
-
<textarea> default length
Does anyone know how many characters can be stored in a <textarea> element within a DCR? I would imagine it is a large number but I need to know what number it is. I have a DCR that won't display and I think it is because I have too many characters in my <textarea>. Finally, is there a way to increase the number of…
-
regex: How do I negate a word?
This should be simple, but for some reason I’m having a pre-Christmas mental block Can anyone suggest a regex that matches all paths EXCEPT if it has the string “iwapps” in it? For example, it should NOT match: /default/main/Intranet/WORKAREA/dpike/iwapps/index.jsp But it should match:…
-
Changing a workflow mid-flow
Is it possible to change/modify the workflow once it has been started? Or do changes only take effect once a new workflow is started
-
Checkbox on metadata capture screen
Hi, I'm using TS-5.5.2 SP3 on Win2K. I'm trying to use a checkbox field on metadata capture screen. Following is the config from my datacapture.cfg <item name="All Depts"> <database searchable="f" deploy-column="f" /> <checkbox> <option value="All" label="1" selected="t" /> </checkbox> </item> I want the checkbox to be…
-
iwperl Process hanging on Win2K server
We are getting some hung processes on our NT box. Nothing different about the server just more people doing Templating but that is just 3 more people. When I remove the iwperl.exe process from Task Manager the server goes back to about 5% utilization. Any ideas? Does Templating call iwperl by default or is it only called…