-
Custom Submit for approval message
Is it possible to have a custom message box that asks the user whether he wants the Content to go through an approval process or not when the user saves a DCR and closes it? Thanks
-
VisualAnnotate Supported File Types
The email messages generated by the my CMS include VisualAnnotate links for all files involved with the job except DCRs. Unfortunately these links don't work well for Microsoft Office documents, PDFs, etc. I think I want to add logic that includes the link only if the file has a supported extension (unless there is a…
-
TeamSite FAQs
Our installation has a FAQ template. Somebody created the following FAQ: TeamSite FAQs These questions come from support staff and clients. Why do I feel like such an idiot every time I use TeamSite? Will I ever become comfortable using TeamSite? Will TeamSite save me time? Why do I feel like such an idiot every time I use…
-
Status: Failed
Does any one of you know why I would get "Status: Failed" error. I tried to deploy to another test server and it worked fine. I have 20014 and 9173 ports open from source to target production server. Is there something I am missing ?
-
iwodstart -k
I'm using iwodstart -k to invoke Opendeploy DNR deployment which deploys some static files to webserver and some DCRs to the database. I also invoke an e-mail script in the DNR configuration file which sends e-mail notification to the Content Owner with some Workflow Log information. I want to pass this Workflow Log…
-
cancelling callServer Request after Timeout
I am not able to cancel my callServer request after timeout. But my timeout function is called properly. //here I am calling the server // Make an HTTP GET to the server. timeout1 = setTimeout("callServerFailed()", 60000);//Timeout after 60seconds top.hiddenFrameRunning = true;…
-
callServer
Hi, I want to implement callServer with parameter and Receiving Parameter value in corresponding prg. If you any body have any example could pls. post and point me to example. I am able to pass the argument but i am not able to receive the value. Thanx in advance
-
Preview Error
Several of our users are getting the following error when previewing their content using our templates (I've removed some sensitive path information): Template Preview And Generate Error: Error creating file to be generated:\default\main\blah\blah\WORKAREA\blah\previews\preview.cfm We're setting the preview-dir setting in…
-
iwwft_available.ipl error code 2 trying to execute
So there are only like 3 other posts that mention this script and only one of them relates to my problem.... PreSubmit: error code 2 while trying to execute iwwft_available.ipl ... I discovered the deploy for the files from TeamSite into the wft directory was changing the owner, I fixed this and it still gives this error…
-
FormAPI download/upload
I am trying to allow a file to be downloaded for edit, then uploaded after edit, through a DCT. It seems to work in some cases, but it always opens the document twice - once in word and once in the browser. Is there any way to avoid this? I would prefer to avoid a CGI callout if I can get by without it. Any suggestions?…
-
Interwoven email demo
Hi, i wanted to know how to go about creating a workflow task via email that is being shown in the "Teamsite Demo" in teamsite, under "Managing and Approving tasks via Email". we think it's pretty cool and is easy to understand for people not too familiar with Interwoven. Any help in this regard is greatly appreciated…
-
How do I get Workflow type from external command
I have a perl script that is triggered as an external command from a workflow. I would like the script to do different things depending on if the workflow is triggered by a submit or a tt_deletedcr. How do I find out from within my script ? There seem to be no appropriate values in the task or workflow objects. Failing a…
-
Visual format - Length Restriction problem
I have a problem while using Visual format as an external editor in my code. Below given is the snippet from code from one of the datacapture.cfg file that I have written <item name='Asset_Long_Desc1'> <label>Content Summary Text</label> <description>Enter the summary text (1) for the content</description> <database…
-
Param
Hi, I want to send the parameter to callServer so i am sending param object like below but i amnot able received that parameter value in .ipl prg. Could any body let me know if i am doing wrong any where in thebelow code var $category = IWDatacapture.getItem("/ProductCategories").getValue(); var param = new Object();…
-
dct custom
Hi there , try to get some dct suctomisation like background modifications ...any idea ..?
-
callout - onCallout
Hi, I have callout like below which is perfectly working.I want to change this to onCallout.I wrote the below code it is not working. <item name="SelectedModels" rowcontinue="t"> <label>Selected Product Models</label> <textarea row="5" col="20" > <cgi-callout url="/iw-bin/Ex_GetModels.ipl" label="Model Id..."…
-
DCT
Hi, I have a DCT with two items. First item is Categories dropdown.Second one is TextArea with callout. Second item populates based first item. Could any body let me know how to pass First item to this callout. Thanx in Advance
-
callserver
Hi, I want to fill <textarea> using FormAPI callserver method. I am using the following code to populate textarea var item = IWDatacapture.getItem("/ProductModels/SelectedModels"); var models = IWDatacapture.callServer("http://edpss022/iw-bin/Ex_AllModels.pl"); item.setValue(models); item.setVisible(true);…
-
why is environment cleared for inline?
Why is the environment cleared before an inline is executed from within a DCT, so that only the four Interwoven environment variables are defined in the environment for my processes? It is a hassle to maintain the environment in the environment and then again in config files or whatever so that it can be redefined for…
-
TTaskTimeoutCB::Process: bad workflow
What the heck does this mean in iwtrace.log after a reboot? TTaskTimeoutCB: rocess: bad workflow (8880) TTaskTimeoutCB:rocess: bad workflow (8841) TTaskTimeoutCB: rocess: bad workflow (9105) TTaskTimeoutCB:rocess: bad workflow (9105) TTaskTimeoutCB: rocess: bad workflow (9105) TTaskTimeoutCB:rocess: bad workflow (9123)…
-
OD-DD sync table name changes/iwov_idmaps entries?
While using a OD-DD sync several of the database tables when deployed to production are being generated differently then the others - by the fact they are not created using IWT_ they are instead the category/datatype/name of the DCT or category/dataype/name of the DCT/ name of replicant - also these tables that get created…
-
Datadeploy
Hi, I have TextArea with Model id's like below Model1 Model2 --- -- Modeln. While deploying to the database i want to put above models in Model table as seperate records? Could any body let me know how to achieve this. Thanx in advance
-
JS Problem
I am trying to work with a selectindex value. I am able to capture it and display it in a alert box. But when I try to check to see if its the particular value thats been selected, the alert/if statement doesnt work. // Get the month selected to determine the number of of replicants allowed (28/29/30/31) var monthItem =…
-
Form API-SQL
Hi, I am calling the below function in onItemChange event.In the setvalue i am using Model1\nModel2. I would like to get those values from the database. Could anybody guide me how to do that. function onTypeSelected(item) var item = IWDatacapture.getItem ("/ProductModels/SelectedModels"); item.setValue("Model1\nModel2");…
-
Service Pack 3 Experiences?
I haven't seen much here recently regarding service pack 3. If someone has installed it, could you report back how it went? There was at least one bug fix we'll be needing soon. Thanks, David
-
CGI images not appearing
I am in the process of translferring a standalone CGI script into a new workflow, using a cgitask to execute it. This CGI script references images that should exist in a /img directory off of the docroot (<img src="/img/a.gif" ...). The HTML pages that reference these images are displayed via the HTML::Template module. I…
-
VisualAnnotate Error
Any idea what causes this one when using the VisualAnnotate CCI link from email? Error: 500 Location: /iw/webdesk/review Internal Servlet Error: java.lang.ClassCastException at com.interwoven.teamsite.blobulator.BlobCommandServlet.getBlobContext(BlobCommandServlet.java:38) at…