-
Areavpath Problem
Hi, I am using a menu item to kick off a workflow. I am not able to set the right area_path and file path for my workflow. when I specify the area_path for the areavpath it takes /.iwmnt/default/main/XY/WORKAREA/Z and the file path as x.html when I run the job spec file.. the value it expected to run were…
-
return value
Hi, I used commandline like this iwregen $vpath I got this out put: "my" variable $cmd masks earlier declaration in same scope at <eval 69> line67, <PT> chunk 2. Any idea about this error Note ame file i regenerated used File->Regenerate It is showing result fine. Thanx in advance
-
Instantiating a workflow from a custom menu item
I'm trying to setup a custom menu item to instantiate a new job from a particular workflow template. I want the job to automatically attach the files that were selected when the custom menu item was chosen. Does anyone have a good suggestion on how to accomplish this? Thanks, Jason
-
Templating
Can anyone help me how to generate asp file output from a presentation template and a DCR?
-
cgis used in workflow from iw-home/iw-bin
I'd like to ask for your help on gather the list of cgis, which resides in iw-home/iw-bin that are used when you implement custom solutions. Is there any of these cgis? If so, which ones? Thanks in advance, Edited by eva on 12/10/02 04:52 PM (server time).
-
Making Image Upload Easier
Hi All, I have in my datacapture form - BROWSER element for image selection. For selecting image to be displayed in web page - user has to select the image path from teamsite server using this browse button. While creating the new contents - the users normally do not have the image already uploaded on the server. My users…
-
extract branch name
Ho do I get the name of the branch from within a DCR? Shouldn't something like this work? <iw_perl><![CDATA[ my $value = $ENV{IW_BRANCH}; iwpt_output("Branch Name is $value"); ]]></iw_perl> Doesn't give me any result. Any ideas? Saravanan
-
**DCR - Data Get's Truncated**
Has anyone ever seen in a DCR - the data that is output keeps getting truncated - thereby a invalid xml file is created which we can't preview. This happens only in several DCT's that have replicants??
-
Problem when submitting a deleted file
I am using a workflow that after an author submits a file (usually a pdf), kicks off a cgi task to set metadata, goes through an approval process and after approval executes an external task that: 1. executes iwodstart do deploy the file to production web server 2. executes iwdd.ipl to deploy metadata to production…
-
No Spaces in the Task Transition Description?
Unfortunately Workflow Builder does not allow spaces in the task transition description. However, I know for a fact that spaces will show up for the successorset description if you modify the .wft file directly (notepad, TextPad, etc.) and add them there. I'd rather not have to take that route, though. For example, I want…
-
Internal Server Error
Hi All, I have written code for delete files dropdown script but now when I added the custom menu item and called the cgi script. I get a Internal server error. y?? the only change I made was the one in iw.cfg in etc directory and placed the cgi file in iw-bin directory. Please answer Thanks The error is: Internal Server…
-
ExternalTasks touching file set modified to SYSTEM
On Windows 2000, no matter what I set the owner attribute of an externaltask (or CGITask) is set to, if the process touches a file in TeamSite (through iwpt_compile.ipl for instance, or even iwextattr), TeamSite shows the file as last modified by the user SYSTEM. This is inaccurate and useless information (all files that…
-
Trigger delete DCR/output files and workflow
The client doesn't want to train users to execute list modified and submit deleted file(s) after deletion, or to start workflow before deleting the files, or to attach the DCR and potentially other templated output files related to the workflow that is started for deletion. When a user deletes a templated output file it…
-
Return code
Hi, I want to use iwregen command .I am using like this $iwhome = TeamSite::Config::iwgethome(); $iwregen = $iwhome/bin/iwregen; `$iwregen $vapth`; $vpath is entire filename Just i want to know return value of above command. Any body have suggestion about this. Thanx in advance
-
Custom Delete
Hi, I am trying to add a new custom menu item in the File Menu in TS. Is it possible by any means to have this menu item visible in the file menu of Webdesk(Author only )interface? Thanks in advance Tony
-
imagemap tools and Templating
Hi! Have anyone integrated a imagemapping tool with templating? Maybe as a callout or via visualformat? Many Thanks! Mattias
-
submit
Hi, I have a question regarding iwsubmit.While i am submit to any to file to staging it is taking comment like this 'this is update about tpl'. Actually i am trying use command line tool iwsubmit if i gave same comment for iwsubmit it is taking only 'this' remaining part is not coming. Any idea about this? Thanx in advance
-
DCR submit with External Task to DD File problem
I have a simple workflow that has and External and an End Task and is initiated by a save DCR (tt_data). The external task calls a perl script I have written which in turn calls iwdd.ipl to datadeploy the DCR to the Staging DB (Note I am not using DAS as I have a User-defined Schema and only a single Workarea). My problem…
-
Standalone deployment deletion problem of EAs
I am using a standalone deployment configuration to deploy extended attributes from a directory in the staging area. The deployment works fine except after a file is deleted from the staging area. After this deletion from the staging area, I run the iwdd.ipl cfg=..\conf\emdas\emdas-ea-dbschema.cfg deployment=standalone…
-
"exception while parsing templating.cfg file" err
I added few lines of code to the existing "templating.cfg" file so that my datacapture.cfg file (DCT) can be used to create DCR's. when I choose the option "New Data Record" message "exception while parsing" error occurs. I added comments to the templating.cfg file prefixing the line with #. Hope that is correct way of…
-
How to add comments to "templating.cfg" file
would like to add comments to the "templating.cfg" file. can somone suggest me how to do that. thanks nath
-
How to add comments to templating.cfg file
I would like to add comments to the "templating.cfg" file. can somone suggest me how to do that. thanks nath
-
Prepopulating the drop down.
Hi All, I have in data directory, the press releases DCRs with headline element in it. In another DCT, I want to add a dropdown which has values prepopulated with the headlines from these DCRs. So, I want to do something like: 1. Get the directory listing from data directory. 2. Read headlines from these DCRs. 3.…
-
Unable to create a DCR from a simple dataconfig.cf
I created a simple dataconfig.cfg file (DCT) . It has only one label and one text box. And when i select "New Data Record", it doesn't pull up the text box which I have specified in the dataconfig.cfg file. It pulls some other dataconfig.cfg which has more controls and after few seconds the team site server closes. I am…
-
Restricting wfts to either To Do *or* workarea use
I thought of something today, and though I'm sure a lot of you already knew this, I thought I'd blab about it anyway, since it's only taken me 3 freeking years to get it. :-) It has always bothered me (slightly) that there was no simple switch to set to say that wft X should only show up on the new jobs list (ie, after…
-
How to enable editors and authors to UNLOCK files?
How would I enable editors and authors to use the UNLOCK menu item? I understand about custom menu items but I'm not quite sure how to extend the access of an existing, out-of-the-box menu item. Thanks, Dave dave@simpleinternet.com +USA (215) 962-5153
-
migrating asp pages into presentation templates
Newbie to templating. Read "teamsite templating developers guide". Do not know any perl language and my immediate task is to convert the existing .ASP pages into interwoven. In the real world, can I develop the ASP page using interdev and then bring that file into interwoven presentation template and make changes to it?…