-
domain not showing up on login page
Hi, I'm using TS 5.5.2 on Win2K. Sometimes (I guess afer I switch between the cluster servers), my domain name disappears from the domains list box. I've added the domain in the domain_list attribute of [iwserver] section of iw.cfg Although I can see in the log files that the domain name was in fact added. The log file…
-
Where is the Interwoven UI Customization Guide?
The Release Notes for TS6.0 refer in multiple places to the Interwoven User Interface Customization Guide. Where can I find a copy of this manual to download? It's not on the Product Documentation Download page. Dave Smith Sr. Software Engineer Nike, Inc. (503) 671-4238 DavidH.Smith@nike.com
-
Automatically kicking off a WFT using <wftask>
I thought I'd start a new thread on this so the details don't get lost in the other thread about transition comments. Looking at my problem another way, I have a parent workflow that kicks off up to 5 concurrently nested child workflows using <wftask>. I would like to turn these WFTs into job spec files so that I can use…
-
generate a page from one branch into another branc
Hi, i'm trying to generate a page from a dcr in the branch a into another branch b. in the generate page browse button the different branches are not getting listed ..it shows only the root directories in branch a. Any immediate help in this regard is greatly appreciated. Thanks
-
onItemChange event
Hi, I have code on item change event it checks for existence file validation if it is selected before it will display message that is working fine. If reselect same file it won't fire onItemChange Events bcz same file i am selecting ? Is there any way to solve this with out redrawing dcr.? for example: i have selected…
-
SQL in Before Datadeploy
Hi, I would like to run SQL before my datadeploy start.So i specifying like below my sql statement in datadeploy configuration <deployment name= "DeployDCR"> <destinations> <database use = "oracle9i" table = "no-table-needed"> <sql user-action="runquery" type="query"> select * from users where user_id =1 </sql> </database>…
-
Moving IW environment from 1 network to another?
Hello, i am really in need of some help here. due to performance issues with our architecture (long story), we need to move our whole IW production environment from 1 network to another in a very short time. 1) what is the best practice for this? 2) what all will need to be changed? 3) what issues should we look out for?…
-
workflow with no active task
What does it mean if a task appears in the TeamSite todo list (looks like an externaltask that never called back) and the job appears in the output of iwgetwfobj but no corresponding active tasks shows in the output of iwgetwfobj: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <wfregistry> <workflows> <id…
-
IWFREEZE - ERROR:02005: No archive found Error
While running the following iwfreeze command from a DOS promt I get the following error? Any suggestions? E:\iw-store\default\d0>iwfreeze + 1500 ERROR:02005: No archive found
-
Datadeploy-BLOB
Hi, I am using Datadeploy 5.6 and TS5.5.2 I am inserting files into DB as BLOB content it is working fine if i use update-type="standalone" delete-tracker="yes" in my configuration file If i use update-type="standalone" delete-tracker="yes" real-update="yes" first time it is inserting .Second time if i update dcr submit…
-
creating a new branch based on previous edition
Is this possible? If so, how can i do it?
-
OpenAPI server startup failed
We've upgraded to SP3 and are now getting the following error in the servletd_err.log file. Has anyone seen this before? Exception: null java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at…
-
templating
Can I have my presentation template create the output file name from a data field in a data capture form?
-
saveandclose
Hi, I have datadeploy code in onSaveDone.It is working fine. when i click saveandclose it is not waiting for confirmation of datadeploy part? when i click on save it works fine. Any suggestion is appreciated Thanx in advance?
-
displayMessag
Hi, I am using after save the following message. IWDatacapture.displayMessag("Deploying.."); after deploying i am clearing IWDatacapture.displayMessag(''); Is it possible to set default i mean usally file name will be there after completion of dcr save? Thanx in advance
-
Perl Find Question
All of my perl does use strict. I have lots of scripts that need to find assets in a filesystem using various conditions - find all files, find all files containing some text, find all files with filenames matching some string, find all directories, find all files and directories, etc. I use File::Find::find for this but I…
-
problems with many paged DCT's
We have a cgi callout in our DCT which initiates a perl module that generates the pages of the DCR to a preview server, and displays a list of links for all those pages, so that the user can simply click on the links to preview their content (we're serving JSP's on our website). For some reason, when the DCR is set to…
-
CGI HELP
I need to know how to reference the IW_EVENTUSER (or equivalent) variable inside a cgi deployment script which I inherited from the IW consultant some 3 years ago. $in{user_name} that he coded never worked, now I have a requirement to get that info to pass along via email.
-
Replace iwsubmit with a script?
I have an application that integrates with TeamSite in a number of ways, one of which is by calling iwsubmit. The call to iwsubmit occurs in vendor-provided code that I would prefer not to edit. This code interprets any non-zero OS return code from iwsubmit as an error condition. There are two cases where I don't want this…
-
Highlighting Mode
Hi all, Using ts 552 trying to highlight labels of an item when the value in the item is wrong tried such kind of code and it duno work .................. reviewdateItem.setValid(false); IWDatacapture.setHighlightMode(true); IWDatacapture.redrawLabels() alert(" the value is not corrct "); result = false; } return result…
-
Backing Store Questions
1) How does one know if their data is going to a backing store in my directory \iw-store\default\inodes I see several files with handletonode.dir being the most megs but it's date is from one month ago? 2) Once I know the answer to 1) - how does one revert back to their old data via a backing store - is their some command…
-
Content with Multiple Branches
What is the best practice or how are others sharing managed content between two branches. Example if I have branch A and branch B - and my user types content into a DCT in branch A - but also wants that same content in branch B what does one do.
-
NewDCR
Hi, Is it possible to open new dcr with out navigating to category level? for example templatedata/categoryA categoryB categoryC Suppose if i am in data folder of CategoryC and if say newdcr it will prompt all three categories and select again category C? am i right? Is it possible open categoryC directly with navigating…
-
Disable directory rename
There is a configuration option in iw.cfg file: author_editor_rename_workarea=no Is there something similar to this - like author_editor_rename_directory=no - that we can use to disable directory renaming? We do not want directories to be renamed; but files under directories can be renamed...
-
Problems with symlink elements in TS 4.5.1
On our ancient TeamSite 4.5.1 installation, we have an element that appears to be a symbolic link (with a little arrow turning upward). For some reason, on the web server file system, the file is now not a symbolic link, and appears to be a slightly older version of the file. I don't understand why that might happen. The…
-
Most efficient way to Open Deploy
Currently I have a Perl Script that is triggered from my workflow that both DataDeploys the DCRs and then OpenDeploys any associated file-based assets. The Datadeploy is specific in that it deploys only those DCR files that were selected for submission. The OpenDeploy however is just a standard directory comparison on the…
-
Hperlinking DCR's
When creating a hyperlink to another page, how do we link to one file's DCR from a DCT ?