-
CGI Wrapper for Porting Over 552 Custom Menu Items
If you are utilizing cgi-based custom menu items in TS 6.0, and would like to use them in the new ContentCenter interfaces (via the UI Toolkit), you will need to use an Interwoven provided script to ensure that all of the correct environment variables are being passed to your cgi. This script is now available for general…
-
java file
Hi, I'm trying to access database values into the dcr through a java file called through the inline command. it works fine if the values in the database don't have "&" between 2 values. it's erroring out if there is an "&" between 2 values. for eg: Trinidad & Tobago - gives an error with "&" . How can i code in the java…
-
Maximum Size of DCR
What's the maximum size (in KBs) of a DCR Interwoven TeamSite can hanlde?
-
TPL : IW bug or my bad syntax?
I have a Perl module that represents a DCR as an object ($dcr). If I call a method on this object in a TPL as follows: <iw_value name="${dcr}->virtualInclude( 'file' => '/en_US/enterprise/ssi/breadcrumbs.html', 'moderegex' => 'http|https' )" /> When I compile this TPL on the command line I get this: Unquoted string "dcr"…
-
Non UTF-8 encoding field while DB2XML ?
I'm tring to deploy data in SQL2000 to xml file . But my double bytes data in DB is not encoded in UTF-8 . How could I tell Datadeploy to adapt for it such that result xml will be correct ? Thanx.
-
Co-existence of CC-Pro/CC-Std with WDP in TS 6
TeamSite 6.0 features support for both the new ContentCenter Standard/ContentCenter Professonal UIs as well as backwards compability and support for WebDesk Pro. We have intentionally kept WebDesk Pro (WDP) around in the 6.0 release to assist you all in the ease of migration to the new platform. Taking this approach…
-
Embed Macromedia Flash in DCR?
Hello all, i was curious about the best way to embed Macromedia Flash in DCR...we have a DCT where users can browse to the .swf file but that doesnt work (obviously) somehow we need to allow users to browse to the file then automatically place all the necessary code (see below) around it. please advise, thanks! <OBJECT…
-
oracle error
Hi, i was trying to run a standalone deployment through the data deploy GUI . The following error keeps coming up and the deployment is failing..Any ideas as to how to resolve it ? ------------------------------------------ DataDeploy Version 5.6.0 Build 24549 Interwoven 20030903 Database Vendor set to oracle SQL datatype…
-
IWDatacapture.getItem is not working for replicant
am trying hide a replicant item for specific content type. I tried the following. But it is not working. The following replicant structure in DCT. <item name='items'> <replicant required='f' min='0' max='2' default='0'> <item name='item1'> <text required='f' size='40' maxlength='300'> </text> </item> <item name='Item2'>…
-
How to NOT set the modification bit
I would love to be able to set (or unset) the conditions upon which a files is determined to be modified in a workarea. For instance, if I simply change the file permissions on all the files in a workarea, it shows every single file to be modified. But I don't really want TeamSite to consider a file modified if anything…
-
iwodstart -sim batch file
Hi. I'm probably re-inventing the wheel here but I'm in the process of writing a batch file to test the several hundred deployment descriptors we have in place via iwodstart -sim. Here's what I've go so far: REM Variable section REM SETLOCAL SET VERSION="0.1" SET DIRECTORY=\Interwoven\OpenDeployNG\conf\ SET…
-
Updatetask results in Resolve Conflict
5.5.2 SP3 - Solaris We have come across a scenario where a user will Select All in a workarea (selecting an entire site) and execute their workflow. One step in the workflow is an updatetask that simply moves the selected files to another workarea. Just lately, on at least 3 occasions, that updatetask results in a…
-
Different no of chars for multiple VisualFormats
I have a Teamsite template (datacapture.cfg) with multiple textareas all using VisualFormat. I need to be able to restrict the max number of characters for each individual instance of VisualFormat. I know it can be done by using the <myEWebEditProObject>.maxContentSize = 2000; javascript, but how can I get that into a…
-
Error in presentation template:/
hi i am getting the following error even if i just work with the basic html and try to use it as a presentation template: Error in presentation template:/default/main/pge/WORKAREA/daniel/templatedata/generic/double_doc_type_columns/presentation/tpl_12.tpl Please help asap Here's the html of the PT: <html> <head> </head>…
-
Visual Format Editor help needed! - Advanced
3 questions: 1) even after changing my visualformatconfig.xml file to use this (which is supposed to strip almost all extra tags): <style publishstyles="false" href="[eWebEditProPath]/ektnormal.css" equivClass="all" wrapstylewithdiv="false" preservewordstyles="false" preservewordclasses="false" > i still get lots of junk…
-
WHTML and Templating
I have "best practices" question on WHTML. So how would an Interwoven guru handle WHTML, with all of its various references to content renditions for different devices (8pt Arial for a phone, but 16 pt Black Arial for the Web, say). Would you make different pages (and TPLs) for all of the different devices? Or would you…
-
TPL with java or some language other than Perl?
Maybe it's just me but I get pretty frustrated writing Perl - no named subroutine parameters and often no subroutine prototype checking, no strong types, no compile time error detection, poor object-orientation, cryptic code, poor auto-documentation facilities, poor IDEs, etc. This gets worse when you embed Perl in XML and…
-
objid_to_name_and_path "Invalid objid"
When I try to edit DCRs I get the attached error. DCR appears to have valid extended attributes: Y:\crazypath\data> iwextattr -l valid3.dcr TeamSite/Templating/DCR/Type=ProductCatalog/Series iwversion output: iwserver: 5.5.2 Build 20638 Interwoven 20030604 Oh yeah, and the teamsite UI browser crashes/closes when this…
-
split a field in database
Hi all, i'veteh following problem : i have an item in my dct - max 16000 characters-and the content for this item should be split into 4 chunks of 4000 characters when deployed into database. Well i don't want to use tuple processor stuff - no time-so any idea how i can handle the situation ..? thanks
-
TS 6.0 - Nested WF UI Bug
When you view your list of active Jobs in the CCP view, and you pull down the Actions tab for a nested job, it displays End Job as an option, but you cannot remove nested jobs - you can only remove the parent job. This option should not appear as an action for a nested job. If you choose End Job for a nested job, you get…
-
Getting SHARED BY property of a task
How can I get the "shared by" property of a workflow task using Perl? Below is the code I am using which runs (although there is no GetSharedBy property defined in the perldocs- probably it is undocumented) but this just returns an empty string. What is the correct way of doing this? Thanx.…
-
Permissions needed to run iwfreeze?
Hi, What priviliges does the user need to have to be able to successfully run iwfreeze? We have a user account that we use for taking backups, and we seem to encounter some privilige problems when running iwfreeze. What NT priviliges does the user need? Which type of TS-user should he be? Thanks, Haakan Hakan
-
Custom PT tags or embedded Perl?
The project I am currently on has a disturbing amount of Perl copied and pasted into multiple presentation templates. I would like to factor this out into modules. I am wondering what some of the pros and cons of using custom presentation template tags vs. just embeeding <iw_perl> blocks and calling subroutines in modules.…
-
DAS crashed and need tore-save a pre-existing DCR?
Is there any other way to re-save a pre-existing DCR other than to open each .xml file individually then click save & close it? DAS was down on our system for a day and all of our DCRs need resaved so the database gets populated. please advise, thanks! we have about a hundred dcrs and it will be terrible if i have to open…
-
FileName-Dialog box
Hi, While saving the dcr we will enter file name in the dialog box which is having path with existed file names. If we are selecting existing file name it will message saying do you want to overwrite if say no the dialog box remains on template to enter the new name. I have file validation if i gave file with % $ i am…
-
Truncate and Terminate PT compilation
The presentation templates here have a lot of embedded Perl that reads config files, etc. These things can encounter error conditions in which case I need to be able to give the user an error message (that can also be trapped in workflow to prevent deployment). I can't put all of the Perl at the top of the presentation…
-
DD: inline generation of items
I don't have much experience with DataDeploy, but if I remember correctly it parses datacapture.cfg files to determine what tables and columns to create. If I have a container that is the same in all of my templates (for instance title, description and keywords), and I put that XML in an inline call instead of coding it in…
-
Templating on Unix
Hi, I have templates on the NT box and I want to move them to the Unix box. Can anyone let me know a list of things to take care while doing that? What are the changes i need to make to the PTs/datacaptures while doing so? Any cfg file changes? Thanks, Abhilash
-
"Loose" PTs : Templating Best Practices
The client is interested in defining an enterprise standard of classic TPLs or "loose" presentation templates (not really XML, no CDATA issues). I need to come up with a list of pros and cons for each approach. As much as I like XML I think it's a bad fit for presentation templates, especially when I have to embed small…