-
menu & roles in TS 6.1
Hello, I would like to enable/disable some custom menu items depending on the roles in TS 6.1 First I did edit iw-home/httpd/webapps/content_center/WEB-INF/conf/customer/ui_custom.xml to add the menu items. Then I did edit iw-home/httpd/webapps/content_center/WEB-INF/conf/customer/roles_custom.xml And finally I did a…
-
Cannot open docket file?
Has anyone ever seen this on Win2k3 TS 6.1.0 SP1? C:\iw-home\install>c:\iw-home\iw-perl\bin\iwperl install_webapps.ipl -f -i Stopping Interwoven UI services... done. Removing webapp content_center... Warning: failed to remove the following files: C:\iw-home/httpd/webapps/content_center: Directory not empty done. Installing…
-
Fall Education Classes posted
You might want to check out this page: http://devnet.interwoven.com/site.fcgi/browse/ts6/DevNet-TS6.html#Edu I've updated it with the latest TS6 education offerings. lissa
-
Set output filename thru form api
How dow we set the output filename thru form api in Teamsite 6.1 we would like automate the output filename based on the content of the dcr.
-
open deploy
Hello, I am confused ! as my interwoven material for version 5.0.1 say , as i quote "The Administration server software and the Operations server software must be installed on the same machine". Material contradicts it in the next paragraph as i quote "If you are installing the Administration server on a TeamSite server,…
-
Permission to edit the file
Hi, We are migrating from teamsite 5.5.2 to 6.1 and during this we also are upgrading the application. So, we need to retain the existing content and then edit the content to make some changes related to the new code. I want to know if master would be able to edit files created by other cms users. I tried doing so, but…
-
Browse TS through a custom UI?
The following question came up and I think the answer is "yes" but -- In TS v6.0, is there an existing, out-of-the-box way to browse the TeamSite server's file system and select a file or directory to use in a form? We're all familiar with the <browser extns="" initial-dir="/templatedata/intranet/deptInfo/data/"…
-
revert
Hello, Is there any chances to rever a file after publishing before even deploying on a production server. I have tried to do it and couldn't able to do it. Thank you Nutcracker
-
Authors cannot edit a DCR
Hello, In TeamSite 5.5.2, for a particular content-type, the authors cannot edit the existing DCRs, they got the message : "you don't have sufficient permissions to edit this dcr type. You must be either a master, an adminitrator or an editor." However the same authors can edit the dcrs of all other content-types in the…
-
deploying replicant multiselects to a Database?
I am trying to deploy inline command generated multiselect values ( enclosed in a replicant) to our database, but it doesnt seem to work for me. i keep getting the following in my iwddd.log DoesRowExist ELECT COUNT(*) FROM IWT_170DB2D6D WHERE content_id = ? AND image_key = ? AND rep_order = ? AND Path = ? AND…
-
node name as parameter in dnr script
Hi, dnr scripts run for each node of replication farm used in deployment definition. Is it possible (within the dnr script) to get somewhere name (nodeRef) of the node the dnr script is currently running for? Thanks for answer, Bohuslav
-
deploying replicant multiselects to a Database?
this doesnt seem to work for me, i keep getting the following in my iwddd.log DoesRowExist ELECT COUNT(*) FROM IWT_170DB2D6D WHERE content_id = ? AND image_key = ? AND rep_order = ? AND Path = ? AND audience_category is null here is how im coding teh item in the DCT: <item name="audience_category"> <label>Audience…
-
CCPRO workflow UI customization
In the TS 6.1 CCPro UI, the workflow tab uses serveral workflow properties, such as "workflow.owner.shortName", "needsAttention", "activationDate" to build job or task list. Is there a way to find out all of the available properties that can be referenced? This will be very helpful when users ask me to add an additional…
-
How to create DCR programatically.
Hi, We have a requirement where the end user fills a web form ( a jsp) and we need to take the contents from the web form and create a DCR in the TeamSite. Is it possible to do this with CSSDK API? If not, Can you please provide some suggestions on how to achieve this kind of requirement?
-
Hiding labels
How do you hide labels in replicants? I don't even have any label tags but TeamSite puts in default ones using the pathid as the text. This is for paragraphs in a page and people don't really need a label to the left that says "Paragraph" because if they didn't know that already, I'd be sending them home! Here's my code:…
-
6 screen shots
Regarding http://devnet.interwoven.com/site.fcgi/browse/ts6/mycc.html, are there any more screen shots available for TeamSite 6, like specifically templating and the content tree? Also, assuming that the tasks represent different jobs, how can the tasks have sequential IDs, as normally the Job IDs and Task IDs are from the…