-
Reset Win2k Group on Workarea w/ Write Locking
How would I go about resetting a group ACL on a workarea that has mandatory write locking enabled on the branch? I know how do it old school way which is locking every file in the workarea (I wrote a recursive locking script) and then using either "cacls.exe" or Windows Explorer, reset the ACL on the workarea. I've tried…
-
Unlocking behavior after SP2
Anyone notice that after upgrading to SP2 (at least on Win2k) that unlocking a file that is not locked (via CLT's) will result in the following message: ERROR:00920: Object being looked up was not found Why is the CLT producing this result? My logs are full of these messages now.
-
Listing Tasks In Workflow
This seems trivial to me but I cannot get a list of tasks that belong to a workflow. Here is a sample of the code I've tried:# Sample ID of workflow my $workflow = new TeamSite::WFworkflow("9842"); @task_list = $workflow->GetTasks(); foreach $task (@task_list) { print $task->GetId() . "\n"; } This will won't return…
-
Iwproxy Memory Usage
Has anyone noticed that iwproxy.exe seems to eat more and more memory once the process continues to live? For instance, if I restart iwproxy and it starts out at about 15Mb of memory usage and then by day 2 it has swelled to 190 Mb. Is there something that could be virtualizing through proxy that would cause this? Or is…
-
CGI Callout - Refresh Select List
Is there a way to refresh a select list from a callout once you've updated the options? Here's the situation. I've got a keyword management container with two items: keyword multiple select list (populate via inline stmt) and a hidden field with the cgi-callout. The callout manages a text file of keywords that the select…
-
Removing the <p> tags that surround VF content
How can the <p> tags that surround the entire Visual Format Editor content be removed?
-
Recursive Locking/Unlocking
Does anyone have a custom menu item to perform recursive locking and unlocking (e.g. locking a directory and all subdirs)? Or is there a workaround to perform such an action. The script itself won't be to difficult, but if any one else has done something similar, I'd appreciate the script. Thanks.
-
Making at least 1 item in container required
Is there a way to make at least 1 item inside a container element required as opposed to making all the items required? I'd like to use something like a required 'OR' logic.
-
Locking Model Change
Is there anyway to change the locking model of a particular branch without re-creating it? Or is this by design?
-
Callout CGI Wrapper
I'm trying to use a cgi-callout and need to know how to utilize the cgi wrapper (iw_cgi_wrapper.cgi) properly. When my callout references my script in the iw-bin directory it works fine with the cgi wrapper. But when I place the script into a different directory it chokes and gives me a pipe error. This is the relevant…
-
FormAPI - Possibilities
After reading a bit about the new FormAPI available on TS 5.5.2, I was wondering if anyone has tried utilizing it beyond some of the basic features. Since you can write your own custom functions, would it be possible to do things like disabling the "Generate" button or automatically creating a filename from a field if the…
-
VisualFormat Image Command Customization
Has anyone customized the behavior of the image command within the VisualFormat control so that it allows client-side file uploads? I'm looking to modify both the xml configuration and create some custom scripts to allow images from the client machine to be upload into a workarea (via an HTTP post). The default behavior is…
-
Custom Menu - Deploy Edition/Rollback
I've seen a couple of posts floating around requesting the need for both deployment and rollback of editions. Most of these posts said basically the same thing -- build a custom script in a menu. Well since none of the posts really gave any full source code I'd thought I'd share my code that I've recently finished. You…
-
Best Approach - Index of articles
I've been deciding on the the best approach to generate an index page of articles. This index page would allow you to go to individual articles and would be regenerated any time an article is added or modified (including deletions). I would like also like to create this in the most reusable way! So with that said, would…
-
TS 5.5 - Modify Login Page
Is it possible to modify the login page in TeamSite 5.5? In 5.0.2, I was able to modify the login.jsp page in the dir "\httpd\webapps\webdesk\teamsite". Now if I modify that page, the changes are not reflected. I would assume it has something to the page being compiled, but I'm not a Tomcat/Java expert. Thanks.
-
Edition - Need to make file writable
Knowing that editions are only read-only copies of a website, is it possible to make certain files writable so that the website can function properly? I'm letting clients preview their website by have them view an edition. But when I have applications that need to write to text or XML files I cannot have clients seeing…
-
Read Only
Is there a way to deploy read-only files in OD 5.5 under Win2k? I didn't see this covered under the File Permission Rules within the admin manual. TIA. -gf
-
Custom CGI Scripts
There are some useful features that don't come out of the box with Teamsite and OD. Mainly custom scripts that can be invoked through TeamSite. I'm quite sure that they've been implemented by a number of consultants/users, but have not been shared. So with that said, does anyone have scripts that do the following: 1)…
-
Notify User
Has anyone implemented a way to allow users to change their passwords through TeamSite? I'm using Active Directory within our company to store user info and I'm finding that their is no mechanism to allow a client to change their password. This is not a problem for our internal users, but presents a *major* problem for…