-
apache error logs - file does not exist
Does anyone else have messages like these in their apache error logs? There are so many in ours that the logs are almost useless in a text editor (I know I can write a script to parse them, but I am wondering if there is something I or Interwoven should fix). File does not exist: c:/iw-home/httpd/iw/ewebeditpro20/btnhr.gif…
-
changing ownership while copying file
Hi, we have set up branches for different language versions of the site. Each branch is shared by different unix group only for coresponding country editors. When we copy content from master (english) branch to country branches for translation, we have to change group ownership of files to proper country group. We have use…
-
refresh on VFE loses data
Sorry if someone has already posted this. If I use FormAPI to redraw a page (such as to make a drop-down read-only after the file is saved), if there is a VFE field on that page the data that was entered/changed in it is lost. Does anyone have a workaround for this?
-
save files dynamically via iw_ostream
Hi! I want to save files dynamically via iw_ostream, so that my cleated files end up in the same directory that my generated file does. Is it possible? Does anyone know how? /j http://jonk.svart.nu
-
Trigger workflow
What are the different types of triggers we can configure in available_templates.cfg <command value> tag to trigger a workflow?Are they limited to only 3 commands(tt_data, tt_deletedcr, submit)?
-
listing all job variables
I just had a need to list all of the job variables in a CGI task (there's an incredibly long story behind this that no one really wants to know about), and discovered much to my surpise and chagrin that WFworkflow.pm does not have a method for getting the list of variables. No problem, I thought, I'll just call…
-
Using default with "or" replicants
How is it possible to get a default amount of replicants to appear, when using an "or" replicant? To get a min value is straighforward, just set "min=x" where x is the amount you want and then it will use the first replicant item and then display it the required amount of times. This doesn't seem to work with default, and…
-
Local vs Domain users in TS
Hi, I've tried looking through the forums and also the support site, but found no good info, hoping for your help! What are the benefits/drawbacks for using local users vs domain users in TS? We have both, but noone can explain why that was done in the past..... Brgds, Hakan
-
Form API parameters
Hello, I'm attempting to do some JavaScript string manipulation from within a DCT. Big deal, right? Okay, the only thing that seems tricky to me is trying to get the value that I need to send to getItem() -- for instance, the item, XML-wise, is in the following: <symbol-table> <symbol name="InputForm"> <container…
-
Deploy of empty dir won't overwrite target files
Follow-up to my post about reverse deploy and delete files.... I've got my scripts written to do a reverse deploy of the data files, then a forward deploy of an EMPTY directory, with the intent of removing the files I just retrieved. The forward deploy configuration has 'doDeletes=yes', but it won't delete the files on the…
-
Terminate Job
Is there any way we can capture the "Remove Job" action performed by the master/administrator ? I want to log the Comments of an admin(Reason for teminating the workflow) and send these comments to all concerned users.
-
<TIMEOUT> in workflow
Can we timeout a single approver in a workflow grouptask? My case is there are several approvers and we want to bypass one or two approvers after a timeout and keep 2-3 approvers as mandatory.Is it possible?
-
New Examples: CGI task and external task
There are two new Tech Notes on DevNet for workflow developers: 49747: A Sample CGI Task, and 49748: A Sample External Task. Both of these examples have a working program, a WFT that can run the example, and accompanying documentation. These examples will primarily be of interest to developers who have never implemented…
-
Creating a new DCT
Assuming we have the following Templating structure,templatedata datacategory1 datatype11 datatype12 datacategory1 datatype21 datatype22 suppose we create a brand new DCT, say datatype13, the way we have been doing that is to create it (datacapture.cfg and required .tpl files) in the home branch and then run a Perl script…
-
<TIMEOUT> in workflow
Can <timeout> take its arguments from values read from a file?
-
User constraint
Does anyone know how to constrain the use of a workflow to a UNIX group, instead of the four TeamSite role files listed in WorkflowBuilder when sending to the server?
-
OD-DD sync - best practice?
I'm looking at dojng a DD-OD sync and was wondering what the best practices are for this? Basically, I need to send data, database tables and views (which I've created) to the following places: data (DCR's) need to deploy to two servers database tables/views need to deploy to one database server In looking at the forum…
-
redraw/redrawLabels not working
I have noticed that if I have code such as the following: IWDatacapture.gotoPage( 1 ); IWDatacapture.getItem( "/field" ).setFocus(); IWDatacapture.getItem( "/field" ).setValid( false ); IWDatacapture.setHighlightMode( true ); IWDatacapture.redrawLabels(); Whether the last line is redraw or redrawLabels, sometimes the form…
-
dynamic IWHOME in DCT
In a DCT inline, if I have a path to a script or pass a script a parameter that is a path file, and the path includes L:\iw-home, is there some symbol I can put in the DCT instead of L:\iw-home that makes it dynamic instead of hard-coding it? I think that IWHOME will be the same on the DEV, QA and PROD TeamSite servers,…
-
addFormHandler
Based on the documentation: IWEventRegistry.addFormHandler (eventname func) Specify an event handler for a form event, replacing any previously registered function (for this event). Arguments: eventname A string representing the name of the event this handler will intercept (see table above). func A function that is the…
-
setValue() for Replicants?
I am currently creating a form that uses replicants and needs to be populated with some default fields when the DCR loads. For other fields, the setValue() command can be used: IWDatacapture.getItem("/Address/Road").setValue("High Street"); But this does not work for replicants, how can a field within an "or" replicant be…
-
Multiple <value> elements in a single item
I have a DCT with a bunch of items inside two containers, of which three are not required. There are no replicants in the template. Twice today when a DCR has been saved the XML has contained multiple <value> tags for a single item. I have only seen this happen for items that are not required. The relevant section of the…
-
OD-DD Sync - best practice?
I'm looking at dojng a DD-OD sync and was wondering what the best practices are for this? Basically, I need to send data, database tables and views (which I've created) to the following places: data (DCR's) need to deploy to two servers database tables/views need to deploy to one database server In looking at the forum…
-
On-Change Event with DCT
As anyone else had this happen in a DCT: It appears that when I open or create a new DCR then save it - and click a button to virtualize which I've created then close out the form - since that button is on the DCT - Interwoven's behind the scences compiled code - takes that as a change and the user is prompted to save the…
-
SCE doesn't appear for XML/XSL content
If I put an XML file into TeamSite which references an XSL and relies on the browser to execute the translation, when I preview that content in TeamSite the smart context editing toolbar does not appear. I believe this is because the JavaScript for the SCE is not getting inserted into the content stream that is sent to the…
-
Can I remove "ActiveBar" & "cleanhtml" messages?
When pasting content into a VFE i get the following alert message, which i need to remove/disable. ive tried to reinstall the client and it doesnt help. thanks in advance. [img src="http://home.adelphia.net/~erniebarker/images/activebar.gif" border="0"] also, is it possible to hide the "clean html" screen that flashes…
-
determine how file is different
Immediately after a workflow externaltask calls iwsubmit to submit a file to staging it uses iwrmtaskfile to remove a file from the task. No more operations are performed on the file for the remainder of the workflow. But the pencil icon remains in TeamSite. I can't tell how the file is different - the extended attributes…