-
TFO 5.6.1 and TS 6.0 Patch Now Available
I am pleased to make two important announcements. Today we officially released the first patch for TeamSite (TS) 6.0 as well as TeamSite Front-Office (TFO) 5.6.1 which is compatible with TS 6.0. About the Patch Patch 1412 (Windows) and 1413 (Solaris) features a series of bug fixes for the TS 6.0 release. The following KB…
-
FormAPI callServer : one at a time?
If my DCT has two callServer calls that run when the form is loaded, it seems like the JavaScript returned by the first one is not executed - only the javascript returned by the second is executed. If I comment out the second callServer then the JavaScript returned by the first one is executed. Is this a known issue? Is…
-
more documentation errors
http://iwserver/iw/help/tst/pt/TeamSite__PT__iw_ostream.html It took a while to find out that one of my many problems was from cutting and pasting a function name from the documentation. It looks like "iwpt_get_osteam_data" is a typo of "iwpt_get_ostream_data". I think the documentation should be fixed even if "you aren't…
-
Auto-generation of output files
With just a couple of hours of development (about 200 lines of DCT, FormAPI and Perl CGI) I have a functional prototype that allows the user to select the output directory for a DCR using a DCT select list, which means as long as a DCR only generates output files to one directory I can completely automate generation for…
-
remove linefeeds
I haven't spent a lot of time on templating recently so this may be an easy one. This project has a lot of Perl embedded in presentation templates. It is broken up into small <iw_perl> blocks. They find that there are a tremendous amount of linefeeds and other whitespace in the generated page which seems to be a result of…
-
Attempt to free unreferenced scalar
Anyone got a clue on this one (if I run iwpt_compile.ipl on the command line with one of my templates)? I am sure it's my code that has a bug (unless there's a chance of variable name collision or something) so I don't know why it's claiming PTParser.pm. I've never seen Perl give this error before. Attempt to free…
-
Desktop Developer License!
I just got an email from Interwoven saying "As a consultant you can become IWOV6 certified and earn a Desktop Developer License!". How do I get a desktop developer license without becoming certifiable?
-
Reverse Deployment
I am currently running OpenDeploy5.5.1/sp2 and TeamSite 5.0.1/sp2 on Solaris 8. We have a new branch whose content exists on our production servers, and they want to move the content to TeamSite. I have created the branch already. Is there a "best practice" for reverse deployment? I've not done one before. What goes up…
-
UI Customization Guide - Clarification needed
According to the UI Customization Guide, a recommended best practice is documented as follows: If custom code development is taking place, all customizations (including non-code customizations) should be made in the customer_src directories, and then compiled and copied to the customer toolkit directories using an…
-
Is it safe to Delete all the Log files On TS serve
Hi, Is it safe to delete all the Log files (teamsite/iw-home/local/logs/) such as iwtace.log, iwserver.log, iwevents.log and worflow (dir) related files. ect ect..from TS Server hosted on SUN platform? These logs files captured more than 5 GB of disc space and it's causing the low disc space problem on TS. I know it's safe…
-
OpenDeploy & DataDeploy 5.6 Updates Available
"Jumbo" patches are now available for both OpenDeploy 5.6 and DataDeploy 5.6. These patches roll up all point patches delivered since SP1 and include additional fixes, select product enhancements, and expanded platform and database support. Key improvements for OD include Windows Server 2003 support for the Base Server and…
-
Retrieving the Last Modified By(User Name)
In the Teamsite GUI there is a column which displays the LAST MODIFIED BY which displays the User Name Last modified the file. On the Unix level I can get the owner of the file but I need the user name last modified the file. How do I get this value in PERL script. Please let me know Thanks in Advance
-
External task - System Command problem
Below is a perl script which we want to run in an external task. It should supposedly call rsh.exe and return. When this script is called within an external task, the return value from the execution of rsh.exe command is 256 - It does not work! I strip out the workflow related parts from the ipl and run the script from the…
-
cancel pending deployment
Hi all, Using od 5.5.x i know we can cancel a pending deployment - done it via od admin console.What is the command behind this action ..? thanks
-
Disable 'Import Files' option for some directories
Hi, Is there a way in Teamsite to block the option "Import files..." for some of the folders in a workarea? Is there any config file where i can specify to enable/disable this option based on the folder selected? Please let me know if you have any way of achieving this. Thanks in advance.
-
Changing the 6.0 UI
I thought I'd start a new thread since the Custom Menu Item thread was growing out of context. I have modified <iwhome>/local/config/lib/content_center/customer/WEB-INF/conf/customer/ui_custom.cml to look like this: <?xml version="1.0" encoding="utf-8"?> <!-- ui_custom.xml All customizations to the ContentCenter UI should…
-
Delete metadata entries in DB(Urgent)
Hi Everybody: Doing "Narrow Tuple" "standalone" deployment of metadata to Database.Insert and update works fine.But delete doen't. I saw lot of posing around this problem.All solutions shows use Differential deployment between Editions,Filelist deployment etc.Suppose if I am doing area based deployment from STAGING…
-
Modifying webdeskpro
Hi all, we need to modify the way webdeskpro displays the dcr's of each "data type"- say we wanna add some icons - has anybody an idea how to do it ..? thanks
-
Java UI Callout
I have a cgi-callout that allows me to browse different workareas and/or branches to include images (or any other resource) in my DCT. I need to be able to do this with the Java UI. Has anyone done it and have the code? If not, is there an easy way to wrap the cgi-callout with a java-callout? David M. Doggette Certified…
-
File still locked after no changes made in edit
I believe someone had asked about the fact that when you edit a file in TeamSite and don't make any changes - simply close out of the edit process, the file is still being locked. Kevin implied that this is not the case in 6.0, but I am seeing the same behavior. I selected a file for edit, didn't change anything, removed…