-
TeamSite 6.1 is available
TeamSite 6.1 is now available from the support site, provided you have a login:
-
Get Total Number of Assets
I am trying to get the total number of Assets currently in our Media Library. This will be displayed in a report with other information such as download and retrievals, etc. I've been able to find most of what I need using SQL, but I can't seem to find the actual number of assets. Is there a query I can run against the…
-
What's the difference?
What's the difference between a task comment and a task transition comment? In TS6, when I look at a job, it shows all the completed tasks along with their corresponding transition comments. I try and use the WFtask.pm methods SetComment() and GetComments() and this doesn't seem to work. So how do I progranatically set a…
-
Documentation - I'm dizzy - HELP!
I was looking for the documentation for TS6 on how to set the session timeout so that it never times out. So I look in the Admin Guide, pg 34, where it shows that I can: Set the login authentication expiration* is listed as an iw.cfg modification, but it has that peky asterisk beside it. So up at the top of the page, the…
-
Dynamically setting cgi-callout
Hi, Maybe one of you guru's can help me. My datacapture cfg consists of a radio button. <item name="search"> <label>Search By</label> <radio required="t"> <option value="DisplayProduct" label="Product" selected="t" /> <option value="DisplayAsset" label="Asset"/> </radio> </item> Now depending on what they select ....I want…
-
Modifying DCR content via Workflow
We are running TS 5.5.2 We have a simple Workflow. Author submits content. Editor Approves/Rejects it. If Approved, submitted to Staging, else Author is emailled and must review content. I need to extend the Approve functionality. When a piece of content is approved, I need to write the name of the Approving Editor into…
-
DCT efficiency
I had always heard that fork and dbopen were two expensive operations. I am working with a DCT that has 5 inline statements, 4 of which fork Perl scripts that open database connections, mostly to populate drop-down options. Other than writing the entire DCT as one monster inline is there any way to improve the efficiency?…
-
quoting inline args
I have this inline element in my DCT: <inline command='/tmp/test.ipl 1 "2 two" 3'/> The script contains only: open( FILE, '>/tmp/file.txt' ); foreach my ${arg} ( @{ARGV} ) { print FILE ${arg} . "\n"; } close( FILE ); After running this the file contains: 1 "2 two" 3 Why the linefeed? It's like it treats the quotes as part…
-
More 6.0 brilliance
I've had my 6.0 TeamSite window open all day. Haven't touched it in a few hours. Current page is the Workflow page in CCP. I maximize the window, click on Action->End Job for a job I want to kill. The little pop-up window appears that should verify that I really want to do this. A pop-up window does appear, only it tells…
-
iwtmplpreview.cgi spinning away
iwserver: 5.5.2 Build 17976 Interwoven 20030323 on Solaris. In some cases when the system becomes unusable an IWHOME/httpd/iw-bin/iwtmplpreview.cgi process is found consuming 60% or more CPU. There do not seem to be any child processes (such as iwperl) so I don't think the problem is with a presentation template - in fact…
-
TS6 - CCI URL to transition successors
I'm testing out the CCI URL links in my workflow emails in TS6.0 because these are an important feature if I'm going to have my own customized UI in Java and not want my users to see the TeamSite UI at all. These CCI URLs will be what approvers use to transition tasks when they have to approve or reject changes. My first…
-
Does DD/TeamSite support oracle 10g?
Title says it all... Does DD/TeamSite support oracle 10g? this includes the 5.x and 6 versions, thanks! --------------------- Eric B. Federated Investors AOL IM: arthas76
-
SourceDiff
Hello, On some PC, SourceDiff (View -> History -> SourceDiff) doesn't work. It's like the page is loading forever. We are using TeamSite 5.5.2 and Internet Explorer 5.5. Anyone already experienced that problem ? Thank you!
-
Taking care of embedded files
Hi, How do you guys take care of embedded files like images etc inside the HTML? When I'm deleting/expiring/Archiving the HTMLs, I dont know what to do with the images. There is a possibility that same images are shared by various HTMLs, so just removing the image when the HTML is removed could be dangerous. Another issue…
-
TS 6 default workflow behavior on DCRs
Hi, I noticed in TS 6.0 after filling up a DCT and saving it, if I click 'Next' at the bottom of the page, it prompts for saving the DCR. After that it directly goes to start the workflow on the DCR. I dont want the user to start workflow on DCR, instead I want him to generate the HTML first and submit *only* the HTML to…
-
Disable user access to virtual Y: drive b4 reboot?
Interwoven technical support found that our logs show that some other application was accessing the virtual Y:\ drive when we rebooted the server housing the TeamSite application (which caused teamsite to fail to launch) Interwoven technical support recommends that during scheduled reboots that nothing is accessing the Y:\…
-
Adding Users dynamically to WF
Hi, Here is my system info: Host OS: SunOS (5.8) Version: 5.5.2 Build 14136 Interwoven 20021127 Can one dynamically add users (in a script) to a task using an external task. I see stuff about AddUser($id) in forum, I tried that and is getting the following error: ERROR:00920: Object being looked up was not found Here is a…
-
Annoyances - Copy To Area support multiple files
It is really annoying that "File->Copy To Area" supports only a single selection and a single target. If I have to copy a group of files from one branch to several other branches (because, for instance, templating does not support DCTs that are symbolic links, but that's another annoyance...), doing this in the UI is…
-
FormAPI / workflow questions
Hi Templaters - I'm new at templating (couple of weeks), so excuse any obviously stupid questions. I'm working on 5.5.2 Solaris. I'm building my 1st template project and want, for this project, to hide as much of the user interaction with the datacapture template as possible. Other than user validation, I don't want these…
-
FormAPI making me feel stupid
In the following code, how is it possible for children.getName() to equal xpath? function getAllChildItems( item ) { var xpath = ''; if ( item != null ) { xpath = item.getName(); } var items = new Array(); var children = null; if ( item != null ) { children = item.getChildren(); } else { children =…
-
externaltask scripts in Java?
Someone in today's 6.1 webcast asked if they'd be able to write externaltask scripts in Java now, and the answer was "no" but they are looking into this in a future version of TeamSite. After using Java to write a simple app I can't fathom why anyone would find Java a better language to write external scripts than perl.…
-
Future of Workflow Builder
I think I've already heard the answer to this, but I would like verification. Moving forward, is Workflow Builder (as it exists now) being end of lifed? I understand there will be a new format for workflows (using Java) and assume that a tool of some sort will be coming out for that. As far as a tool for the existing…
-
What happens during the OpenDeploy COMMIT phase?
We are suddenly noticing that deployments to one of our servers is taking an extraordinarily long time during the OpenDeploy "commit" phase. This example is for a one file deployment: ENG: 2004-03-15 13:18:12 PST GMT-08:00 Thread-2258 entering commit ENG: 2004-03-15 13:30:57 PST GMT-08:00 Thread-2258 After COMMIT, res=0…
-
per-user templating UI customizations
Has anyone found a way to do per-user templating UI customizations? For instance, some users like paginated templates, some don't; some users want VFE inline, some prefer the callout. For hacks I've written (like hiding the navigation pane) I can use JavaScript in the browser to parse an XML file available over HTTP…