-
Problem with Form API getOwner
I am using Form API to basically capture an audit trail of user/date-time of modifications to each DCR. I am having a problem with the value for IWDCRInfo.getDCRName(). It only populates with my name. I am the branch owner and manager of the security group for the pages -- I'm not sure if that is relevant or not. The…
-
Teamsite Authentication
Hi Guys, We have a scenario where we are integrating Teamsite with an internal web application. The way we planned to do is User logs in with his/her credentials using Teamsite login screen, after the authentication user will be taken to either std/pro interface where we show custom links to the internal web application.…
-
Internal JNI error - TS 6.7.1 SP1 server down!
our server crashed, and now we get the following error when attempting to login: Internal JNI error can find nothing on devnet or support, but found this via google. http://pradeepd.wordpress.com/2006/02/01/jni-error-while-logging-into-teamsite-65/Version: Interwoven TeamSite 6.7.1 Service Pack 1 Build Number: 68040
-
TeamSite 6.7.1 Installation : Solaris/resource/jre/bin/java: cannot execute
Hi All, We are installing TeamSite 6.7.1 SP1 in Solaris 10 x86 machine, and already applied the required J2SE clustered patch. I have successfully gunzipped the files to a directory /Teamsite. Now according to the installation manual, I need to run the following command to start the Teamsite installation: # ./install.sh -i…
-
FormAPI - Setting Container value using callserver
Hi, I have a container which contain 5 items. OnITemChange event of Item 1 , I am calling perl script using callserver. no I want to set some value in 2nd Item of same container but i unable to do this .. [PHP] function populateFileSize(filesize) { //working…
-
Automate Workflow : Need to create workflow without user interaction
Hi All, I need to create a workflow which is triggered automatically when a user clicks submit. There are two screens which are displayed - Submit Now, Submit Later - Workflow Instantiation Screen with Finish Button My workflow does not have any tasks that need user intervention. The tasks are Submit to Staging Task,…
-
Prepopulating values in DCT
Hi, We are implementing a solution where we have a web application through which business users logs in and creates content, our requirement is when user clicks on create new content link in the web application, we invoke iw.ccpro.create_form with the vpath information so that he/she uses Teamsite DCTs to create the…
-
Check Duplicate value in container
Hi, I have a requirement where in i need to check the duplicate value in all the instances of that container. e.g container1 Item 1 : value = 5 container2 item1: value =5 I am exploring item.getChildren() but couldnt get much out of it . any pointers to this would be appreciated !!! Thanks Vinay
-
Calling FormAPI Javascript from CGI Callout
Hi, I want to return quite complex information from a CGI callout, and obviously the easiest way to do this would be if I could make FormAPI calls from JavaScript in the callout window. I've tried a few things (parent.IWDatacapture, parent.parent.IWDatacapture...) but nothing's worked so far. Any ideas? Thanks! Mike
-
Investigation about Teamsite customization Tool
We are interesting about how many people need such kind of tools. The tool will based on Eclipse webtools and provide more function to simplify the TeamSite customization. Please open Investigation about Eclipse plugin for Teamsite development and finish the form. Thank you!
-
Offline editing of DCR
What options are available for users to modify DCR's offline? We have a requirement where users want to edit pages offline (but don't want to deal with raw XML or an XML-editor). Is there an Interwoven product that supports this? We are using Interwoven TeamSite 6.5.0 Service Pack 3, so it would need to be compatible with…
-
Recommended Upgrade Path From 6.2.0 -> 6.2.1
Hello, Is there a recommended upgrade path from OD 6.2.0 SP1 -> 6.2.1? There is nothing documented in the release notes that suggests this is supported, although the fixed bugs list seems to make this worthwhile. Uninstalling OD 6.2.0 SP1 and reinstalling OD 6.2.1 would be one way, but there are other integrations in place…
-
I want to use the right tool for the job
I plan to create several regular expressions to remove Microsoft Word ugliness. I need more than what is in VFE clean up. My question is: what are the pros/cons of doing this in VFE vs. Form API. I don't have root access, so my inclination is to use Form API to prevent having to pass a file multiple times to the TeamSite…
-
Retrieve email address for a TeamSite User
Is there an easy way, via a CLT, to get information on a TeamSite user - specifically their email address and full name as entered when the user was initially set up as a TeamSite user? I need to programmatically get this information in a perl script and I don't see an obvious way of getting it in the CLT list. The CLT…
-
TeamSite Workarea/directory security
We are running Window 2003 on TS 6.7.2. We have found a security problem in out existing TeamSite environment (6.5 Sp3) where users submit content on a cross Business Area Branch but a specific workarea for each bus. area. The problem is we have directories that the content exists in all workareas but we do not want…
-
Call a different TPL onPreview FORMAPI problems
Im trying to call a different TPL for static preview when a user clicks preview - i did RTFM and have spent a day on it, but cant get the calls to work properly. any help would be appreciated. requirements:* if a user clicks on the "preview" button, they get a TPL for static preview (preview.tpl) * if the user clicks on…
-
How to get WorkflowXML from WFM
Please, Let me know How to get WorkflowXML for CreateWorkflow(CSSDK for java) from WFM(Workflow Modeler).
-
restricting workflow upto folder level
Hi all, In Teamsite 6.5 SP3, Is it possible restrict the workflow up to the folder level in the workarea for "tt_data". It's working fine when we try to restict the workflow for "submit" option, but for "tt_data" it works only upto the branch level but not into the folder level. Any inputs? Thanks Paul