-
DataDeploy using different db2java.zip files...
We'd like to deploy data elements from our TeamSite server to two different DB2 servers using DataDeploy. The DB2 servers are both the same version, but the fixpack levels are different; hence the db2java.zip versions are different. Is it possible to configure DataDeploy so that we can use one db2java.zip for deployment to…
-
iwsyncdb.ipl
This server was built before I got here. When performance is really bad I notice iwsyndb.ipl using some CPU (apparently every cycle counts on this server). I remember this script from datadeploy but we aren't using datadeploy. Should this script be running? If we don't have datadeploy, what does it do?
-
DCT History Annoyance
Because the DTD references in DCTs are always invalid, trying to view past versions of a DCT through file history in the browser just shows errors. As far as I can tell the only way to view the previous versions is to revert. Does anyone have a workaround? It's an annoying bug but it's probably not significant enough to…
-
FormAPI stopped working??
Hi Devnetters - I've been working on a datacapture template for the past couple month or so, and on the FormAPI portion of it for the past 2 weeks. Late last week, I restructured the templatedata directory in one of the branches I'm working on and made the corresponding updates to the templating.cfg file. Everything went…
-
Bug or Customization?
IWHOME/iw-perl/lib/perl5/site_perl/5.005/TeamSite/PT/iwov_xslt.pm contains the following code around line 373: my $lc_xsl_file = $iw_parser->utf8_to_osenc( $xsl_file ); system "echo cp $lc_xsl_file $tmp_xsl >> /tmp/peek"; copy($lc_xsl_file, $tmp_xsl) The system line seems like a debugging statement. I don't know if this…
-
TeamSite 6.1 Upgrade WOES!
Well, we got our backup issues resolved. Got upgraded to Win2K SP4 today. TeamSite 6.0L was previously installed. Shutdown all of the Interwoven Services (including OpenDeploy) and set them all to manual. Rebooted Checked that no RMIRegistry processes were running Started Install Install looked like it ran great. No errors…
-
How to create .ipl callouts without hardcoded pws?
Is it possible to create an .ipl database callout which doesnt require the database username/password to be hard coded in it? the only current way we are able to get the DB connections to work is like this: $db = DBI->connect("dbi DBC:$dsn", "$db_user_name", "$db_password") or die "Unable to open database connection $!";…
-
Saved data not being shown
Hi, I've come across a really starnge problem... I have the attached (rather long) DCT; It uses symbols and itemrefs in order to reuse some objetcs. Well here is the problem: When I complete a DCR and save it.. the data gets saved, I generate the page (which is an XML file) and everything goes fine. I then re-open the DCR,…
-
Validate DCR against DCT
On this project there will be a feed of data in XML that should be DCR format. Is there any CLT or custom process (other than opening the DCR through the UI) to validate that the DCRs match the DCT? Think like select values should be in the option list in the DCT, etc. Thanks, -John
-
Image path contain chinese characters
I have a question about image path. If image path contain chinese characters, after I clicking preview button, image will not appear in preview page. I have try to encode image path to UTF-8, but it still can't appear. What's this problem?
-
About iw_iterator
Hi, I have one question about templating file, I want to list all items and print br tag each of three items. My code is as below: <iw_iterate var="x" list="dcr.CatInto" iteration="current_number"> <iw_value name='x.CatName'/> <iw_if expr='{$current_iteration_number%4 == 3 }'> <iw_then> <br> </iw_then> </iw_if>…
-
Remove Job menu item
TeamSite 5.5.2. Currently, in our environment the only role that has the "Remove Job" item available in the Job Options menu by default is Master. Is there a way to add that menu item (Remove Job) for task owners? Or at least add that menu item to the Administrator (admin) role?
-
Survey - Check out the DevNet home page
There's a link to a TeamSite Directory survey on the devnet home page, please check it out, and there's some other interesting stuff there too. http://devnet.interwoven.com lissa
-
Calling WebApp from Metadata capture screen
TS 6.1 Win2K This seems to be more of a JavaScript problem than TS. I've a metadata capture screen with a call-out button. I want to call a web-app (basically a JSP) running on another machine. This webapp allows the user to select some value and asks him to click submit. On submit, this value should be sent back to…
-
About perl question
Hello, everyone! I got a very strange question... in the *.ipl, I use "-d" the perl built-in operator to test if the current parameter is directory. When i run this program in command line, it really works. but when i run it in Internet Explore, it fails. see the example code as below.. $dir = "/usr/iw-home"; print "Text…
-
iwpt_compile impersonation
Solaris iwserver: 5.5.2 Build 17976 Interwoven 20030323 There is one tpl that calls iwpt_compile to generate files with other tpls. The primary tpl can be called by workflow or interactively in preview or generate mode. In preview and generate the file generated by the first presentation template seems to always get…
-
French UI for TeamSite 6.1
Any idea when (or if) TeamSite v6.1 will be released with French Ui support?
-
Oracle Connectivity Error
Hello All, I am unable to connect to oracle database instance from a presentation template. It just gives me a error message as =================== iwtmplpreview Error: Could not process template: /data/iwmnt/default/main/www.xxxxx.com/WORKAREA/skoppise/templatedata/health_and_lifestyle/rm_beauty/presentation/rm_beauty.tpl…
-
script to create branches
Does anyone have a script that will create branches from a config file such as: <branches> <branch parent="{/branches/branch[@name]}" name="{branch}" owner="{owner}" group="{group}"> <description>{description}</description> <workarea owner="{owner}" name="{workarea}" group="{group}">…
-
cgi-callout in replicant
I have a cgi-callout in a <select> in a replicant. When the button is clicked, the onCallout event is triggered and it calls a function to populate the <select>. My issue is how do I determine which button was clicked. If I’m in the third replicant how do I know to only populate the third <select>? I am using FormAPI. This…
-
Server error when edting a DCR and when Generating
Hiya, I'm experiencing a bizarre error with 5.5.1 on NT. The server spits out a Dr. Watson error: iwttmplhtmlwizar.exe Exception access violation (0xc0000005), Address: 0x004a474f when trying to preview/generate from a DCR, and a similar error for iweditfile.cgi.exe when trying to open a DCR. I've simplified the…
-
Autoprivate related question
ARCHITECTURE: Teamsite 5.5 on Solaris -------------------------- HISTORY: We are blocking certain 'bad' file extensions on our web servers using a FilesMatch directive in apache <FilesMatch "\.(asa|asp|backup|bak|bat|ear|war|err|htm~|inc|ksh|lck|LOG|log|new|old|original|out|properties|sav|save)"> Order allow,deny Deny from…
-
prevent replicant relocation
This application has a replicant that always iterates three times and contains only readonly values used by some custom generation logic. The order of the replicant instances is important, so I'm trying to find a way to prevent the up and down buttons from functioning. Because the DCR structure is already set there is no…
-
More on TS 6.1
We are pleased to announce the general availability of TeamSite 6.1, the latest release of our next generation Content Management platform. TeamSite 6.1 builds on the industry-leading TeamSite 6.0 platform released back in September 2003 by solidifying the release with bug fixes and usability enhancements. TeamSite 6.1…