-
TS6.5 file downloads after session expired
From a case I just filed:Environment:Server: TS6.5.0 on Solaris 8 Client: Firefox 1.0 on MacOS 10.3.7 ScenarioThis morning I spent a bunch of time downloading files via the GUI without any problems, and then all of a sudden the files being downloaded were copies of the HTML for the login page instead of the file assets…
-
iw.cfg (552 vs 65)
I'm trying to document some of the changes that will occur at my customers site when we upgrade from 5.5.2 to 6.5 - and I'm a bit curious about the iw.cfg file. There used to be an [iwcgi] section within the iw.cfg file - and in fact, the one that gets installed on a fresh installation of 6.5 has a small section in…
-
javascript replace limitation?
I was about to post a resolution to my issue with making a custom VF function for inserting hyperlinks with title/alt-text, when I ran into a problem with the javascript I'm using in the HTML page that's being run for the form to be filled in -- and I'm hoping someone here can make sense of this -- and better yet, tell…
-
formapi docs - 6.1
I've noticed this on at least two installations so far - and am just trying to see if anyone else has noticed this. I've got a 6.1SP1 Solaris installation where if I go to http://servername/iw/help/tst/formapi - I get a Not Found error. Anyone else with a 6.1 installation found this to be the case also? what OS? Upgrade or…
-
VFE href alt/title attribute
I'm sure I saw something about this in the forums before, but I can't seem to find it now, so I figured I'd post and either get a link to the existing thread or a direct response in return (hopefully). TS 6.1SP1 Solaris From Ektron Support:As for alt tags for hyperlinks we do not support this functionality built in to the…
-
Lesson learned: iwconvert / temp_workarea
(TeamSite 5.0.2 SP1 => 6.1 SP1 / Solaris 8) I learned today that the temp_workarea that iwconvert creates are VERY important to keep around, un-touched, until after the FINAL conversion. Apparently iwconvert uses this workarea as a means of maintaining state between runs (I've requested a FR be opened for fixing this, will…
-
TST/Forms Publish 6.1 Notes
(TS 6.1 SP1 Solaris 8 / IE 6.0.2800.1106.xpsp2.030422-1633 on Windows XP) I noticed the following with respect to TeamSite Templating / Forms Publisher today. I'll probably open official cases on these when I have time, but figured I'd post them here now while my notes are in front of me. (If someone from Interwoven opens…
-
iwproxy - backreferencing regex's?
I've got a proxy situation where we'd like to consolidate about a dozen regexes into one - but the only thing stopping us is what appears to be the lack of back-reference (?) functionality in the proxy regex processing. Can anyone verify if I am correct in assuming that this doesn't exist in the current system (6.1SP1 /…
-
copying metadata behavior - browser dependent?
Environment:TeamSite 5.5.2 SP2b+ Solaris 8 Preface:I started working on trying to fix something that my customer had noticed with one of our customizations, and I've run into a strange aspect upon which I'm hoping someone here can shed some light... Background:On our Set Metadata form, we have a cgi-callout that allows the…
-
OD6: replicationFarmLink
I just noticed this (was this in the beta?) - and wanted to make sure I understood it correctly. Can I now have my deployment configuration files reference a replcationFarmSet from the odnodes.xml file rather than embedding that information within the deployment configuration file itself? If this is true - it sounds real…
-
database.xml and variables
I haven't gotten around to trying this out myself yet, and I'm currently bogged down with other things - but I'm curious if anyone else has tried this and whether or not it works. Often one has a db directive in their ddclient.cfg file that will generally have variables for things like the user, password, etc. to be used…
-
TS6.1: CCP: Custom menu CGI forcing refresh of CCP
Environment Server: TS6.1 (build 33333) on Solaris 8 Client: Mozilla 1.6 on MacOS 10.3 Background I've got a pretty trivial custom menu CGI script that "touches" selected files. Because this should modify at least the icon if not the last modified timestamp and modified by aspects of the CCP GUI, I also want to have my CGI…
-
552Sp2b: FormAPI Save / Close issues
Environment:TS 5.5.2 SP2b + patches on Solaris 8 Client: W2K with IE 6.0 FormAPI Code: function callback(val){ // ... if(val && validateOutlineLevels() && validateDates("Event")){ if (button_status == IWDatacapture.SAVE_BUTTON || button_status == IWDatacapture.SAVECLOSE_BUTTON) { IWDatacapture.save(); if (button_status ==…
-
TS6.1: CCP: Merge?
Environment* TS6.1 - Solaris 8 server * MacOS 10.3.3 Client * Mozilla 1.6 * CCPro UI Objective* Create a conflict and perform a merge operation ScenarioI very carefully set things up so that I know all the files I want to merge and if I compare the contents of my second workarea - they do show up as conflicts - so far so…
-
New FR - sharing templates across branches
FYI - I've had support file a new FR on my behalf (53270) - which I described as such:This issue comes up many times in DevNet and it also exists at our site, and I'd like to make a proposal for a feature request that I think might please a lot of people if it gets implemented.PROBLEM:A site with many branches for which…
-
FormAPI - toggle read-only for text with callout?
5.5.2 SP2b + patches / Solaris ------------------------ Trying to restrict the ability for someone to manually type into a text field with an associated callout button. I've managed to get it so that the field starts out readonly when the DCT is initally loaded, and even got it to change to readwrite when the click on the…
-
TS6.1: Online FormAPI Help?
We have a Solaris and W2K machine which are both running TS 6.1 - and I cannot seem to access the on-line FormAPI docs on either of them (and I'm pretty sure I was able to when we had a 6.0 system). Can some of you folks out there with 6.0 and 6.1 servers check to see if http://server/iw/help/tst/formapi works for you -…
-
6.1 FormAPI - broken?
TS/TST 6.1 (build 33333) - Solaris 8 I have an "old-style" DCT with the following piece in it:<item name='Article Section' label='Article Section'> <description>...</description> <replicant required='f' min='0' default='1' max='1000'> <!-- ... omitted for brevity ... --> <item name='Page Break Indicator'>…
-
TS6:FormAPI - 552 code not working?
I've got some FormAPI code that works in 5.5.2 SP2b, but doesn't seem to be working in TS6.0L (both running on Solaris) The FormAPI code includes the following within the init() function: IWEventRegistry.addItemHandler("/Preview", "onCallout", checkIfSaved);(/Preview is a cgi-callout button within the DCT which runs a…
-
TS6.1 - pre-collapsed containers?
I seem to recall reading or hearing about the ability to have DCT Forms drawn initially with all containers collapsed - but I cannot find the reference anywhere now. Is my recollection correct? Is this possible? There doesn't seem to be a 6.1 rev of the TST docs - and I don't see any mention of this in the 6.1 Release…
-
Editors can't publish in V6.0 ?
As per request, from a post in the templating forumFrom: bibulle (common user) Date: 04/01/04 01:13 AM Subject: Editors can't publish in V6.0 ? Hi ! I'm testing migration from V5.5.2 to V6.0 and something goes wrong. I am author, editor, admin and master. I create a branch, a sub-branch and a workarea with my account as…
-
TS6[CCP]: CCI URLs
TS6.0L Solaris 8 ---------------------- I have a cgitask script as part of a workflow, it displays a page with a link to edit the DCR that is associated with the workflow. I've modified the code so that the URL looks like: http://localhost/iw/iw-cc/edit?vpath=/education/main/.../data/about/test But I get "The page cannot…
-
TS6:CCP: favorites
Is there a rationale behind not allowing a 'Favorite' to be added when you're within a workarea and have *no* files selected? It seems to me that it should behave as if I were in the parent directory and had selected this directory before asking to have it added to "My Favorites". (if this has been fixed in 6.1 - let me…
-
TS6:CCP: navigation?
Why is it in CCP that you can navigate through archives and branches - but when you click on Workareas you have to switch to another part of the UI in order to select which workarea you want to navigate into? I realize that once you've selected a workarea, the left-hand navigation changes to be rooted within that workarea…