-
iwextattr -s command and datadeploy
Hi Everyone, I'm have a windows batch file that contains multiple 'iwextattr -s' commands. When I execute the batch file, it runs through the commands and sets the metadata, however only 2 metadata values end up in the database. I checked the iwsyncdb.log file and see that the triggers are being fired when I run the batch…
-
Bug in downloadable calendar
This probably won't bother anyone else for at least 80-90 years, but it was disrupting my sense of decency and order. The downloadable calendar callout has a bug in the code to determine whether a year is a leap year. It will incorrectly identify 1900, 2100, 2200, 2300, 2500 and so on as leap years. Here is the corrected…
-
iwodstart - Return Values
Hi All, We are trying to invoke the command iwodstart from a perl script. Based on the return value of the command we have a success loop as well as a failure loop in our perl script. What are the possible return values for the command iwodstart. If there are many what is the success value? We are usign Interwoven Teamsite…
-
Changing owner at the branch level
Hi, We want to change the owner of a branch. This branch was created using local user account, but now we want to use domain user as a owner. We are planning to use iwidmap CLT to change the ownership. Because we thought that this is simpler way to change? But would like to know if there are any implications with this CLT.…
-
DCR Preview
In TS 6.1 when a DCR is previewed (view only mode) first a Read Only version of the DCR opens up and then clicking on the Preview link from that window opens up the HTML. Is there any to bypass that middle step? Means I want to go straight to HTML file without bothering to see that Read Only version of the DCR. Thanks -PB
-
New Fom within workflow
Hi, When I create a new DCR from within a workflow task by clicking "New Form" link, is there any way to know what Job Id the new DCR is being attached to? The challange is, "on init" of the DCR I have to fill its content by pulling in information from the Job it is being attached to. The DCR is not yet saved at that point…
-
Jeff Bonifacci Rules!
If you haven't tried Jeff's cgiCommandLine.cgi (available in the devnet code library), you should run get it. I probably wouldn't ever run it on a production server because it is probably a substantial security risk, but for the dev server it's great. No more worrying about running out of RDP sessions or having to turn on…
-
TeamSite 6.1 documentation
Hello, Anyone knows where I can find a "user manual" for TeamSite 6.1 (CC Standard/Pro) ? I did download the 61_pdf_bundle.zip file, but after a quick look in the doc, I feel like often it's still the old interface that is described (i.e: I only found ts.600.wdp.users.pdf and what I am looking for is the CCPRO User's guide…
-
IW Customers NOT on 6
Yesterday I noticed a press release on Interwoven's marketing site which implied that one of my former clients was having success with TeamSite 6. Since my current client is evaluating 6 and I had worked on that project, I contacted the tech lead to see what challenges they had faced. I was told that the client in fact is…
-
rendereing an IFRAME using Interwoven's portal ser
Hi. I am new to portal technologies. My company is looking to push content out to our customers that use different portal vendors which include Interwoven. I'm trying to find out if I can pull up an IFRAME(eg: cnn.com) in a portlet/gadget using Interwoven's portal server. I have been successful in doing this with…
-
Debugging SCE problems
Has anyone ever come up with a good methodology for debugging bad interactions between the SCE tab and javascript in the page. I have an issue where our leftnav code (I think) is messing with the SCE tab and causing it to size itself wrongly and the pull down "More" menu is now presenting itself as a big block, about four…
-
Call another DCR inside PT and generate 2 files
Is it possible to open and process another DCR inside a PT and have it output two files instead of just one for the current DCR? What I would like to do is have a DCT for a sidebar index in a web site that will allow users to adjust the order in which items appear and have the PT for the web page that uses that sidebar to…
-
XSL for iwgetwfobj output
Does anyone have an XSL for rendering the output of iwgetwfobj as HTML? What I am really looking for is something that could help users recreate jobs.
-
Accessibility
Can anyone provide some pointers on making web content more accessible to people with disabilities? I checked out a few sites but they were pretty vague and mostly talked about making the information available on other media. Just real high level concepts for me to research in greater depth would be great. Thanks, -John
-
TeamSite::DCRnode docs
Since many of us are probably using TeamSite: CRnode to parse DCRs, is it possible for the documentation to provide more examples of parsing DCRs? This stuff about hens and eggs doesn't help me determine how to get the selected values from a multi-select field in a DCR.
-
Automating regression testing
One of the things that has been a concern of mine for a long time is how to go about automating regression testing of workflows, templates, and such. I've just never gotten around to doing anything about it. It seems like with 6.x, more stuff is directly exposed as action urls, so in theory, it should be a lot easier to…