-
TS 6.7.1 SP1 - Things to watch out
Starting this thread to share experiences with SP1 installation 1) The metadata tagging ui screens no longer works. When trying to save the tagging info it gives a XML root element exception. "Root cause: This record does not contain the appropriate root element" In your metadata-rules.cfg the vpath-regex has to start with…
-
Visual format image not getting displayed
Hi All, I am facing a problem with the display of images in the visualformat. The image is not getting displayed and a cross mark is just getting displayed in place of the image. The image path is relative and not the absolute path. I am also attaching the DCT for the form. It used to get displayed sometime back but then…
-
limit who can run a workflow
Hi i have just started using workflow modeler and i want to know how to limit who can run or see the workflow in a share workarea. I am trying to give certain users the right to run a workflow in a share workeara I am using workflow modeler 1.0.0 teamsite 6.7.1 sp3 in window 2003 sp1 thanks in advance
-
Problem In Configuring wft_opendeploy.cfg
hi all can somebody help me to configure "wft_opendeploy.cfg".my code isbranchName=/default/main/PlayGrnd/pakhan,useNode=MyLocalHost,dst=D:\DeploymentFolder\amjad,port=3434 workareaName=/default/main/PlayGrnd/pakhan/WORKAREA/pakhan,useNode=MyLocalHost,dst=D:\DeploymentFolder\amjad,port=3434 when i try to deploy ,it gives…
-
workflow modeler - assign task to specific user mid workflow?
our consultants tell us that with the new workflow modeller it is possible to only assign a task to a specific user on workflow instantiation, not mid workflow. i.e., we want a reviewer to be able to select a specific person mid workflow (from a dropdown, picklist, etc) to assign for a secondary review. we are being told…
-
Problems w/ ECM connector configuration
We are still getting the 2 following errors trying to get the ECM connector and MediaBin working together: Could not verify if assets can be imported from MediaBin. Unable to import assets from MediaBin. Check permissions on the webservice container's transfer folder. is there something we are missing? we have configured…
-
Error adding Year datatype to metadata group
Im trying to add a piece of metadata called graduation year of datatype year to a MediaBin metadata group - i go with all the default values creating the metadata, but when i try to add it to a group i get the following error... There was an error editing this metadata group. The parameter is incorrect.
-
Error while integrating OpenDeploy6.1.1.0.0 with TS6.7.1
hi i had just started using openDeploy, while deploying using openDeploy i m getting errorOpenDeploy Status Unknown. FAILED. as i m new can somebody plesae help me to find out the cause ? thanks in advance....
-
Shutting down teamsite leaves lots of fossils
TS 6.5 SP1/Solaris 9 When I stop_all TeamSite, a large number of events are written to iw-store/events/pendingevents, which seems reasonable. However, when iwserver comes back up, the events are still there. In fact, the dummytasks that were hanging around even though they had a timeout either in the past or with a 1…
-
Preview
Hi, We have a unique problem.. When I create a new dcr I am able to preview and submit to workflow.. However if I edit a dcr I am not able to preview and If I submit by selecting finish button we are getting null pointer exception thrown by TeamSite before workflow starts. Is there a config problem ? thanks John
-
workflow modeler submitting to different branch workarea
Hi I want to submit files associated in a workflow from branch a workarea to branch b workarea would that possible using workflow modeler. environment TS 6.7.1 p3 on windows 2003 sp1 workflow modeler 1.0.0 thanks
-
checking user role in WFModeller
hi all i want to check user role in the workflow, if the role is an editor then only it should go further othewise the wf should end. i m using $IW_ROLE in the script on the expression of conditional link the code isif("$IW_ROLE"=="Editor") { "true"; } else { "false"; } this should return true or false ,but it is always…
-
image positions in visualformat
Hi All, I am using TeamSite 6.7.1 version. In the forms publisher window, under the 'wysiwyg' window of visualformat, the positions of the images get all messed up. But when we click on the preview button , and the whole page gets displayed, the image positions look proper. Is there any workaround that can help us to see…
-
Disabling a feature in GUI denies to run the CLT.
If we disable any feature to any particular user in the GUI, Then reasonably he is not able to run that corresponding CLT. For example : If we disable an unlock feature to an author in GUI then he is not able to run the CLT command iwunlock. Is there any possible workaround for this author to run the CLT command but still…
-
MOSS 2007 (SharePoint) and TeamSite
We are preparing to implement MOSS 2007 (Microsoft Office SharePoint Services), in our preparation we are looking to determine if existing applications can be integrated. For this specific post, is anyone aware of a web part / module / connector for TeamSite and MOSS 2007? or even if it is on Interwoven's roadmap. Any…
-
Customization Query : enable a link to master role
The above code if updated in UI_custom.xml removes the Search link from CCPRO and it doesn't appears to all roles , if i need to make this link enable to only master users what needs to be done. can anyone help in this ..... Babu.....
-
Hiding and Showing Datum (Content XML fields)
Is there anyway to dynamically hide and show datum fields for a component based upon a previous content author selection perhaps?
-
Quick Search MetaData GUID
What is the MetaData GUID for 'Quick Search' ? I checked in the api guide but, it was not there and I couldn't find it in the metadatacatalog in the db either. Thanks.
-
Help Regarding CGI TASK
Hi All, I need to update a workflow variable value using a CGI TASK. I am using workflow modeller. Please suggest me how to update the value of a workflow variable by using a CGI Task....