-
DataDeploy DB to XML
Just looking to confirm - from the examples and documentation, it looks like the DB to XML option can only deploy to a single XML file. I was looking for a nice way of creating DCRs from rows in a DB - essentially the reverse of a usual DataDeploy. Can it be configured to create an XML file per row?
-
DataDeploy - MySQL, last_insert_id and JAVA sessions (conn)
OD 6.1.1 MySQL 5 Solaris I've seen plenty of posts about auto/sequencing primary columns that need to be retrieved to populate a foreign key in another table. Most of the suggestions seem to be around using an External Data Source to retrieve the new/next value. I'm a little stuck as to what to do with auto increment…
-
metadata capture - select box adds multiple EA's
TS 6.5 SP2 Solaris 8 When using a select field (not multiple select) there appears to be two EA's that are always set. 1. TeamSite/Metadata/_Field_=_Value_ 2. TeamSite/Metadata/_Field_/_Value_=y I've always noticed this behavior but I'd like to supress the second EA. I don't even understand what it's there for. Any clues?
-
how to craft a nested xml document
closed for editing by Johnny.
-
BEA BulkLoader Adapter - deployment design
Before I go into scripting a solution to this - what does the BL adapter need to process a document - IE is the processing based off the document itself or the md.properties file from the OD manifest? The reason why I ask is that currently we're looking to split our deployment into two steps to provide a more flexible…
-
Secure Login Page for TeamSite only
S 6.5 Solaris 8 I've read this article to see how we can force users to use the SSL port instead of the non secure port. https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=49698 Is there any other documentation that goes further than this. Our specific requirement, which I believe is quite straight forward,…
-
SP2 license - not receiving email
Is there anything wrong with the new TS SP2 and OD SP1 license generator? Everytime I hit Generate it just returns back to the same page with no prompt/message and I do not receive an email. I've raised a case - just wanted to see if anyone else had the same problem - not sure if there's something wrong with the site or…
-
What's the order for the TS 6.5 patches?
Before I cause myself any undue pain.. correct me if the order is wrong. from the list on support ... 1. Service Pack 2 : TeamSite 6.5.0 for Solaris 12/21/2005 2. Patch ID 1632 : TeamSite 6.5.0 for Solaris 2/21/2006 3. Patch ID 1636 : TeamSite 6.5.0 for Solaris 2/28/2006 4. Patch ID 1634 : TeamSite 6.5.0 for Solaris…
-
How to configure FrontOffice
TeamSite 6.5 SP 2 Solaris 8 I've installed and setup FrontOffice. I configured the wwa.cfg for myself, ran iwreset -ui then tried stopping and starting teamsite but I still cannot use it. In the configuration wizard - 1. specify the server name - seems ok 2. specify user/pass - seems ok Next: Error - no workarea's…
-
Can applyExtAttrs be used with regular comparison deployment
The test didn't work out for me, but here's the question anyway... Once and a while I need to sync content from production down to uat. I was going to use the applyExtAttrs that comes with OD 6.x but it only works with TeamSite comparisons. The only way I could get this to work for my use was to do a full TeamSite…
-
TeamSite triggers - modifyFSE, createFSE
TeamSite 6.5 (no SP) Solaris 8 I've read a number of threads on this issue, though I'm not sure if I've seen a final answer, so here goes. I have a need in a couple different scenarios to take action when ever a file is changed in a workarea. That is create, update, delete of a file. I was looking at TeamSite triggers as…
-
enable SSL, how to enter the passphrase
TS 6.5 Solaris. So we set up SSL for iw-webd. Now when we start teamsite, there is a prompt asking for a passphrase. So when TeamSite tries to automatically start, say when the machine was rebooted, there's way of entering the passphrase as theres no prompt. Is this normal?... do we need to use a passphrase on the…
-
What's been the best way to create PDF's?
This *could* also belong in templating - but anyways..... Started in this thread We're using Apache FOP to create PDF's through TeamSite. We have quite detailed PDF's that are produced (9+ pages - lots of graphics) and if more than a couple generation's are running at the same time, the memory tips over on our server.…
-
How to enable SSL just for the login page only?
Solaris 8 TeamSite 6.5 I need to enable SSL on our TeamSite server, though it should be only for our login page. I assume there isn't a supported way to do this. How would I manage to do it? I was going to put a redirect inside of iw-home/iw-webd/conf/rewrite.conf.template for all pages EG RewriteCond %{SERVER_PORT}…
-
File List deployment with deleted folders/files
OD 6.0.1 We use file list type profiles for all workflow deployments. Nothing new there, it gives us a nice standard way to push only those changes that are attached to the workflow including deleted folders and files. We are having one problem though. if an existing folder (not deleted) is attached that may contain some…
-
branch size with 6.5
Solaris 5.8 TS 6.5 - no service pack 4 GB physical memory 4 CPUs Our hardware is pretty crappy at the moment and I'm looking at a project that may hold 8GB data with approx 15,000 - 20,000 files. With these specs, would a single branch pattern still be appropriate. I'd like to keep to one branch for usability sake. I know…
-
use_login_daemon - what does it actually do?
I have this undocumented setting in our iw.cfg - authentication section. I believe it was set by interwoven support. EG [authentication] authenticate_by=pam pam_service=teamsite pam_do_acct_mgmt=no use_login_daemon=false Would someone be able to detail what it actually does? John Cuiuli
-
Does VFE support table headers <th> tags?
TS 6.5 When inserting a column to an existing table in VF, the table header has a <td> tag instead of a <th> tag inserted. EG<table> <thead> <tr> <th>existing header column</th> <td>newly added header by VF - using td instead</td> </tr> </thead> <tbody> <tr> <td>data</td> <td>data</td> </tr> </tbody> </table> Are we able…
-
TeamSite 6.5 - SP2 issues?
I'd like to start a thread for people to discuss their experiences with installing SP2 for TeamSite 6.5 So far I haven't see too many issues: link How is everyone going with it? What have been the real benefits in terms of fixes? Thanks John Cuiuli
-
VFE - invalid xhtml <img> tag
OK, I couldn't find this one. I have configured VFE to publish xhtml EG<standard autoclean="true" publish="xhtml" publishviewassource="false" continueparagraph="false"> Now I understood this as ensuring the content would result in xhtml so that I could throw it into an XML parser or more specifically an XSLT transform.…
-
SSL and TeamSite
We're looking to set up SSL on our TeamSite server. It's all working, but port 80 is still accessible as well. How do I prevent access to port 80 and force users to SSL (443). I do not want people to have to throw out their old book marks, so I need a way of redirecting port 80 requests to the SSL (443) port. Is this…
-
DCT form: Unable to preview SSI files
TeamSite 6.5 no SP Solaris 5.8 iplanet 6 SSI enabled with TeamSite redirector Virtualizing SSI files works fine, however the TST previewing mechanism does not seem to work with SSI files. Normally the proxy redirects a file via any preview (zz_tst_user*) files that may exist. However when previewing a file that includes…
-
does iw_xslt support xslt 2.0?
TeamSite 6.5 no SP I'm looking into xslt 2.0 only methods (regex eg matches()), but they do not seem to be supported in the version of Xalan shipped with my version of TeamSite. According to the perldoc it runs against Xalan-C++ version 1.1. Anyone know how I can do text processing like regular expressions in the current…
-
VFE - running commands on more than one editor
TS 6.5 I'm trying to run some commands on VFE fields via javasript in my dct but they only seem to work if you actually click inside the VFE field first - so that it actually displays the editor. Since 6.x, only one editor is ever displayed/loaded if you have more than one editor on the screen. It seems like you cannot run…